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

Modern ACC Create Account+Character

Kudzu

Active Member
Joined
Apr 9, 2008
Messages
512
Reaction score
38
Location
localhost
How to remove a setting together with an account because I have problem. In config I have this line:

PHP:
/*List of vocation available to choose when creating new character*/
$config['vocations'] = array(1=>"Sorcerer", 2=>"Druid", 3=>"Paladin", 4=>"Knight");

when I set only rookslayer:

PHP:
$config['vocations'] = array(0=>"None");;

in page I see all time all vocations.
 
Back
Top