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

Usar SSA e Might Ring com HP 50%

Ir para baixo

Usar SSA e Might Ring com HP 50% Empty Usar SSA e Might Ring com HP 50%

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

Código:
--[[ INIT START ]]--

    local AMULET = {normal = "platinum amulet", safe = "stone skin amulet"}

    local RING = {normal = "gold ring", safe = "might ring"}

    local RANGE = {math.random(45,55), math.random(95,100)}

--[[ INIT END ]]--



if mppc <= RANGE[1] then

    if ring ~= itemid(RING.safe) then

        if itemcount(RING.safe) > 0 then

            moveitems(RING.safe, "all", "ring", 1)

        end

    end

    if amulet ~= itemid(AMULET.safe) then

        if itemcount(AMULET.safe) > 0 then

            moveitems(AMULET.safe, "all", "amulet", 1)

        end

    end

elseif mppc >= RANGE[2] then

    if itemcount(AMULET.normal) > 0 then

        moveitems(AMULET.normal, "all", "amulet", 1)

    end

    if itemcount(RING.normal) > 0 then

        moveitems(RING.normal, "all", "ring", 1)

    end

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