Untitled
unknown
plain_text
2 years ago
676 B
9
Indexable
macro(1000, "Main BP Open", function()
bpItem = getBack()
bp = getContainer(0)
if not bp and bpItem ~= nil then
g_game.open(bpItem)
end
end)
local healingSpell = 'exura vita'
local hpPercent = 101
macro(50, "- Train - exura vita", function()
if (hppercent() <= hpPercent) then
say(healingSpell)
end
end)
local healingSpell = 'utana vid'
local hpPercent = 101
macro(50, "- Train - utana vid", function()
if (hppercent() <= hpPercent) then
say(healingSpell)
end
end)
local manaId = 23373 local manaPercent = 45 macro(50, "Ultimate Mana 45%", function() if (manapercent() <= manaPercent) then usewith(manaId, player) end end)Editor is loading...
Leave a Comment