1 - Proposed improvement
On line 6 of de-ice.lua I would change:
if (string.find(arg1, "Can't do that while")) then
to
if (string.find(arg1, "Can't do that while") or string.find(arg1, "Not yet recovered") or string.find(arg1, "Spell is not")) then
This works much better and gets you out of ice block quicker while still maintaining a spammable ice block.
Love this addon!
| User | When | Change |
|---|---|---|
| ejholmes | Thu, 10 Sep 2009 07:30:37 | Create |