Jump to content

Chaos92

Members
  • Posts

    1589
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Chaos92

  1. npc id ? http://nn.ai4rei.net/dev/npclist/?qq=8 or custom npc sprite ?
  2. @go 0 for both IDs, do they spawn on the same place ?
  3. Chaos92

    Server Status

    request your hosting provider for that. they will open it.
  4. latest rathena from git didnt use packet_db.txt and version in clientinfo.xml anymore. https://github.com/rathena/rathena/blob/master/src/config/packets.h
  5. Chaos92

    SQL Tables

    if u are creating sqls from scratch, yes
  6. Chaos92

    SQL Tables

    https://github.com/rathena/rathena/tree/master/sql-files run this sqls
  7. are you in a right folder ? seems like that error no such file or directory, seems like you are in a different folder
  8. 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.
  9. 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)
  10. Check my video tutorial here :
  11. check in itemdb.. pre-re check in pre-re... renewal check in re folder restart server.
  12. can you show some screenshots or anything related to your problems ? easier for us to help
  13. what do u fill in add voting sites ? try with clean voteforpoints, paste it back.
  14. 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
  15. 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.
  16. Chaos92

    DB Cleaner

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

    DB Cleaner

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