Jan 27, 2009 #1 Westlinez Junior Spellweaver 10 Happy Years Joined Jan 14, 2009 Messages 106 Reaction score 3 MySQL Query Error 'Out of range value for column exp" And it kicks you o.o thats not to all though only to few people idk why.. : :?:
MySQL Query Error 'Out of range value for column exp" And it kicks you o.o thats not to all though only to few people idk why.. : :?:
Jan 27, 2009 #2 BBim Divine Celestial 500 Posts 10 Happy Years Joined Sep 13, 2008 Messages 852 Reaction score 14 Re: [Help] Westlinez said: MySQL Query Error 'Out of range value for column exp" And it kicks you o.o thats not to all though only to few people idk why.. : :?: Click to expand... Out of range value means like this, you can just store from 1 to 10, then the game tryies to store 11, its out of range. To fix it go to navicat, table characters, column exp, put it as bigint, save and it will be fixed(I guess).
Re: [Help] Westlinez said: MySQL Query Error 'Out of range value for column exp" And it kicks you o.o thats not to all though only to few people idk why.. : :?: Click to expand... Out of range value means like this, you can just store from 1 to 10, then the game tryies to store 11, its out of range. To fix it go to navicat, table characters, column exp, put it as bigint, save and it will be fixed(I guess).