worn Posted November 24, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 42 Reputation: 6 Joined: 09/17/13 Last Seen: Sunday at 11:39 PM Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 24, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
worn Posted November 24, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 42 Reputation: 6 Joined: 09/17/13 Last Seen: Sunday at 11:39 PM Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 24, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
worn Posted November 24, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 42 Reputation: 6 Joined: 09/17/13 Last Seen: Sunday at 11:39 PM Author Share 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 Link to comment Share on other sites More sharing options...
Conflicts Posted November 26, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share 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 Link to comment Share on other sites More sharing options...
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 wornLink to comment
Share on other sites
5 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.