Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. header tabbing...... location <tab> script <tab> Name <tab> sprite,{
  2. trunk/db/re/mob_skill_db.txt ID,MONSTERNAME@NPC_SUMMONSLAVE,..................... ID,MONSTERNAME@NPC_CALLSLAVE,.....................
  3. hmm ? what refine ticket ? find the NPC....give coin .......select / provide midgears....enchant.....fail / success.... if you want it to something like ticket...click and the npc dialog appear.... you can just make the item call for the item using these.. donpcevent() doevent() or etc... or just change the header of the script to a function... function script ScriptName { then use this to call it... callfunc "ScriptName"; or ScriptName();
  4. we dont have official event label or script command to check whether the player is attacking or not...
  5. how about use this script..and edit the item list ? trunk/npc/merchants/enchan_arm.txt
  6. copy the same sript but edit the mapname and npc name ?
  7. i dont think there is other "simple" guide other than the 1 in wiki.... otherwise...buy another host and host another server and group it together by reading some data from same table...or etc...
  8. trunk/src/common/mmo.h #define NAME_LENGTH (23 + 1)
  9. http://rathena.org/board/topic/63177-ro-open-setup-v240113-last-updated-20120712/ http://rathena.org/board/topic/70061-setupexe/#entry133411 http://rathena.org/board/topic/70055-setupexe-keeps-looping-when-i-open-the-client/#entry133395 http://rathena.org/board/topic/69505-setupexe/#entry130304 http://rathena.org/board/topic/68211-setupexe-reset/page__hl__setup http://rathena.org/board/topic/67130-stuck-on-setup-after-opening-the-client/page__hl__setup http://rathena.org/board/topic/63405-cleared-endless-setupexe-window/page__hl__setup http://rathena.org/board/topic/61931-new-setupexe-issue/page__p__106440__hl__setup#entry106440 http://rathena.org/board/topic/63901-setup-keeps-loading/page__hl__setup
  10. reload the setting after you edit......the server wont reload all the automatically....you have to reload it...or restart your server
  11. http://ratemyserver.net/index.php?page=download_kROLinks
  12. put it inside plugins\WeeDiffGen\......
  13. what torrent enchantment ?? and those variable you mentioned... only appear within this file trunk/npc/re/quests/eden/eden_quests.txt
  14. if( Class != Job_Assassin_Cross ){ mes "You cant enter.."; close; } put this part in the script... before the warp part....below header.....or any place you want...
  15. the default custom jobmaster in rathena provide both 3rd job class.. trunk/npc/custom/jobmaster.txt
  16. Emistry

    Show equip

    Woots.....this topic has not solved ...LOL...nvm....here i provide you the solution xD http://pastebin.com/raw.php?i=VhSKxxdz
  17. {},{ sc_start SC_WINDWEAPON,-1,1; },{ sc_end SC_WINDWEAPON; }
  18. no need put the number... choose either use the number...or the sc name
  19. i didnt face any of these 2 problem with 20120410 client... and body relocation has been fixed not long ago..check the tracker
×
×
  • Create New...