• 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.3] skills don't grow up. That's wrong?!

olekpro

Member
Joined
Nov 1, 2014
Messages
121
Reaction score
6
Hello. I have a problem. Knight can't skill. Axe block probably on 18. Slowly skills i can't change it! Tfs 1.3
Config.lua
Lua:
-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 5
rateSkill = 2
rateLoot = 2
rateMagic = 3
rateSpawn = 1

vocations.xml
XML:
    <vocation id="4" clientid="1" name="Knight" description="a knight" gaincap="25" gainhp="15" gainmana="5" gainhpticks="3" gainhpamount="5" gainmanaticks="6" gainmanaamount="5" manamultiplier="3.0" attackspeed="2000" basespeed="220" soulmax="100" gainsoulticks="120" fromvoc="4">
        <formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0" />
        <skill id="0" multiplier="2.8" />
        <skill id="1" multiplier="2.8" />
        <skill id="2" multiplier="2.8" />
        <skill id="3" multiplier="2.8" />
        <skill id="4" multiplier="1.8" />
        <skill id="5" multiplier="1.8" />
        <skill id="6" multiplier="1.8" />
    </vocation>

Skills don't grow up faster/slower if i change this parameters. And it don't grow up at all probably 1% per minut Can somebody help me?
 
Back
Top