Jump to content

hendra814

Members
  • Posts

    1305
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. Hi, i'm use client 2013-08-07 and diff for custom aura. but when character already get level 99 for job1/2/high/trans. client got crash. but if i'm remove custom aura diff, the aura showed but with official standard aura. how to make it working for custom aura or what should the file must be rename. and now why morroc show with new desain, not doomed morroc with lastest KRO and rathena. is it really new update for morroc map?
  2. update your iteminfo.lua/iteminfo.lub at system folder
  3. hendra814

    Lvl max

    bump
  4. thanks for that info, because my server stuck at 17690, but i'm still look many update from this forum. thanks for that info, because my server stuck at 17690, but i'm still look many update from this forum. @Cydh is it posible to change my svn link from http://rathena-tools.appspot.com/tools/svn-status.py into https://github.com/rathena/rathena using tortoise svn to make my server up to date, because i'm doesn't want make any change at my server
  5. after rathena GIT release, rathena SVN at this link http://rathena-tools.appspot.com/tools/svn-status.py is still update or not?
  6. http://rathena-tools.appspot.com/tools/svn-status.py is this link still rathena svn update for server side? because at recent revision there have new update, but at that's link still shown same version.
  7. edit your items at lua&lub files too
  8. try this one http://www.eathena.ws/board/index.php?showtopic=239259
  9. char_athena // Login Server IP // The character server connects to the login server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //login_ip: 127.0.0.1 // The character server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Login Server Portlogin_ port: 6900 // Character Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //char_ip: your_IP map_athena// Character Server IP // The map server connects to the character server using this IP address. // NOTE: This is useful when you are running behind a firewall or are on // a machine with multiple interfaces. //char_ip: 127.0.0.1 // The map server listens on the interface with this IP address. // NOTE: This allows you to run multiple servers on multiple interfaces // while using the same ports for each server. //bind_ip: 127.0.0.1 // Character Server Portchar_ port: 6121 // Map Server IP // The IP address which clients will use to connect. // Set this to what your server's public IP address is. //map_ip: your_IP subnet_athenasubnet: 255.0.0.0:your_IP:your_IPyour clientinfo.xml<address>127.0.0.1</address>your partner clientinfo.xml<address>your_IP</address>
  10. try with this one http://supportmii.com/ro1/Clients/Bypass_Clients/2012-04-10aRagexeRE_J.exe
  11. look at 2012-04-10 at your packet db, and then put the packet number at your clientinfo.xml this is will make your character not rejected from server
  12. use this http://rathena.org/board/topic/82727-xdiffpatcher-xdiffgen2-packet-parser-and-packet-extractor/
  13. for me 2013-03-20 it's ok, just minor bug at account 2000003
  14. what exactly the problem? skull deleted but not receive some zeny or another? please define your problem in here.
  15. lhz_dun03,120,122,3 script Zeny Trader 120,{ mes "[^FF0000Zeny Trader^000000]"; mes "Hi there, seen like the GM has given you some Tips."; mes "You want to trade your skulls to zeny?"; next; menu "Items needed ?",M_required,"I have the necessary items!",M_check,"Leave",M_away; M_required: mes "[^FF0000Zeny Trader^000000]"; mes "[^FF0000Must 10 Skull^000000]"; mes "^FF00001,000,000^000000 Zeny for ^FF000010^000000 skull"; close; M_check: if(countitem(7420) < 10) goto M_missing; mes "[^FF0000Zeny Trader^000000]"; mes "Oh Great! you must Thanks for your GM..."; mes "By giving you some Tips."; delitem 7420,10; set zeny,zeny+1000000; close; M_missing: mes "[^000000Skull Trader^000000]"; mes "You are missing the following Items!"; if(countitem(7420) < 10) mes "^FF0000"+(10 - countitem(7420)) +"^000000 Skull"; close; M_away: mes "[^FF0000Zeny Trader^000000]"; mes "Have a nice day."; mes "Come back when you want to exchange some zeny."; close; }
  16. at clientinfo.xml for packet use 30 not 28
  17. like town warp?
  18. Hi Euphy. i'm need your help again for warper.txt at custom folder How to edit for any dungeon warp, it just warp into front of dungeon he/she pick. not display the first,2nd and any floor of the dungeon. Please need this help for support quest dungeon at my server. Because, this is make player very easy to access dungeon for MVP and especially dungeon quests need to be able to access in thanks.
  19. lastest try at 17500, i din't make customize at src file. just modify config at conf folder. i haven't try another ragexe.
  20. @reigneil Not yet, i don't know what i must suppose to do
  21. @Vlync, Thanks a lot for this sharing
  22. i already try to disable "Korea service type fix" but the problem still the same. Even with less enabled feature i think the problem in the packet_db, because i'm using default rathena packet_db. i'm not use shakto packet_db at first page. but i don't know, which one at packet _db related into langtype service. after check with another account, the problem doesn't appear. just happening with id 2000003
  23. can you make video guide for this?
  24. if i want use english version for iteminfo from KRO, is it possible?
  25. can you help me what i should pick for less feature? what client version are u using right now? im using 2013-08-07 and its work well. i'm used 2013-03-20
×
×
  • Create New...