• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 1.X+ multiplier vocations.xml

CastorFlynn

Member
Joined
Aug 29, 2021
Messages
103
Reaction score
18
Is it possible to use a hundredth value in the multiplier? Like this:

XML:
<vocation id="7" clientid="2" name="Royal Paladin" basicname="RP" description="a royal paladin" gaincap="20" gainhp="10" gainmana="15" gainhpticks="2" gainhpamount="15" gainmanaticks="2" gainmanaamount="10" manamultiplier="1.4" lessloss="25" attackspeed="2000" basespeed="220" soulmax="200" gainsoulticks="15" fromvoc="3">
        <formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0" />
        <skill id="0" multiplier="1.25" />
        <skill id="1" multiplier="1.25" />
        <skill id="2" multiplier="1.25" />
        <skill id="3" multiplier="1.25" />
        <skill id="4" multiplier="1.15" />
        <skill id="5" multiplier="1.15" />
        <skill id="6" multiplier="1.15" />
    </vocation>
 
Back
Top