Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. mes "Done talking to NPC"; close2; warp "prontera",0,0; end; add this to your NPC.
  2. I see, perhap it's table name issue previously. Thx for the help.
  3. @delitem <item> <quantity> or @itemreset
  4. http://irowiki.org/wiki/Rachel_Sanctuary_Quest based on offiical RO, it's per server not per character.
  5. edit the stats here db/mercenary_db.txt
  6. perhap you can just copy from the npc/re/quests/eden folder ?
  7. rename variable , replace the percentheal part with your other functionality ex: warp/reset/etc
  8. it should be enabled by default case 0: Job_Menu(1,2,3,4,5,6,23,4046,24,25,4023);
  9. try this http://upaste.me/r/7216df
  10. you need harmony to do so , or any other gameguard that provide mac address support for your server.
  11. erm... kinda confuse... not familiar with LUB coding i tried put 4 dofile() inside itemInfo.lub to connect to other itemInfo_XYZ.lub but doesnt work for my case ( item appear as apple/unknown ) if you dont mind, can provide me some examples ?
  12. stateicon/stateiconinfo.lub https://subversion.assembla.com/svn/client-side-translation/Data/luafiles514/lua%20files/stateicon/stateiconinfo.lub
  13. does it capable to support more than 2 itemInfo.lub ?? Example: System/itemInfo_1.lub System/itemInfo_2.lub System/itemInfo_3.lub System/itemInfo_4.lub dofile("System/itemInfo_1.lub") dofile("System/itemInfo_2.lub") dofile("System/itemInfo_3.lub") dofile("System/itemInfo_4.lub") it doesnt seem to work if i add like this. any idea ? if it does support, anything i missed ?
  14. you can refer my flower counting script to add that.
  15. are you sure the DNS is the correct one ?
  16. Monster that have their own event label doesnt trigger OnNPCKillEvent. you have to change the way how LOD is spawned or change the LOD event label to give reward when players killed it.
  17. these error message are pretty self-explained. missing argument undeclared variable
  18. try this http://upaste.me/r/4a770a
  19. what you meant by Notepad++ property ?? default program was set to Notepad++ ?? right click file > open with > "anything"
  20. maybe try refer here ? http://irowiki.org/wiki/Adoption_System
  21. try use other ragexe ? perhap 2013-12-23 ? or older client
  22. warp rand( 149,164 ),rand( 114,124 );
  23. maybe you added some script that will unload the nomemo mapflag ?
×
×
  • Create New...