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

Znote remove town list and characters create

carre

Advanced OT User
Joined
Apr 23, 2013
Messages
881
Solutions
1
Reaction score
157
Location
Sweden
Hi :)

How can I remove this Znote town list from this site?
I want to remove this so nobody can see it.
also, town list when creating characters too.
Screenshot_2.png

Screenshot_1.png
 
Provide a Starting point in your RME on the map edit Towns, Place a name on your town and edit the config lua to what you have set
I've fixed by remove this from config.lua php
$config['available_towns'] = array(6, 7, 8, 9); to $config['available_towns'] = array();
 
Back
Top