WindBot
Aqui você poderá conferir todas as novidades relacionada ao WindBot, além de tirar suas duvidas sobre ele!
66 tópicos neste fórum
-
init start local lastStand = $standtime local randTime = math.random(300000, 600000) init end auto(100) if $standtime < lastStand then lastStand = $standtime end if $standtime - lastStand > randTime then local dirs = {'n', 'e', 's', 'w'} -- Makes sure it's random and not the same we're facing right now table.remove(dirs, table.find(dirs, $self.dir)) turn(dirs[math.random(1, 3)]) waitping() lastStand = $standtime randTime = math.random(300000, 600000) end Créditos: windbotbr
-
- 0 respostas
- 208 visualizações
-
-
init start -- local SCRIPT_VERSION = '1.0.1' local filename = 'Loot - ' .. $name .. '.txt' local hideEmpty = false -- DO NOT EDIT BELOW THIS LINE -- init end auto(1000) local handler = nil foreach newmessage m do if m.type == MSG_INFO and not (hideEmpty and m.content:find('nothing')) then if handler == nil then handler = io.open(filename, 'a+') end handler:write(os.date('%H:%M') .. ' ' .. m.content .. '\n') end end if handler ~= nil then handler:close() end Créditos: windbotbr
-
- 0 respostas
- 206 visualizações
-
-
init start -- local SCRIPT_VERSION = '1.0.0' local header, closeButton, closed, moving local cursorPosition = {} local engines = {'Cavebot', 'Looting', 'Targeting', 'Spell Healer', 'Potion Healer', 'Condition Healer', 'Mana Trainer'} filterinput(false, true, false, false) function inputevents(e) if e.type == IEVENT_LMOUSEUP then if e.elementid == closeButton then closed = true return end for _, v in ipairs(engines) do if e.elementid == v.shape then toggle(v.name:gsub(' ', '') .. '/Enabled') return end end elseif e.elementid == header then if e.type == IEVENT_MMOUSEDOWN then moving = true cursorPosition.x = $cu…
-
- 0 respostas
- 206 visualizações
-
-
Valor do Script: R$ 20,00 | TibiaKing: Download Grátis Informação Testado em: 118MS Dificuldade: 110+ Exp/h: 150k à 250k Loot/h: -5k à 30k Necessário: The New Frontier Quest ( missão 8 ) Monstro(s): Lizard Legionnaire + Lizard Dragon Priest + Lizard High Guard + Draken Warmaster Hotkey(s) Exura Vita Strong Mana Potion Exori Frigo Exura Gran Exura Exori Gran Vis Avalanche Rune (on crosshair) Exevo Gran Mas Vis Download TIBIABRBOT - M 110+ Midnight - Isle of strife.xml
-
- 0 respostas
- 204 visualizações
-
-
init start -- local SCRIPT_VERSION = '1.2.1' local function deleteSpecialAreaCall(menu) removespecialarea(menu.specialAreaName) end local function moveSpecialAreaName() if resizedSP == nil then return tern(draggedSP == nil, 'Move Special Area', 'Stop Moving') end end local function moveSpecialAreaCall(menu) if draggedSP == nil then draggedSP = menu.specialArea else draggedSP = nil end end local function resizeSpecialAreaName() if draggedSP == nil then return tern(resizedSP == nil, 'Resize Special Area', 'Stop Resizing') end end local function resizeSpecialAreaCall(menu) if resizedSP == nil then resizedSP = menu.specialArea …
-
- 0 respostas
- 202 visualizações
-
-
local tile = gettile($cursorinfo.x, $cursorinfo.y, $cursorinfo.z) for i=1, tile.itemcount do local dY = 100+(40*tile.itemcount) - (40*i); drawitem(tile.item[i].id, 30, dY, 100, tile.item[i].count, -1) drawtext(itemname(tile.item[i].id) .. ' count: ' .. tile.item[i].count .. ' (' .. tile.item[i].id .. ')', 30+40, dY) end Créditos: tibiawindbot
-
- 0 respostas
- 192 visualizações
-
-
Persistent init start local function getsecs(msg) local times, temp = {m = 60, h = 3600, s = 1}, 0 for n, t in msg:gmatch('(%d+)%s(%a)') do temp = temp + (tonumber(n) * times[t] or 0) end return temp end -- SCRIPT VERSION: 1.1.0 init end auto(1000) -- do not change it! if not softTime then if $feet.id == 3549 then contextmenu("Look", $feet.id, "feet") waitping() end foreach newmessage m do if m.type == MSG_INFO then local name, duration = m.content:match(REGEX_ITEM_DURATION) if duration then softTime = getsecs(duration) end end end end if $feet.id ~= 3549 then softTime = false end if softTime then softTime = softTime - 1…
-
- 0 respostas
- 188 visualizações
-
-
Giant Spider - Ancient Scarab - Necromancer - Bonebeast - Vampire - And more Vocação: Druid / Sorcerer Level: 80+ Dificuldade: Médio Exp/hour: 140k/h to 260k/h (dependendo do level / configiguração de loot) Loot/hour: -10k/h até 15k/h Início próximo do depot de ankrahmun Rope Shovel ► Opções de Loot ◄ ► Druid / Sorcerer ◄ ► Auto Mount ◄ ► Depositter ◄ ► Reopen Backpacks ◄ ► Configurações de Supply ◄ ► Safe Bank ◄ ► Special Areas ◄ ► Monitor My Hunting HUD ◄ (créditos para Sirmate) ► Monitor My Stats HUD ◄ (créditos para Sirmate) ► Recent Loot HUD ◄ ► PM HUD ◄ (créditos para Leonardo) F1 Exori Flam F2 Exura F…
-
- 0 respostas
- 187 visualizações
-
-
init start -- _________ _____ _ __ -- / ____/ (_) / ___/__________(_)___ / /______ -- / __/ / / / \__ \/ ___/ ___/ / __ \/ __/ ___/ -- / /___/ / / ___/ / /__/ / / / /_/ / /_(__ ) -- /_____/_/_/ /____/\___/_/ /_/ .___/\__/____/ -- /_/ -- Name: Health & Mana Bar -- Last Updated: 09/05/2015 -- Version: 1.0 -- you may change colors, I fuck gradients colors and I do not understand them at all. local BORDER = true local SIZE = 380 local HUD_Colors = { MANA = {0.0, color(3, 131, 183, 20), 0.23, color(3…
-
- 0 respostas
- 183 visualizações
-
-
init start local lowstamina = (14*60) + 30 -- 14:30 stamina init end auto(2000,3000) if($pzone and lowstamina >= $stamina) then xlog(true) end Créditos: windbotbr
-
- 0 respostas
- 181 visualizações
-
-
init start -- Friends to heal local friends = { "Eternal Oblivion", "Bubble" } local healHPPC = 90 -- Minimum HPPC to heal table.lower(friends) init end auto(100) foreach creature m 'pt' do if m.hppc < healHPPC and table.find(friends, m.name:lower()) then useoncreature("ultimate healing rune", m.name:lower()) wait(300, 500) return end end Créditos: windbotbr
-
- 0 respostas
- 171 visualizações
-
-
cast('exura sio "' .. $name) Créditos: windbotbr
-
- 0 respostas
- 168 visualizações
-
-
if $cavebot then setsetting('Cavebot/Enabled', 'no') else setsetting('Cavebot/Enabled', 'yes') end Créditos: windbotbr
-
- 0 respostas
- 167 visualizações
-
-
if $vocation == 'druid' then cast('exura sio "' .. $name) wait(300, 500) elseif $vocation == 'sorcerer' then cast('exura vita') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 163 visualizações
-
-
local Rod = 3070 -- Id of Rod local Sword = 3271 -- Id of Weapon auto(1000) if ($mppc < 40 and $rhand.id == Rod) then --at less than 40% mana changes to weapon equipitem('Sword', 'rhand') wait(200, 300) elseif ($mppc > 55 and $rhand.id == Sword) then -- at more than 55% mana it changes back to rod equipitem('Rod', 'rhand') wait(200, 300) end Créditos: windbotbr
-
- 0 respostas
- 163 visualizações
-
-
while itemcount('piggy bank') >= 1 do useitem('piggy bank') end Créditos: windbotbr
-
- 0 respostas
- 156 visualizações
-
-
auto(200) listas($vocshort) Créditos: windbotbr
-
- 0 respostas
- 153 visualizações
-
-
auto(200) if $maxhp-$hp > 170 then cast('exura gran ico') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 99 visualizações
-
-
auto(200) if $maxhp-$hp > 180 then cast('exura gran san') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 93 visualizações
-
-
auto(200) if $hppc < 60 then cast('exura san') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 83 visualizações
-
-
if $voc == 2 then cast('exura ico') wait(300, 500) elseif $voc == 2 then cast('exura') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 82 visualizações
-
-
auto(200) if $hp < 150 and $mp >= 210 then cast('exura gran san') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 81 visualizações
-
-
auto(200) if $hp < 40 and $mp >= 70 then cast('exura gran') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 79 visualizações
-
-
auto(200) if $maxhp-$hp > 100 then cast('exura ico') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 74 visualizações
-
-
auto(200) if $maxhp-$hp > 150 then cast('exura vita') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 73 visualizações
-
-
auto(200) if $hp < 50 and $mp >= 20 then cast('exura') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 73 visualizações
-
-
auto(200) if $hp < 120 and $mp >= 40 then cast('exura ico') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 72 visualizações
-
-
auto(200) if $hp < 400 and $mp >= 200 then cast('exura gran ico') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 70 visualizações
-
-
auto(200) if $maxhp-$hp > 140 then cast('exura San') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 64 visualizações
-
-
auto(200) if $hp < 200 and $mp >= 160 then cast('exura vita') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 64 visualizações
-
-
auto(200) if $hp < 200 and $mp >= 160 then cast('exura san') wait(300, 500) end Créditos: windbotbr
-
- 0 respostas
- 62 visualizações
-
Quem Está Navegando 0
- Nenhum usuário registrado visualizando esta página.