don't understand
i have this but this come from whatever to player
local position = getCreaturePosition(cid)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)
for i = 1, 30 do
doSendDistanceShoot({x = position.x + math.random(-20, 20), y = position.y + math.random(-20, 20)...