Close
Page 1 of 4 1 2 3 ... LastLast
Showing results 1 to 10 of 37
  1. #1

    Default zomg awesome sauce new assisting system but follow needs some tuning! [works good now!]

    *modified and tested, let me know if anyone has any issues*

    Alright so... I really wanted to get back to my roots and utilize Focus for a secondary target and not assisting my main.

    I was able to make my macro's as such.

    main character would use normal spells with no macro's tied

    secondary character would have macros as such

    Code:
    /assist [target=Aelli, nodead, exists]
    /cast Lightning Bolt
    So if the main died, this character would be the new main and cast freely

    Third character
    Code:
    /assist [target=Aellie, nodead, exists]
    /assist [target=Aelli, nodead, exists]
    /cast Lightning Bolt
    If the main and the secondary died, this character would become the main

    Forth Character
    Code:
    /assist [target=Aellii, nodead, exists]
     /assist [target=Aellie, nodead, exists]
     /assist [target=Aelli, nodead, exists]
     /cast Lightning Bolt
    Final and 4th character

    If you notice the first character you want to assist needs to be at the bottom and you work your way up, kind of the opposite when you think about it logically, it just works nicely this way.
    Tried and tested I love this system, it frees up a ton of space and makes it really easy

    The part that does mess up is the follow macro

    currently it looks something like this

    Code:
    /targetexact Aellie
    /targetexact Aelli
    /follow
    I think this is pretty solid, let me know if there are any problems.
    FFXIV - Aether - Sargatanas
    Twitch - https://twitch.tv/multidayz
    Youtube - https://www.youtube.com/c/Multidayz

  2. #2

    Default

    You probably know more about macros than I do so I'm not sure how much help I'll be. Isn't there a /targetexact type command? That could help with the /follow issue.

    Also, I like your plan for a different reason: different groups compositions. Using a typical FTL makes it very tough to sub one toon in on account A for another toon on account A. Using your system I can easily expand it a little bit so that the chain of /assist also takes into account modifiers so that all I need to do is load a new HKN script that passes a modifier (such as ctrl) with each broadcasted keystroke.

    In other words, if my group is sometimes:

    Account 1 -> Pally Tank
    Account 2 -> Moonkin1
    Account 3 -> Moonkin2
    Account 4 -> Moonkin3
    Account 5 -> Shaman Healer

    and instead I want to try other toons I have on my account, such as:

    Account 1 -> Moonkin4
    Account 2 -> Moonkin1
    Account 3 -> Moonkin2
    Account 4 -> Moonkin3
    Account 5 -> Shaman Healer

    I could just have my macros do something like the following:

    Code:
    /assist [target=Moonkin2]
    /assist [target=Moonkin1]
    /assist [target=Pally Tank, nodead, nomod:ctrl],[target=Moonkin4, nodead, mod:ctrl]
    /cast Lightning Bolt
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  3. #3

    Default

    Hmm, looks like I'll have to do some research into the targetexact. thanks!
    FFXIV - Aether - Sargatanas
    Twitch - https://twitch.tv/multidayz
    Youtube - https://www.youtube.com/c/Multidayz

  4. #4
    Rated Arena Member
    Join Date
    Apr 2008
    Location
    Denmark
    Posts
    351

    Default

    hmm looking it up if i can

  5. #5

    Default

    Issue is resolved.

    A couple of things need to be modified and I'll edit it in the main post.

    assisting needs to look like this, I noticed a problem if the main died it didn't cross over smoothly

    /assist [target=Aelli, nodead, exists]
    /cast Lightning Bolt

    This also works perfectly for following

    /targetexact Aelli
    /follow

    There you have it.
    FFXIV - Aether - Sargatanas
    Twitch - https://twitch.tv/multidayz
    Youtube - https://www.youtube.com/c/Multidayz

  6. #6

    Default

    Update, just made these settings and it's not working properly, still need to work on it.
    FFXIV - Aether - Sargatanas
    Twitch - https://twitch.tv/multidayz
    Youtube - https://www.youtube.com/c/Multidayz

  7. #7

    Default

    Quote Originally Posted by 'Ellay',index.php?page=Thread&postID=177288#post17 7288
    Update, just made these settings and it's not working properly, still need to work on it.
    Follow isn't working properly? Or what is the outstanding issue?
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  8. #8

    Default

    Found the issue It works fine, but you HAVE TO BE GROUPED wow that was annoying lol.
    FFXIV - Aether - Sargatanas
    Twitch - https://twitch.tv/multidayz
    Youtube - https://www.youtube.com/c/Multidayz

  9. #9

    Default RE: zomg awesome sauce new assisting system but follow needs some tuning!

    Quote Originally Posted by 'Ellay',index.php?page=Thread&postID=177265#post17 7265
    The part that does mess up is the follow macro

    currently it looks something like this

    Code:
     /Follow [target=Aellie, nodead]
     /Follow [target=Aelli, nodead]
    It works fine until the main dies and then they just decide to follow whoever they please Any ideas?

    As Owltoid implies, the issue might be that one of your toons (Aelli) is a substring match for the others. However, as you have it written, that toon is at the bottom of the macros and so substring matching shouldn't really be the problem (or it would be a problem for your casting macros as well).

    I suspect the problem lies in issuing multiple follow commands, when 1 toon is dead there are multiple toons that the follow command will be issued on. There may be some latency affecting who gets the final follow command for the surviving toons.

    One approach would be:

    Code:
    /target [target=Aellie,nodead]
    /target [target=Aelli,nodead]
    /follow target
    This will cause to you lose your current target, however. /targetlastenemy might be helpful at the end of the macro.

    Haven't tested this out (at work :-( )
    Current team: Shnoght (DK) + 4 elemental shamans (Shalph, Sheta, Shamma, Shepsilon)
    Heroics cleared: Drak'Tharon, VH, CoS, UK, Gundrak, HoL, Nexus

    Waiting in the wings at 80: Shaladin (pally), Shmage (mage), Shruud/Shrued (boomkins), Shelta (leftover shaman)

    <Chain Lightning>, Alliance Bonechewer

  10. #10

    Default

    I was running crypts until I finally figured out that everyone has trouble with that first boss. I wish I knew that from the beginning because I wiped countless times on that big eye. However, that's beside the point. In crypts my tank would sometimes get mindcontroled. You may want to consider adding in "help" or whatever the conditional agrument is. In other words, when my pally becomes possessed, I want my moonkin to now be the "lead." Obviously I'd have to switch to the moonkin window, but without some conditional I believe the system would break down since the pally is still alive and exists.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

Similar Threads

  1. Would this be a good system for multiboxing?
    By elfconn in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 06-05-2009, 05:27 PM
  2. Moved from -Focus- to -Party1- system, small issue with /Follow
    By Ualaa in forum New Multi-Boxers & Support
    Replies: 11
    Last Post: 02-11-2009, 12:03 AM
  3. Can you help me figure out a good system!
    By billysharp1991 in forum Hardware Tools
    Replies: 16
    Last Post: 02-01-2009, 02:30 AM
  4. A slightly different setup that works good
    By Powerwar in forum General WoW Discussion
    Replies: 8
    Last Post: 10-11-2008, 08:29 AM
  5. Stop!....now cast, good.....now FOLLOW ME!
    By nolic0321 in forum Macros and Addons
    Replies: 8
    Last Post: 05-11-2008, 01:41 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
  •