tdymel / VCB

An highly costumizable wow 1.12.1 buff frame including the retail consolidation
https://legacyplayers.com
GNU General Public License v3.0
27 stars 3 forks source link

Macro stopped working after addon installation #30

Open Deathsting1991 opened 1 year ago

Deathsting1991 commented 1 year ago

Hi,

My macro stopped working after the installation of this addon. Even after the deinstallaion, it stil doesn't work. What can I do to fix this?

The macro reads:

/run local i,x=1,0 while UnitBuff("player",i) do if UnitBuff("player",i)=="Interface\Icons\Ability_Warrior_BattleShout" then x=1 end i=i+1 end if x==0 then CastSpellByName("Battle Shout")end