Log in

View Full Version : [WoW] lua script help



Kashian
11-23-2018, 11:09 AM
Hello,

Need some help with a lua script that keeps giving me a nil value.

Using [redacted] for my macro addon.

function slh()
if buffed("Holy Word: Shield") then cast("Lesser Heal") end
if not buffed("Holy Word: Shield") then cast("Holy Word: Shield") end
end

Basically I want my priest to cast shield on my tank after it fades but if he has shield on than just go straight to casting lesser heal.

I had it working but after casting lesser heal once it stops waiting for shield to come up again instead of going straight to lesser heal.

Any help would be great, Thanks.

johny_mnemonic
11-23-2018, 11:14 AM
if I remember correctly, this is a behaviour which blizzard broke long time ago.

MiRai
11-23-2018, 12:50 PM
Cool story, but discussion of private servers are not allowed on this forum.