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

Super vocation

SV means Super Vocation, correct? First of all, you'd have to tell us what AAC you are currently in possesion of, else it's rather hard for us to in any way assist you. And when so, please post the whoisonline script and tell us the names of the super vocations.
 
Try adding in your config.php located at confg/ a new vocation:

$vocation_name[0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0
$vocation_name[1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1

Example:

$vocation_name[0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight', 8 => 'SuperVocation'); // id => 'name' , $vocation_name[0] - promotion level 0

8 should be the ID from the vocation!
 

Similar threads

Back
Top