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

how to set temple position in ZACC

ziggy46802

Active Member
Joined
Aug 19, 2012
Messages
418
Reaction score
27
How do you set the initial temple position for Znote zACC? Its not in the config.php file.
 
i actually asked znote about this. he sent this.
If you make sure that pos 5, 5, 7 is a black area, then the character should be teleported to the temple position.
You can change this position if you dig deep into Znote AAC:
enter the location of znote aac
then open /engine/function/users.php with notepad

CTRL + F search for:
$character_data['town_id'],

Then you see below:
'posx' => 5,
'posy' => 5,
'posz' => 7,

Change these values to something that fits for you, then save. And your all set.
 
Back
Top