1. #1

    PI + Lifeblood macro

    Hey.

    Dont know if this is posted the right place, but ill try anyway

    Can anyone here who know macros well please make a macro for me, that works this way;
    I cast Power Infusion and Lifeblood on myself, without loosing my current target.
    Thanks

  2. #2
    Deleted
    Code:
    /cast [@self] Lifeblood
    /cast [@self] Power Infusion

  3. #3
    That one didnt work :/

  4. #4
    Deleted
    Quote Originally Posted by Caalio View Post
    That one didnt work :/
    Are you sure? What happened?

  5. #5
    Living Memory Sesshomaru's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Norway
    Posts
    2,110
    Code:
    #showtootlip
    /cast Lifeblood
    /cast [@player] Power Infusion
    I would believe if you change the self from the other quote to player, it would work. Just try it.

  6. #6
    Brewmaster dawawe's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Atl, Ga
    Posts
    1,265
    replace @self with @(what ever your name is)

  7. #7
    /target "yourname"
    /cast Lifeblood
    /cast Power Infusion
    /targetlasttarget

    remove the "" and just type your name :P
    Could be done simpler, but wth.. this'll work fine

  8. #8
    /target PlayersName
    /cast X

    then you can /targetlasttarget or whatever

    what he said ^^^^^^^^^^^

  9. #9
    Living Memory Sesshomaru's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Norway
    Posts
    2,110
    Quote Originally Posted by dawawe View Post
    replace @self with @(what ever your name is)
    As far as I know, doesn't @player also work, instead of typing ones own name?
    Works for my Lich-Death Coil combo.

    Lich-Death combo is this (PS. Blood tanking must for survival)
    Code:
    #showtooltip
    /cast Lichborne
    /cast [@player] Death Coil
    Works like magic for me.
    Last edited by Sesshomaru; 2011-03-15 at 12:01 PM. Reason: Added Lich-Death.

  10. #10
    #showtooltip
    /cast Lifeblood
    /cast [target=player] Power Infusion
    There's never enough time to do all the nothing you want

  11. #11
    Living Memory Sesshomaru's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Norway
    Posts
    2,110
    Quote Originally Posted by Powell View Post
    Code:
    #showtooltip
    /cast Lifeblood
    /cast [target=player]  Power Infusion
    Blizz made it simpler, by using a @ instead of "Target=". Just in case you didn't know.

  12. #12
    Zalënë, the one you posted did work like magic
    Anyways, thanks to all for the help

  13. #13
    Problem with using /targetlasttarget is that if you have targetted yourself, then you will target someone else. Might not be too handy.
    Best to use Powell's macro and add the spell name that you want to track. ie: #showtooltip Power Infusion

  14. #14
    Living Memory Sesshomaru's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Norway
    Posts
    2,110
    Quote Originally Posted by Caalio View Post
    Zalënë, the one you posted did work like magic
    Anyways, thanks to all for the help
    No problem.
    If you ever get any problems during your game play, don't hesitate to ask for help.

    -Zally, the Once and Lonely Pally.

  15. #15
    Brewmaster dawawe's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Atl, Ga
    Posts
    1,265
    i say you go at this the hard way..... Never target anyone.... lots of mouse over macros and then u can just use this macro without the @player modifier.

  16. #16
    Or cast PI on a DPS where it is more useful

Posting Permissions

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