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

Solved tfs 1.0 hp/mana regeneration issue

Pharoxs

New Member
Joined
Jul 5, 2014
Messages
2
Reaction score
0
Hi, i've been looking in the forum for posts related to the topic but they don't seem to help me.

The problem i'm having is that i want to change the hp/mana regen, i've red that i need to modify the vocations.xml file, i've done it but regeneration still remain the same... this is a part of the xml:

Code:
    <vocation id="7" clientid="2" name="Royal Paladin" description="a royal paladin" gaincap="20" gainhp="10" gainmana="15" gainhpticks="1" gainhpamount="10" gainmanaticks="1" gainmanaamount="10" manamultiplier="1.4" 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.2"/>
        <skill id="1" multiplier="1.2"/>
        <skill id="2" multiplier="1.2"/>
        <skill id="3" multiplier="1.2"/>
        <skill id="4" multiplier="1.1"/>
        <skill id="5" multiplier="1.1"/>
        <skill id="6" multiplier="1.1"/>
    </vocation>

As you can see i've modified the gainhpticks and gainmanaticks (ive done it with all vocation for testing) and it still waits like 6 seconds to regenerate 1 hp... is there something else i need to modify?

Thanks for your help.
 
Code:
UPDATE `players` SET `conditions` = '';
p.s run this query when the server is offline.
 
Back
Top