This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Mouseover Version of %t
Post Reply
Return to board index
Post by
Thorzor
Simple questions, does anyone know if there is a mousover version of %t?
Post by
Dwarstop
@mouseover
Isn't it?
Like:
/cast SpellName
Post by
Thorzor
I mean as in making an announce for chat ie.
/rw Hand of Protection cast on %t
would replace %t with the name of your target in the raid warning.
Post by
HighFive
No, there is not.
Look into
th
e
se
.
Post by
asakawa
couldn't you do:
/target
/cast Spell Name
/say %t
/targetlasttarget
?
Post by
janniie
/cast Hand of Protection
/stopmacro
/run SendChatMessage("Hand of Protection on " ..UnitName("mouseover").." at "..UnitHealth("mouseover").." health.","RAID_WARNING")
This will print a raidwarning with the name and the health of the person you're mouseovering when casting Hand of Protection.
Post by
HighFive
@asakawa: What about when you currently don't have a target? What about when you don't have a mouseover? What if you want to preserve your current last target? (not that anyone ever has)
It's suboptimal.
Post by
Thorzor
Thanks a bunch Jannile, exactly what I was looking for.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.