Magia Baseada no Seu HP

Descrição

Use magia baseado na porcentagem do seu HP

Autor:

                local healingSpell9 = 'Nome Da Magia' -- nome da magia
local hpPercent = 35 -- porcentagem de hp
macro(50, "Magia % HP", function()
if (hppercent() <= hpPercent) then
    say(healingSpell9)
 end
end)