Jump to content

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. is that you get the files directly from eadev ? I bought some themes before with eadev and they should work fully without any issue. with the image not readable there, seems like you file isnt fully extracted there ?
  2. is it work by using default theme or still give an error ?
  3. glad to help you with that !
  4. get fluxcp rathena from here https://github.com/rathena/FluxCP
  5. get izlude.gat, izlude.gnd and izlude.rsw (old izlude) rename those to pvp_y_1-2.gat , pvp_y_1-2.gnd and pvp_y_1-2.rsw and put in your data folder / GRF after that load your mapcache in db/pre-re if pre-renewal mode and insert pvp_y_1-2
  6. get old izlude files, rename it to pvp y_1-2 (check the real mapname) after that update mapcache for that map.
  7. run the from here https://github.com/rathena/rathena/tree/master/sql-files/upgrades for your screenshot, its here : https://github.com/rathena/rathena/blob/master/sql-files/upgrades/upgrade_20160814.sql
  8. Chaos92

    Summon

    use find the mushroom npc but change it to any specific monster that u need https://github.com/rathena/rathena/blob/master/npc/custom/events/mushroom_event.txt change the time too
  9. which revision was that ? o.O change 0 to 1
  10. 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 ?
  11. which data folder you are using ?
  12. which location server do u need?
  13. did u use from https://github.com/rathena/rathena/tree/master/npc/custom/events
  14. erm.. i cant test it yet, but did you already try reloadscript first ? or.. do you find any error in putty / map server?
  15. 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
  16. 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
  17. u disable packet obfuscation... did u recompile after that?
  18. ./configure make clean make sql make server
  19. maybe your lua files. ok great to hear that !
  20. 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
  21. ive tried 20130807 and its there use ctrl+F and find 'sura'
  22. possible. just change slotnum in iteminfo,lua and change the slot section in itemdb of that item
  23. 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
  24. hex your client using Hex Editor/ Hex Workshop and find Sura, change it to your desire
×
×
  • Create New...