Trocar Cura

Descrição

Trocar cura conforme a outfit.

Autor: Luiz

                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)