local bohId = 3079
if itemAmount(bohId) >= 1 then
CaveBot.gotoLabel("sellloot")
say("hi")
delay(100)
say("sell boots of haste")
delay(100)
say("yes")
CaveBot.gotoLabel("selllloot")
delay(800)
end
return true
Hotkeys e tutorial sobre o Bot OTC 100% afk
local bohId = 3079
if itemAmount(bohId) >= 1 then
CaveBot.gotoLabel("sellloot")
say("hi")
delay(100)
say("sell boots of haste")
delay(100)
say("yes")
CaveBot.gotoLabel("selllloot")
delay(800)
end
return true
-- Rainbow Outfit
local rainbowOutfitTime = 1 rainbowOutfit = macro(rainbowOutfitTime, "Rainbow Outfit", function () rainbowOutfit() end) function rainbowOutfit() local randomColor = math.random(1,132) local pOutfit = player:getOutfit() local rainbowOutfit = { type = pOutfit.type, head = randomColor, body = randomColor, legs = randomColor, feet = randomColor, addons = pOutfit.addons} setOutfit(rainbowOutfit) return true endlocal toFollow = "NOME DO PLAYER"
local toFollowPos = {} local followMacro = macro(20, "follow target", function() local target = getCreatureByName(toFollow) if target then local tpos = target:getPosition() toFollowPos[tpos.z] = tpos end if player:isWalking() then return end local p = toFollowPos[posz()] if not p then return end if autoWalk(p, 20, {ignoreNonPathable=true, precision=1}) then delay(100) end end) onCreaturePositionChange(function(creature, oldPos, newPos) if creature:getName() == toFollow then toFollowPos[newPos.z] = newPos end end)local comboTab = addTab("Spell Combo")
local comboOptions = { leader = storage.gpSpellComboLeader or "", trigger = storage.gpSpellComboTrigger or "", spell = storage.gpSpellComboSpell or "exevo gran mas vis", } addLabel("leaderLabel", "Leader Player Name: ", comboTab) addTextEdit("leaderValue", comboOptions.leader, function(widget, text) comboOptions.leader = text storage.gpSpellComboLeader = text end, comboTab) addLabel("triggerLabel", "Trigger Text: ", comboTab) addTextEdit("triggerValue", comboOptions.trigger, function(widget, text) comboOptions.trigger = text storage.gpSpellComboTrigger = text end, comboTab) addLabel("spellLabel", "Spell Combo:", comboTab) addTextEdit("spellValue", comboOptions.spell, function(widget, text) comboOptions.spell = text storage.gpSpellComboSpell = text end, comboTab) onTalk(function(name, level, mode, text, channelId, pos) if not comboOptions.trigger then return end if name and name:lower() == comboOptions.leader:lower() then if text == comboOptions.trigger then say(comboOptions.spell) end end end)macro(100, "Exori X", function()
if not g_game.isAttacking() then return endlocal hpPercent = 90
macro(1, "faster healing", function() if (hppercent() <= hpPercent) then say(storage.HealText) end end) addTextEdit("HealText", storage.HealText or "exura vita", function(widget, text) storage.HealText = text end)
local bohId = 3079 if itemAmount(bohId) >= 1 then CaveBot.gotoLabel("sellloot") say("hi") delay(100) say("...