Close
Showing results 1 to 8 of 8

Hybrid View

  1. #1

    Default Blessing of Protection macro

    I wanted to create a macro that would allow my main char (a protection paladin) to BoP the target of his target if his Righteous Defence taunt was resisted. I originally thought that using a modified version of a healing macro I used to use back in my holy days would work:

    /cast [modifier:alt,target=player] Flash of Light; [target=target,help] Flash of Light; [target=targettarget,help] Flash of Light; [target=player] Flash of Light

    This would cast Flash of Light on myself if no target was selected or alt was held down, cast it on my target if friendly or cast it on my targets target if my target was an enemy and their target was a friendly (great for bosses like Solarian with her random Arcane bolts at members of the raid). In any case - the BoP version of this:

    /cast [modifier:alt,target=player] Blessing of Protection; [target=target,help] Blessing of Protection; [target=targettarget,help] Blessing of Protection; [target=player] Blessing of Protection

    Doesn't seem to work at all - I knew that there have been changes to the macro system syntax since the last time I used this so I'm wondering if my macro is a victim of that or a more basic lack of understanding on my part regarding macro syntax in general. In either case some help to get this right would be appreciated if one of the macroletes here has the time/knowledge/energy

  2. #2

    Default

    Would the following work?

    Code:
    /cast [target=player,mod:alt][target=target,help][target=targettarget,help][target=player] Blessing of Protection
    I know it doesn't change the logic of your macro but I am pretty sure you can line up the logic sections like that since you want to cast the same spell regardless of the target.
    [align=center]Team Harry

    Harri, Harrie, Harrii, Harrey, Harre (Lvl 33)
    [s]RFC (14)[/s], [s]WC (18)[/s], [s]VC(20)[/s], [s]SFK(21)[/s], [s]BFD(23)[/s], [s]RFK(25),[/s] [s]Gnomer(26)[/s]
    [s]SM:GY(29)[/s], [s]SM:Lib(31)[/s], [s]SM:Arm(33)[/s], SM:Cath(Next)[/align]

  3. #3

    Default

    /cast [modifier:alt, target=player] Blessing of Protection; [target=target, help, exists] Blessing of Protection; [target=targettarget, help, exists] Blessing of Protection; [target=player] Blessing of Protection

    Try that.
    Slowly crawling back towards the experience that is Multiboxing Mayhem

  4. #4

    Default

    Ahh dang, I knew something was missing but couldn't put my finger on it!
    [align=center]Team Harry

    Harri, Harrie, Harrii, Harrey, Harre (Lvl 33)
    [s]RFC (14)[/s], [s]WC (18)[/s], [s]VC(20)[/s], [s]SFK(21)[/s], [s]BFD(23)[/s], [s]RFK(25),[/s] [s]Gnomer(26)[/s]
    [s]SM:GY(29)[/s], [s]SM:Lib(31)[/s], [s]SM:Arm(33)[/s], SM:Cath(Next)[/align]

  5. #5
    Member
    Join Date
    Jan 2008
    Location
    Southen California
    Posts
    329

    Default

    Off topic, but had to comment on Team Harry. You should call your next team Team Sally. Then you can have them meet somewhere...

  6. #6

    Default

    Quote Originally Posted by 'Oswyn',index.php?page=Thread&postID=55663#post556 63
    Off topic, but had to comment on Team Harry. You should call your next team Team Sally. Then you can have them meet somewhere...
    Ha ha ha, great idea!
    [align=center]Team Harry

    Harri, Harrie, Harrii, Harrey, Harre (Lvl 33)
    [s]RFC (14)[/s], [s]WC (18)[/s], [s]VC(20)[/s], [s]SFK(21)[/s], [s]BFD(23)[/s], [s]RFK(25),[/s] [s]Gnomer(26)[/s]
    [s]SM:GY(29)[/s], [s]SM:Lib(31)[/s], [s]SM:Arm(33)[/s], SM:Cath(Next)[/align]

  7. #7

    Default

    What about a mouseover option?

    I use it in my righteous defence macro so for BoP it would be
    Code:
    /cast [target=mouseover,help][target=mouseovertarget,help] Blessing of protection
    [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

    Yeah that would work, but I can see why he is trying to do it this way. I have the same thing for my taunt macro and what is nice is that it allows taunting/BoPing without actually selecting anyone. You just keep the mob targeting and whoever it has agro on will get the effect. Essentially just works like a ranged taunt on the monster when under the hood it is casting on a friendly. It is great to not have to take the moment to try and figure out who it needs to be cast on only to find the mob switched again.
    [align=center]Team Harry

    Harri, Harrie, Harrii, Harrey, Harre (Lvl 33)
    [s]RFC (14)[/s], [s]WC (18)[/s], [s]VC(20)[/s], [s]SFK(21)[/s], [s]BFD(23)[/s], [s]RFK(25),[/s] [s]Gnomer(26)[/s]
    [s]SM:GY(29)[/s], [s]SM:Lib(31)[/s], [s]SM:Arm(33)[/s], SM:Cath(Next)[/align]

Similar Threads

  1. Replies: 11
    Last Post: 07-01-2009, 03:20 AM
  2. We have HIS blessing!
    By hotdogsrgross in forum General WoW Discussion
    Replies: 15
    Last Post: 10-08-2008, 07:53 PM
  3. PvE protection warrior is very viable as PvP main
    By Ken in forum PvP Discussion
    Replies: 27
    Last Post: 09-24-2008, 06:04 AM
  4. Protection paladin or shaman ?
    By davedontmind in forum General WoW Discussion
    Replies: 2
    Last Post: 09-23-2008, 05:09 AM
  5. Blessing of Kings .... nerf?
    By Haylianna in forum General WoW Discussion
    Replies: 24
    Last Post: 09-17-2008, 04:50 PM

Posting Rules

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