• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

New map town

Bolmack

Member
Joined
Mar 7, 2015
Messages
91
Reaction score
6
Hello, im starting the new map for my server, from scratch, and i alreay put a town 1, but i dont find the files that i have to modify in the OTs or in the unizerver to make a new player start in that town, and to make the houses of that town appear in my Znote page. can some help me ?
 
In uniserver goto www folder and open up Config.php and on the lines in the folders is what you edit!

So in this one you edit.
1 => 'Custom' -- change custom to your town name.
To add more do this.
1 => 'Thais' ,
2 => 'Carlin' ,
3 => 'Edron'
Towns.png


Now edit the array on the following lines.
Change array(1); -- 1 tells you the city to be shown on the website.
To add more towns to website just edit.
array(1, 2, 3) -- added 1 2 and 3 now it will display Thais Carlin and Edron on the website.
Towns_array.png


Make sure when editing town with the number make sure town 1 is in town 1 spot :|
 
Last edited by a moderator:
Damn, thats what i was looking for :D, but now... do you know how to make that new characters appear in the 1rst town?

@RosOT I did what u said, but didnt work, already modified everything, saved and close and run again, and still doesnt work D:


EDIT: Already did it just gotta figure it on my head how it all works xD but is done thank you very much :D
 
Last edited by a moderator:
Back
Top