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

Vocation problem tfs 0.3.6 8.60

Toggee

New Member
Joined
May 28, 2025
Messages
4
Reaction score
0
Hi,

I have a problem with vocations on my server.

first off Promotions does not show on my website only the base vocation does.

I also want to add a custom vocation named "Super Druid" ETC

Got it to work but when i relogg the char it gets the first promoted vocation again..

TFS 0.3.6 -8.60 client
Post automatically merged:

The problem might be that my db shows vocation 1-4 with a promotion 0-1

And i cant find a solution to change that.
 

Attachments

Last edited:
You need to modify login.lua it uses setPlayerPromotion or something along those lines. That method only handle 1 promotion. So you need to change it (maybe in lua somewhere or source I forgot) or just make a custom function in your login.lua code.

Right now it is just doing
If player has premium
Give first promotion
Else
Don’t give promotion

Been a while since I worked on 0.3.6
 
Back
Top