 |
| Welcome to Elitist Jerks |
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
|
04/21/08, 2:24 PM
|
#326
|
|
Ninja baby!
Night Elf Druid
Dragonblight
|
Originally Posted by Smurrf
#showtooltip Greater Heal
/equip [modifier:shift]<weapon here>
/equip [modifier:shift]<OH here>
/cast Greater Heal
|
Adding these changes would also allow you to use the macro during normal casting, and by holding the shift key would allow you to re-equip your normal weapons after the buff runs out. You'd have to manually trigger it, but it would be significantly easier and would have the least effect on GCD from weapon swapping.
|
|
|
|
|
|
04/21/08, 2:39 PM
|
#327
|
|
Super smarty pants
Dwarf Warrior
Black Dragonflight
|
Originally Posted by Hamsda
just put it in the action bar and bind the slot with 5 and shift-f :o
|
But then it's just using both bindings for the same action, unless there's some way to specify in the macro to behave a certain way based on the binding used.
|
|
<XI> BROWN PEOPLE ARE A BLIGHT ON HUMANITY
|
|
|
|
|
04/21/08, 2:46 PM
|
#328
|
|
Needs to think of a better user title.
Blood Elf Paladin
Mal'Ganis
|
Originally Posted by Adoriele
Adding these changes would also allow you to use the macro during normal casting, and by holding the shift key would allow you to re-equip your normal weapons after the buff runs out. You'd have to manually trigger it, but it would be significantly easier and would have the least effect on GCD from weapon swapping.
|
If you move the 2 equip lines below the Greater Heal cast, you avoid a wasted global cooldown completely.
Originally Posted by The Gopher
But then it's just using both bindings for the same action, unless there's some way to specify in the macro to behave a certain way based on the binding used.
|
The best way to do it would be to bind the key to 5 and f (instead of shift + f) then include [modifier:shift, target=focus]. That way, if you hit shift + f or shift + 5 it will perform the action on your focus target.
|
Originally Posted by DeeNogger
Every time I bite into an oatmeal raisin cookie mistaken for a chocolate-chip an angle loses its wings. Fucking trani's of the cookie world!
|
Originally Posted by castille
Squirrel sex. Get your nut and go home.
|
|
|
|
|
04/21/08, 2:57 PM
|
#329
|
|
Ninja baby!
Night Elf Druid
Dragonblight
|
Originally Posted by Sarutobi
If you move the 2 equip lines below the Greater Heal cast, you avoid a wasted global cooldown completely.
|
Hahaha, yes, my bad. You don't avoid it completely, though, as it looks like the GCD caused by weapon swaps (initiates once the swap occurs, which requires response from the server) is slightly behind the GCD caused by spell casts (initiated by pressing the cast button, response from server only verifies or removes). In essence you'll still add your latency to the GCD with the macro, but in the case of GHeal, that doesn't matter too much.
|
|
|
|
|
|
04/21/08, 3:23 PM
|
#330
|
|
Si Tibi Narraremus Te Interficere Debemus
|
Ah, right...I'd forgotten about that; which shows how much weapon swapping I do. It does mean, however, that that first heal will be somewhat less robust, though. I guess I'm too used to making macros to pop tirnkets while casting spells...
|
|
|
|
|
|
04/21/08, 4:21 PM
|
#331
|
|
Ninja baby!
Night Elf Druid
Dragonblight
|
Originally Posted by Smurrf
Ah, right...I'd forgotten about that; which shows how much weapon swapping I do. It does mean, however, that that first heal will be somewhat less robust, though. I guess I'm too used to making macros to pop tirnkets while casting spells...
|
Nope. As long as it's not instant (and possibly even if it is), since almost everything is calculated when the spell lands instead of when it begins casting, the weapons will have swapped before the cast completes, and will gain the benefits of the new stats.
|
|
|
|
|
|
04/21/08, 5:44 PM
|
#332
|
|
Super smarty pants
Dwarf Warrior
Black Dragonflight
|
Originally Posted by Sarutobi
The best way to do it would be to bind the key to 5 and f (instead of shift + f) then include [modifier:shift, target=focus]. That way, if you hit shift + f or shift + 5 it will perform the action on your focus target.
|
Yeah I thought of this workaround, the only problem with it is I'm trying not to lose my binding for Assist Target which I use quite frequently. I guess I'll have to figure something out ><
|
|
<XI> BROWN PEOPLE ARE A BLIGHT ON HUMANITY
|
|
|
|
|
04/21/08, 6:57 PM
|
#333
|
|
Ninja baby!
Night Elf Druid
Dragonblight
|
Originally Posted by The Gopher
Yeah I thought of this workaround, the only problem with it is I'm trying not to lose my binding for Assist Target which I use quite frequently. I guess I'll have to figure something out ><
|
Um, why not use two actionbar slots, one bound to 5 with just the normal ability, and the other bound to shift-f with a macro version to target the focus, i.e.
#showtooltip
/cast [target='focus'] Hammer of Justice
|
|
|
|
|
|
04/26/08, 5:06 PM
|
#334
|
|
Bartlett Pears. Sliced. In Heavy Syrup.
|
Is there anyway to announce that I have used an ability with a macro for that ability? I wanted to let my party know when I use Nature's swiftness, but a /p blah blah in the macro is pretty spammy, and if I hit it while NS is on cooldown (wishful thinking) it broadcasts wrong information.
|
|
You can't call a planet Bob!
|
.
|
You were missing the () at the end of Feral Charge (Bear), this is necessary otherwise WoW thinks you're trying to cast Feral Charge Rank Bear.
|
|
|
|
|
04/27/08, 8:17 PM
|
#335
|
|
Piston Honda
Tauren Shaman
Twisting Nether (EU)
|
Is it possible to make a purge macro to function like this:
Cast purge on my focus target if it exists, otherwise Purge on my target.
I couldn't find a way to make this. If you know about an addon that can make this it would be a great help as well.
|
|
|
|
|
04/27/08, 8:27 PM
|
#336
|
|
Piston Honda
|
Originally Posted by Harmonics
Is there anyway to announce that I have used an ability with a macro for that ability? I wanted to let my party know when I use Nature's swiftness, but a /p blah blah in the macro is pretty spammy, and if I hit it while NS is on cooldown (wishful thinking) it broadcasts wrong information.
|
Not via vanilla macros, but with an addon you can. WoWInterface Downloads : Iriel's Castle : AfterCast and then you can do:
/aftercast /p -- Nature's Swiftness --
/cast Nature's Swiftness
|
|
|
|
|
|
04/27/08, 9:10 PM
|
#337
|
|
Piston Honda
Tauren Shaman
Twisting Nether (EU)
|
Unfortunately it does not work. With aftercast you can do ony unprotected actions like emotes, chat messages and so on.
/aftercast +fail /cast Purge
/cast [target=focus] Purge
Displays a "Blizzard UI blocked this action" message.
So I think I should use 2 different macros with 2 hotkeys, or this:
/cast [modifier:alt, target=focus] Purge;Purge
Last edited by Nemaa : 04/27/08 at 9:59 PM.
|
|
|
|
|
04/28/08, 6:44 AM
|
#338
|
|
Von Kaiser
Troll Priest
Mannoroth (EU)
|
Originally Posted by Nemaa
Unfortunately it does not work. With aftercast you can do ony unprotected actions like emotes, chat messages and so on.
/aftercast +fail /cast Purge
/cast [target=focus] Purge
Displays a "Blizzard UI blocked this action" message.
So I think I should use 2 different macros with 2 hotkeys, or this:
/cast [modifier:alt, target=focus] Purge;Purge
|
Fendryl's post was no reply to your question if you look at the quote :P
but to solve your problem, try this one:
|
/cast [target=focus, exists, harm][target=target, exists, harm] Purge
|
|
|
|
|
|
|
04/28/08, 9:02 AM
|
#339
|
|
Piston Honda
Tauren Shaman
Twisting Nether (EU)
|
Thank You, that works fine.
And if I want to make my macro work like the opposite way (purge my target, if it has nothing to dispell try purging my focus target if it exists) I should change it to this:
/cast [target=target, exists, harm][target=focus, exists, harm] Purge
Am I right?
|
|
|
|
|
04/28/08, 11:04 AM
|
#340
|
|
Ninja baby!
Night Elf Druid
Dragonblight
|
Originally Posted by Nemaa
Thank You, that works fine.
And if I want to make my macro work like the opposite way (purge my target, if it has nothing to dispell try purging my focus target if it exists) I should change it to this:
/cast [target=target, exists, harm][target=focus, exists, harm] Purge
Am I right?
|
No. Your macros can never distinguish whether the spell will fail or not, so in this case it will only purge your focus if you have no target. Similarly, the one above will only purge your target if you have no focus, though that's a more likely scenario to pop up.
|
|
|
|
|
|
05/01/08, 7:28 PM
|
#341
|
|
Banned
|
Glad I came upon this thread, I like to say I am an amateur macro writer and I use this in raids as my focus macro sheep with the option of using alt to reassign my focus.
#showtooltip Polymorph(Rank 1: Turtle)
/clearfocus [target=focus,dead]
/clearfocus [modifier:alt]
/target focus
/focus [harm,exists,nodead] target
/targetlasttarget [harm]
/target [noexists] focus
/cast [target=focus,exists] Polymorph(Rank 1: Turtle)
It may not be pretty, but it is what I use. my first question is.
1) Can this be cleaned up and
2) I really want to be able to cast random all my polys, but with what I have I run out of room adding the new info tot he macro, is there a way to do what I need done in this macro, but add in a castrandom ability to poly so I can just randomly have all my polys used.
Thanks.
|
|
|
|
|
|
05/01/08, 7:30 PM
|
#342
|
|
Banned
|
I have seen a lot of posts from people that want to use click trinkets and abilites whenever the cooldowns are up and wanted to show what I use in a raid, because a) I hate missing cooldowns and b) I hate having to worry about missing cooldowns
#showtooltip Fireball
/console Sound_EnableSFX 0
/use 13
/use 14
/use Combustion
/use Icy Veins
/console Sound_EnableSFX 1
/run UIErrorsFrame:Clear()
/use Fireball
This macro to me is very clean and I use it for my fireballs and have set up my frostbolts and arcane missles with similar ones.
It simply pops everything I have whenever the cooldown is up.
|
|
|
|
|
|
05/01/08, 11:06 PM
|
#343
|
|
Now you're thinking with portals!
Undead Rogue
Twisting Nether
|
Originally Posted by Lons
Glad I came upon this thread, I like to say I am an amateur macro writer and I use this in raids as my focus macro sheep with the option of using alt to reassign my focus.
#showtooltip Polymorph(Rank 1: Turtle)
/clearfocus [target=focus,dead]
/clearfocus [modifier:alt]
/target focus
/focus [harm,exists,nodead] target
/targetlasttarget [harm]
/target [noexists] focus
/cast [target=focus,exists] Polymorph(Rank 1: Turtle)
It may not be pretty, but it is what I use. my first question is.
1) Can this be cleaned up and
2) I really want to be able to cast random all my polys, but with what I have I run out of room adding the new info tot he macro, is there a way to do what I need done in this macro, but add in a castrandom ability to poly so I can just randomly have all my polys used.
Thanks.
|
Just to make sure I get what you want it to do / what it does correct:
1. Clear focus if current focus is dead
2. Clear focus if alt is held
3. Target current focus (unneeded?)
4. Focus current target if it exists and isn't dead
5. Target your last target (unneeded?)
6. Target your focus if you don't have a target (unneeded?)
7. Cast polymorph on your target.
With that said, you can reduce the macro above to the following, as well as remove the unneeded targeting:
#showtooltip Polymorph(Rank 1: Turtle)
/clearfocus [target=focus,dead][modifier:alt]
/focus [target=focus, noexists]
/cast [target=focus,exists] Polymorph(Rank 1: Turtle)
Total length: 170
The above does:
1. Clears your focus if its dead or alt is held
2. Sets your focus to your current target if you do not have a focus
3. Casts polymorph on your current focus if it exists
If the functionality of targeting your focus if you have no target is still wanted you can simply add the line /target [exists] focus.
To make the macro cast a random poly you do:
#showtooltip Polymorph(Rank 1: Turtle)
/clearfocus [target=focus,dead][modifier:alt]
/focus [target=focus, noexists]
/castrandom [target=focus,exists] Polymorph(Rank 1: Turtle), Polymorph(Rank 1: Pig), Polymorph(Rank 4)
Total length: 219
Last edited by Marroc : 05/01/08 at 11:12 PM.
|
|
|
|
|
|
05/02/08, 3:53 AM
|
#344
|
|
Banned
|
Thanks, I'm in a raid right now that doesn't require any sheeping, but will get back to you on how this works out. I knew I had to much crap in there that was redundant!
|
|
|
|
|
|
05/02/08, 6:17 PM
|
#345
|
|
Banned
|
Works like a charm, thanks ever so much for helping me out Marroc.
|
|
|
|
|
|
05/03/08, 2:31 AM
|
#346
|
|
Von Kaiser
Dwarf Warrior
Scarlet Crusade
|
Looking to expand on a script using something from a macro I've used commonly.
/run SendChatMessage(">>> Super Cool Message Here <<<","WHISPER","COMMON","Kdorf")
Will obviously whisper Kdorf that message, and...
/in 10 /whisper Kdorf >>> Super Cool Message Here <<<
Will whisper me the same message after 10 seconds.
I couldn't find any API or syntax to make the SendChatMessage delay for whatever period of time I want. Is that possible?
|
|
|
|
|
|
05/05/08, 2:52 AM
|
#347
|
|
Glass Joe
Blood Elf Paladin
Genjuros (EU)
|
Originally Posted by JoeBravo
#showtooltip
/cast [modifier:shift] Psychic Scream (rank1); [modifier:alt] Psychic Scream; Mass dispell
because i tend to run into the max useable characters barrier for macro's :P
|
Does anyone know if there is a chance to make work /stopcasting into a macro like this for all the spells?
|
|
|
|
|
|
05/05/08, 5:01 AM
|
#348
|
|
Piston Honda
Tauren Druid
Stormscale (EU)
|
Originally Posted by Lons
I have seen a lot of posts from people that want to use click trinkets and abilites whenever the cooldowns are up and wanted to show what I use in a raid, because a) I hate missing cooldowns and b) I hate having to worry about missing cooldowns
#showtooltip Fireball
/console Sound_EnableSFX 0
/use 13
/use 14
/use Combustion
/use Icy Veins
/console Sound_EnableSFX 1
/run UIErrorsFrame:Clear()
/use Fireball
This macro to me is very clean and I use it for my fireballs and have set up my frostbolts and arcane missles with similar ones.
It simply pops everything I have whenever the cooldown is up.
|
From a DPS point of view, this is a really bad idea. By all means have a macro that pops all your use trinkets, IV and Combustion, but do not tie it in with your Fireball. Not being able to use your cooldowns at 20% is a huge DPS loss.
|
Can you jam with the console cowboys in cyberspace?
|
|
|
|
05/05/08, 9:01 AM
|
#349
|
|
Piston Honda
Tauren Hunter
Jaedenar (EU)
|
Originally Posted by Matos
Does anyone know if there is a chance to make work /stopcasting into a macro like this for all the spells?
|
#showtooltip
/stopcasting
/cast [modifier:shift] Psychic Scream (rank1); [modifier:alt] Psychic Scream; Mass dispell
I know, I know - I'm a genius!
|
|
|
|
|
|
05/13/08, 4:29 AM
|
#350
|
|
Glass Joe
Tauren Druid
Quel'Thalas (EU)
|
I would like to know if there is any command to announce a taunt for example in raids and after some seconds cast it (e.g. Kremmidis is taunting in 3) ?
|
|
|
|
|
|
|