Close
Showing results 1 to 9 of 9
  1. #1

    Default Divine Intervention

    I tried searching for this.. but no luck so I wondering if I could get some help... What I am looking for is a macro that will do this...

    Divine Intervention Logic
    ------------------------------------
    Cast (DI) on target1 if alive
    else
    Cast (DI) on target2 if alive
    else
    Cast (DI) on target3 if alive
    else
    Cast (DI) on target4 if alive
    ------------------------------------

  2. #2

    Default

    Sitting at work at the moment so not able to test this but if my brain is working right you may want to try:

    /cast [target=target1,nodead][target=target2,nodead][target=target3,nodead][target=target4,nodead] Divine Intervention

  3. #3

    Default

    Maybe im wrong but shouldn`t it be :

    /cast [target=target1,nodead] Divine Intervention; [target=target2,nodead] Divine Intervention; [target=target3,nodead] Divine Intervention; [target=target4,nodead] Divine Intervention

    or will the other macro work as well ?

  4. #4

    Default

    Code:
    /cast [target=Toon1,help,nodead][target=Toon2,help,nodead]... Divine Intervention
    This ... using it myself. Replace ToonX with the actual character names and the dots can be replaced with additional [target=ToonX,help,nodead] parameters.
    Marenkay.com - my blog
    PvE Alliance (EU-Garrosh): Areshi | Brista | Nuusa | Pharasi | Priswa
    [ 1........10.........20.........30.........40...... ...50.........60.........70.........80 ]

  5. #5

    Default

    Quote Originally Posted by 'Gideon_2',index.php?page=Thread&postID=78862#post 78862
    Maybe im wrong but shouldn`t it be :

    /cast [target=target1,nodead] Divine Intervention; [target=target2,nodead] Divine Intervention; [target=target3,nodead] Divine Intervention; [target=target4,nodead] Divine Intervention

    or will the other macro work as well ?
    Molt's is the most efficient, as it is supplying multiple options to a single spell cast command (the first one to match wins)

    Your's is actually 4 separate spell cast commands (the ; is a command separator)
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  6. #6

    Default

    Quote Originally Posted by 'Djarid',index.php?page=Thread&postID=78878#post78 878
    Molt's is the most efficient, as it is supplying multiple options to a single spell cast command (the first one to match wins)

    Your's is actually 4 separate spell cast commands (the ; is a command separator)
    Isn't the one you quoted four seperate casts and mine a single cast?
    Marenkay.com - my blog
    PvE Alliance (EU-Garrosh): Areshi | Brista | Nuusa | Pharasi | Priswa
    [ 1........10.........20.........30.........40...... ...50.........60.........70.........80 ]

  7. #7

    Default

    yes that's right, but Molt's is also a single cast
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  8. #8

    Default

    kk nice, well learned something new today then

  9. #9

    Default

    I will let my friend know if any of these work for her... Thank you so much for the input! I love how we all fight each other to come up with the right answer, because in the end we all learn something new. This is why I love this place and not the WoW forums!

Similar Threads

  1. Replies: 7
    Last Post: 06-14-2009, 10:39 AM
  2. Wow intervention
    By Moorea in forum Off-Topic
    Replies: 4
    Last Post: 05-17-2009, 03:34 AM

Posting Rules

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