Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. why didnt u just set the restart hp and sp rate ? https://github.com/rathena/rathena/blob/9f4587a652791c43cfa6f055d82e1293216d8b8b/conf/battle/player.conf and... i think if restart respawn rate = 0, thats mean player will respawn with 1hp total so change the script HP == 1 maybe ?
  2. which data folder you are using ?
  3. which location server do u need?
  4. did u use from https://github.com/rathena/rathena/tree/master/npc/custom/events
  5. erm.. i cant test it yet, but did you already try reloadscript first ? or.. do you find any error in putty / map server?
  6. Hello. Are you using this on rAthena or ? char_reg_num only available after 20150831 rAthena folder. Try check your phpmyadmin / mysql is that u have char_reg_num table there ? upgrade_20150831.sql
  7. change clientinfo.xml, packetver and packet key use in packetdb.txt corresponding to your clientdate. for your clients 20150513, change to 52 in packetdb and also clientinfo.xml
  8. u disable packet obfuscation... did u recompile after that?
  9. ./configure make clean make sql make server
  10. maybe your lua files. ok great to hear that !
  11. Chaos92

    NPC vip

    just use cash daily script.. but use VIP check.. ehmm.. - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer60000: set @minute, @minute + 1; if(@minute == 1440) && (vip_status(1) { set @minute,0; set .@point_amt, 5; //Points to get every 24 hour set #CASHPOINTS, #CASHPOINTS + .@point_amt; dispbottom "You received "+.@point_amt+" Cash points by staying ingame for 24 hour"; dispbottom "Current Balance = "+#CASHPOINTS+" Cash points"; set @consecutive_hour, @consecutive_hour + 1; } stopnpctimer; initnpctimer; end; } //--End of the Script Didnt test it yet, but give a try
  12. ive tried 20130807 and its there use ctrl+F and find 'sura'
  13. possible. just change slotnum in iteminfo,lua and change the slot section in itemdb of that item
  14. you are testing version 53 using client 20150916 right ? u disable packet obfuscation so u need to disable packet obfuscation too in nemo patcher when diffing your clients
  15. hex your client using Hex Editor/ Hex Workshop and find Sura, change it to your desire
  16. did u change anything for job_exp.txt ? try to use the default one.
  17. your clientinfo.xml too. change 30 to 53 <version>30</version>
  18. change your packet version and key use corresponding to your clientdate. if you are using client date 20150916, then use : //packet_db_ver: 46 packet_db_ver: 53 packet_keys_use: 53
  19. is already in your rathena folder https://github.com/rathena/rathena/blob/master/npc/custom/events/cluckers.txt
  20. u shouldnt use 20151029 use 20150916 or 20151104
×
×
  • Create New...