Ir para conteúdo

Tricoder

Héroi
  • Registro em

  • Última visita

Tudo que Tricoder postou

  1. 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
  2. if $voc == 2 then cast('exura ico') wait(300, 500) elseif $voc == 2 then cast('exura') wait(300, 500) end Créditos: windbotbr
  3. auto(200) if $maxhp-$hp > 150 then cast('exura vita') wait(300, 500) end Créditos: windbotbr
  4. auto(200) if $maxhp-$hp > 140 then cast('exura San') wait(300, 500) end Créditos: windbotbr
  5. auto(200) if $maxhp-$hp > 100 then cast('exura ico') wait(300, 500) end Créditos: windbotbr
  6. Vai nas sources, abre player.cpp e procura por: void Player::manageAccount Posta aqui.
  7. auto(200) if $maxhp-$hp > 170 then cast('exura gran ico') wait(300, 500) end Créditos: windbotbr
  8. auto(200) if $maxhp-$hp > 180 then cast('exura gran san') wait(300, 500) end Créditos: windbotbr
  9. auto(200) if $hppc < 60 then cast('exura san') wait(300, 500) end Créditos: windbotbr
  10. auto(200) if $hp < 50 and $mp >= 20 then cast('exura') wait(300, 500) end Créditos: windbotbr
  11. auto(200) if $hp < 40 and $mp >= 70 then cast('exura gran') wait(300, 500) end Créditos: windbotbr
  12. auto(200) if $hp < 200 and $mp >= 160 then cast('exura san') wait(300, 500) end Créditos: windbotbr
  13. auto(200) if $hp < 150 and $mp >= 210 then cast('exura gran san') wait(300, 500) end Créditos: windbotbr
  14. auto(200) if $hp < 120 and $mp >= 40 then cast('exura ico') wait(300, 500) end Créditos: windbotbr
  15. auto(200) if $hp < 400 and $mp >= 200 then cast('exura gran ico') wait(300, 500) end Créditos: windbotbr
  16. auto(200) if $hp < 200 and $mp >= 160 then cast('exura vita') wait(300, 500) end Créditos: windbotbr
  17. Ficou maravilhoso!
  18. <action uniqueid="10093" script="vocdoor_druid.lua" /> function onUse(cid, item, frompos, item2, topos) if item.uid == 10093 then if getPlayerVocation(cid) == 2 or getPlayerVocation(cid) == 6 then doPlayerSendTextMessage(cid, 22, "You can pass, you are a Druid.") pos = getPlayerPosition(cid) if pos.x == topos.x then if pos.y < topos.y then pos.y = topos.y + 1 else pos.y = topos.y - 1 end elseif pos.y == topos.y then if pos.x < topos.x then pos.x = topos.x + 1 else pos.x = topos.x - 1 end else doPlayerSendTextMessage(cid,22,'Please stand in front of the door.') return 1 end doTeleportThing(cid,pos) doSendMagicEffect(topos,12) else doPlayerSendTextMessage(cid,22,'You can\'t pass, you aren\'t a Druid.') end return 1 else return 0 end end
  19. Tricoder postou uma resposta no tópico em Suporte Tibia OTServer
    Está usando a versão extended? Lembrando que tem que passar o items.xml do seu server para a pasta 8.54 do mapa editor e abri-lo com o client do seu server.
  20. if Self.amulet() ~= 0 then if itemqty("Protection Amulet") >= 1 then if is_secure_move() then putamulet("Protection Amulet") end end end Créditos: neutralbot
  21. Tricoder postou uma resposta no tópico em Outros Bots
    local food = "Brown Mushroom" -- coloque aqui sua food local delay = "20000" -- delay pra comer em milisec If itemqty(food) >= 1 then openitem(food) wait(delay) end Créditos: neutralbot
  22. Tricoder postou uma resposta no tópico em Outros Bots
    local Soul = 3 -- Quantidade de Soul no char if Self.soul() <= Soul then gotolabel("Leave_Hunt") end Créditos: neutralbot
  23. Tricoder postou uma resposta no tópico em Outros Bots
    local nome_da_spear = "spear" local nome_da_arma_ou_id = "fire sword" if itemqty(nome_da_spear) == 0 then if isequiped(nome_da_arma_ou_id) == false then if is_secure_move() then putweapon(nome_da_arma_ou_id) wait(800) end end end if itemqty(nome_da_spear) >= 2 then if isequiped(nome_da_spear) == false then if is_secure_move() then putweapon(nome_da_spear) end end end Créditos: neutralbot
  24. if player_atack() == false then return elseif player_atack() == true then set_defensive_atack_mode() wait(500) quit() end Créditos: neutralbot

Informação Importante

Confirmação de Termo