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

AAC Znote acc custom vocations?

clario

OTS based on Heroes III Might and Magic
Joined
Feb 4, 2018
Messages
98
Reaction score
5
TSF 0.4 , tibia 8.6
Hello there! i just wanted to know how to add more than 4 vocations into the ACC.
So first of all i changed config.php witch i created list of 18 voc +empty ones
its looks here :
// Vocation IDs, names and which vocation ID they got promoted from
$config['vocations'] = array(
0 => array(
'name' => 'empty',
'fromVoc' => false
),
1 => array(
'name' => 'Cleric',
'fromVoc' => false
),
2 => array(
'name' => 'Ranger',
'fromVoc' => false
),
3 => array(
'name' => 'Druid',
'fromVoc' => false
),
4 => array(
'name' => 'Alchemist',
'fromVoc' => false
),
5 => array(
'name' => 'Wizard',
'fromVoc' => false
then
$config['vocations_gain']
and at least :
'skills' => array
Same as vocations form 0 to 8...
so i came into my site to create character , and saw this
K8AyIWS.png

i cant see anothers 14 vocations any sollutions?

NEVERMIND .. FIXED !

Code:
$config['available_vocations'] = array(1,2,3,4);
 
Last edited:
Back
Top