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

TFS 1.2 vocations.xml

tibia10gogo

New Member
Joined
Apr 14, 2016
Messages
8
Reaction score
2
On new tfs 1.2 in vocations.xml we have a very low options to balance our vocations.
now is:
Code:
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0" />

in tfs 0.4 and older:
Code:
<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.13" magDamage="1.22" magHealingDamage="1.24" defense="1.0" magDefense="1.0" armor="1.0"/>

how to add this missing (wandDamage="1.13" magDamage="1.22" magHealingDamage="1.24" magDefense="1.0") to work properly?
 
On new tfs 1.2 in vocations.xml we have a very low options to balance our vocations.
now is:
Code:
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0" />

in tfs 0.4 and older:
Code:
<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.13" magDamage="1.22" magHealingDamage="1.24" defense="1.0" magDefense="1.0" armor="1.0"/>

how to add this missing (wandDamage="1.13" magDamage="1.22" magHealingDamage="1.24" magDefense="1.0") to work properly?
It doesn't exist in the sources, you will need to add them in the source yourself or write a script to emulate this missing aspect of vocations in lua.
 
Back
Top