Pesquisar na Comunidade
Mostrando resultados para as tags ''NeoBOT - Scripts''.
Encontrado 11 registros
-
local rand auto(0.5*60*1000,14*60*1000) rand = math.random(1,4) if (rand == 1) then face("w") elseif (rand == 2) then face("e") elseif (rand == 3) then face("n") elseif (rand == 4) then face("s") end Créditos: tibiabot-script
-
auto(30000,180000) for i=1, math.random(1,10) do eatfood() end Créditos: tibiabot-script
-
init start local mother local dist = 4 -- é o mínio de distância que o slime deve estar longe de você, it is the minimum distance the slime must be from you, útil para treinar paladinos local killmother = {dmg = 50, hppc = 40, now = false} -- vai matar a slime mãe se der mais de 50 de dano em você ou se você tiver menos de 40% do hp. setsetting('Hud/DisplaysList/ActiveHotkeys/Enabled','yes')init end auto(100,500) if not mother then if $followed.name == 'Slime' then mother = $followed else listas('Dê Follow a slime mae para começar a treinar') endels
-
init start local r = 4 -- Range. local safelist = {'Bubble', 'Eternal Oblivion'} -- O bot VAI dar KS nesses players. Adicione mais se quiser. table.insert(safelist, $name) -- Não mexa aqui. init end auto(100) local ppos = {} foreach creature p 'pf' do if not table.find(safelist, p.name) then table.insert(ppos, {x = p.posx, y = p.posy}) end end foreach creature c 'mf' do local ignore = false if c.id ~= $mattacker.id then for i = 1, #ppos do local difx, dify = ppos[i].x - c.posx, ppos[i].y - c.posy if math.abs(difx) <= r an
-
auto(200) if $lhand.id ~= rpid and itemcount(rpid) == 0 then equipitem(ssid, 'lhand') end Créditos: tibiabot-script
-
init start local wppos = {x = $wptx, y = $wpty, z = $wptz} -- Não mude local wppid = 'Worm' -- Worm, Gold Coin etc.. local wppbp = 'Yellow Backpack' -- Backpack em que se encontra esses items init end auto(100) moveitems(wppid, ground(wpposx,wpposy,wppoz), 'wppbp', 1) Créditos: tibiabot-script
-
auto(180000,188000) if not $connected then reconnect()wait(7000,9500) end Créditos: tibiabot-script
-
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 == worns
-
init start local ringequip,ringunequip local ringid = 3052 --life ring local ringuseid = 3089 --ring que você está usando init end if ringequip == nil then ringequip = math.random(60,80) end if ringunequip == nil then ringunequip = math.random(85,95) end auto(100) listas('dontlist') if ($mppc <= ringequip) and not $pzone and $finger.id ~= ringuseid then equipitem(ringid,'finger','backpack') ringequip = nil wait(500,1000) elseif (($mppc >= ringunequip) or $pzone) and $finger.id == ringuseid then moveitems(ringuseid,'backpack','finger') r
-
levitate('w','up') --> will turn to west and then levitate up levitate('s','down') --> will turn to south and then levitate down levitate('e','up') --> will turn to east and then levitate up levitate('n','down') --> will turn to north and then levitate down Créditos: tibiabot-script
-
init start local followCursor = false -- Seguir o cursor? (false = nao, true = sim) local displayColor = 0xFFFFFF setfontstyle("Tahoma", 10, displayColor) setfontweight(150) setjustify("left") setposition($worldwin.left+6, $worldwin.top+20)init end auto(20) if followCursor == true then setposition($cursor.x+7, $cursor.y-7)end local itemID = cursorinfo().idif itemID ~= 0 then addtext('ID: '..itemID, 0, 0) end Créditos: tibiabot-script
TibiaKing
Open Tibia Server
Quer aprender a criar seu próprio servidor de Tibia? Então está no lugar certo, aqui você encontrará milhares de tutorias, scripts, códigos, mapas e utilitários para que você possa fazer o seu próprio servidor de Tibia começando do zero.
Anuncie no TibiaKing
Precisa de mais visibilidade em seus projetos? Quer fazer um plano publicitário para o seu servidor? Anuncie no OTKing e faça sua divulgação, possuímos centenas de acessos simultâneos e milhares diários, com certeza será a sua solução!