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

Solved Gesior Char Page Vocs "hidden"

D00M

New Member
Joined
Mar 16, 2008
Messages
10
Reaction score
0
when I try to create a account, the vocations lists wont appear, its just appear after i click on Submit one time and the vocs appear invisible


my config.php

//// CHARACTER config, format: ID_of_vocation => 'Name of Character to copy', load vocation name from $vocation_name[0] (below)
//$config['site']['newchar_vocations'][0] = array(0 => 'Rook Sample'); // ROOKGARD
//// Or Mainland, comment this line below, and uncomment above if Rookgard ;)

$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');


$config['site']['newchar_towns'][0] = array(1);
$config['site']['newchar_towns'][1] = array(1);
// sample, if all players should spawn in one city (city with ID 4): $config['site']['newchar_towns'] = array(4);

// list of vocations on ots (world 0)
// list of vocations on ots (world 1)
$vocation_name[1][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[1] - for world ID 1


// list of towns on ots
$towns_list[0] = array(1 => 'City no.1', 2 => 'Kaer Morhen', 3 => 'Poviss', 4 => 'Oxenfurt', 5 => 'Rookgard'); // list of towns, id => 'name', $towns_list[0] - for world id 0


Screen:

33fdgyo.jpg


another noob question:

how do i change the Flag and server name? thanks in advance ^_^
 
Last edited:
nvm, fixed the problem, it was something with just me and the world i changed in the gameworlds table ;)

@pitch
(Y)
 
Back
Top