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

houses on unnamed acc?

p41nwithoutlove

New Member
Joined
Aug 12, 2008
Messages
216
Reaction score
0
im wondering how you put the list of houses on your server onto the unnamed acc houses page?
please help
 
Open \xampp\htdocs\config\config.php

Look at row ~33 and ~34, there should be:
Code:
$towns_list[0] = array(1 => '..........
and
Code:
$towns_list[1] = array(1 => '.........

change the names of the towns written there (the number before is the town id, so look at your mapeditor and write the correct town name at correct town id.
 
i have it set up so it links the house list on site but the houses.xml is blank but on the server there showing up that they exist. is there any way to fix this?
 
Back
Top