Close
Page 1 of 3 1 2 3 LastLast
Showing results 1 to 10 of 21
  1. #1

    Default Rejuvenation on party with 1 macro

    Does anyone know a way I can make my resto druid cast rejuvenation on every party member with 1 macro? Right now I have 5 macros to put rejuvenation on each member. I would like to streamline this down to 1 key and 1 macro.

    This is the best I can do and it doesnt target the druid.

    /targetparty
    /cast rejuvenation
    “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

  2. #2

    Default

    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.
    “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. #3

    Default

    Quote Originally Posted by pinotnoir View Post
    that doesnt work. it wont cast anything. Plus way to many characters.
    Are you replacing 'toon1' with your actual character names and 'rejuv' with 'Rejuvenation'? It should work fine.

    Also, if you want to use more complex macros you'll need to get a mod that lets you use longer macros (like Macaroon!) I believe the 255 limit is because those macros are stored server-side so they have to put limits on it.

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

    Default

    You can use the arguement:
    /castsequence [target=player] Rejuvenation,,,,
    /castsequence [target=party1] ,Rejuvenation,,,
    /castsequence [target=party2] ,,Rejuvenation,,

    Depending on the toon name, Party1 is six characters, which might be shorter.
    Six times five is thiry, which is probably less characters then the combined letters of the five toons.

    An addon like macaroon or supermacro (think that's its name), will allow more characters within one macro.

    Or as Fur mentioned, you can create a click castsequence.

    /Click MultiBarRightButton1
    /Click MultiBarRightButton2
    ....

    On Button 1
    /castsequence [target=toonA] Rejuvenaton,,,,,

    On Button 2
    /castsequence [target=ToonB] Rejuvenation,,,,

    You can even time the number of comma's, so your healer will be placing a Rejuvenation on each party member every 10 seconds or 60 seconds. If you want, you could include other heals, such as a Lifebloom every ?? seconds on the tank, in addition to the Rej's on party members.

  5. #5

    Default

    try out
    Code:
    /castsequence [target = self] reset=12 Rejuvenation ,null
    /cast [target=targetparty] Rejuvenation
    targetparty is suppose to cycle thru each one.
    Last edited by wowphreak : 08-13-2009 at 09:02 PM

  6. #6

    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.
    This doesnt work.
    “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

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

    Default

    I was hoping wowphreak had shown me a very neat trick...

    Today, I learnt we can go:
    /castsequence reset=target Hunter's Mark, Null

    Instead of:
    /castsequence reset=target Hunter's Mark,,, (comma's to 255 limit).

    After boxing more then a year now, there's still a lot to learn.
    The community rocks.

  8. #8

    Default

    Holy shit lol, didnt know that!

    Im not sure why it isnt working Pinot, the ones posted should work. =/

  9. #9

    Default

    Quote Originally Posted by Ualaa View Post
    I was hoping wowphreak had shown me a very neat trick...

    Today, I learnt we can go:
    /castsequence reset=target Hunter's Mark, Null

    Instead of:
    /castsequence reset=target Hunter's Mark,,, (comma's to 255 limit).

    After boxing more then a year now, there's still a lot to learn.
    The community rocks.

    Does null mean it wont do it again, till another target is chosen?
    Orbzz, Orbzm, Orbzem,Iceorbs SHM - Lvl 80 Hyjal PvE
    Örbz, Örbs, Õrbz & Õrbs 80 Ret Paladin Team Hyjal

    Shaman FTL Setup -
    http://www.dual-boxing.com/showthread.php?t=23141

  10. #10

    Default

    Yes, and that's why is f'ing awesome for those one time use spells.

Posting Rules

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