macro(1000, "EXORI OU EXORI X", function ()
local creatures = g_map.getSpectators(g_game.getLocalPlayer():getPosition(), false) local qtdmob = 0 for i, creature in ipairs(creatures) do local pos = player:getPosition() local npcPos = creature:getPosition() if creature:isPlayer() and creature ~= g_game.getLocalPlayer() then g_game.talk('') return elseif(creature:isMonster()) then if math.max(math.abs(pos.x - npcPos.x), math.abs(pos.y - npcPos.y)) < 2 then qtdmob = qtdmob + 1 end end end if qtdmob < 2 and qtdmob > 0 and hppercent() >= 70 then g_game.talk('exori') elseif qtdmob > 1 and hppercent() >= 70 then g_game.talk('Exori x') end end)sexta-feira, 4 de novembro de 2022
Assinar:
Postar comentários (Atom)
Vender Loot 100% afk
local bohId = 3079 if itemAmount(bohId) >= 1 then CaveBot.gotoLabel("sellloot") say("hi") delay(100) say("...
-
macro(100, "UE 3 Mobs","/", function() local target = g_game.getAttackingCreature() if getMonsters(2, false) > 1 ...
-
-- Config setDefaultTab("Tools") macro(780, "SD RAPIDA","/", function() if g_game.getAttackingCreature() a...
-
local amulet = 3081 local might = 3048 local ssa = macro(190, "MACRO SSA/MIGHT RING", "*", function() if manapercent()...
Nenhum comentário:
Postar um comentário