Jaki Maoh
Member
- Joined
- Sep 13, 2017
- Messages
- 55
- Reaction score
- 13
Hello community!
I do not know, for the life of me what I did that broke my znoteAAC (or phpMyAdmin):
when creating (and only when creating) a new character it is entered in the server database with negative -120 mana points and -120 max mana:
In-game the player has tons of mana and mana max:
Because of this, when he logs out, the server cannot save its status and he gets rolled back to the moment of it's creation, losing all progress.
Here's the error:
Anyone knows how this could happen?
*** the server never had this kind of behaviour before - always created characters without problems and their progress was always normal.
Thanks in Advance!
I do not know, for the life of me what I did that broke my znoteAAC (or phpMyAdmin):
when creating (and only when creating) a new character it is entered in the server database with negative -120 mana points and -120 max mana:
In-game the player has tons of mana and mana max:
Because of this, when he logs out, the server cannot save its status and he gets rolled back to the moment of it's creation, losing all progress.
Here's the error:
LUA:
Testa has logged out.
[Error - mysql_real_query] Query: UPDATE `players` SET `level` = 1,`group_id` = 1,`vocation` = 1,`health` = 150,`healthmax` = 150,`experience` = 0,`lookbody` = 20,`lookfeet` = 115,`lookhead` = 96,`looklegs` = 98,`looktype` = 128,`lookaddons` = 0,`maglevel` = 0,`mana` = 4294967176,`manamax`
Message: Out of range value for column 'mana' at row 1
[Error - mysql_real_query] Query: UPDATE `players` SET `level` = 1,`group_id` = 1,`vocation` = 1,`health` = 150,`healthmax` = 150,`experience` = 0,`lookbody` = 20,`lookfeet` = 115,`lookhead` = 96,`looklegs` = 98,`looktype` = 128,`lookaddons` = 0,`maglevel` = 0,`mana` = 4294967176,`manamax`
Message: Out of range value for column 'mana' at row 1
[Error - mysql_real_query] Query: UPDATE `players` SET `level` = 1,`group_id` = 1,`vocation` = 1,`health` = 150,`healthmax` = 150,`experience` = 0,`lookbody` = 20,`lookfeet` = 115,`lookhead` = 96,`looklegs` = 98,`looktype` = 128,`lookaddons` = 0,`maglevel` = 0,`mana` = 4294967176,`manamax`
Message: Out of range value for column 'mana' at row 1
Error while saving player: Testa
Anyone knows how this could happen?
*** the server never had this kind of behaviour before - always created characters without problems and their progress was always normal.
Thanks in Advance!

