Untitled

 avatar
unknown
plain_text
a year ago
452 B
4
Indexable
local energypercent = 70; 
local otherring = 90; 
local ringOne = 3051
local ringTwo = 25698
ener_Pvp=macro(200, "Butterfly > Energy Ring", function()
  if hppercent() <= energypercent and findItem(ringOne) then
    moveToSlot(ringOne, SlotFinger)
  elseif (hppercent() >= otherring) and findItem(ringTwo) then
    moveToSlot(ringTwo, SlotFinger)
  end
end)
addIcon("(RP) PvP", {item=3051, text="E-Ring"}, function(icon, isOn)
ener_Pvp.setOn(isOn)
end)
Editor is loading...
Leave a Comment