I have two questions, just keeping them in one post ;>
First of all, is there a way to print a string e.g. 12s after a certain GetTime() ?
I'm after a macro which I can SPAM, which prints out in Yell: "Shield Wall up!" and 12 after "Shield Wall down!".
Now, that's easy with a usual macro:
But if I spam that - do happen in certain situationsCode:/cast Shieldwall /y Shield Wall up! /in 12 /Shield Wall down!it prints out a massive spam in yell ^^
Thus I've written this so far:
It works fairly well, I can spam it and it only prints out once when the ability isn't on cooldown. BUT, it doesn't print when Shield Wall fades away again :<Code:/Script local start = GetSpellCooldown("Shield Wall"); if (start == 0) then SendChatMessage("Shield Wall up!", "YELL", "Common", ""); end /cast Shield Wall
Now, 2nd problem
I stumbled upon this awesome looking addon the other day:
FogBG : WoWInterface Downloads : Graphic UI Mods
Sadly it doesn't seem to be working anymore with 3.2, so well, if any addon authors/people with lua experience find this interesting as well maybe they could do a rewrite to make it work
I've tried with my very limited knowledge of the language but failed. Would be really grateful if it got working again at some point.
Hope someone is kind enough help me ;>
Bookmarks