Soft Boots Avançado
Página 1 de 1
Soft Boots Avançado
- Código:
-- ___ -- _______ _____ _______ _______ ______ _____ _____ _______ _______
-- /\ \ -- |______ | | |______ | |_____] | | | | | |______
-- /::\ \ -- ______| |_____| | | |_____] |_____| |_____| | ______|
-- /:/\:\ \ --
-- /::\~\:\ \ --
-- /:/\:\ \:\__\ --
-- \/_|::\/:/ / -- _______ _ _ _______ __ _ ______ _______ ______
-- |:|::/ / -- | |_____| |_____| | \ | | ____ |______ |_____/
-- |:|\/__/ -- |_____ | | | | | \_| |_____| |______ | \_
-- |:| | --
-- \|__| --
local CONFIG = {
DEFAULT_BOOTS = "boots of haste",
CONSIDER_TYPE = mppc,
CONSIDER_EQUIP = {48, 52},
CONSIDER_UNEQUIP = {88, 92},
}
-- ENGINE
-- DON'T CHANGE NOTHING BELOW THIS LINE
local SCRIPT = SCRIPT or {
NAME = "Soft Boots Changer",
VERSION = "1.0",
}
CONFIG.DEFAULT_BOOTS = Item.GetID(CONFIG.DEFAULT_BOOTS, 1)
local RANDOM_EQUIP = math.random(CONFIG.CONSIDER_EQUIP[1], CONFIG.CONSIDER_EQUIP[2])
local RANDOM_UNEQUIP = math.random(CONFIG.CONSIDER_UNEQUIP[1], CONFIG.CONSIDER_UNEQUIP[2])
if Boots.ID() == 3549 and (Self.isInProtectionZone() or CONFIG.CONSIDER_TYPE >= RANDOM_UNEQUIP) then
if itemcount(CONFIG.DEFAULT_BOOTS) > 0 then
Self.EquipBoots(CONFIG.DEFAULT_BOOTS)
wait(1100, 1200)
else
Self.UnequipItem("boots")
wait(1100, 1200)
end
elseif Boots.ID() == 6530 or Boots.ID() == 0 then
if CONFIG.CONSIDER_TYPE <= RANDOM_EQUIP and itemcount(6529) > 0 and (not Self.isInProtectionZone()) then
Self.EquipBoots(6529)
wait(1100, 1200)
elseif itemcount(CONFIG.DEFAULT_BOOTS) > 0 then
Self.EquipBoots(CONFIG.DEFAULT_BOOTS)
wait(1100, 1200)
elseif Boots.ID() > 0 then
Self.UnequipItem("boots")
wait(1100, 1200)
end
elseif Boots.ID() == CONFIG.DEFAULT_BOOTS and CONFIG.CONSIDER_TYPE <= RANDOM_EQUIP and itemcount(6529) > 0 and (not Self.isInProtectionZone()) then
Self.EquipBoots(6529)
wait(1100, 1200)
end
Sir. Felipe- Admin
- Mensagens : 193
Data de inscrição : 10/06/2013
Tópicos semelhantes
» Renovar Firewalker boots
» HUD c/ time de Soft
» Tutorial Soft Changer
» Elite Knight - Sea Serpent + Soft Refiller
» Master Sorcerer - Liberty Bay Vandura Mountain + Soft Refiller
» HUD c/ time de Soft
» Tutorial Soft Changer
» Elite Knight - Sea Serpent + Soft Refiller
» Master Sorcerer - Liberty Bay Vandura Mountain + Soft Refiller
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos
Sáb Nov 28, 2015 5:38 pm por mchamer
» [PEDIDO] Treino com slimes (knight)
Qua Jun 03, 2015 8:18 pm por Fish3r
» Tibia DICEBOT/ Xenobot / IBot / RedBot / WindBot / 10.78
Ter Jun 02, 2015 10:09 am por dawtom22
» Elite Knight - Sea Serpent + Soft Refiller
Sex Mar 13, 2015 8:46 am por Daniel Morais
» TibiaIBot 10.75 WAYPOINTS PACK 1-250!
Qua Mar 04, 2015 5:56 am por dawtom22
» Elite Knight - Port Hope Corym
Dom Mar 01, 2015 4:50 pm por aguinaldo02
» Tibia Xenobot / IBot / RedBot / WindBot / 10.75 CRACKED!
Dom Mar 01, 2015 3:27 pm por dawtom22
» DUVIDA - TARGETTING
Dom Mar 01, 2015 2:08 pm por andreeysz
» TibiaIBot 10.75 WAYPOINTS PACK 1-250!
Seg Fev 23, 2015 8:39 am por dawtom22