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

ModernAAC: Creating acc: Chosing VOC.

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
Hello,
I got a problem with something on ModernAAC:
If you look @ ParadiseOT- Free online role-playing game.
You can chose vocation: Druid, sorc, pal, knight
I want it so u can chose only 1 voc, and its voc 0
I edited this in config.php
Code:
/*List of vocation available to choose when creating new character*/
$config['vocations'] = array(0=>"Begynner");
But still, 4 vocations r showing up
how to fix it?
 
in this file:
www\system\application\views\create.php search for
<option value="1">Sorcerer</option>
<option value="2">Druid</option>
<option value="3">Paladin</option>
<option value="4">Knight</option>
and just remove to 1 and change namn tell me if it works
 
ohh, yeah XD
ty
repped

edit:
still, when they make acc they get lvl 1
 
Last edited:
Back
Top