doSendDistanceShoot(getThingPosWithDebug(cid), getThingPosWithDebug(target), 32)
local type = isInArray({"ghost"}, pokes[getCreatureName(target)].type)
local type2 = isInArray({"ghost"}, pokes[getCreatureName(target)].type2)
local retConf = {}
if not type or not type2 then
retConf = {id = target, cd = 5, check = 0, spell = spell, cond = "Confusion"}
end
addEvent(doMoveDano2, 100, cid, target, NORMALDAMAGE, 0, 0, retConf, spell)