Close
Showing results 1 to 1 of 1

Hybrid View

  1. #1

    Default Focus Healing Setup

    I spent some time this weekend getting focus based healing setup.

    In Game
    First off, create a FTL-based Focus target macro. (Reminder: RIFT does not support LEFT/RIGHT modifiers)

    Macro 1: FTL Focus
    So, in RIFT, create a macro on each client:
    Code:
    focus [shift] Kilaris
    focus [alt] Lorisina
    focus [ctrl] Milleses
    focus [shift] [alt] Nidueax
    focus [ctrl] [shift] Ophelias
    Place it on an action bar, and assign the spot to an F-key. I used F6.

    There is a problem with this macro in RIFT does not like to focus yourself by name, preferring instead the keyword
    Code:
    self
    . So, you can either leave it, or, can modify the macro for each client, to replace the name of the character for that slot to self.

    As an example, for slot 1, you can change Kilaris to self the:
    Code:
    focus [shift] self
    focus [alt] Lorisina
    focus [ctrl] Milleses
    focus [shift] [alt] Nidueax
    focus [ctrl] [shift] Ophelias
    Repeat this for each game client, replacing the character for that game client with the keyword self.

    Macro 2: Focus Self (Optional)
    Or, you can create a second macro that is
    Code:
    focus @self
    , move it to the action bar, and assign a keybinding, for example, SHIFT+F5.

    Macro 3: Clear Focus
    Next, create a macro with
    Code:
    clearfocus
    , move it to the action bar, and assign a keybinding, for example, F5.

    ISBoxer Configuration
    Next, setup ISBoxer to send the appropriate keybindings:


    Create keymaps for ~ to 6,
    ~ for clear focus for everyone
    1 to have team focus slot 1
    2 to have team focus slot 2
    3 to have team focus slot 3
    4 to have team focus slot 4
    5 to have team focus slot 5
    6 to have every character focus themselves.

    If you did the FLT Macro and Focus Self macro, using the KeyStroke Action to send (all&~is1) (meaning all and not is1), and a second keystroke action SHIFT+F5 to only is1. IF you only used a single macro with self replaced through, the KeyStroke target would simply by all w/ current.

    Lastly, modify your heal spells with a focus target:
    Code:
    #show Symbol of the Torch
    cast @focus Symbol of the Torch
    #show <ability> will substitute the name and icon for macro.

    Move the Macro to an Action bar, and assign a keybinding to the action bar slot, if needed.

    Let me know if you have any questions.

    -Nax
    Attached Images Attached Images
    Followers (US Gnomeregan - H)
    lvl 70 pally - Naxirth / lvl 62 shaman - Trolia, Trolib, Trolic, Trolid
    lvl 61 DKs Detheagle, Dethraven, Dethhawk, Dethfalcon
    lvl 65 feral Druid - Naxiko / lvl 61 resto - Buldon / lvl 61 boomkin - Buldax, Buldex, Bullip
    lvl 60BE Pelis Priest, Felis Lock, Qelis Mage, Nelis Mage
    lvl 62 BE Priest/lvl 62 BE Warlock - Milock, Nilock, Kilock, Pilock
    lvl 60 BE Paladin - Holari, Dolarin, Eolarin, Folarin

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
  •