• 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!

Position Reset!

Rhumor

Dutch & Proud
Joined
Jul 7, 2007
Messages
451
Reaction score
2
When a char dies, his position get's resetted to 0, 0, 0. Anyone knows how to solve this?
 
SQL? or Xml?
when xml than open the Player.xml and search for
[X: 60 | Y: 30 | Z: 8] << Like This
than Change with ur Spawn Position :)
if SQL
just open player table and edit X-Y-X
 
SQL? or Xml?
when xml than open the Player.xml and search for
[X: 60 | Y: 30 | Z: 8] << Like This
than Change with ur Spawn Position :)
if SQL
just open player table and edit X-Y-X


At first, it's SQLite.

At second, I know how to change spawn position, but the problem is after a death the position changes to 0, 0, 0 which means impossible to log on. Could this happen because the character has no hometown?
 
Possible it's temple coordinates are messed up. Try setting them with a town id of 1 (the temple coordinates) or even make their temple position set when they make their characters. Thus, resulting in the given spawn you want.
 
Back
Top