• 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 Promoted, Need help

andurz

Senior Member
Joined
Nov 1, 2008
Messages
126
Reaction score
0
Location
$wedeN
Hello,i got a problem with my homepage.
The thing is that when i search on my Super Promotion character(Super Druid) It only says proffesion:
and when i look at the online list it dosent say any vocation on my character.I got gesior acc page,im using 1337 roxor server.
 
Go into your config.php in your htdocs folder and after:
PHP:
$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
simply add:
PHP:
$vocation_name[2] = array(1 => 'Super Sorcerer', 2 => 'Super Druid', 3 => 'Super Paladin', 4 => 'Super Knight'); // id => 'name' , $vocation_name[1] - promotion level 2
 
Back
Top