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

Start with another vocations...

Raiden

Developer
Joined
Sep 16, 2008
Messages
486
Reaction score
32
Location
Venezuela
Hello i have a GESIOR ACC for 0.3.6pl1 and i want know what i need change for make more vocations selectables.. (because i'm making a new vocation)
 
config.php of ur gesior then search and edit this
Code:
[COLOR="Red"]$config['site']['newchar_vocations'][0] = array[/COLOR](1 => 'Samplename here')
edit this too
Code:
[COLOR="red"]$vocation_name[0][0] = array[/COLOR](1 => 'Vocationname Here')
 
config.php of ur gesior then search and edit this
Code:
[COLOR="Red"]$config['site']['newchar_vocations'][0] = array[/COLOR](1 => 'Samplename here')
edit this too
Code:
[COLOR="red"]$vocation_name[0][0] = array[/COLOR](1 => 'Vocationname Here')

a lot of thanks!
 
Back
Top