Close
Showing results 1 to 10 of 12

Threaded View

  1. #5

    Default

    Quote Originally Posted by Wubsie View Post
    Hotkeynet has the possibility to use an If statement to do different actions based on which window is active.

    from the HKN website: http://www.hotkeynet.com/ref/if.html

    Code:
    <Hotkey F1>
                                      <If ActiveWinIs wow1>
            <SendLabel w1>                               
            <Key 1>
        <Else If ActiveWinIs wow2>
            <Sendlabel w2> 
            <Key 2>
        <Else>
            <SendFocusWin>
            <Key %Trigger%>
    Pretty self-explanatory, but you can see here and example of sending a different action from the same hotkey based on the currently active window. I see no reason why you could not expand this to cover all plausible active windows.


    Here is also a post detailing how Fuzzyboy has set the same thing up in a manner, where it is easier to refer to your assist within the code, if you want to add it in to any other portion without having to write it all out long form again: https://www.dual-boxing.com/threads/...-setup-for-HKN
    I've managed to cover the HKN side of things and just listed it in the title because so many people use ISBoxer. (I imagine that ISBoxer uses a completely different method for my inquiry.)

    My main issue is macros within WoW or, specifically, to change focus so that all of the slave toons can assist the toon of my currently active window. How can people do this in Classic?
    Last edited by nerdgasm2045 : 05-14-2020 at 10:27 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
  •