Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Exori Min virando pro bicho

Ir para baixo

Exori Min virando pro bicho Empty Exori Min virando pro bicho

Mensagem por Sir. Felipe Ter Jun 25, 2013 6:35 pm

Código:
--[[ 

    Name: [Exori min] Turn Mode  

    Version: v1.0 

]]-- 

     

local monsterspell = { 'destroyer', 'demon' } 

local spellstrike = 'exori min' 



function turnsidespell(mdx,mdy,mdid) 

    local mdx, mdy, mdid, turnspell = mdx, mdy, mdid, 0 

    local bcor = {-1,1,0} 

    if mdid == target.id then 

        if posx+(bcor[2]) == mdx and (posy+(bcor[1]) == mdy or posy+(bcor[3]) == mdy or posy+(bcor[2]) == mdy) then 

            turnspell = 'e' 

        elseif posx+(bcor[1]) == mdx and (posy+(bcor[1]) == mdy or posy+(bcor[3]) == mdy or posy+(bcor[2]) == mdy) then 

            turnspell = 'w' 

        elseif posy+(bcor[2]) == mdy and (posx+(bcor[1]) == mdx or posx+(bcor[3]) == mdx or posx+(bcor[3]) == mdx) then 

            turnspell = 's' 

        elseif posy+(bcor[1]) == mdy and (posx+(bcor[1]) == mdx or posx+(bcor[3]) == mdx or posx+(bcor[3]) == mdx) then 

            turnspell = 'n' 

        end 

    end 

    return turnspell 

end 

if maround(1, false, unpack(monsterspell)) > 0 and cancast(spellstrike) then 

    local mx, my, mid = target.posx, target.posy, target.id 

    local mt = turnsidespell(mx,my,mid) 

    turn(mt) 

    cast(spellstrike) 

    wait(1000,1500) 

end 
Sir. Felipe
Sir. Felipe
Admin

Mensagens : 193
Data de inscrição : 10/06/2013

Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

 
Permissões neste sub-fórum
Não podes responder a tópicos