KnightOnline
KnightOnline copied to clipboard
CUser::Regene() bugs
CUser::Regene() (used on respawn) is a bit outdated and buggy. Ignoring the functionality that doesn't exist, the 2 main problems with it right now are that:
- The positioning logic is outdated and can fall through to not even finding a position (e.g. when dying in Moradon).
- Doesn't restore HP. This is apparently just commented out; it shouldn't be.