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

Problem adding vocations to Gesior

butrocker

New Life
Joined
Aug 17, 2008
Messages
92
Reaction score
4
I have a problem adding vocations to my website I'm using Gesior!

So I added my vocations to my vocations.xml and when I add it to my config.php
the vocations show up blank and I cant tell which vocation I pick..
The vocations work and everything like once I select it and I hit create but for some reason I cant see them.

here is what it looks like grr.jpg

it should be listed like this:
wizard/priest/archer/hunter/warrior/crusader

anyone have a solution for this?

this is my config.php as well.
PHP:
# Create Character Options
$config['site']['newchar_vocations'][0] = array(1 => 'Wizard Sample', 2 => 'Priest Sample', 3 => 'Archer Sample', 4 => 'Hunter Sample', 5 => 'Warrior Sample', 6 => 'Crusader Sample' );
$config['site']['newchar_towns'][0] = array(1);
$config['site']['max_players_per_account'] = 8;

also all of the sample characters are in my DB too so I don't think that is the issue!

- - - Updated - - -

Bump anyone have a solution to this? I just want to get this fixed so I can begin working on balancing vocations etc.

- - - Updated - - -

bump! anyone know what is wrong here? :$
 
Back
Top