Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 13

Hybrid View

  1. #1

    Default Assist off alt if main is dead - not working

    I'm confused why this macro is not working. Basically when my main dies I want to switch to my first alt and control the group from there. All other alts need to assist off that alt. And then second alt, and so on when each alt dies

    Main is Torrla
    1st Alt = Thorra
    2nd Alt = Torrma
    3rd Alt = Torrba

    /Assit [Target=Torrla,nodead,exists][Target=Thorra,nodead,exists][Target=Torrma,nodead,exists][Target=Torrba,nodead,exists]
    /Cast Lightning Bolt

    The way I understand it, if Torrla is dead they should assist of Thorra. Unfortunately they stand there and eventually die.


    Also, I have a few macros setup to target mobs. When I have 4/5 mobs all bunched up at my feet its hard to target specific mobs. So I have a macro like this:

    Macro 1. Assigned to button Ctrl-Q
    /Target [MobNameHere,nodead,exists] (MobNameHere = insert appropriate mob name)
    /Target [MobNameHere,nodead,exists] (MobNameHere = insert appropriate mob name)

    The idea is I can target a specific mob in the mosh pit without having to tab through them wasting precious time. Unfortuntely if I have have "exists" in there it does not target the mob at all. And the other problem is "nodead" insists on target dead mobs anyway. Again, what am I doing wrong?
    Torrla & the Torr'etts - Torrta, Torrba, Torrma, Thorra- Inspiring Presence - Thanks to RAF, presenting Moppsy & Floppsy now performing with the Amazing Torr'etts

  2. #2

    Default

    hi there

    they way I work around this is have 5 keys binded

    /focus target main

    /focus target slave 1

    and so on.

    if main dies I change focus quickly with the press of a button

    and all the others will assist the new focus target

    also if you have a main/tank I reccomend 2 heals, 1 for the main and 1 for the focus targets target



    hope that helps

  3. #3

    Default

    Thats how I used to do it. Simply switch focus when needed. But in the heat of battle or when being ganked in PVP it requires too much brain power to identify who is still alive and press the appropriate button. This way (using the assist macro) I simply mouse over to a different window and continue casting and/or dying.
    Torrla & the Torr'etts - Torrta, Torrba, Torrma, Thorra- Inspiring Presence - Thanks to RAF, presenting Moppsy & Floppsy now performing with the Amazing Torr'etts

  4. #4

    Default

    I understand, however I'm doing it with 5, so I just need to remember for those situations, 45 would be a bit easier no?



    but pvp I guess it would be chaos with melee circling ur toons

  5. #5

    Default

    This is untested, as I'm at work. But lets see if this works:

    /cast [target="Torrla-target",nodead,exists] [target="Thorra-target",nodead,exists] [target="Torrma-target",nodead,exists] [target="Torrba-target",nodead,exists] [] Lightning Bolt

    /follow [target=Torrla,nodead,exists] [target=Thorra,nodead,exists] [target=Torrma,nodead,exists] [target=Torrba,nodead,exists]; Party1
    Torrla & the Torr'etts - Torrta, Torrba, Torrma, Thorra- Inspiring Presence - Thanks to RAF, presenting Moppsy & Floppsy now performing with the Amazing Torr'etts

  6. #6
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    I've got it setup the way you have Fleecy, with an "automatic" failover to the next clone in line when the current leader dies.

    I don't have my macro to hand, but I basically used the exact format posted in the The No Focus Manifesto, and it works perfectly.

    The only difference in my setup is that I have a generic "assist whoever's in charge" key instead of a macro for every spell, but that's personal preference.

    In short.... what you're trying to do is definitely possible, and a very slick way of doing it, so the devil must be in the detail

  7. #7

    Default

    Hello, i use this makro and it works:
    Code:
    /focus [target=Maincharname,nodead][target=Toon1,nodead][target=Toon2,nodead][target=Toon3,nodead][target=Toon4,nodead][target=Maincharname,exists][target=player]
    /assist focus
    /cast Spellname
    
    (replace the fat printet variables with your characternames)
    if you want that your toons following the mainchar (or the focustarget) use /follow focus

    If your regular mainchar dies, switch to the next wow window with your mouse an the show goes on )
    The makro will set your next toon who is sill alive as the focustarget and the other toons will now assist him.

    (sorry for my bad english but i hope i could help you)
    Realm: Blackmoore (PvP) - EU - HORDE - Germany
    Mainchar: Extremepg - Mage (85)
    Boxing: Proxx, Próxxy, Pròxxy, Prôxxy - 4 Shamans (90)

  8. #8

    Default

    Isn't my macro almost identical in function to yours? With the exception of setting the focus they perform the same action. Yet mine fails. When my main dies noone assist of the second character. They just sit there looking dumb and die.

    Code:
    /Assit [Target=Torrla,nodead,exists][Target=Thorra,nodead,exists][Target=Torrma,nodead,exists][Target=Torrba,nodead,exists] 
    /Cast Lightning Bolt
    Code:
    /focus [target=Maincharname,nodead][target=Toon1,nodead][target=Toon2,nodead][target=Toon3,nodead][target=Toon4,nodead][target=Maincharname,exists][target=player] 
    /assist focus 
    /cast Spellname
    After some frustration and playing around last night I've had some success. The follow does work as intended but it has a downside.I will occasionaly swap out a chracter in my group, my GF may join the group or a friend might join. The order of the party members then changes and they no longer assist off the person I want.

    Code:
    /cast [target=party1target,nodead][target=party2target,nodead][target=party3target,nodead][target=party4target,nodead] [] Lightning Bolt
    I'm also trying to avoid using the focus target as I have other plans for this.
    Torrla & the Torr'etts - Torrta, Torrba, Torrma, Thorra- Inspiring Presence - Thanks to RAF, presenting Moppsy & Floppsy now performing with the Amazing Torr'etts

  9. #9

    Default

    Otlecs, do you mind posting exactly how your macro is setup?
    Torrla & the Torr'etts - Torrta, Torrba, Torrma, Thorra- Inspiring Presence - Thanks to RAF, presenting Moppsy & Floppsy now performing with the Amazing Torr'etts

  10. #10
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    Otlecs, do you mind posting exactly how your macro is setup?
    Sure. I'll post tonight when I get home. I don't look at the boards from home very often, so missed this last night.

Similar Threads

  1. Replies: 1
    Last Post: 02-09-2009, 07:07 PM
  2. "/assist party1" not working
    By Epotus in forum New Multi-Boxers & Support
    Replies: 12
    Last Post: 10-23-2008, 03:44 AM
  3. An assist macro which continues to follow main player
    By Heïneken in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 10-22-2008, 01:49 AM
  4. following main, via focus, when whole party is dead
    By cherzra in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 09-25-2008, 02:00 AM
  5. Working on a new Assist/follow macro.. Will this work?
    By gbremset in forum Macros and Addons
    Replies: 0
    Last Post: 07-25-2008, 03:52 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
  •