Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. you can obtain the decompiled lua files here https://subversion.assembla.com/svn/client-side-translation/Data/luafiles514/lua%20files/
  2. http://rathena.org/board/files/file/3071-nemo/
  3. getitem F_Rand( 501,502,503,504,505,506,507 ),1; you can replace the getitem with the code above.
  4. most probably data.grf ?
  5. after you configure the setting at your own game, it should be saved into a lua file in your data folder i think. upload that folder/files and let your player download it and replace.
  6. something like this ? http://upaste.me/r/5bce99
  7. Emistry

    Help me ..

    are you using a very outdated version of rAthena ??
  8. something like this ? - script pvp_point -1,{ OnPCKilLEvent: if ( getcharid(3) != killedrid && strcharinfo(3) == "guild_vs3" ) { PVP_POINT++; dispbottom " +1 PVP Point."; } end; } // npc shop. prontera,155,181,5 pointshop PVP Point Shop 757,PVP_POINT,909:-1,607:-1
  9. this ? npc/re/merchants/ticket_refiner.txt
  10. like this ? http://upaste.me/r/8baa14 i didnt test the script.
  11. I think this issue only happen in certain newer clients. you can try use back the old client if you dont mind. but i think there are several newer clients out there shouldnt be having this issue i guess. ex. 20131223 ?
  12. change getmapmob to mobcount
  13. if you just want to display a message without adding any parameters for other variable.. you can straight edit the message display part to this. clif_displaymessage(fd, "You must wait before you can use the command again" ); ur error pop out most probably because you removed the original "%s" that exist in there, but yet you didnt remove the last parameter "DIFF_TICK......"
  14. check your map-server for error ??
  15. This forum isnt a Bug Tracker or place for reporting any Bugs for rAthena. Create a new issue here. https://github.com/rathena/rathena/issues/
  16. setlook + sc_start
  17. perhap you disabled the read permission of the specific files/folders ?? try change the file permission to readable.
  18. when you diff your client, i think there is an option to skip it. named ... Skip Server Selection maybe ... cant remember the diff name... it does have a "skip" within the diff name.
  19. you refering this ? http://rathena.org/board/topic/78263-scripting-faqtipstricks/?p=267219
  20. report at bug tracker if this is a bug from official script of rAthena http://rathena.org/board/tracker/
  21. - script Sample#20_min_item -1,{ OnMinute00: OnMinute20: OnMinute40: addrid( 0 ); getitem 501,1; getitem 501,2; getitem 501,3; dispbottom "Gained items for every 20 minutes." end; } try. Next time please use an Informative Title, and never post in full caps.
  22. I see, I thought that might be better to each post for each category of script .. haha nvm, just follow the way you comfortable with.
  23. It's good to see member posting some guides to help each others and sharing the technique / knowledges. But I dont know is it only me the only one who felt like this: content is so long, kinda lazy to read through messy hard to read My suggestion: use [ code ] tag for script or pastebin split to different posts / topics. use [ hr ] tag to create a divider We can help you lock this topic to avoid other from posting here if you want. We could help you split/edit the contents to different post within same topic too. ** I will hide this post after you read it. or your reply if you want too.
  24. I am from eAthena too, since 2009 .. >.< but you're way older than me in eAthena .. O__O nice to met you.
×
×
  • Create New...