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

ACC Maker [HELP] Should be easy for decent scripters.

jaxNtrigs

New Member
Joined
Nov 3, 2013
Messages
31
Reaction score
1
So I download the Paradise OT version of TFS 8.6.
Here is my issue.

I created 8 custom vocations.
When I create a character with ACCOUNT MANAGER,
it asked me what vocation I would like to be.
[Sorcerer] [Knight] [Druid] [Paladin]

What I need it to look like is this.
[Magician], [Cleric], [Archer], [Warrior], [Berserker], [Rogue], [Necromancer]

So players can choose from the new classes and ACCOUNT MANAGER will create character with chosen class.

Can someone tell me where I can change this script?
 
What about the last 4? There is a total of 8 vocations all with 2 sub classess. So 24 in total.
What I am asking is how to make it so there is 8 starting vocations to choose from.
 
Well add 4 new to the aac manager?
Code:
$config['site']['newchar_vocations'][0] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
$config['site']['newchar_vocations'][1] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
And ofc add new samples to the database, should be it I think.
WibbenZ
 
Back
Top