Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. Hello everyone, I have problems with below log [Debug]: [Debug]: showmsg: dynamic buffer used, increase the static buffer size to 30 or more. at :139778797529152 - (null) Anyone know how to solve it ? It makes items are not saved in database. [Debug]: at char.cpp:727 - INSERT INTO `inventory`(`char_id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `expire_time`, `bound`, `unique_id`, `favorite`, `card0`, `card1`, `card2`, `card3`, `option_id0`, `option_val0`, `option_parm0`, `option_id1`, `option_val1`, `option_parm1`, `option_id2`, `option_val2`, `option_parm2`, `option_id3`, `option_val3`, `option_parm3`, `option_id4`, `option_val4`, `option_parm4`) VALUES ('150100', '506', '12', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0') [Info]: Saved Inventory (0) data to table inventory for char_id: 150100 [Info]: Saved Cart (0) data to table cart_inventory for char_id: 150100 [Info]: Saved char 150100 - MemoryMerlin: status. [Info]: Saved Storage (0) data to table storage for account_id: 2000058 [Debug]: [Debug]: showmsg: dynamic buffer used, increase the static buffer size to 30 or more. at :139778797529152 - (null) [Info]: Saved Inventory (0) data to table inventory fo
  2. Chaos92

    Db error

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

    Server Status

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

    SQL Tables

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

    SQL Tables

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

    DB Cleaner

    login from fluxcp does it count ? if any account related database for example voteforpoints, freebies, or any other fluxcp addon?
×
×
  • Create New...