Lord Turtle Posted November 7, 2017 Posted November 7, 2017 Cause: When selling an item on vending with 1 billion price i get this error on console Note: there is no error ingame just error on console : DB error - Out of range value for column 'count1' at row 1 [Debug]: at c:\users\xxxx\desktop\rathena\src\char\int_achievement.c:136 - INS ERT INTO `achievement` (`char_id`, `id`, `completed`, `rewarded`, `count1`, `cou nt2`, `count3`, `count4`, `count5`, `count6`, `count7`, `count8`, `count9`, `cou nt10`) VALUES ('150003', '220013',FROM_UNIXTIME('1510038950'),NULL, '1000000000' , '0', '0', '0', '0', '0', '0', '0', '0', '0') Quote
0 Psychonaut Posted November 7, 2017 Posted November 7, 2017 It sounds like that count1 doesn't support a big value like that, you can limit or try to change count1 column in database(but i'm not sure about the effects of changing this). Quote
Question
Lord Turtle
Cause: When selling an item on vending with 1 billion price i get this error on console
Note: there is no error ingame just error on console
1 answer 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.