Trocar Cura
Trocar cura conforme a outfit.
Autor: Luiz
1
2
3
4
5
6
7
8
9
10
11
12
macro(200, "ID heal", function()
if hppercent() >99 then return end
if outfit().type == 863 then -- id da outfit
say("Bijuu regeneration")
else
say("big regeneration")
end
end)
UI.Button("ID Outfit", function()
say(outfit().type)
end)