You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you thought about adding a conditional to prevent interupts on lvl 63 mobs? UnitLevel(”target”) == -1 should be the return for a 63 mob. You could also make an exceptions array and use the values inside of that in an unitname(”target”) == value or statement. Love your work helped me learn lua and the wow api Thanks for all you have done for me.
The text was updated successfully, but these errors were encountered:
Hi bdunk,
I don't remember the details, but it's vital to pummel Kel'Thuzad, so a generic lock for lvl63 is not Good, When i raided i used a key bound to switch pummel Logic on/off:
/fury ability Pummel
Disadvantage is that it's easy to forget to switch it, a list to inhibit on certain Bosses could be ok, if you have?
Have you thought about adding a conditional to prevent interupts on lvl 63 mobs? UnitLevel(”target”) == -1 should be the return for a 63 mob. You could also make an exceptions array and use the values inside of that in an unitname(”target”) == value or statement. Love your work helped me learn lua and the wow api Thanks for all you have done for me.
The text was updated successfully, but these errors were encountered: