Postado Julho 17, 2017 7 anos Fala galera Alguem poderia me ajudar com o leaf stom eu queria que ele sai-se com o efeito igual do gif abaixo http://imgur.com/a/RSxh6 Script da leaf storm Spoiler elseif spell == "Leaf Storm" or tonumber(spell) == 73 then addEvent(doDanoWithProtect, 150, cid, GRASSDAMAGE, getThingPosWithDebug(cid), grassarea, -min, -max, 0) local pos = getThingPosWithDebug(cid) local function doSendLeafStorm(cid, pos) --alterado!! if not isCreature(cid) then return true end doSendDistanceShoot(getThingPosWithDebug(cid), pos, 4) end for a = 1, 100 do local lugar = {x = pos.x + math.random(-6, 6), y = pos.y + math.random(-3, 3), z = pos.z} addEvent(doSendLeafStorm, a * 3, cid, lugar) end Outras IMGS Spoiler
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.