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

Big M

New Member
Joined
Jun 10, 2011
Messages
33
Reaction score
3
Location
Sweden
Hello!

I have a simple question:

How can i do so that different vocation get magic level faster or slower than eachother, for example i have made a vocation similar to Sorcerers, i want it to gain magic level slower. Do i then just change the "magDamage="1.0"" or are there other ways?
in config.lua there is only magic level multiplier for all vocations, not for each one.
 
Isn't there an option for it in vocations.xml?
edit: ah there isn't I think. But u can change the magic damage a certain vocation does.

Code:
<vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5"  
gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000"  
soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no"> 
        [B]<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0"  
defense="1.0" magDefense="1.0" armor="1.0"/> [/B]
</vocation>
 
Last edited:
Back
Top