worn Posted November 24, 2014 Posted November 24, 2014 (edited) 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 Edited November 24, 2014 by worn Quote
Emistry Posted November 24, 2014 Posted November 24, 2014 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. Quote
worn Posted November 24, 2014 Author Posted November 24, 2014 Solved the first problem is when I try something in the game that bug sql now in question to add cash [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) Quote
Emistry Posted November 24, 2014 Posted November 24, 2014 .... [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. ) .. Quote
worn Posted November 24, 2014 Author Posted November 24, 2014 .... [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 Quote
Conflicts Posted November 26, 2014 Posted November 26, 2014 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 Quote
Question
worn
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
when I try to add cash or vip also giving this error nen solves thecash

Edited by worn5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.