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

Vocations.xml help.

Drakkhan

Illuria Project Lead
Joined
Oct 3, 2013
Messages
141
Reaction score
22
I'm running TFS_10_915, and I've noticed that my Knight is gaining shielding skill very slow. I don't wish to slow down or speed up how his other skills gain, I just want to speed up shielding gain. The problem is, all the skills are set to 1.1 in Vocations.xml.

What range of values is ok for skill rates in Vocations.xml?

Is there any other way to adjust skill rates? I've noticed that shielding is very slow despite being set to 1.1 like the rest of the hand to hand fighting skills.

What do the numbers attached to skill rates "mean"? Is it 1.1 times something? Something divided by 1.1? What?

Thanks!

Regards,

Drakkhan
 
I having the almost the same problem, but with PvP, the knights is hitting 5-70 in players..

Code:
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
     <skill id="0" multiplier="1.1"/>
     <skill id="1" multiplier="1.1"/>
     <skill id="2" multiplier="1.1"/>
     <skill id="3" multiplier="1.1"/>
     <skill id="4" multiplier="1.4"/>
     <skill id="5" multiplier="1.1"/>
     <skill id="6" multiplier="1.1"/>
 
Back
Top