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

Towns on aac

exique

Natala-ot.com
Joined
Sep 28, 2008
Messages
1,673
Reaction score
25
Location
Sweden
How do I disable towns? I just want 1 town?
I use gesior aac for 0.3.2 :)

I got 3 atm..
I can't just delete them :S
 
try in
default - C:/Xampp/htdocs/config/config.ini
set all cities on one ID and one names
then u will do the same depot in all cities with the sames names.
 
Yeah he is talking about his Website:

To use only one go to config/config.php and edit this array :D

This:
PHP:
$config['site']['newchar_towns'] = array(1, 2, 5);

To this:
PHP:
$config['site']['newchar_towns'] = array(1);
 
Thanks! :D

When I create a character.. It starts in level 1..
Why?
The config is set up to make it level 8 and it doesn't work :/
 
When someone creates a paladin , it will be the same as sample paladin.
Sample chars are example for chars that will be made. So you have to configure cample chars, not config.lua. Just simply open your database and change your sample char levels and other parameters.
 
So everything I do on these character will happen when a guy creates example a paladin?
Example:
I give the Paladin sample arbalest and the new player will start with it? :P
 
Back
Top