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

Help please!

Azoria

New Member
Joined
Jul 10, 2008
Messages
65
Reaction score
1
Please help! I'll get this error Wrong temple postions, Please contakt Admin


xampp>Htdocs> Config.inc

Town IDs must be correct and match those in your map
*/
# Town names
$cfg['temple'][1]['name'] = 'Thais';
$cfg['temple'][2]['name'] = 'Venore';
$cfg['temple'][3]['name'] = 'Ab';
$cfg['temple'][4]['name'] = 'Carlin';

# Now set which town(s) you want to use in character making
$cfg['temple'][1]['x'] = 32369;
$cfg['temple'][1]['y'] = 32241;
$cfg['temple'][1]['z'] = 7;
$cfg['temple'][1]['enabled'] = true;

$cfg['temple'][1]['x'] = 1076;
$cfg['temple'][1]['y'] = 454;
$cfg['temple'][1]['z'] = 7;
$cfg['temple'][1]['enabled'] = true;

$cfg['temple'][1]['x'] = 703;
$cfg['temple'][1]['y'] = 600;
$cfg['temple'][1]['z'] = 7;
$cfg['temple'][1]['enabled'] = true;

$cfg['temple'][1]['x'] = 32369;
$cfg['temple'][1]['y'] = 32241;
$cfg['temple'][1]['z'] = 7;
$cfg['temple'][1]['enabled'] = true;



Server Config.lua


-- Account Manager
accountManager = "yes"
newPlayerChooseVoc = "yes"
newPlayerSpawnPosX = 32369
newPlayerSpawnPosY = 32241
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 8
newPlayerMagicLevel = 1
generateAccountNumber = "no"


Where's the fail? :/

Please help me.

Thanks for quick answer

// Azoria
 
Last edited:
Back
Top