Tickit
Member
Someone got anny ides how to make paladins better? Because right now they suxs on my ots..
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HOLYAREA)
setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 4, 6)
local area = createCombatArea(AREA_CIRCLE3X3)
setCombatArea(combat, area)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
Play with this line
setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 4, 6)
That is currently set to multiply the damage off of the Magic Level. You can either raise the numbers until you find an ammount you like, or change it to work off of skill or level.
Yeah, I'm on my phone stupid auto corrections
Vocational.xml, change damage multipliers there