AQUIIIIII
Use magia baseado na porcentagem do alvo.
Autor:
macro(100, "MACRO DE % ATTACK", function() if g_game.isAttacking() and g_game.getAttackingCreature():isPlayer() and g_game.getAttackingCreature():getHealthPercent() < 60 then say("NOME DA MAGIA") end end)