niti
New Member
- Joined
- Nov 22, 2009
- Messages
- 258
- Reaction score
- 2
Hi OTLAND
My spells are only connected with Magic level, like if you're KNIGHT you might wanna use Utito tempo to get a bit stronger, but it won't attack more with the spell? Example:
Using Exori hur hits likes 300-400 and if you use utito tempo you should hit 800-900 or something, But I got exori gran ico and I got this spell script
And all are complaining about am I going to fix it and so on, what's the problem cause I cannot find it, I think it have to be something with the RETURN..
I'll give rep++!
Using Exori hur hits likes 300-400 and if you use utito tempo you should hit 800-900 or something, But I got exori gran ico and I got this spell script
PHP:
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 (1800)*-1,(1900)*-1
end
setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "onGetFormulaValues")
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
And all are complaining about am I going to fix it and so on, what's the problem cause I cannot find it, I think it have to be something with the RETURN..
I'll give rep++!