Spo teh pro
New Member
- Joined
- Jan 3, 2008
- Messages
- 319
- Reaction score
- 1
does somebody know how i fix old dmg to the new clients?
like in old days when 100 sorc did 350~ with SD and 600~ with UE
Since the new scripts are based on magic level -_-
Would be really nice if someone could help me out of this
Can someone change this script, that the damage will be level * 2 and magic level * 3 and then the result *1.2 - 30 = minimum
and level * 2 + magic level * 3 & the result *1.6 = maximum?
Thanks guys <3
like in old days when 100 sorc did 350~ with SD and 600~ with UE
Since the new scripts are based on magic level -_-
Would be really nice if someone could help me out of this
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.3, -30, -1.8, 0)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
Can someone change this script, that the damage will be level * 2 and magic level * 3 and then the result *1.2 - 30 = minimum
and level * 2 + magic level * 3 & the result *1.6 = maximum?
Thanks guys <3