Jump to content

Chaos92

Members
  • Posts

    1606
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Chaos92

  1. Check your client. Did you diff it to disable packet obfuscation ? If yes, disable it in src\config\packets.h Make sure you are using the exact client date as in packets.h too.
  2. Chaos92

    FluxCP module docs

    Example you want /?module=ownmodule&action=ownfile 1. File Manager ->FluxCP-master -> modules -> ownmodule(create folder) -> ownfile.php (create empty file) 2. File Manager ->FluxCP-master -> themes -> default (themename you use) ->ownmodule (create folder) -> ownfile.php (create your php/html coded file) 3. Create linking to /?module=ownmodule&action=ownfile from anywhere you need so that players can click easily (since its a custom link)
  3. Check my video tutorial here :
  4. check in itemdb.. pre-re check in pre-re... renewal check in re folder restart server.
  5. can you show some screenshots or anything related to your problems ? easier for us to help
  6. what do u fill in add voting sites ? try with clean voteforpoints, paste it back.
  7. ok first... go to fluxcp/modules/ and remove voteforpoints folder if there is any. go to fluxcp/themes/default/ and remove voteforpoints folder if there is any this step to makesure that voteforpoints folder only being read from fluxcp/addon/voteforpoints/ folder ONLY
  8. Chaos92

    DB Cleaner

    yeah its true.. but u will have redundancy of data if u didnt check thoroughly for any other related data to login table. for sure it should work im just saying, I didnt recommended that.
  9. Chaos92

    DB Cleaner

    login from fluxcp does it count ? if any account related database for example voteforpoints, freebies, or any other fluxcp addon?
  10. Chaos92

    DB Cleaner

    DELETE FROM loginWHERE logincount=0; But I didnt recommend you delete any accounts
  11. using mysqldump mysqldump --opt --user=mysqlusername --password=mysqlpassword ragnarok > backup.sql ragnarok=database name.
  12. mysqldump, or in phpmyadmin got export section.
  13. 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
  14. check your add.php for that voteforpoints in addon/voteforpoints/themes/default/voteforpoints/ folders. Is it coded or empty ?
  15. update your KRO or download latest KRO. that should work.
  16. Chaos92

    Help Fluxcp

    which news and updates addons that you are going to use ?
  17. depends on at what npc u stuck. if u stuck at reward npc, then the problem is in reward npc.
  18. 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.
  19. ask your hosting to enable connection from another IPs
  20. dont change the format
  21. try restart your server. might be you have multiple char/map server running.
  22. have you tried this ? https://rathena.org/board/topic/77595-paid-job-changer/
  23. iteminfo.lua/lub or itemdesc in your grf depends on your client reads which
×
×
  • Create New...