Ant Paralyze

Descrição

Use magia de ant paralyze quando estiver sobre efeito de paralyze.

Autor:

                macro(100, "Anti Paralyze", nil, function()
  if isParalyzed() and storage.autoAntiParalyzeText:len() > 0 then
    saySpell(storage.autoAntiParalyzeText)
end
end)
addTextEdit("autoAntiParalyzeText", storage.autoAntiParalyzeText or "utani hur", function(widget, text) 
  storage.autoAntiParalyzeText = text
end)