sasukebartioso
New Member
- Joined
- Aug 3, 2011
- Messages
- 10
- Reaction score
- 0
Hi guys
I've tried to make this spell like exori mort/vis etc... that hits multiple times in one target, but can't make it work
can some 1 give me a sample how to make spell like that or what ending should that script have.
this is a sample exori vis from my ots
Somebody knows???
I've tried to make this spell like exori mort/vis etc... that hits multiple times in one target, but can't make it work
can some 1 give me a sample how to make spell like that or what ending should that script have.
this is a sample exori vis from my ots
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -60, -1, -60, 15, 15, 12, 21)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
Somebody knows???