Jump to content
  • 0

Debug


worn

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   6
  • Joined:  09/17/13
  • Last Seen:  

I have a problem that any action you make in the game of this error, that is when I will kill any worm appears in the logs this error

 

: DB error - Unknown column 'bound' in 'field list'
[Debug]: at log.c:267 - INSERT DELAYED INTO `picklog` (`time`, `account_id`, `char_id`, `name`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`, `unique_id`, `bound`) VALUES (NOW()

 

when I try to add cash or vip also giving this error nen solves thecash

 

RaqpnIk.png

Edited by worn
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

ur case probably you deleted the sql table or removed it or didnt added it.

just go add refer the sql-files folder and copy the sql table code and load it in your sql server.

 

make sure you applied all sql update in ascending order based on time.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   6
  • Joined:  09/17/13
  • Last Seen:  

Solved the first problem is when I try something in the game that bug sql

 

now in question to add cash

 


yzg8Ejn.png

 

[Debug]: Source (NPC): Gerente Cash#HD at prontera (156,160)

: DB error - Table 'ragnarok.acc_reg_num_db' doesn't exist
[Debug]: at script.c:16405 - INSERT INTO `acc_reg_num_db` (`key`, `value`, `index`, `account_id`) VALUES ('#CASHPOINTS', '1245', '0', '2000000')

[Debug]: Source (NPC): Gerente Cash#HD at prontera (156,160)

 

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

....

[SQL]: DB error - Table 'ragnarok.acc_reg_num_db' doesn't exist

the map server already told you what is your server problem.

that SQL table doesnt exist in your database.

 

just find the SQL table in the sql-files/main.sql ..and copy paste it and execute in your database.

( find inside the Hercules folder, not rAthena. )

..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   6
  • Joined:  09/17/13
  • Last Seen:  

....

[SQL]: DB error - Table 'ragnarok.acc_reg_num_db' doesn't exist

the map server already told you what is your server problem.

that SQL table doesnt exist in your database.

 

just find the SQL table in the sql-files/main.sql ..and copy paste it and execute in your database.

( find inside the Hercules folder, not rAthena. )

..

 

not table 

ragnarok.acc_reg_num_db

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  317
  • Reputation:   63
  • Joined:  11/13/11
  • Last Seen:  

Looking at your screenshot, I could almost confirm that you're using eA/rAmod. Have you downloaded it from legitimate source?

If yes, there are extra .sql queries you'll have to run, for rAthena (rAmod), these files are /sql-addons/logs-extras_rAthena.sql and /sql-addons/main-extras_rAthena.sql

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...