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

Tutorial Soft Changer

2 participantes

Ir para baixo

Tutorial Soft Changer Empty Tutorial Soft Changer

Mensagem por Sir. Felipe Ter Out 15, 2013 5:45 pm

Trocar soft em tal porcentagem para uma outra boots.

1° Passo:
Vá em actions e depois em List
Tutorial Soft Changer Mmx2
Logo em seguida expanda o SoftBoots

Tutorial Soft Changer M8ow

2° Passo:
E clique com o botão direito em Script
Tutorial Soft Changer D0io

3° Passo:
Caso sua segunda bota não seja uma boots of haste, altere para
a sua, por exemplo: Draken bootsTutorial Soft Changer F32d

Observação: Caso queira alterar as porcentagem de mana, altere o "60, 70" que são as porcentagens.

Código:
Código:
local DEFAULT_BOOTS = 'boots of haste' --Name of normal boots
local CONSIDER_TYPE = 1 --[[ 1 = mp pc, 2 = hp pc, 3 = mp exact, 4 = hp exact ]]
local CONSIDER_EQUIP = {60, 70} -- Value to equip soft boots
local CONSIDER_UNEQUIP = {90, 92} -- Value to unequip soft boots
 
--[[ ENGINE ]]
local SCRIPT_INFO = "Name: Soft Boots Changer/nVersion: 1.2.0 beta/nAuthor: sirmate"
local NORMAL_BOOTS_ID = itemid(DEFAULT_BOOTS)
local RANDOM_EQUIP = math.random(CONSIDER_EQUIP[1], CONSIDER_EQUIP[2])
local RANDOM_UNEQUIP = math.random(CONSIDER_UNEQUIP[1], CONSIDER_UNEQUIP[2])
local HP_MP_VALUES = {mppc, hppc, mp, hp}
 
if (boots == 3549) and (pzone == true or HP_MP_VALUES[CONSIDER_TYPE] >= RANDOM_UNEQUIP) then
        if (itemcount(DEFAULT_BOOTS) > 0) then
                moveitems(NORMAL_BOOTS_ID, "all", "Boots", 1)
                wait(1100, 1200)
        else
                moveitems(boots, "Boots", "all", 1)
                wait(1000, 1200)
        end
elseif (boots == 6530 or boots == 0) then
        if (HP_MP_VALUES[CONSIDER_TYPE] <= RANDOM_EQUIP) and (pzone == false) and (itemcount(6529) > 0) then
                moveitems(6529, "all", "Boots", 1)
                wait(1000, 1200)
        elseif (itemcount(NORMAL_BOOTS_ID) > 0) then
                moveitems(NORMAL_BOOTS_ID, "all", "Boots", 1)
                wait(1000, 1200)
        elseif (boots > 0) then
                moveitems(boots, "Boots", "all", 1)
                wait(1000, 1200)
        end
elseif (boots == NORMAL_BOOTS_ID) and (HP_MP_VALUES[CONSIDER_TYPE] <= RANDOM_EQUIP) and (pzone == false) and (itemcount(6529) > 0) then
        moveitems(6529, "all", "Boots", 1)
        wait(1000, 1200)
end
Sir. Felipe
Sir. Felipe
Admin

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

Ir para o topo Ir para baixo

Tutorial Soft Changer Empty Re: Tutorial Soft Changer

Mensagem por coca09 Qui Jul 17, 2014 1:28 am

que lixo de scripets
coca09
coca09

Mensagens : 1
Data de inscrição : 17/07/2014

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