Thorn
Spriting since 2013
Hello guys, the website i aquired aparently was ment for a rookgard kind of game, but i dont have it, so is it possible if someone could help me change this? instead of no vocation to have the 4 vocations possible?
$config['vocations'] = array(
0 => array(
'name' => 'No vocation',
'fromVoc' => false
),
1 => array(
'name' => 'Sorcerer',
'fromVoc' => false
),
2 => array(
'name' => 'Druid',
'fromVoc' => false
),
3 => array(
'name' => 'Paladin',
'fromVoc' => false
),
4 => array(
'name' => 'Knight',
'fromVoc' => false
),
5 => array(
'name' => 'Master Sorcerer',
'fromVoc' => 1
),
6 => array(
'name' => 'Elder Druid',
'fromVoc' => 2
),
7 => array(
'name' => 'Royal Paladin',
'fromVoc' => 3
),
8 => array(
'name' => 'Elite Knight',
'fromVoc' => 4
)
) ;
Go to config.php and search forunder it add this:Code:$config['vocations'] = array(
PHP:0 => array( 'name' => 'No vocation', 'fromVoc' => false ), 1 => array( 'name' => 'Sorcerer', 'fromVoc' => false ), 2 => array( 'name' => 'Druid', 'fromVoc' => false ), 3 => array( 'name' => 'Paladin', 'fromVoc' => false ), 4 => array( 'name' => 'Knight', 'fromVoc' => false ), 5 => array( 'name' => 'Master Sorcerer', 'fromVoc' => 1 ), 6 => array( 'name' => 'Elder Druid', 'fromVoc' => 2 ), 7 => array( 'name' => 'Royal Paladin', 'fromVoc' => 3 ), 8 => array( 'name' => 'Elite Knight', 'fromVoc' => 4 ) ) ;
Adjust them if needed ofc![]()
sorry this is what you mean?print your website folder (htdocs, www, etc)