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

[ModernAAC]Temple Positions

_Arthur

Joined
Oct 22, 2009
Messages
2,190
Reaction score
143
Hey..

What are ALL of the locations where player Temple/Spawn positions are registered
for ModernAAC?
I seem to be having problems finding them all..

-config.php
-sample characters
-where else?
 
config.php
XML:
/*Positions to start when creating character*/
$startPos['x'] = 1000;
$startPos['y'] = 1000;
$startPos['z'] = 7;
 
Hey..

What are ALL of the locations where player Temple/Spawn positions are registered
for ModernAAC?
I seem to be having problems finding them all..

-config.php
-sample characters
-where else?

config.php
XML:
/*Positions to start when creating character*/
$startPos['x'] = 1000;
$startPos['y'] = 1000;
$startPos['z'] = 7;

Failiure. 3-0 :p
 
You only have to set the town id in them! open config find this line:
And you need to have a town in map that is id 1 else it will not work.
$config['cities'] = array(1=>'cityname');
To set tempel positon in sampel in db
also in config.php
/*Positions to start when creating character*/
$startPos['x'] = 1000;
$startPos['y'] = 1000;
$startPos['z'] = 7;
 

Similar threads

Back
Top