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

Spawn pos chinging

kapka

New Member
Joined
Aug 3, 2012
Messages
58
Reaction score
0
Hi, where i can change first spawn place and temple position in gesior acc manager for 3.0.6 tfs?
 
/htdocs(or www)/config/config.php:
PHP:
$config['site']['newchar_towns'][0] = array(1);

Put the number of town over there array(1);, can be looked by opening RME and clicking CTRL + T.
To new character spawn, you need to put the same town ID into all character samples in phpMyAdmin and positions.
 
Also where Loney said but try this one as well.

Search in Accountmanagement.php of your Gesior Acc file for:
LUA:
$player->setPos

LUA:
					$player->setPosX(0);
					$player->setPosY(0);
					$player->setPosZ(0);

There you have to write position of the temple etc.
 
Back
Top