Fix-ul de mai jos rezolva problema cu HP-ul pe minus (negativ -> deobicei -32k HP) atunci cand iti dai teleport sau cand te loghezi pe server.
*Link download / Code:
Deschidem char.cpp si cautam CHARACTER::SetPlayerProto , dupa care cautam mai jos:
SetHP(t->hp);
SetSP(t->sp);
In practica, acest FIX este indeajuns, dar vom face niste modificari in plus ca sa fim siguri

Deschidem tables.h (common) si cautam SPlayerTable, iar mai jos gasim:
short hp;
short sp;