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

Lua Look

You can edit in data/XML/vocations.xml

Also:

Code:
<vocation id="1" name="Sorcerer" description="a sorcerer"

etc.

So, u must write a script to change player vocation id. Add to vocations.xml new vocation, and if palyer get a x storage change it vocation id.
 
So, don't delete current vocations, but add new. U will have old and new vocations. U can copy a sorcerer and create new sorcerer dwarf, etc.
 
Back
Top