Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. get your translated LUB files here..... http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
  2. there should be an error in your map server whenever a NPC is failed to load into the game... mes "Thank you for coming!";
  3. then i think you are looking for something like this http://rathena.org/board/topic/71152-account-bound-items/
  4. what is "Does not work" ??? error ? or what ? show it ... elaborate more... never said only "Does not work" ....
  5. why not just use this ? trunk/db/re/item_trade.txt //Item Trading Restrictions File //Specify here special rules for item trading. //Item ID, TradeMask, GM-Level Override //Trading mask values: //1:Item can't be droped //2:Item can't be traded (nor vended) //4:Wedded partner can override restriction 2. //8:Item can't be sold to npcs //16:Item can't be placed in the cart //32:Item can't be placed in the storage //64:Item can't be placed in the guild storage //128:Item can't be attached to mail //256:Item can't be auctioned //Example: //1161,67,50 //Balmung: No drop, No trade, No Guild Store (1+2+64 =67), //only GMs of GM-level 50 and up can override the setting.
  6. http://pastebin.com/raw.php?i=Kgk8PgzJ
  7. why not just Update your KRO ? everything will be fine...
  8. Okay ...thx for reporting..xD some minor mistake in SQL... here the fixed script.... http://pastebin.com/raw.php?i=XRkyaH6G
  9. remove the item bonus that cast the sonic blow here.. trunk/db/re/item_combo_db.txt 2678:2679,{ bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; } //2679:2792,{ bonus4 bAutoSpell,"MO_EXTREMITYFIST",1,3,1; bonus3 bAutoSpell,"PR_LEXAETERNA",1,20; bonus3 bAutoSpell,"AS_SONICBLOW",5,50; bonus3 bAutoSpell,"MO_INVESTIGATE",5,20; bonus3 bAutoSpell,"ASC_METEORASSAULT",2,50; }
  10. atcommand "@loadnpc npc/......mallshop.txt";
  11. what you mean ? what your getitem3 does ? and show your source code if you want other ppl to help you fix your problems
  12. isnt that your own script ? i thought you have some custom loadnpc / unloadnpc script command to load npc... ?
  13. switch to rA....if i am not mistaken...only rA have this script command..i dont think 3ceam / eAthena have it. *instance_check_party(<party id>{,<amount>{,<min>{,<max>}}}); This function checks if a party meets certain requirements, returning 1 if all conditions are met and 0 otherwise. It will only check online characters. amount - number of online party members (default is 1). min - minimum level of all characters in the party (default is 1). max - maximum level of all characters in the party (default is max level in conf).
  14. http://www.nickyzai.com/?p=kro
  15. like this ? http://pastebin.com/raw.php?i=jbau3hB4
  16. just update your KRO and rAthena...and you will have both of it automatically...
  17. you are looking for the grapich of the mount file ? or the item that enable player to get mount ? by default..rAthena already implemented the mount system ....
  18. it's impossible...unless your file is corrupted / missing contents.. get a new one here. trunk/db/re/item_db.txt
  19. you can refer this site to start learning for SQL stuff.. http://www.w3schools.com/sql/default.asp the query_sql is just used to execute the SQL Query ... and retrieve / save the data returned into the variables assigned.
  20. Emistry

    server time

    the server time will follow the time setting in your VPS / dedicated server / your local computer if you host it at your own computer...it follow where it's hosted..
  21. http://pastebin.com/raw.php?i=cEecSm4v
  22. update your server msg files.. trunk/conf/msg_conf/
  23. like this ? http://pastebin.com/raw.php?i=1ZuRtshF
  24. show screenshot....i cant figure out what you mean by just "show ??" =='' double check all your files...
×
×
  • Create New...