Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. Chaos92

    DB Cleaner

    DELETE FROM loginWHERE logincount=0; But I didnt recommend you delete any accounts
  2. using mysqldump mysqldump --opt --user=mysqlusername --password=mysqlpassword ragnarok > backup.sql ragnarok=database name.
  3. mysqldump, or in phpmyadmin got export section.
  4. 1. get your rollback backup. 2. backup your current database. 3.search in storage,cart inventory, inventory ,guild storage, etc that needed only for accountid 2000111 and all charid for accountid 2000111 4. remove current data accountid 2000111 and replace it with the rollback you needed
  5. check your add.php for that voteforpoints in addon/voteforpoints/themes/default/voteforpoints/ folders. Is it coded or empty ?
  6. update your KRO or download latest KRO. that should work.
  7. Chaos92

    Help Fluxcp

    which news and updates addons that you are going to use ?
  8. depends on at what npc u stuck. if u stuck at reward npc, then the problem is in reward npc.
  9. First, try to use client 20150916. 2nd, packerversion = 53 packetdb and key also = 53 as far as I know, latest rathena didnt check version anymore. just make sure you change in your src/config/packets.h your clientdate.
  10. ask your hosting to enable connection from another IPs
  11. dont change the format
  12. try restart your server. might be you have multiple char/map server running.
  13. have you tried this ? https://rathena.org/board/topic/77595-paid-job-changer/
  14. iteminfo.lua/lub or itemdesc in your grf depends on your client reads which
  15. then try enable it if u didnt know your client is diff with obfus packet or not make sure u use client for packet version 55 . what is your clientdate?
  16. 1st, check first your packetdb version, same with clientinfo.xml after that, make sure if your client disable packet obfus, so u need to //for packet obfus too in src/config/core.h
  17. execute your logs.sql in your database https://github.com/rathena/rathena/blob/master/sql-files/logs.sql
  18. seems like server is listening to port 5121 only. thats mean before this maybe the owner didnt kill process for char server and login server before start it back
  19. try reboot your server. seems like the port has been used
  20. can u show us log from putty when u login ? and also your clientinfo.xml
  21. Hello, i dont know what client are u use, but try use lub. accname.lub and accessoryid.lub
  22. Check in your itemdb... that item 19521,19513,19517 and others .. its it not there in itemdb renewal?
  23. copy the zip, paste directly in your web server , and extract it.
  24. get Fluxcp from here ? https://github.com/rathena/FluxCP
×
×
  • Create New...