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

Windows Gesior Acc for TFS 1.2 Vocation problem

xoiox

New Member
Joined
Aug 20, 2009
Messages
46
Reaction score
2
Hello, I've got a problem with my Gesior Acc Maker for TFS 1.2 . I created a vocation with id = 20 and Acc Maker doesn't accept new vocation even if I inserted a valid ID.

code from config.php ACC Maker
Code:
$config['site']['newchar_vocations'] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample', 20 => 'Priest Sample');

In vocations.xml is correct ID 20 and name but ACC maker can't show the name of vocation:
ve6mf6.jpg


I noticed else that I can put number of id's until to 9 when sorcerer is 1 and elite knight is 8. It still works if number of vocation is 9 but I need for ID 20.

Please help me with this.
 
put 5 => "Priest Sample"
i dont know php but id assume that breaks the array when you go from 4th index to 20th randomly so it doesnt show anything past the break
 
Back
Top