Ant Paralyze

Descrição

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

Autor:

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