I changed mysql database for 2 times and it still the same problem...
UPDATE `players` SET `town_id` = 1, `posx` = 160, `posy` =54, `posz` = 7;
I used this querry, when i create a character it gives me the error above, then i insert the querry above and i can login the character. But when i create a new character it gives me the error again the old character can login, but the new one i should use the querry on the mysql database again.
someone can help me ? or send me a mysql.sql with no bugs x.x
UPDATE `players` SET `town_id` = 1, `posx` = 160, `posy` =54, `posz` = 7;
I used this querry, when i create a character it gives me the error above, then i insert the querry above and i can login the character. But when i create a new character it gives me the error again the old character can login, but the new one i should use the querry on the mysql database again.
someone can help me ? or send me a mysql.sql with no bugs x.x