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

Help!

smoothrocker

New Member
Joined
May 16, 2009
Messages
22
Reaction score
0
I am using gesior acc maker page. When people make accounts they choose from the 4 vocations yet they still start out at level 1. can anyone tell me how to make them start out at 8? i went into htdocs/includ/conifg.php and the aprt for that looks like
PHP:
	//let client choose a vocation?
	$config['clientChooseVocation'] = 'yes';

	$config['newCharacterVocation'] = 0;
	$config['newCharacterLevel'] = 8;
	$config['newCharacterTownId'] = 1;

So i do not kno what the problem is. can anyone help me? I am using tfs 0.3.4 and gesior 0.3.4

Please i really need help
 
This line clearly states that every character will start from "No vocation"...

PHP:
    $config['newCharacterVocation'] = 0;

Have you tried adding the character samples to database, and using them?
 
i actually had them in there and did some messing around and just changed my character samples and it worked. That line was in there saying starting voc and new player choosing voc was 1 so either way you chose your voc but you started at 1. But i did figure it out shortly after i made the post.. thx though u did give me the right answer :D
 
go on your sql base then find the sampel characters like sorcer sampel. then edit his level to 8 and do that to all thoes chars like knight sampel etc :)
 
change Sorcerer Sample, Druid Sample, Paladin Sample, Knight Sample. lvls exp blabla like Vegas told you

check1.jpg
 
Last edited:
Back
Top