1. #4501
    Field Marshal Ftx's Avatar
    10+ Year Old Account
    Join Date
    Jan 2013
    Location
    Brazil
    Posts
    60
    Hello guys, I need a macro that does not take mouse over the Boss's target. In this case, basically what would Affinichi's use. Healing others without leaving the boss's target.

    Thank you and sorry about my english. is terrible.

  2. #4502
    Quote Originally Posted by Sweetshadows View Post
    Hello guys, I need a macro that does not take mouse over the Boss's target. In this case, basically what would Affinichi's use. Healing others without leaving the boss's target.

    Thank you and sorry about my english. is terrible.
    Healing mouseover macros look basically like this:

    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][help][@player]Soothing Mist
    and change the name of Soothing Mist for Renewing Mist and Surging Mist etc. to make more macros

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #4503
    Field Marshal Ftx's Avatar
    10+ Year Old Account
    Join Date
    Jan 2013
    Location
    Brazil
    Posts
    60
    Quote Originally Posted by lawomous View Post
    Healing mouseover macros look basically like this:

    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][help][@player]Soothing Mist
    and change the name of Soothing Mist for Renewing Mist and Surging Mist etc. to make more macros

    Thank you lawomous, this is i'm looking for.

  4. #4504
    Quote Originally Posted by lawomous View Post
    Healing mouseover macros look basically like this:

    Code:
    #showtooltip
    /cast [@mouseover,help,nodead][help][@player]Soothing Mist
    and change the name of Soothing Mist for Renewing Mist and Surging Mist etc. to make more macros
    Isnt there addons that do the same job? Thus saving all those macro slots.
    I know I got a macro slot problem, just to damn few of them :P
    Quote Originally Posted by atenime45 View Post
    The 10% reward. It's was unspoken rule that you DONT attack other faction so everyone could enjoy the 10% reward. But now no one cares about that anymore

  5. #4505
    Deleted
    Quote Originally Posted by Nonslid View Post
    Isnt there addons that do the same job? Thus saving all those macro slots.
    I know I got a macro slot problem, just to damn few of them :P
    There's an addon called Clique that can achieve the same thing, yea.

  6. #4506
    Hi. I'm a healer in 3s. I want to assist my mage everytime I cast damage spells. Basically I want to be able to have anything targetted but when I fire that macro it will cast lava burst on my mage's target and not lose my target. Is there something similar to like target=mymage'sname'starget?

    I don't want to /assist him because that would make me target the enemy and I don't want to target=targettarget because that means I have to target my mage first.

    Thanks ^.^

  7. #4507
    Set your mage as your focus and use:

    #showtooltip <spellname>
    /cast [@focustarget, harm] <spellname>

  8. #4508
    Thanks esevenf but that won't work because I need my focus for wind shears

  9. #4509
    Quote Originally Posted by Anna234 View Post
    Hi. I'm a healer in 3s. I want to assist my mage everytime I cast damage spells. Basically I want to be able to have anything targetted but when I fire that macro it will cast lava burst on my mage's target and not lose my target. Is there something similar to like target=mymage'sname'starget?

    I don't want to /assist him because that would make me target the enemy and I don't want to target=targettarget because that means I have to target my mage first.

    Thanks ^.^
    If you can not use your buddy as a focus, then I guess you will need to change your target, but, fortunately, you can go back to your previous target effortlessly , like so

    /assist mage
    /cast Whatever spell and mods you want here
    /targetlasttarget

  10. #4510
    Quote Originally Posted by Anna234 View Post
    Thanks esevenf but that won't work because I need my focus for wind shears
    Ah well.

    The macro henrytxin posted should work fine though.

  11. #4511
    Quote Originally Posted by Anna234 View Post
    Hi. I'm a healer in 3s. I want to assist my mage everytime I cast damage spells. Basically I want to be able to have anything targetted but when I fire that macro it will cast lava burst on my mage's target and not lose my target. Is there something similar to like target=mymage'sname'starget?

    I don't want to /assist him because that would make me target the enemy and I don't want to target=targettarget because that means I have to target my mage first.

    Thanks ^.^
    Thanks esevenf but that won't work because I need my focus for wind shears
    I don't do arena, but perhaps you can use party#

    /cast [@party1target, harm] spell
    Last edited by ibnalail; 2013-05-08 at 03:38 AM.

  12. #4512
    Deleted
    You can go by name.
    Code:
    #showtooltip
    /cast [@magename-target, harm]Spell
    ('-target' instead of 'target' is used as a suffix for party member name pseudo-unitIDs)

  13. #4513
    Treeston that worked perfect thx!

    i actually tried this out before at the dummies but didn't realise it had to be a party member for it to work.
    thanks again

  14. #4514
    Deleted
    Yeah, character names are only valid unitIDs for people in your party or raid.

  15. #4515
    Hey, I'm pretty new to macros, so trying to get a better understanding of it through here!

    I'm looking for a holy prism macro that prioritizes like this:
    1. If my target of target is hostile, use on that.
    2. If not, cast on focus (if it exists).
    3. If no focus, cast on self.

    Sorry if it's been posted before, but reading through 220+ pages takes a while

    Thanks in advance!

  16. #4516
    Quote Originally Posted by Paddishar View Post
    Hey, I'm pretty new to macros, so trying to get a better understanding of it through here!

    I'm looking for a holy prism macro that prioritizes like this:
    1. If my target of target is hostile, use on that.
    2. If not, cast on focus (if it exists).
    3. If no focus, cast on self.

    Sorry if it's been posted before, but reading through 220+ pages takes a while

    Thanks in advance!
    Code:
    #showtooltip
    /use [@targettarget,harm][@focus,exists][@player] Holy Prism

  17. #4517
    Thanks, works like a charm

  18. #4518
    I was hoping someone could write a macro that will:
    1. Cast Crackling Jade Lightning on target
    2. Cast Crackling Jade Lightning on target's target
    3. Cast Crackling Jade Lightning on nearest enemy

    I've managed to get the 2 first right, but cant seem to get the last part right. I would love to post it, but it seems, since i am a new poster on mmo, i am not allowed to post the macro ive made so far

    Hopefully someone is able to help me! Thanks in advance!

  19. #4519
    Quote Originally Posted by Delacruz View Post
    I was hoping someone could write a macro that will:
    1. Cast Crackling Jade Lightning on target
    2. Cast Crackling Jade Lightning on target's target
    3. Cast Crackling Jade Lightning on nearest enemy

    I've managed to get the 2 first right, but cant seem to get the last part right. I would love to post it, but it seems, since i am a new poster on mmo, i am not allowed to post the macro ive made so far

    Hopefully someone is able to help me! Thanks in advance!
    There is not a UnitID for nearest enemy, but there is a targeting command for that.
    Have not tested, just off the top of my head. Likely a better way to do this if it even works.
    Should (I hope) target the nearest enemy player if you have no target, to prioritise players over pets/npcs.
    Should target the nearest generic enemy if you have no target, and then to cast Jade Lightning if you have hostile target.

    Put this starting on a new line after what you have so far.

    Code:
    /targetenemyplayer [noexists]
    /targetenemy [noexists]
    /cast [@target,harm] Crackling Jade Lightning
    Last edited by mmocba105e19de; 2013-05-10 at 08:55 AM. Reason: [noexist] -> [noexists]

  20. #4520
    Is there anyway to make a priority macro? Like : Shot A > Shot B. Shot A will always be fired if avaible?

    If not, is there a way to do a castsequence so I can bind two shots together?

    I want to fire Glaive Toss on CD and Arcane shot every other time

    So it would be: /castsequence Glaive Toss, Arcane Shot

Posting Permissions

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