Postado Outubro 15, 2015 10 anos init start local softequip,softunequip local softid = 6529 local softuseid = 3549 local wornsoftid = 6530 local bootsid = 'boots of haste' local alertifnosoft = true local soundfile = 'monster.wav' if type(bootsid) == 'string' then bootsid = itemid(bootsid) end init endif softequip == nil then softequip = math.random(65,80) --porcentagem de mana pra por a soft boots endif softunequip == nil then softunequip = math.random(85,95) --porcentagem de mana pra equipar a boh denovo end auto(100) listas('dontlist') if ($mppc <= softequip or ($feet.id == wornsoftid and itemcount(softid) > 0)) and not $pzone and $feet.id ~= softuseid then equipitem(softid,'feet','backpack') softequip = nil wait(500,1000) elseif ($mppc >= softunequip or ($feet.id == wornsoftid and itemcount(softid) == 0) or $pzone) and $feet.id ~= bootsid then equipitem(bootsid,'feet','backpack') softunequip = nil wait(500,1000) end Créditos: tibiabot-script
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.