• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

does not update hp and mana after changing the level in phpmyadmin

danio4don

AlatharStudio
Joined
Jun 15, 2012
Messages
371
Reaction score
55
Location
Poland
does not update hp and mana after changing the level in phpmyadmin

how to update it?


tfs 1.4 10.98
 
When changing level in phpmyadmin (SQL), remember to also:
  • Make sure player is offline, so the values dont get overwritten back when he logs out.
  • Change experience to represent that level
  • Change mana and manamax to represent that level for that vocation
  • Change health and healthmax to represent that level for that vocation
  • Change cap to represent that level for that vocation
These columns are all in the players table:
 
Back
Top