Jump to content

Aureon

Members
  • Posts

    281
  • Joined

  • Last visited

Everything posted by Aureon

  1. Warps and NPCs appear like that its because your server is on pre-re settings while new izlude is set as default. Then the only suggestion I can give to you is, if your server is on pre re setting, revert it back to old izlude and update your map_cache.dat (/db/pre-re/map_cache.dat)
  2. any error message from the map server? double check mmo.h if client version is correct, double check packet_db.txt defines correct packet version, check core.h if packet obfuscation is enabled, if it is enabled then pls do not diff your client with "disable packet encryption". as your diff patch said, you diff your client with "disable packet encryption". It shouldn't be if packet obfuscation is enabled (enabled by default)
  3. You can have this: https://github.com/zackdreaver/ROenglishRE credits to @zackdreaver
  4. I never encountered such error, except with 2012-04-10ragexeRE which gave me headache. It hangs my client randomly
  5. what client version are you using?
  6. any crash error message you can share?
  7. Or follow this post: https://rathena.org/board/topic/75134-no-experience-gained-when-level-99/
  8. You cant connect due to some misconfig on your char ip, map ip, login ip on char_athena .conf and map_athena.conf, it should synchronize with inter_athena.conf config try changing your char ip, map ip and login ip to 127.0.0.1 (localhost) on your char_athena and map_athena
  9. Nice and clean. Thanks rA devs for making this possible, just keep the fire burning!
  10. Dont forget to compile after making changes to src
  11. Aureon

    freebie npc

    @Emistry sorry, my fault
  12. Clean iteminfo compiled by zack https://github.com/zackdreaver/ROenglishRE Maybe item 71317 is not on your item db PS, better open and ask your question on other thread.
  13. That still counts as stealing. Other people stealing stuffs doesn't make you stealing the same thing right. People with mindset like yours should not exist here. He's not saying that he did the same thing, he just stated the fact pointing to Nova's comment earlier.
  14. Also, as far as i know, 2012-07-10 and below reads idnum2 and num2 .txts instead of iteminfo.lub
  15. im not sure tho, but maybe you can still use 2015 clients as long as you enable "roulette button" upon client patching using NEMO and enabling the feature on conf.
  16. Aureon

    freebie npc

    Try this one: iz_int,92,92,4 script Freebies#rA 100,5,5,{ callsub OnMain; end; OnTouch: OnMain: set @npc$,"[rAthena]"; if (#freebies == 1) callsub OnDone; getitem 501,1; getitem 502,2; getitem 503,3; dispbottom "Freebies has been given!"; sleep2 1000; warp "prontera",150,150; end; OnDone: mes @npc$; mes "You already have your freebies."; close; } - script Warp#new -1,{ OnPCLoadMapEvent: if (#freebies == 1) end; getmapxy(.@map$, .@x, .@y, 0); savepoint .@map$, .@x, .@y; dispbottom ""+.@map$+" is your new savepoint!"; set #freebies,1; end; } prontera mapflag loadevent change this line to whatever freebie item you may want: getitem 501,1; getitem 502,2; getitem 503,3;
  17. Aureon

    Hello!

    Hello and welcome to rAthena community!
  18. Patch your client with "translate client to english" using NEMO and use the updated ROtranslation files https://github.com/zackdreaver/ROenglishRE
  19. Maybe you mean 2012-04-10 not 2014-04-10 That link contain just a pure translation file. You cannot translate this "À¯ÀúÀÎÅÍÆäÀ̽º" to english its because that is how the client read those folder. You can have this: https://github.com/zackdreaver/RO-Clientresources
  20. Use XVI32 (Hex editor) or any hex editor you may want to use and find this hex code: 44 49 4E 50 55 54 2E 64 6C 6C Mind if I ask, why would you change or remove this? It might cause you error.
×
×
  • Create New...