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

Paladin advancing way to fast and healing spells underpowered

Rickolajten

Member
Joined
Jul 21, 2008
Messages
175
Reaction score
16
Hey everyone!

I'm currently using TFS 1.0, the version released by Printer.
There is one huge problem though and two small.

Huge one first, paladins are advancing extremely fast - one hit and they have 170~ dist. I tried checking in myphpadmin when i created a new character if it had like 239293329 tries on that skill, but it was 0.. so i'm stuck here. What could it possibly be?

This is from vocations.xml - looks alright to me.

Code:
<vocation id="3" clientid="2" name="Paladin" description="a paladin" gaincap="20" gainhp="10" gainmana="15" gainhpticks="4" gainhpamount="5" gainmanaticks="4" gainmanaamount="5" manamultiplier="1.4" attackspeed="2000" basespeed="220" soulmax="100" gainsoulticks="120" 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"/>



Two small issues - light healing and intense healing is underpowered even though they look alright in my opinion.


Light healing -

Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0.08, 0, 0.33, 0)

function onCastSpell(cid, var)
    return doCombat(cid, combat, var)
end


Intense healing -

Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)
setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0.51, 0, 0.85, 0)

function onCastSpell(cid, var)
    return doCombat(cid, combat, var)
end

People are complaining that they are really low and not at all like real tibia. Any clue how these should be adjusted in order to make it more realistic?

Any help with these matters would be highly appreciated.
 
This happened to me aswell, I find keeping the skills at 30x or under works best. When I set the Skill Stages to 50x the pallies were leveling WAY to fast.
All other vocations are fine for some reason, but yea; paladin has got some weird attributes to it.
 
This happened to me aswell, I find keeping the skills at 30x or under works best. When I set the Skill Stages to 50x the pallies were leveling WAY to fast.
All other vocations are fine for some reason, but yea; paladin has got some weird attributes to it.
I tried both 30 & 29, they still get 170 dist within 1 shot for some reason. Do you have exactly 30? If so.. i wonder what differs in our servers.
 
