- Joined
- Aug 6, 2007
- Messages
- 1,786
- Reaction score
- 37
Could someone tell me what part of the script makes it a spell like all the sio spells...
Uhm if you send me the script and what the spell should do through pm i could see what i could do.
Could someone tell me what part of the script makes it a spell like all the sio spells...
Could someone tell me what part of the script makes it a spell like all the sio spells...
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.3, -30, -1.7, 0)
function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end