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

    Default Query regarding ISBoxer and targeting main slot

    Hiya, I'm sorta experienced with ISBoxer but have recently run into a wall. I've been trying to create a macro in-game that targets the main slot with a spell.
    So basically, if character A is the main character, all characters target character A with said ability. If character C suddenly becomes the main then all characters will target character C with the ability, using the same key with no modifiers.
    I know how to do most of the functionality (for ex. I'm setting it up with round-robin) and just want to know the specific wording used to target the main slot for use in the Macro Sets in ISBoxer, just like how in-game WoW allows you to set the targets of abilities using [@focus] and such.
    I appreciate any help regarding this!

    P.S. - if anyone wants context to this query, I'm setting up 5 Protection Paladins all specced into Hand of the Protector, with the main Paladin being the one with aggro most of the time. Thus the others will not really be needing their Hand of the Protector cooldowns. Whilst nit-picky at best and not vital, I'd rather have it than not have it.
    Last edited by Cammington Bear : 11-08-2017 at 03:20 PM Reason: changed wording of example

  2. #2

    Default

    You can make an IsBoxer macro using the FTL modifiers to do this. Much like every macro is FTL /Assist, you can exchange /Assist with /Target FTL (for just that macro) then add that to your IsBoxer load out.
    Guilds: Spirit of St Louis/Saint Louis
    US- Trollbane/Zuljin Horde and Alliance


  3. #3
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Example, to target heals on the character the boss (e.g. your target) has targeted or if that doesn't exist targeted at the FTL leader:

    Code:
    !if (character in "Monk" and character in "Healer") /castsequence  [@targettarget][@{FTL}][] reset=15 renewing mist, null
    or for something you always want targeted at a particular slot or yourself if slot 1 doesn't exist:
    Code:
    !if (character in "Monk" and character in "Healer") /castsequence  [@{SLOT1}][] reset=15 renewing mist, null
    Now playing: WoW (Garona)

  4. #4

    Default

    @Ughmahedhurtz - Thanks for posting those examples! They've made me rethink some of how I am doing my macros.

  5. #5
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Anytime.
    Now playing: WoW (Garona)

Tags for this Thread

Posting Rules

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