Tried lowering it to 25x on skill advances, still no go.
Code:
21:00 You advanced to distance fighting level 11.
21:00 You advanced to distance fighting level 12.
21:00 You advanced to distance fighting level 13.
21:00 You advanced to distance fighting level 14.
21:00 You advanced to distance fighting level 15.
21:00 You advanced to distance fighting level 16.
21:00 You advanced to distance fighting level 17.
21:00 You advanced to distance fighting level 18.
21:00 You advanced to distance fighting level 19.
21:00 You advanced to distance fighting level 20.
21:00 You advanced to distance fighting level 21.
21:00 You advanced to distance fighting level 22.
21:00 You advanced to distance fighting level 23.
21:00 You advanced to distance fighting level 24.
21:00 You advanced to distance fighting level 25.
21:00 You advanced to distance fighting level 26.
21:00 You advanced to distance fighting level 27.
21:00 You advanced to distance fighting level 28.
21:00 You advanced to distance fighting level 29.
21:00 You advanced to distance fighting level 30.
21:00 You advanced to distance fighting level 31.
21:00 You advanced to distance fighting level 32.
21:00 You advanced to distance fighting level 33.
21:00 You advanced to distance fighting level 34.
21:00 You advanced to distance fighting level 35.
21:00 You advanced to distance fighting level 36.
21:00 You advanced to distance fighting level 37.
21:00 You advanced to distance fighting level 38.
21:00 You advanced to distance fighting level 39.
21:00 You advanced to distance fighting level 40.
21:00 You advanced to distance fighting level 41.
21:00 You advanced to distance fighting level 42.
21:00 You advanced to distance fighting level 43.
21:00 You advanced to distance fighting level 44.
21:00 You advanced to distance fighting level 45.
21:00 You advanced to distance fighting level 46.
21:00 You advanced to distance fighting level 47.
21:00 You advanced to distance fighting level 48.
21:00 You advanced to distance fighting level 49.
21:00 You advanced to distance fighting level 50.
21:00 You advanced to distance fighting level 51.
21:00 You advanced to distance fighting level 52.
21:00 You advanced to distance fighting level 53.
21:00 You advanced to distance fighting level 54.
21:00 You advanced to distance fighting level 55.
21:00 You advanced to distance fighting level 56.
21:00 You advanced to distance fighting level 57.
21:00 You advanced to distance fighting level 58.
21:00 You advanced to distance fighting level 59.
21:00 You advanced to distance fighting level 60.
21:00 You advanced to distance fighting level 61.
21:00 You advanced to distance fighting level 62.
21:00 You advanced to distance fighting level 63.
21:00 You advanced to distance fighting level 64.
21:00 You advanced to distance fighting level 65.
21:00 You advanced to distance fighting level 66.
21:00 You advanced to distance fighting level 67.
21:00 You advanced to distance fighting level 68.
21:00 You advanced to distance fighting level 69.
21:00 You advanced to distance fighting level 70.
21:00 You advanced to distance fighting level 71.
21:00 You advanced to distance fighting level 72.
21:00 You advanced to distance fighting level 73.
21:00 You advanced to distance fighting level 74.
21:00 You advanced to distance fighting level 75.
21:00 You advanced to distance fighting level 76.
21:00 You advanced to distance fighting level 77.
21:00 You advanced to distance fighting level 78.
21:00 You advanced to distance fighting level 79.
21:00 You advanced to distance fighting level 80.
21:00 You advanced to distance fighting level 81.
21:00 You advanced to distance fighting level 82.
21:00 You advanced to distance fighting level 83.
21:00 You advanced to distance fighting level 84.
21:00 You advanced to distance fighting level 85.
21:00 You advanced to distance fighting level 86.
21:00 You advanced to distance fighting level 87.
21:00 You advanced to distance fighting level 88.
21:00 You advanced to distance fighting level 89.
21:00 You advanced to distance fighting level 90.
21:00 You advanced to distance fighting level 91.
21:00 You advanced to distance fighting level 92.
21:00 You advanced to distance fighting level 93.
21:00 You advanced to distance fighting level 94.
21:00 You advanced to distance fighting level 95.
21:00 You advanced to distance fighting level 96.
21:00 You advanced to distance fighting level 97.
21:00 You advanced to distance fighting level 98.
21:00 You advanced to distance fighting level 99.
21:00 You advanced to distance fighting level 100.
21:00 You advanced to distance fighting level 101.
21:00 You advanced to distance fighting level 102.
21:00 You advanced to distance fighting level 103.
21:00 You advanced to distance fighting level 104.
21:00 You advanced to distance fighting level 105.
21:00 You advanced to distance fighting level 106.
21:00 You advanced to distance fighting level 107.
21:00 You advanced to distance fighting level 108.
21:00 You advanced to distance fighting level 109.
21:00 You advanced to distance fighting level 110.
21:00 You advanced to distance fighting level 111.
21:00 You advanced to distance fighting level 112.
21:00 You advanced to distance fighting level 113.
21:00 You advanced to distance fighting level 114.
21:00 You advanced to distance fighting level 115.
21:00 You advanced to distance fighting level 116.
21:00 You advanced to distance fighting level 117.
21:00 You advanced to distance fighting level 118.
21:00 You advanced to distance fighting level 119.
21:00 You advanced to distance fighting level 120.
21:00 You advanced to distance fighting level 121.
21:00 You advanced to distance fighting level 122.
21:00 You advanced to distance fighting level 123.
21:00 You advanced to distance fighting level 124.
21:00 You advanced to distance fighting level 125.
21:00 You advanced to distance fighting level 126.
21:00 You advanced to distance fighting level 127.
21:00 You advanced to distance fighting level 128.
21:00 You advanced to distance fighting level 129.
21:00 You advanced to distance fighting level 130.
21:00 You advanced to distance fighting level 131.
21:00 You advanced to distance fighting level 132.
21:00 You advanced to distance fighting level 133.
21:00 You advanced to distance fighting level 134.
21:00 You advanced to distance fighting level 135.
21:00 You advanced to distance fighting level 136.
21:00 You advanced to distance fighting level 137.
21:00 You advanced to distance fighting level 138.
21:00 You advanced to distance fighting level 139.
21:00 You advanced to distance fighting level 140.
21:00 You advanced to distance fighting level 141.
21:00 You advanced to distance fighting level 142.
21:00 You advanced to distance fighting level 143.
21:00 You advanced to distance fighting level 144.
21:00 You advanced to distance fighting level 145.
21:00 You advanced to distance fighting level 146.
21:00 You advanced to distance fighting level 147.
21:00 You advanced to distance fighting level 148.
21:00 You advanced to distance fighting level 149.
21:00 You advanced to distance fighting level 150.
21:00 You advanced to distance fighting level 151.
21:00 You advanced to distance fighting level 152.
21:00 You advanced to distance fighting level 153.
21:00 You advanced to distance fighting level 154.
21:00 You advanced to distance fighting level 155.
21:00 You advanced to distance fighting level 156.
21:00 You advanced to distance fighting level 157.
21:00 You advanced to distance fighting level 158.
21:00 You advanced to distance fighting level 159.
21:00 You advanced to distance fighting level 160.
21:00 You advanced to distance fighting level 161.
21:00 You advanced to distance fighting level 162.
21:00 You advanced to distance fighting level 163.
21:00 You advanced to distance fighting level 164.
21:00 You advanced to distance fighting level 165.
21:00 You advanced to distance fighting level 166.
21:00 You advanced to distance fighting level 167.
21:00 You advanced to distance fighting level 168.
21:00 You advanced to distance fighting level 169.
21:00 You advanced to distance fighting level 170.
21:00 You advanced to distance fighting level 171.
21:00 You advanced to distance fighting level 172.
21:00 You advanced to distance fighting level 173.
21:00 You advanced to distance fighting level 174.
21:00 You advanced to distance fighting level 175.
21:00 You advanced to distance fighting level 176.
21:00 You advanced to distance fighting level 177.
21:00 You advanced to distance fighting level 178.
21:01 A cave rat loses 30 hitpoints due to your attack.

That can't be it.
 
Back
Top