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

Vocation problem-Gesior ACC

alramo

New Member
Joined
May 25, 2009
Messages
197
Reaction score
0
i got a problem with Vocations...i have done 4 new vocations....and if i change the vocacion in DB to 9 on a character...it works in game...but when i search it on my website , nothing appears on Vocation....why? and i already have changed it on config.php of GEsior ACC

should i reinstall gsior?
 
htdocs/config/config.php

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

Just add another vocations (if they aren't promoted add in [1][0], if they are promoted vocations add in [1][1]).
This is related to the Unnamed ACC that support Multiworld system.
 
PHP:
$vocation_name[1][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 => 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0
$vocation_name[1][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight');
$vocation_name[1][2] = array(1 => 'Vocation9', 2 => 'Vocation10', 3 => 'Vocation11', 4 => 'Vocation12');[PHP]

Done ?
 
Back
Top