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

Solved Gesior ACCMAKER 2 QUESTION <screen> Help me if You can.

aququ

New Member
Joined
Jan 17, 2011
Messages
85
Reaction score
1
I have 2 problems .
Look down on this picture
||
||
\/

secondproblem.jpg
 
Last edited:
// Show name town in world -- $towns_list[getWorld][getTownId]
$towns_list[0] = array(1 => 'Your Town');


You find this line in your config.php.

The monsters I dont know sorry
 
Ok I fixed by myself here is it how I did this :

xampp\htdocs\config\config.php
1. Click right mouse and edit
2.Change this:
$config['site']['newchar_towns'][0] = array(1, 2, 3, 4, 5);
to this one:
$config['site']['newchar_towns'][0] = array(1);


Hope someone will use it ; )
 
Back
Top