View Single Post
09-25-17, 05:41 AM   #1
Benalish
A Flamescale Wyrmkin
 
Benalish's Avatar
Join Date: Dec 2012
Posts: 123
Help with cancelaura macro

I'm trying to make an auto-cancelaura macro. This is my attempt

Lua Code:
  1. /script local function cancelauraOnUpdate(self) CancelUnitBuff("player", "Path of Frost") end; local f = CreateFrame("frame"); f:SetScript("OnUpdate", cancelauraOnUpdate)

How to disable the macro, for example, by right-clicking?

Thanks in advance
  Reply With Quote