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

    Default Spammable Stopcasting Chain Heal Macro

    If you shaman players are like me then you get irate when you accidentally double tap your /stopcasting;/cast chain heal macros in the middle of a crazy fight and get nothing (or when your shaman just wont cast!), so I came up with this:

    Code:
     /stopcasting [combat,harm]
     /cast [combat,target=oneofmyshaman,nodead] Chain Heal; [target=thisshaman] Chain Heal
     /target thisshaman
     /stopmacro [combat]
     /cast [nocombat,target=oneofmyshaman] Chain Heal
     /targetlastarget
    Thoughts? Cleanup? Obviously I am sacrificing /targetlasttarget for the ability to spam my chain heal button. Can anyone see a way to get both?
    I never saw a wild thing sorry for itself. A bird will fall frozen dead from a bough without ever having felt sorry for itself.

  2. #2

    Default

    Thats actually really good, ill have to try that
    Azgalor (PvP)
    Joemamma-Tankadin /Udderkhaos-Shaman
    Udderdeath-Shaman
    Udderdeåth-Shaman
    Udderdèath-Shaman
    Udderduum-Shaman

  3. #3

    Default

    I like what you have done here. There is a command called /targetlastenemy that could restore your last unfriendly target... but you would have to figure out what the best way to implement that is with your set up.
    PUGS- the other wipe meet

    Druid and 4x Shammies on Boulderfist (Stackin & Thedeck, of <RAGE>)
    'I like a man who laughs when he fights' - Winston Churchill

  4. #4

    Default

    How about

    /stopcasting [harm]
    /cast [target=oneofmyshaman,nodead] Chain Heal; [combat,target=thisshaman] Chain Heal;

    only reason yeh need to stop casting if yer in combat and yeh need to heal NOW.
    You dont switch target unless yeh have "/target thisshaman"

    yeh should have a separate assist button to switch targets

    if oneofmyshaman is alive then oneofmyshaman gets hit with the chain heal
    if oneofmyshaman is dead and yer in combat then thisshaman gets hit with the chain heal
    if yer not in combat and oneofmyshaman is alive oneofmyshaman gets hit with the chain heal
    if oneofmyshaman is dead and yer not in combat spell get stopped but nothing happens :P

    not sure why yer /target thisshaman

    I'm at work so cant double check it :P

  5. #5

    Default

    Phreak, with that macro you would be stopcasting everytime because you would always have the enemy player targeted in pvp. The reason for targetting myself and then doing a stopmacro is that I create a loop basically where the first time I go through I have the enemy targeted so I would:
    1. stopcasting (combat harm)
    2. target my next shaman if hes alive and chain heal, else target myself and chain heal (in combat in both cases)
    3. target myself
    4. stop the macro because I'm in combat
    5. (I'm still jamming the key) I would SKIP the stopcasting because while I AM in combat I'm no longer targeting a bad guy but instead with myself
    6. target my next shaman if he's alive and chain heal, else target myself and chain heal (in combat in both cases)
    7. target myself
    8. stop the macro because I'm in combat
    9. repeat

    the non-combat part is there solely to give me my "targetlasttarget" ability back which I lost in the above section by adding in the ability to spam it (I require a non-enemy to be my target to be able to spam the key and not stopcasting) and to remove the stopcasting part entirely from the non-combat section.

    Your macro would look something like this:

    1. I'm in combat and have a bad guy targeted. I hit the macro and since I have an enemy targeted I stopcasting and then cast chain heal.
    2. I hit the button again. I still have a bad guy targeted, so I stopcasting.
    3. I hit the button again. I still have a bad guy targeted, so I stopcasting.
    4. etc.

    i.e. yours has no spammability.

    Also, I dont want to target myself for the heal if I'm in combat. If I'm the one taking damage I want one of the other shaman who is not getting hit to get the heal off on me because I might be getting interrupted.
    I never saw a wild thing sorry for itself. A bird will fall frozen dead from a bough without ever having felt sorry for itself.

  6. #6

    Default RE: Spammable Stopcasting Chain Heal Macro

    Quote Originally Posted by 'Morganti',index.php?page=Thread&postID=69195#post 69195
    If you shaman players are like me then you get irate when you accidentally double tap your /stopcasting;/cast chain heal macros in the middle of a crazy fight and get nothing (or when your shaman just wont cast!), so I came up with this:

    Code:
     /stopcasting [combat,harm]
     /cast [combat,target=oneofmyshaman,nodead] Chain Heal; [target=thisshaman] Chain Heal
     /target thisshaman
     /stopmacro [combat]
     /cast [nocombat,target=oneofmyshaman] Chain Heal
     /targetlastarget
    Thoughts? Cleanup? Obviously I am sacrificing /targetlasttarget for the ability to spam my chain heal button. Can anyone see a way to get both?
    Oh my, awesome idea. I wanted to use this for all my healing macro's but never got around to think of something that works. This made me think of this one for healing in instances. Not sure it it will work, yet. Will try at home..

    Code:
    /cast [target=target, nodead, help][target=targettarget, nodead, help][target=player] Lesser Healing Wave
    /stopmacro [notarget][help]
    /stopcasting [harm]
    /cast [target=targettarget, nodead, help] Lesser Healing Wave
    What it does is this (I hope)...

    1. If I have a friendly target, it will heal that target straight up.
    2. If I have no target, it will heal the shaman self.
    3. If I have an enemy targeted, it will stopcasting and immidiatly heal the one tanking the enemy.

    It isn't 'spammable' but it should be casting LHW on the tank after one click, I think.

    I don't quite understand your macro though..

    Code:
     /stopcasting [combat,harm][combat, help, dead]   (stop casting if in combat and your target is harmful, I'd add a 'dead' as well, if your target is dead, it will stopcasting again during the heal once and start chain healing the shaman itself.)
     /cast [combat,target=oneofmyshaman,nodead] Chain Heal; [target=thisshaman] Chain Heal (Cast chain hea, you can rewrite this as : "/cast [combat,target=oneofmyshaman,nodead][target=thisshaman] Chain Heal" to save some characters.)
     /target thisshaman (target self)
     /stopmacro [combat] (stop macro if in combat, at this point, you are left with your own shaman targeted, whatever you are dpsing is out of yoru target. Retargeting will cause client lag for your alts. Can't start her up instantly. Tho spamming healing will definatly work this way, you still need to retarget the mob to continue dps again, which I prefer to avoid.)
     /cast [nocombat,target=oneofmyshaman] Chain Heal (After this is just a feature you put in for healing out of  combat, seems to work fine, but has little to do with the actual idea.)
     /targetlastarget (However, I don't understand this one. :P This seems more like an annoyence, for what reason are you putting this in? :o)


    And Morganti, his macro is spammable since he targets himself as well. And then the stopcasting won't be called anymore. The problems arise at the point when he isn't abel to instantly start dps'ng after healing. (Granted, it is less important then healing, but still. Not perfect. :P )
    Slowly crawling back towards the experience that is Multiboxing Mayhem

  7. #7

    Default

    Ok, you guys are confusing the idea of "/cast [target=self] Chain Heal" with actually targeting YOURSELF. Try it. Your target does not change. The macro points the cast at a particular target, but it does not actually change your target. That would require a "/target myownshaman;/cast Chain Heal" to actually change my target. I tested his macro. It is not spammable in any form or fashion.

    Edit: I just saw your question in my code. You have 2 choices: you can either /targetlasttarget at the end to "ignore" the targeting of yourself earlier in the macro or you can add "/target [combat] thisshaman" instead of just the "/target thisshaman". Take your pick.
    I never saw a wild thing sorry for itself. A bird will fall frozen dead from a bough without ever having felt sorry for itself.

  8. #8

    Default

    Quote Originally Posted by 'Morganti',index.php?page=Thread&postID=69393#post 69393
    Ok, you guys are confusing the idea of "/cast [target=self] Chain Heal" with actually targeting YOURSELF. Try it. Your target does not change. The macro points the cast at a particular target, but it does not actually change your target. That would require a "/target myownshaman;/cast Chain Heal" to actually change my target. I tested his macro. It is not spammable in any form or fashion.

    Well, the idea is not to change targets. :P Otherwise you get client lag with your alts seeing your main switch targets moments after you actually switch targets...

    Either way, I don't find a stopcasting macro worth it if I'd have to change targets for it tho. You would loose the cast you're stopping and also loose out on a second lag on starting dps again. And as I said, my macro isn't spammable, but it shoudl always start a cast upon my last click, without changing my target, as far as I know.
    Slowly crawling back towards the experience that is Multiboxing Mayhem

  9. #9

    Default

    Kaynin, my spammable macro is made spammable by abusing what I'm targeting. Your macro wont change targets, but its not doing what mine does. I dont want mine to change targets normally, but I have to if I want to spam. Check my edit above in my last post to answer your question about my macro.
    I never saw a wild thing sorry for itself. A bird will fall frozen dead from a bough without ever having felt sorry for itself.

Similar Threads

  1. chain heal gfx, how to turn on?
    By ChaoticMonk in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 09-27-2008, 11:41 AM
  2. First Star Chain Heal
    By pinotnoir in forum General WoW Discussion
    Replies: 5
    Last Post: 09-25-2008, 11:43 PM
  3. Chain Heal ^_^
    By Jaese in forum Screenshots and Digital Art
    Replies: 7
    Last Post: 08-29-2008, 10:43 AM
  4. Chain Heal?
    By Jezebel in forum General WoW Discussion
    Replies: 12
    Last Post: 07-21-2008, 07:58 PM
  5. Chain Heal x 10 =
    By hxc in forum Screenshots and Digital Art
    Replies: 9
    Last Post: 03-01-2008, 12:56 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
  •