Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 13 of 13
  1. #11

    Default

    Quote Originally Posted by olipcs View Post
    For jamba i use the:

    /jamba-follow target <target> <tag>

    command and have different Versions of it bound to my follow key on all my alts.
    For example on ToonA I use: '/jamba-follow ToonA all'
    on ToonB: '/jamba-follow ToonB all' and so on... (its like an FTL, but without FTL-Code )
    Using HKN. Can you add these to the window switching keys? (F1-F5)
    RAF Tour Guide files are obsolete, I went to Zygor
    MultiBoxers play with themselves

  2. #12

    Default

    of course you can, simply invoke your 'follow-key'whenever you swith a window.

    Example: Lets say you use the following code for windowswitching:
    Code:
    <Hotkey F1>
       <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
    <Hotkey F2>
       <ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>
    <Hotkey F3>
       <ResizeAndPosition WoW3 WoW2 WoW1 WoW4 WoW5>
    <Hotkey F4>
       <ResizeAndPosition WoW4 WoW2 WoW3 WoW1 WoW5>
    <Hotkey F5>
       <ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>
    and you have bound your follow to 'f' then you could simply alter your code to:
    Code:
    <Hotkey F1>
       <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
       <Sendlabel w1>
            <Key f>
    <Hotkey F2>
       <ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>   
       <Sendlabel w2>
            <Key f>
    <Hotkey F3>
       <ResizeAndPosition WoW3 WoW2 WoW1 WoW4 WoW5>
       <Sendlabel w3>
            <Key f>
    
    <Hotkey F4>
       <ResizeAndPosition WoW4 WoW2 WoW3 WoW1 WoW5>
       <Sendlabel w4>
            <Key f>
    
    <Hotkey F5>
       <ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>
       <Sendlabel w5>
            <Key f>
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

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

    Default

    From the no focus manifesto, I'm using:


    /target [target=ToonA, nodead, help, exists]; [target=ToonB, nodead, help, exists]; [target=ToonC, nodead, help, exists]; [target=ToonD, nodead, help, exists]; [target=ToonA, exists]
    /follow

    If the group is split up in a BG, they don't target an out of range toon.

Posting Rules

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