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

    Default Focus-only target system

    I'm playing with a few new targeting systems, the goal being making the targets compltely invisible. I lose the ability to have a second focus target, but I've found that to be little more than a one-off shot to try to gib someone who wasn't expecting it, after that it's useless and I need a new one. In arenas and pvp, people put a focus on my main and see my target and bomb heals and shield on them before I can even start casting.

    Follow/assist is done via a basic FTL system, no focus on my toons, but focus on the enemy instead (on all 4 toons).

    System works like this so far:

    -Main toon picks a target, assigns a focus to it, and a raid icon (why not?)
    - Alts assist off main, set same focus
    - Main and alts drops target or targets self
    - All harmful spells are casted at last focus regardless of current target, until I set a new one via the main

    Main issue I am having at the moment is assist lag - while it was something I could overcome with regular targeting (main keeps target so eventually the alts assist off the right one).

    Problem now is that after setting focus, the main drops the target. If I switch targets quickly, the alts don't get the right focus, and never will because the main is no longer targeting it.

    I tried a few variations of /focus targetfocus, but I don't think it seems to exists.

    Macro looks like this:

    Code:
    /assist maintoon
    /focus [exists,harm,nodead] targettarget
    /cast [target=focus,exists,harm,nodead][] Lightning Bolt
    The extra [] allows the alts to cast solo, without a focus target at all, but other issues still exists.

    I haven't done a ton of testing in real pvp (just target dummies), has anyone tried this before and know of any caveats before I re-do a ton of macros? Of course including the fact that the alts never pick up the focus target if there is assist lag

  2. #2

    Default

    I'd suggest splitting your macro into two spearate ones. The first one would be bound to a key (e.g. F) and the other would be your normal spell.

    Code:
     
    /assist maintoon 
    /focus [exists,harm,nodead] targettarget
    and

    Code:
     
    /cast [target=focus,exists,harm,nodead][] Lightning Bolt


    This means that your followers aren't going through the whole target switching rigmarole every time you cast a spell (should reduce number of problems), it also means that all your toons will 'lock on' to a target which means that your main can target someone else (hopefully fooling your opponents into wasting their healing) while you DPS with focus.



    Please note that I'm not a PVP or arena player (although I do play on an RP-PVP server)

  3. #3
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    Assuming you're using something with fairly reliable mouse broadcasting...

    Could you use:
    /focus [target=mouseover]

    You'd physically never target anything, so there wouldn't even be a momentary target.
    The delay is in quickly acquiring the target from the main, not in setting a focus once the target has been acquired.

  4. #4

    Default

    Quote Originally Posted by 'RobinGBrown',index.php?page=Thread&postID=216586# post216586
    I'd suggest splitting your macro into two spearate ones. The first one would be bound to a key (e.g. F) and the other would be your normal spell.

    Code:
     
    /assist maintoon 
    /focus [exists,harm,nodead] targettarget
    and

    Code:
     
    /cast [target=focus,exists,harm,nodead][] Lightning Bolt


    This means that your followers aren't going through the whole target switching rigmarole every time you cast a spell (should reduce number of problems), it also means that all your toons will 'lock on' to a target which means that your main can target someone else (hopefully fooling your opponents into wasting their healing) while you DPS with focus.



    Please note that I'm not a PVP or arena player (although I do play on an RP-PVP server)
    Hi there.... Would this work for my pally priest Shammie(3) setup?
    I Usually AOE
    I have been looking for a macro to assist my pally with my shamans at start and have them burn down that target until its dead while my pally jumps to different targets where needed.

    So will this macro work if my paladin switches to several targets or just skips to a new target only?
    Need a macro that will have shamans "Pin" to their first target then once its dead reaquire the next focus target.

Similar Threads

  1. /target=focus target VS /assist focus
    By Dzonatan in forum Macros and Addons
    Replies: 19
    Last Post: 07-25-2009, 04:18 PM
  2. FTL target system chat spam error.
    By Ògil in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 06-09-2009, 05:57 PM
  3. Target-and-Hold, Focusless, Leaderless system.
    By ZorbaTheGeek in forum General WoW Discussion
    Replies: 12
    Last Post: 10-06-2008, 06:57 PM
  4. Clone Auto target its Mains(Focus) target ?
    By Rygh in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 07-24-2008, 11:11 PM
  5. Free up Focus target for Shaman Hex target
    By Fleecy in forum General WoW Discussion
    Replies: 3
    Last Post: 07-14-2008, 08:15 PM

Posting Rules

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