wklejamy.pl website for sale. You are interested in. Please contact. wklejamy@gmail.com
Click to buy coffe
Untitled
Guest 103 21st Mar, 2023
local eq_manager = {
{
hppcToEquip = 100, -- HP <= 100% (Default)
eqToEquip = {
{itemID = 3048, slot = SlotFinger},
{itemID = 3366, slot = SlotBody},
{itemID = 3364, slot = SlotLeg}
}
},
{
hppcToEquip = 65, -- HP <= 65%
eqToEquip = {
{itemID = 3051, slot = SlotFinger},
{itemID = 3366, slot = SlotBody},
{itemID = 3364, slot = SlotLeg}
}
}
}
table.sort(eq_manager, function(a,b) return b.hppcToEquip > a.hppcToEquip end)
macro(200, "EQ Manager", function()
for k,v in pairs(eq_manager) do
if hppercent() <= v.hppcToEquip then
for i = 1, #v.eqToEquip do
moveToSlot(v.eqToEquip[i].itemID, v.eqToEquip[i].slot)
end
break
end
end
end)
To share this paste please copy this url and send to your friends
RAW Paste Data