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

Se mover se ficar trapado

Ir para baixo

Se mover se ficar trapado Empty Se mover se ficar trapado

Mensagem por Admin Sex Jun 14, 2013 10:30 pm

Código:
if maround(7) > 0 and pzone == false and ((maround(1) == 0 and target.id > 0 and standtime >= 5000) or standtime >= 60000) then 
    local rand = math.random(1,8) 
        if (rand == 1) then move('w') 
            elseif (rand == 2) then move('e') 
            elseif (rand == 3) then move('n') 
            elseif (rand == 4) then move('s') 
            elseif (rand == 5) then move('nw') 
            elseif (rand == 6) then move('ne') 
            elseif (rand == 7) then move('sw') 
            elseif (rand == 8) then move('se') 
        end 
    wait(1000) 
end  
avatar
Admin
Admin

Mensagens : 39
Data de inscrição : 03/06/2013

https://tibiaibot.forumbrasil.net

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