• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

How to make char start with chosen vocation

Boyegas

New Member
Joined
Jan 27, 2009
Messages
159
Reaction score
1
Hello. I downloaded TFS 0.3.6pl. When I log in the account manager, It dosent give me the option of chosing a vocation. It only asks me if it should be male or female.
Please help.
 
Goto config.lua

Search for: "newPlayerChooseVoc" i think it's around line 6. change false to true.

Result:

Before:
Code:
newPlayerChooseVoc = false
After edit:
Code:
newPlayerChooseVoc = true
 
Gesior2012-TFS-1.0 ... I know its wrong... i use tfs 1.2
its not wrong, but its bad, you should consider using this one instead:

as for the vocations, go to /config/config.php
and change:
$config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');

to:
$config['site']['newchar_vocations'] = array(0 => 'Rook Sample');
 
its not wrong, but its bad, you should consider using this one instead:

as for the vocations, go to /config/config.php
and change:
$config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');

to:
$config['site']['newchar_vocations'] = array(0 => 'Rook Sample');
Great, thanks awesome!!!!

So now, i create a new character then i'm "13:26 You see yourself. You have no vocation." So maybe can i put a NPC who sell "promote" to Rookslayer?
 
Last edited:
Or you can add vocation 9 as rookslayer and make it an option.
So now i must add new vocation like Rookslayer, then i can for example put npc and you can Promote to Rookslayer
Post automatically merged:

its not wrong, but its bad, you should consider using this one instead:

as for the vocations, go to /config/config.php
and change:
$config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');

to:
$config['site']['newchar_vocations'] = array(0 => 'Rook Sample');
Hey, now i have a problem in acc maker, i cant create any character:

"
The Following Errors Have Occurred:
  • Wrong characters configuration. Try again or contact with admin. ADMIN: Edit file config/config.php and set valid characters to copy names. Character to copy Rook Sample doesn't exist.
"
 
Last edited:
Back
Top