Magia Baseada no Seu HP

Descrição

Use magia baseado na porcentagem do seu HP

Autor:

                
1
2
3
4
5
6
7
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)