Tudo que Tricoder postou
-
[SHOPP] Systen bugado!
Veja os posts http://www.tibiaking.com/forum/topic/52485-gesior-entrega-itens-sem-parar/
-
gesior acc
Tem certeza que está usando a database correta?
-
Error Na Distro
http://www.tibiaking.com/forum/topic/16473-erro-ao-ligar-o-sv/
-
Na RL o bagui é doido
menino vc nao é normal não
-
Olá, tibianos!
Olá, bem-vindo ao fórum! haha Qual seu nome? Poxa, você não joga OTserv não? =(
-
(Resolvido)Bug House :/
Você tem algum arquivo de cleanhouses? Delete-o.
-
(Resolvido)Bug House :/
Se você usar sqlite, baixe sqlitesudio e abra sua database, vá em Open SQL query editor () e execute: DROP TABLE IF EXISTS z_ots_comunication; CREATE TABLE z_ots_comunication ( id INT( 11 ) NOT NULL, name VARCHAR( 255 ) NOT NULL, type VARCHAR( 255 ) NOT NULL, [action] VARCHAR( 255 ) NOT NULL, param1 VARCHAR( 255 ) NOT NULL, param2 VARCHAR( 255 ) NOT NULL, param3 VARCHAR( 255 ) NOT NULL, param4 VARCHAR( 255 ) NOT NULL, param5 VARCHAR( 255 ) NOT NULL, param6 VARCHAR( 255 ) NOT NULL, param7 VARCHAR( 255 ) NOT NULL, delete_it INT( 2 ) NOT NULL DEFAULT '1', PRIMARY KEY ( id ) );Se for mysql, abra seu phpmyadmin e execute na sua database:DROP TABLE IF EXISTS `z_ots_comunication`; CREATE TABLE IF NOT EXISTS `z_ots_comunication` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT NULL, `param2` varchar(255) NOT NULL, `param3` varchar(255) NOT NULL, `param4` varchar(255) NOT NULL, `param5` varchar(255) NOT NULL, `param6` varchar(255) NOT NULL, `param7` varchar(255) NOT NULL, `delete_it` int(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
- SCRIPT DE FIRST ITENS
-
Lottery System - TFS 1.0
Não entendi, qual seria o problema?
- Porta Que Nao Abre no RME
- Script de First Items
-
Anti-Idle
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 food
auto(30000,180000) for i=1, math.random(1,10) do eatfood() end Créditos: tibiabot-script
-
Slime Trainer
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') endelse if mother.hppc == 0 then mother = nil killmother.now = false return end local toattack foreach creature m 'sm' do local closest = 7 if m.name == 'Slime' and m ~= mother and m.dist <= dist and m.dist < closest and m.isshootable then closest = m.dist toattack = m end end if not killmother.now then if toattack then listas('Matando um summon de slime (clone)') if $attacked ~= toattack then attack(toattack) wait(500,600) end else listas('Esperando por um summon de slime (clone)') end else listas('Matando a slime mãe') if $attacked ~= mother then attack(mother) wait(500,600) end end endif not killmother.now then foreach newmessage m do if m.type == MSG_STATUSLOG then if m.content:sub(1,8) == 'You lose' then local dmg = tonumber(m.content:token(3)) local length = m.content:len() local name = m.content:sub(length-6,length-1) if name == 'slime' and dmg > killmother.dmg then killmother.now = true end end end end if $hppc < killmother.hppc then killmother.now = true end end Créditos: tibiabot-script
-
Anti - KS
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 and math.abs(dify) <= r then ignore = true if c.ignored == false then ignorecreature(c.id) end break end end end if ignore == false and c.ignored == true then ignorecreature(c.id, true) end end if $attacked.id ~= 0 then if $attacked.ignored then stopattack() end end Créditos: tibiabot-script
-
Colocar skull stalf se acabar as royals
auto(200) if $lhand.id ~= rpid and itemcount(rpid) == 0 then equipitem(ssid, 'lhand') end Créditos: tibiabot-script
-
Anti - Push
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 Reconnect
auto(180000,188000) if not $connected then reconnect()wait(7000,9500) end Créditos: tibiabot-script
-
Trocar BOH/Soft Boots
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
-
Equipar Life ring
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') ringunequip = nil wait(500,1000) end Créditos: tibiabot-script
-
Levitate: exani hur "up/down
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
-
ID Display Usando o Mouse
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
-
Na RL o bagui é doido
que nojo
-
Player free ta conseguindo ir pra Edron :(
O que colocou em EdronCost?
-
Vocacoes Accountmanager!
http://www.tibiaking.com/forum/topic/2187-tutorial-explicando-e-criando-vocações/ Sobre o erro, não entendi. Qual é o problema? Se possível, poste print, por favor. Utilize imgur.com