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

No vocation after logout/dead

sikkee

New Member
Joined
Feb 27, 2010
Messages
89
Reaction score
2
Hi, ive got a major problem, everything has worked just fine until now. When a character dies he becomes "no vocation" aka vocation 0. Why is this happening? I'm forced to change it in the database to the vocation they were before, because they can't do anything without a vocation.

I'm running the forgotten server 0.3.6pl1 version and Modern aac.

Please help me..
 
Hello!

In your vocations.xml make sure that the 4 base vocations have a fromvoc that equals their vocation.
(sorcerer vocation id = 1, it should have fromvoc="1") And, if they are prevoc instead, change them to fromvoc.

In addition to that, any promotions should use the number of the vocation the promotion comes from.
(elite knight vocation id = 8, but it should have fromvoc="4")
(epic knight vocatoin id = 12, fromvoc="8")
 
Back
Top