Close
Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Showing results 21 to 30 of 40

Hybrid View

  1. #1

    Default

    @ shaeman:
    Good to see that I converted you ^^ and glad to hear that you liked my tutorial :)

    Quote Originally Posted by 'Tizer',index.php?page=Thread&postID=103368#post10 3368
    /stopcasting
    /cast Bloodlust

    On round-robin in keyclone

    It wasnt until a few days ago that i changed the bloodlust ability. I just had it on simple round robin in keyclone but i just had the spell in the slot instead of macro'd.

    This way i dont have to wait until my current spell being cast is complete, i can activate it as soon as i press the button.

    Stupid of me not to think about doing this before hand really.

    I think its also worth adding the /stopcasting line before any instant spell like a shock and purge.

    I know these aint in there at the moment but could be a worthy addition to your set! xD

    maybe! :x
    That's a good idea! Although I don't agree that it should be the default behavior, but that's a personal preference.
    I think I would do something like:
    /stopcasting [mod:shift]
    So it would force stop casting any current macro when shift is pressed, but I don't know if the modifier tag is allowed with the stopcasting command. I'll try it out.

  2. #2

    Default

    my 5 shaman team uses

    /stopcasting
    /cast [target=focustargettarget,help,nodead] [target=focustarget,help,nodead] [target=targettarget,help,nodead] [help,nodead] [target=player] Healing Wave

    for healing on 6 keys. one for each shaman, and one for all of them at the same time.
    targets will be:
    1. the target of my focustarget, if friendly and alive
    2. my focustarget, , if friendly and alive
    3. the target of the target of the healing char, if friendly and alive
    4. the target of the healing char, if friendly and alive
    5. the healing char himself

    this way the only choice to make is if the char in need of healing is the actual target of my focustarget, or not. if it is, i just press the healbutton of one or two other shamans, depending on how much heal is needed.
    if it is not, i switch my focustarget for a second to the char in need of healing and press the according healbuttons.
    no worrying about which button lets which toon heal whom.
    __________________________________________________ ___________________
    Britzel-Brigade:
    Britzel, Brítzel, Brìtzel, Brîtzel und BrÏtzel
    5 Shaman Team on Blackrock EU (PVP)

    .........10........20.........30......37..40.........50.........60.........70


  3. #3

    Default

    Ken,

    I was having issues with your macros so I had to change them. First, I had to a simple focus macro for each character in the team, 5 in total. Using mod keys to focus other guys is too hard to remember when death is so infrequent. You can NOT be hesitating to change focus to another toon if you're in a situation where someone dies and you need to switch control.

    Second, your targetting macros somehow cause sticky targetting. If I tried to change targets mid-battle, forget it. They were stuck on even corpses like glue sometimes. I had to jam the cast button a whole lot to get them to hit the new target. What's up with that? A simple /cast [target=focustarget]SPELL macro was fine. Any ideas why they were stickying to things?

  4. #4

    Default

    Quote Originally Posted by 'TheBigBB',index.php?page=Thread&postID=110699#pos t110699
    Ken,

    I was having issues with your macros so I had to change them. First, I had to a simple focus macro for each character in the team, 5 in total. Using mod keys to focus other guys is too hard to remember when death is so infrequent. You can NOT be hesitating to change focus to another toon if you're in a situation where someone dies and you need to switch control.
    It's a matter of getting used to, just like with all the other buttons :)
    By putting it in macro with modifiers you:
    - save button space
    - save macro space

    Second, your targetting macros somehow cause sticky targetting. If I tried to change targets mid-battle, forget it. They were stuck on even corpses like glue sometimes. I had to jam the cast button a whole lot to get them to hit the new target. What's up with that? A simple /cast [target=focustarget]SPELL macro was fine. Any ideas why they were stickying to things?
    No they don't, it's because you have a focus set on all characters, including the leader. If the leader is focussed to himself, then you get the weird targetting. It's because when you switch to a new target and then immediately do the focustarget casting, you start casting back to the previous target. Quickly pressing tab and trying to cast will just add to the insane target switching that occurs and makes it keep on going.
    The solution is to have a button with clearfocus (like the tutorial says). This will make sure the focus cannot confuse itself with the focustarget delay.

  5. #5

    Default

    In the AcceptAll macro:

    I'd also place:
    /script ConfirmSummon()
    /script AcceptResurrect()

    in there before the "repopme" call.

  6. #6

    Default

    Quote Originally Posted by 'Glord',index.php?page=Thread&postID=112638#post11 2638
    /script ConfirmSummon()
    /script AcceptResurrect()
    Those are good additions, but I think there is not enough space to add it to the macro (because of the character limit).

  7. #7

    Default

    Just change /script to /run to save chars.
    Code:
    /run AcceptGroup();
    /run AcceptQuest();
    /run AcceptTrade();
    /run RetrieveCorpse();
    /run AcceptResurrect();
    /run RepopMe();
    /run ConfirmAcceptQuest();
    /run StaticPopup_Hide("PARTY_INVITE");
    /run StaticPopup_Hide("QUEST_ACCEPT");
    -237 chars

    Also, simply taking out the hiding of party and quest frames will give you more space - personally, I don't use them, because hitting esc doesn't bother me at all

  8. #8

    Default

    Quote Originally Posted by 'Ken',index.php?page=Thread&postID=112660#post1126 60
    Quote Originally Posted by 'Glord',index.php?page=Thread&postID=112638#post11 2638
    /script ConfirmSummon()
    /script AcceptResurrect()
    Those are good additions, but I think there is not enough space to add it to the macro (because of the character limit).
    Anyone not using Trinity Bars should really be shot
    Tilce x 4
    Twisting Nether EU - Horde


  9. #9

    Default

    Quote Originally Posted by 'Tizer',index.php?page=Thread&postID=115138#post11 5138
    Quote Originally Posted by 'Ken',index.php?page=Thread&postID=112660#post1126 60
    Quote Originally Posted by 'Glord',index.php?page=Thread&postID=112638#post11 2638
    /script ConfirmSummon()
    /script AcceptResurrect()
    Those are good additions, but I think there is not enough space to add it to the macro (because of the character limit).
    Anyone not using Trinity Bars should really be shot ;)
    I installed and then saw that it couldn't import my WoW macros and had to setup each button separately... then I decided I didn't want to use that ;)

  10. #10

    Default

    Quote Originally Posted by 'Ken',index.php?page=Thread&postID=116005#post1160 05
    Quote Originally Posted by 'Tizer',index.php?page=Thread&postID=115138#post11 5138
    Quote Originally Posted by 'Ken',index.php?page=Thread&postID=112660#post1126 60
    Quote Originally Posted by 'Glord',index.php?page=Thread&postID=112638#post11 2638
    /script ConfirmSummon()
    /script AcceptResurrect()
    Those are good additions, but I think there is not enough space to add it to the macro (because of the character limit).
    Anyone not using Trinity Bars should really be shot
    I installed and then saw that it couldn't import my WoW macros and had to setup each button separately... then I decided I didn't want to use that
    Import wow macros = copy paste.
    Set up the same macro more than once = select it from the drop down list of previously made macros in the macro master menu.
    List is per account, unless you copy some lua files around, but to copy one from one account to next next is also just copy paste anyway, and the wow macros are also per account anyway.
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

Similar Threads

  1. Replies: 8
    Last Post: 12-02-2008, 04:14 AM
  2. Shaman Healing macro.
    By Golle in forum Macros and Addons
    Replies: 3
    Last Post: 07-04-2008, 07:35 AM
  3. need a wand macro for dualboxing... complete noob at this
    By jsmeninick in forum Macros and Addons
    Replies: 14
    Last Post: 05-27-2008, 04:19 PM
  4. Healing macro feedback wanted?
    By Kaynin in forum Macros and Addons
    Replies: 6
    Last Post: 04-23-2008, 06:57 PM
  5. shaman macro
    By saltychp in forum Macros and Addons
    Replies: 7
    Last Post: 04-08-2008, 04:20 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
  •