Ir para conteúdo
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento | Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
Inicia em: --
Participar

WindBot

Aqui você poderá conferir todas as novidades relacionada ao WindBot, além de tirar suas duvidas sobre ele!

  1. Started by hellgatetibia,

    E aí galera, vim aqui apresentar um pouco do meu trabalho, eu vendo scripts pack de knight, paladin, druid e sorcerer tudo por 2kk com 100 scripts aqui a pack de mostruario gratuitamente pra download: http://www.4shared.com/file/Yca1tyOYba/scripts_pack_windbotrar.html? aqui o scan: https://www.virustotal.com/pt/url/2f002f0a7013ed1d317338b98df8113b78986cca1055382b2c5e7db32c3f594d/analysis/1428254902/ ACEITO KK EM TODOS WORLDS E GRANA RL MSG INBOX

    • 1 resposta
    • 634 visualizações
  2. init start -- local SCRIPT_VERSION = '1.0.1' local alerts = { { name = 'Player on Screen', sound = 'playeronscreen.wav', playSound = false, pauseBot = false, logout = false, safelist = {'Bubble', 'Cachero'} }, { name = 'Player Attacking', sound = 'playerattacking.wav', playSound = false, pauseBot = false, logout = false, safelist = {'Bubble', 'Cachero'} }, { name = 'Monster Attacking', sound = 'monsterattacking.wav', playSound = false, pauseBot = false, logout = false, safelist = {'Rat', 'Bat'} }, { name = 'Private Message', sound = 'privatemessage.wav', playSound = fals…

    • 2 respostas
    • 310 visualizações
  3. 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
    • 270 visualizações
  4. init start -- local SCRIPT_VERSION = '1.1.0' -- The bot will open these backpacks, in this order. The first item is the -- name of the backpack, the second the location and the third is whether -- it should be open as new, which defaults to true. local backpacks = { {'Backpack of Holding', 'back'}, {'Dragon Backpack' , '0' }, {'Expedition Backpack', '1' , false}, {'Brocade Backpack' , '1' }, {'Brown Bag' , '0' }, } local serverSaveWait = {15, 20} -- Wait time on server save, in minutes local nextTry = $timems init end auto(100) if not $connected and $timems >= nextTry then set('Cavebot/Enabled', 'no') set('Targeting/Enable…

    • 0 respostas
    • 365 visualizações
  5. Started by Tricoder,

    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
    • 205 visualizações
  6. Started by Tricoder,

    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
    • 215 visualizações
  7. Started by Tricoder,

    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
    • 231 visualizações
  8. Started by Netovieira,

    Eu tenho alguns scripts pagos, como faço pra postar aqui?

    • 4 respostas
    • 773 visualizações
  9. if $cavebot then setsetting('Cavebot/Enabled', 'no') else setsetting('Cavebot/Enabled', 'yes') end Créditos: windbotbr

    • 0 respostas
    • 205 visualizações
  10. Started by Tricoder,

    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
    • 264 visualizações
  11. Started by Tricoder,

    Persistent Code init start -- Version 2.0.1 function GetWeaponPC() SkillType = findweapontype() local SkillNames = {'axe','sword','club','no weapon','distance weapon'} if table.find(SkillNames,SkillType) then if SkillType == 'axe' then return $axepc elseif SkillType == 'sword' then return $swordpc elseif SkillType == 'club' then return $clubpc elseif SkillType == 'no weapon' then return $fistpc elseif SkillType == 'distance weapon' then return $distancepc end else return $mlevelpc end end local Config = { {name = 'Weapon', _starttime = $timems, _skill = GetWeaponPC(), _traceskill = 0, _timers = {0}, _try = 0,…

    • 0 respostas
    • 345 visualizações
  12. init start local Monsters = {"Swampling", "Snake", "Marsh Stalker", "Water Buffalo", "Salamander", "Emerald Damselfly"} local Players = { Consider = true, Distance = 10, FloorDifference = 1, SafeList = {"Bubble", "Eternal Oblivion"}, } local Spells = { {Name = "exori gran", Amount = 4}, {Name = "exori", Amount = 3}, {Name = "exori min", Amount = 2}, {Name = "exori ico", Hppc = 10}, {Name = "exori hur", Hppc = 10}, {Name = "utito tempo", Amount = 5}, } local SpecialAreas = { -- {min x, max x, min y, max y, z} } local UseTargetState = false -- DO NOT CHANGE ANYTHING BELOW THIS LINE local i, LastFloor, Exhaust = 1, $posz, $timems …

    • 0 respostas
    • 386 visualizações
  13. Started by Tricoder,

    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
    • 244 visualizações
  14. Started by Tricoder,

    init start -- local SCRIPT_VERSION = '1.0.0' local goldIds = {itemid('gold coin'), itemid('platinum coin')} init end auto(200, 300) local cont, item for i = 0, 15 do cont = getcontainer(i) if cont.isopen then for j = 0, cont.itemcount do item = cont.item[j] if item.count == 100 and table.find(goldIds, item.id) then useitem(item.id, i, j) waitping() end end end end Créditos: windbotbr

    • 0 respostas
    • 275 visualizações
  15. auto(200) if $hp < 400 and $mp >= 200 then cast('exura gran ico') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 93 visualizações
  16. auto(200) if $hp < 150 and $mp >= 210 then cast('exura gran san') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 102 visualizações
  17. auto(200) if $hp < 40 and $mp >= 70 then cast('exura gran') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 94 visualizações
  18. auto(200) if $hp < 120 and $mp >= 40 then cast('exura ico') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 115 visualizações
  19. auto(200) if $hp < 200 and $mp >= 160 then cast('exura san') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 77 visualizações
  20. auto(200) if $hp < 200 and $mp >= 160 then cast('exura vita') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 95 visualizações
  21. auto(200) if $hp < 50 and $mp >= 20 then cast('exura') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 96 visualizações
  22. auto(200) if $maxhp-$hp > 170 then cast('exura gran ico') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 130 visualizações
  23. auto(200) if $maxhp-$hp > 180 then cast('exura gran san') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 117 visualizações
  24. 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
    • 112 visualizações
  25. auto(200) if $maxhp-$hp > 100 then cast('exura ico') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 109 visualizações
  26. auto(200) if $hppc < 60 then cast('exura san') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 109 visualizações
  27. auto(200) if $maxhp-$hp > 140 then cast('exura San') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 94 visualizações
  28. auto(200) if $maxhp-$hp > 150 then cast('exura vita') wait(300, 500) end Créditos: windbotbr

    • 0 respostas
    • 114 visualizações
  29. Started by Tricoder,

    while itemcount('piggy bank') >= 1 do useitem('piggy bank') end Créditos: windbotbr

    • 0 respostas
    • 205 visualizações
  30. Started by Tricoder,

    -- Waypoint Buttons by Forgee -- Inspired by Sirmate init start -- Buttons local Buttons = { {text = "Walk", id = -1, action = function() addwaypoint('walk', $posx, $posy, $posz) end}, {text = "Node", id = -1, action = function() addwaypoint('node', $posx, $posy, $posz) end}, {text = "Stand", id = -1, action = function() addwaypoint('stand', $posx, $posy, $posz) end}, {text = "Shovel", id = -1, action = function() addwaypoint('shovel', $posx, $posy, $posz) end}, {text = "Rope", id = -1, action = function() addwaypoint('rope', $posx, $posy, $posz) end}, {text = "Machete", id = -1, action = function() addwaypoint('mach…

    • 0 respostas
    • 354 visualizações
  31. Started by vital900,

    Praticamente todas as caves do tibia para todas as vocações!! Eu posto o link do drive pq já vem com scan e é de fácil utilização. **Não tem apenas cavebot de hunt.. tem quests entre outros.. tem actions tbm! https://drive.google.com/drive/folders/1jWSPwWv2LmFqbP1YwjyYyH_iifRzzJdY?usp=sharing Se for repostar, anuncie com os creditos (vital900) e formatem melhor.. pq o post ta bem feio!

    • 1 resposta
    • 2.3k visualizações

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Informação Importante

Confirmação de Termo