11/21/07, 6:31 PM
|
#1
|
|
Jack Vettriano > You
Dextor
Tauren Druid
<Elitist Jerks>
No WoW Account
|
Infraction for jerry247: Grammar
Post: Macro questions
User: jerry247
Infraction: Grammar
Points: 1
Administrative Note:
Message to User:
|
You also need to add capital letters to your post.
|
Original Post:

Originally Posted by Sarutobi
Now that I have 2 trinkets with an 'on use' effect ( [Lower City Prayerbook] and [Ribbon of Sacrifice]), I'm attempting to create a macro that I can use to activate each whenever the cooldown is available. So I tried adding the following line to one of my Healing Wave macros:
/castsequence reset=60/combat Lower City Prayerbook, Ribbon of Sacrifice
/script UIErrorFrame:Clear()
<Rest of macro which works fine>
When I use this, the [Lower City Prayerbook] works and I start casting a Healing wave as usual, however, when the LCPB buff ends and it should, in theory, activate the [Ribbon of Sacrifice] nothing happens. Is there something in the castsequence portion of the macro that I'm doing wrong?
EDIT: I'm a dumbass and misspelled 'ribbon'
|
try
/cast Lower City Prayerbook
/cast Ribbon of Sacrifice
/script UIErrorFrame:Clear()
works on my hunter with blad breath/rapid fire/orc racial/raptor eye the only problem trying to save them in dungeons;
i end up blowing them on trash!
|
Now holding shift will kick the focus target if that target exists (probably should add harm also but I guess a rogue is probably not going to set a friendly focus). If there is no focus target (while shift is held) it does nothing. If shift is not held it will simply attempt to kick the current target.
|
actually, from what i understand weather or not you're holding shift the [] parameter is satisfied so you will kick your target. [] in 2.3 makes it so the cast will pass through to the spell
/cast [] kick or
/cast kick
do the same thing.
/cast [target=focus,noexists,modifier:shift] null; [target=focus,modifier:shift,exists,nodead] [] kick
would target the focus, if it didn't exist and shift is held do nothing, OR target focus, if shift is held and there is a living focus casts kick on it, OR casts kick on your target.
which reminds me I need to add harm,nodead to my blind macro...
|
|
|
|
|
|
|