Jump to content

Chaos92

Members
  • Posts

    1543
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Chaos92

  1. Chaos92

    Db error

    You have 2 'bound' column ? Your screenshot isnt very clear.
  2. if u are using centos : yum update nss nss-util nspr
  3. npc id ? http://nn.ai4rei.net/dev/npclist/?qq=8 or custom npc sprite ?
  4. @go 0 for both IDs, do they spawn on the same place ?
  5. Chaos92

    Server Status

    request your hosting provider for that. they will open it.
  6. 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
  7. Chaos92

    SQL Tables

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

    SQL Tables

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

    DB Cleaner

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

    DB Cleaner

    DELETE FROM loginWHERE logincount=0; But I didnt recommend you delete any accounts
  20. using mysqldump mysqldump --opt --user=mysqlusername --password=mysqlpassword ragnarok > backup.sql ragnarok=database name.
×
×
  • Create New...