Jump to content

Promise

Members
  • Posts

    386
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Promise

  1. [Warning]: s aid=XXXXXXXX has an incorect version=30 in clientinfo. Server compiled for 50 [Info]: sd->version = 30 Compile after change the date on mmo.h and fix packet_db.txt
  2. You want to do that those traps only afect you if you are in PK mode? ignoring pvp/bg/woe? ONLY PK?
  3. DIdnt tested it, i havent done those scripts for a long time, now im on src. Anyway
  4. try 2199,Ahura_Mazda,Ahura Mazdah,4,0,,0,,10000,,1,0xFFFFFFFF,63,2,32,,100,1,,{ bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; bonus2 bSubRace,RC_Player,95; skill "CR_FULLPROTECTION",5; skill "WZ_ESTIMATION",1; skill "ST_FULLSTRIP",5; skill "HW_MAGICPOWER",10; skill "ECL_SNOWFLIP",1; skill "ECL_PEONYMAMY",1; skill "ECL_SADAGUI",1; skill "ECL_SEQUOIADUST",1; bonus bMaxHPrate,200; bonus bNoKnockback,0; bonus bDelayRate,-20; bonus bSpeedRate,25; bonus bIntravision,0; },{ sc_start4 SC_ENDURE,60000,10,0,0,1; },{ sc_end SC_ENDURE; }
  5. - script pvpevent -1,{ OnPCKillEvent: if (strcharinfo(3) == "guild_vd2" && .$pvpevent == 1) { getitem 7539, 1; end; } OnClock2200: set .$pvpevent, 1; OnClock2300: set .$pvpevent, 0; }
  6. The item descriptions and everything arround names and sprites are on the grf, use a grf pre-re. About the skills, recompile the server before you edited the source.
  7. Promise

    Script Request

    Only sell Golden Keys?
  8. This variable that u want to expire on 4 hours is an item? in that case you can use rentitem for 4 hours
  9. Wich tipe of errors? Gravity?
  10. Promise

    Topic 10k

    Nice guys! Good work supporting. Keep working hard.
  11. I never used this shop but with a fast view: // Dummy shop data -- copy as needed. //============================================================ - shop qshop1 -1,909:-1 - shop qshop2 -1,909:-1 - shop qshop3 -1,909:-1 - shop qshop4 -1,909:-1 - shop qshop5 -1,909:-1 u should try to add another shop (qshop6)
  12. Try to remove all the items inside the box and replace them for an apple, so you can check if the crash comes from the script or it comes from some item of this itemgroup.
  13. Not bad web, but: - The banner.. it should be on a best Quality and maybe add some borders. If you want a best one, you can add a slider there with server info. - http://prntscr.com/8hiax1a lot of space there without nothing, you should adjust the height. For the moment the web is pretty good, with some details, it will be very nice! Keep working bro.
  14. Wich code u looking for? add me thomas.weisskapp1 skype.
  15. Same: query_sql "SELECT refineable FROM item_db WHERE id = '"+.@ID+"'",.@ref; to query_sql "SELECT refineable FROM item_db WHERE id = "+.@ID+";",.@ref;
  16. query_sql "SELECT `slots` FROM `item_db` WHERE `id` = '"+.@ID+"'".@slots; to query_sql "SELECT slots FROM item_db WHERE id = "+.@ID+";",.@slots;
  17. try: query_sql("SELECT `account_id` FROM `char` WHERE `name`='"+.@names$+"'",#ACCOUNT__ID); to: query_sql "SELECT account_id FROM char WHERE name = "+.@names$+";",#ACCOUNT__ID;
  18. Nice maps dude, i have only a feedback Try to do something diferent, not squares, try to not copy the right side on the left one. Play with objects on both sides;) (im talking of the 1st and 2nd one) Again, nice maps.
×
×
  • Create New...