Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 21
  1. #11

    Default

    Quote Originally Posted by wowphreak View Post
    try out
    Code:
    /castsequence [target = self] reset=12 Rejuvenation ,null
    /cast [target=targetparty] Rejuvenation
    targetparty is suppose to cycle thru each one.
    It's target=player not target=self, isn't it? Oh and the first will probably never reset because it would require to stop spamming the button for 12 seconds before resetting wont it?

  2. #12

    Default

    /castsequence [target=player] reset=12 Rejuvenation ,null
    /cast [target=targetparty] Rejuvenation

    This does not work for me.
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

  3. #13
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by pinotnoir View Post
    Quote Originally Posted by Fursphere View Post
    /castsequence [target=toon1] reset=combat rejuv,,,,,
    /castsequence [target=toon2] reset=combat ,,,,rejuv
    /castsequence [target=toon3] reset=combat ,,,rejuv
    /castsequence [target=toon4] reset=combat ,,rejuv
    /castsequence [target=toon5] reset=combat ,rejuv

    something like that.
    that doesnt work. it wont cast anything. Plus way to many characters.


    Quote Originally Posted by pinotnoir View Post
    Quote Originally Posted by wowphreak View Post
    try out
    Code:
    /castsequence [target = self] reset=12 Rejuvenation ,null
    /cast [target=targetparty] Rejuvenation
    targetparty is suppose to cycle thru each one.
    This doesnt work.
    Hmm...I wonder if you're not just being obstinate instead of trying to work with the basic ideas posted above. We're not the types that'll make your whole macro setup so you can just cut&paste ftw.

    [edit] OK, after rubbing my two brain cells together for a bit, I can confirm that the second macro (that wowphreak posted) does not work in any form. Doesn't appear that target=targetparty works. BUT, again, rubbing my pitiful (and lonely) brain cells together a bit longer, I hit wowwiki for "targetparty" and see that it's a command, not a parameter. So I did find a macro that works BEAUTIFULLY for party healing.
    Code:
    /targetparty
    /cast rejuvenation
    In fact, it works so damn good, I'm gonna have to see if I can incorporate it into my resto druid's setup. ***NOTE*** This only targets party members, not yourself, so you'll have to hack in a self-healing option for your healer if you want it.

    As for the macro Fur posted, it's a solid and proven idea, if a bit dodgy with the 3.2 changes. I got a variant working as follows:
    Code:
    /castsequence [target=player] reset=3 rejuvenation,,,,, ,,,,,
    /castsequence [target=party1] reset=3 ,,rejuvenation,,,,,,,,
    /castsequence [target=party2] reset=3 ,,,,rejuvenation,,,,,,
    /castsequence [target=party3] reset=3 ,,,,,,rejuvenation,,,,
    /castsequence [target=party4] reset=3 ,,,,,,,,rejuvenation,,
    The caveat is that it casts on every OTHER keypress. Seems like the castrandom changes in 3.2 cause the empty castsequence "," to not "fall through" until the second time you hit the key. Yet it still "consumes" the first empty "," for whatever reason. Sucky. In fact, I'd go so far as to say to Blizzard, "Congrats on implementing a suck-ass solution to castrandom and not even testing the side effects on normal /castsequence macros. Idiots."

    There. You can now cut & paste ftw. You're welcome.
    Last edited by Ughmahedhurtz : 08-14-2009 at 03:06 PM
    Now playing: WoW (Garona)

  4. #14

    Default

    /castsequence reset=target Hunter's Mark,,, (comma's to 255 limit).
    pretty good with macros, but never understood the endless commas ... why are they used again? and what the diff b/w this and a simple "/cast Hunter's Mark" macro? thx

  5. #15

    Default

    Don the target party macro you listed is what I am currently using. I know it doesnt target the druid thats why I was asking if there was a better way. That macro is what I included in my original post. I am sure the click version and cast sequence will work but I need to be using macaroon to use it. I am out of space for macros so I cant use the click based one unless I start using macaroon. For now I am just using the original macro I posted. I hoped there was an easier one out there but it looks like the only way is to use a program like macaroon. I dont like macaroon because I cannot figure out how to set it up for vehicles. I used it on my dk's and it kept messing up if they were in a vehicle because it wouldnt show the vehicle options.
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

  6. #16
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by pinotnoir View Post
    Don the target party macro you listed is what I am currently using. I know it doesnt target the druid thats why I was asking if there was a better way. That macro is what I included in my original post. I am sure the click version and cast sequence will work but I need to be using macaroon to use it. I am out of space for macros so I cant use the click based one unless I start using macaroon. For now I am just using the original macro I posted. I hoped there was an easier one out there but it looks like the only way is to use a program like macaroon. I dont like macaroon because I cannot figure out how to set it up for vehicles. I used it on my dk's and it kept messing up if they were in a vehicle because it wouldnt show the vehicle options.
    Do you care about seeing the buttons for your abilities? If not, try out BindPad. Has extended macro length, does not change keybinds when entering/exiting vehicles, and even auto-switches (if you setup the alt bindings) when you change to your 2nd talent spec. It's very nifty.

    As for that macro not targeting the main druid, I just tried a modification to it that seems to work OK. Give this a shot:
    Code:
    /castsequence [target=player] reset=3 rejuvenation, ,,,,, ,,,,,
    /targetparty 
    /cast rejuvenation
    Just tested it on my druids and seems to work fine. Just can't spam the key as the /targetparty function will cycle targets too fast and end up hitting the same toon multiple times.
    Now playing: WoW (Garona)

  7. #17
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Also found this after a cursory google search:
    Code:
    /click [target=vehicle,exists]VehicleMenuBarActionButton3 
    /stopmacro [target=vehicle,exists] 
    /cast Flash of Light
    Adjust to taste. Presumably, you could add the first two lines to the beginning of whatever's on your Macaroon 1-5 buttons.
    Now playing: WoW (Garona)

  8. #18

    Default

    /castsequence [target=player] reset=12 Rejuvenation,null
    /targetparty
    /cast Rejuvenation

    assuming nobody moves the /targetparty should walk through the team.
    The problem with this macro is that if you spam it fast you can skip team members because the /targetparty doesn't have a global cooldown and will happen every time you press the button even if Rejuvenation isn't cast.
    X Five, a Galakrond alliance guild for multiboxers
    pally/shaman (thiliander/xenoca) , Shaman/Hunters (Zhedrar), Priest/Warlocks(Yarili,Yarlii,Yariil,Yarlli,Yarill)

  9. #19
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by Catamer View Post
    /castsequence [target=player] reset=12 Rejuvenation,null
    /targetparty
    /cast Rejuvenation

    assuming nobody moves the /targetparty should walk through the team.
    The problem with this macro is that if you spam it fast you can skip team members because the /targetparty doesn't have a global cooldown and will happen every time you press the button even if Rejuvenation isn't cast.
    That seems to work, except for the reset being too long. :P
    Now playing: WoW (Garona)

  10. #20
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    StarbuckJones had a Click Castsequence for his druids.

    It basically had the non-tank druids roll Rejuvenations on all party members as part of their sequence.
    It also had them roll Lifebloom on the tank, so a lifebloom was expiring every few seconds.

    You could search for threads by that user.

Posting Rules

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