niti
New Member
- Joined
- Nov 22, 2009
- Messages
- 258
- Reaction score
- 2
Hi all, I want my exori hur to be balanced,
I know that there's lots of good scripters, so is there anyone who can help me? I want it to hit around 1400-1500.
I'm not a good scripter.. :$
I'll give rep+
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, true)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_WEAPONTYPE)
setCombatParam(combat, COMBAT_PARAM_USECHARGES, true)
function onGetFormulaValues(cid, level, skill, attack, factor)
return -(((skill + 1000) / 1000) + (level / 1000)), -((skill + 1000) + (level / 1000))
end
setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "onGetFormulaValues")
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
I know that there's lots of good scripters, so is there anyone who can help me? I want it to hit around 1400-1500.
I'm not a good scripter.. :$
I'll give rep+