1. #301
    Deleted
    Sure is.
    Code:
    #showtooltip
    /cast [@focus,harm][]Spell

  2. #302
    Just tried it all out and works perfectly.
    Thanks for the help.
    The time you enjoyed wasting was not wasted at all.

  3. #303
    Deleted
    hey i need some good fury DPS macros, thankyou

  4. #304
    Deleted
    I need a help with getting a macro that when I cast steady shot or explosive shot I want "Pet attack" to get clicked at the same time

  5. #305
    Deleted
    Code:
    #showtooltip
    /cast Explosive Shot
    /petattack
    Code:
    #showtooltip
    /cast Steady Shot
    /petattack

  6. #306
    Quote Originally Posted by lolaren View Post
    I need a help with getting a macro that when I cast steady shot or explosive shot I want "Pet attack" to get clicked at the same time
    Just curious, why not turn your pet on defensive, or are you trying to get your pet to switch to your target?

  7. #307
    Moderator Malthanis's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Not nearly out of the way enough
    Posts
    6,112
    Quote Originally Posted by conqq View Post
    Just curious, why not turn your pet on defensive, or are you trying to get your pet to switch to your target?
    He's probably looking to get his pet to switch targets. I use something similar...

    Code:
    #showtooltip
    /cast Hunter's Mark
    /startattack
    /petattack
    Host of Talking Skritt, a GW2 podcast!

  8. #308
    Deleted
    I came across something strange in the official wow forums. A user suggested the following macro in order to spam LBolt, and cast LBurst whenever its off cooldown.

    Code:
    #showtooltip Lightning Bolt 
    /castsequence Lightning Bolt 
    /cast Lava Burst
    I have hard time wraping my head around how is it actully supposed to work (and I can't test it right now as I'm at work). I thought such behaviour should not be possible (cast X if CD is up, otherwise Y). Any ideas?

  9. #309
    Moderator Malthanis's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Not nearly out of the way enough
    Posts
    6,112
    @Pliaksi:
    The only thing I can think of for that to work would be...

    Code:
    #showtooltip
    /castsequence reset=8 Lava Burst, Lightning Bolt
    Since LBurst has an 8 second cooldown, the castsequence would reset every time LBurst is up.
    Host of Talking Skritt, a GW2 podcast!

  10. #310
    Deleted
    Quote Originally Posted by Hitsurugi View Post
    @Pliaksi:
    The only thing I can think of for that to work would be...

    Code:
    #showtooltip
    /castsequence reset=8 Lava Burst, Lightning Bolt
    Since LBurst has an 8 second cooldown, the castsequence would reset every time LBurst is up.
    Incorrect. reset=x counts from the last press, not the first one.

  11. #311
    Deleted
    I don't actually need that macro. I am just trying to figure out the bahaviour of a /castsequence command with just one spell and no additional parameters. But I guess that I need to test if it works at all...

  12. #312
    Moderator Malthanis's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Not nearly out of the way enough
    Posts
    6,112
    Quote Originally Posted by Treeston View Post
    Incorrect. reset=x counts from the last press, not the first one.
    Ahh, I see. I misunderstood the functionality of it.

    @Pliaksi:
    Hmm. I don't have a shaman that is of a high enough level to have LBurst, but I suppose I could test it on my hunter with...

    Code:
    #showtooltip
    /castsequence Aimed Shot
    /cast Steady Shot
    I'll let you know what I find (when I get home; curse having to work!).
    Host of Talking Skritt, a GW2 podcast!

  13. #313
    Quote Originally Posted by Shawati View Post
    Hey guys, I need a macro which allows me to switch into Battle or Berserker Stance and equip both my 2handers, this is usually pretty simple, but I happen to have two with the same name and when I use the macro I usually use, it only equips one of them.

    #showtooltip Berserker Stance
    /cast Berserker Stance
    /equipslot 16 weapon name goes here
    /equipslot 17 same as above

    Is the macro I use.

    Pretty annoying since the only fix I've found this far is to manually switch stance and then use a keybound outfitter set with both the 2hs to get the weps up again, and I keep forgetting this and end up going entire fights with a shield after a reflect etc.
    I found this: http://www.arenajunkies.com/showthre...3&#post1093403

  14. #314
    Quote Originally Posted by Pliaksi View Post
    I came across something strange in the official wow forums. A user suggested the following macro in order to spam LBolt, and cast LBurst whenever its off cooldown.

    Code:
    #showtooltip Lightning Bolt 
    /castsequence Lightning Bolt 
    /cast Lava Burst
    Tested this out on the target dummies. It works, but my dps is a good bit lower. It seems to cause a bit of delay between the spell casts.

  15. #315
    Quote Originally Posted by Pliaksi View Post
    I came across something strange in the official wow forums. A user suggested the following macro in order to spam LBolt, and cast LBurst whenever its off cooldown.

    Code:
    #showtooltip
    /castsequence Lightning Bolt 
    /cast Lava Burst
    I have hard time wraping my head around how is it actully supposed to work (and I can't test it right now as I'm at work). I thought such behaviour should not be possible (cast X if CD is up, otherwise Y). Any ideas?
    Actually interesting macro. Technically it should not work, but from what I tested the macro is kind of abusing the GCD queueing system, since castsequence'd Lightning Bolt isn't getting queued but Lava Burst is getting queued if the macro is spammed while you're about 0.5 seconds from the Lightning Bolt. Not an IDEAL solution but interesting find.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  16. #316
    Looking for a 1 button druid macro that will toggle between bear and cat form

  17. #317
    Pretty straightforward.
    #showtooltip
    /cast [form:1]Cat Form;[form:3]Bear Form

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  18. #318
    Quote Originally Posted by domajm32 View Post
    Looking for a 1 button druid macro that will toggle between bear and cat form
    #showtooltip
    /cast [form:1] Cat Form; [form:3] Bear Form

    Should work.

    Edit: lawo beat me to it :P
    Last edited by Elementlawl; 2010-11-11 at 04:19 AM.

  19. #319
    thank you for the quick response but that #showtooltip /cast [form:1]Cat Form;[form:3]Bear Form dose not work

  20. #320
    Quote Originally Posted by domajm32 View Post
    thank you for the quick response but that #showtooltip /cast [form:1]Cat Form;[form:3]Bear Form dose not work
    Is #showtooltip on a separate line than the rest?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •