View Single Post
10-18-23, 03:55 PM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
Originally Posted by Benalish View Post
There's a way to cast a spell in a Lua Script macro? This code

Lua Code:
  1. /run if GetTotemInfo(2) then CastSpellByName("Fire Nova"); else CastSpellByName("Searing Totem"); CastSpellByName("Fire Nova"); end

returns the "A macro script has been blocked..." error
https://www.wowinterface.com/forums/...ad.php?t=42367
  Reply With Quote