Close
Showing results 1 to 8 of 8

Thread: HKN Question

  1. #1

    Default HKN Question

    In keyclone you can set max FPS and max background FPS. This improves my performace quite alot and means i can have 4-5 instances running on 1 PC. Is this possible in HKN and if so how would it be done. Thanks
    EU - Ghostlands
    4 boxing warlocks, lvl 60 of 30/06/10
    Dotonce
    Dottwice
    Dotthrice
    Dotquadrice

  2. #2

    Default

    it is not directly possible in HKN. But if you use different different config.wtf for all your WoW instances, you can simply add the parameters to them, like:

    SET maxFPS "30"
    SET maxFPSBk "10"

    (I think keyclone does nothing other than manupilating the config.wtf before startup, so you should get the same result).
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  3. #3

    Default RE: HKN Question

    Quote Originally Posted by 'olipcs',index.php?page=Thread&postID=196550#post1 96550
    it is not directly possible in HKN.
    Yes, it's directly possible in HotkeyNet. These things are slash commands in WoW as well as config file entries.

    To set max fps, make a WoW macro for the following command:

    Code:
    /console maxfps <number>
    To set max background fps, make a WoW macro for the following command.

    Code:
    /console maxfpsbk <number>
    Then add hotkeys to your HotkeyNet script that use <Key> to trigger the macros.
    �Author of HotkeyNet and Mojo

  4. #4

    Default

    Yes, it's directly possible in HotkeyNet.
    ups, sry my bad, i guess there is always something new to learn :)
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  5. #5

    Default

    No problem!
    �Author of HotkeyNet and Mojo

  6. #6

    Default

    Sweet, thanks guys

    I'm also having trouble with HKN in general. I have 3 mages and am trying to set up a simple spell like Fireball. I just started using it because FTL setup is meant to be easier to implement. I have taken the script from [HotKeyNet] Leaderless setup with HotKeyNet but I have noticed its quite an old thread.

    I believe i have setup the script correctly but am having trouble with the macros.
    This is my script and marco for Fireball so far

    PHP Code:
    <Hotkey Lshift ESC>
    <
    sendpc Local>
    <
    Run "C:\Users\Pinchy\Desktop\inc\to go\World of Warcraft 1\Wow.exe">
        <
    RenameTargetWin WoW1>
    <
    RemoveWinFrame>
      <
    SetWinPos 480 0>
      <
    SetWinSize 960 600>
    <
    sendpc Local>
    <
    Run "C:\Users\Pinchy\Desktop\inc\to go\World of Warcraft 2\Wow.exe">
        <
    RenameTargetWin WoW2>
    <
    RemoveWinFrame>
      <
    SetWinPos 0 600>
      <
    SetWinSize 960 600>
    <
    sendpc Local>
    <
    Run "C:\Users\Pinchy\Desktop\inc\to go\World of Warcraft 3\Wow.exe">
        <
    RenameTargetWin WoW3>
    <
    RemoveWinFrame>
      <
    SetWinPos 960 600>
      <
    SetWinSize 960 600>

    <
    Hotkey LAlt LButton>
      <
    SendPC local>
             <
    SendWinm "WoW2">
                  <
    ClickMouse LButton>
          <
    SendWinm "WoW3">
                  <
    ClickMouse LButton>

    <
    command main1>
    <
    SendPC Local>
    <
    SendwinM WoW1
    <
    Key %all%>

    <
    command assist1>
    <
    SendPC Local>
    <
    SendWinM WoW2
    <
    Key ctrl shift %1%>
    <
    SendWinM WoW3
    <
    Key ctrl shift %1%>

    <
    command main2>
    <
    SendPC Local>
    <
    SendWin WoW2
    <
    Key %all%>

    <
    command assist2>
    <
    SendPC Local>
    <
    SendWin WoW1
    <
    Key ctrl alt %1%>
    <
    SendWinM WoW3
    <
    Key ctrl alt %1%>

    <
    command main3>
    <
    SendPC Local>
    <
    SendWin WoW3
    <
    Key %all%>

    <
    command assist3>
    <
    SendWin WoW1
    <
    Key alt shift %1%>
    <
    SendWin WoW2
    <
    Key alt shift %1%>

    <
    Hotkey f>
    <If 
    ActiveWinIs WoW1> <Main1 %trigger%><Assist1 p>
    <Else If 
    ActiveWinIs WoW2> <Main2 %trigger%><Assist2 p>
    <Else If 
    ActiveWinIs WoW3> <Main3 %trigger%><Assist3 p>

    <
    Hotkey 1>
    <If 
    ActiveWinIs WoW1> <Main1 %trigger%><Assist1 i>
    <Else If 
    ActiveWinIs WoW2> <Main2 %trigger%><Assist2 i>
    <Else If 
    ActiveWinIs WoW3> <Main3 %trigger%><Assist3 i
    PHP Code:
    /assist
    [mod:ctrl,mod:shift,nomod:alt]WoW1;
    [
    mod:ctrl,mod:alt,nomod:shift]WoW2;
    [
    mod:alt,mod:shift,nomod:ctrl]WoW3;
    /
    cast [harmFireball
    /targetlasttarget 
    I think its my macro thats the problem, I really need specifics on where there should be spaces and what bit needs to be all on one line. Do i need a macro extender ?

    Thanks for your time and help
    EU - Ghostlands
    4 boxing warlocks, lvl 60 of 30/06/10
    Dotonce
    Dottwice
    Dotthrice
    Dotquadrice

  7. #7

    Default

    'whats realy important is, that the '/assist [mod....' is on one line, so your macro should look like (without a ';' at the end):

    Code:
    /assist [mod:ctrl,mod:shift,nomod:alt]WoW1;[mod:ctrl,mod:alt,nomod:shift]WoW2;[mod:alt,mod:shift,nomod:ctrl]WoW3
    /cast [harm] Fireball
    /targetlasttarget
    with WoW1 beeing the name of the Toon running in Window WoW1,
    WoW2 beeing the name of the Toon running in Window WoW2,
    WoW3 beeing the name of the Toon running in Window WoW3.

    other than that, a common mistake with ftl, is that one of the combinations of your slave-key (here i.ex. ctrl-p,alt-p etc..), is bound tos something else in wow, so make sure that all modifier-combinations of the slave-keys are unbound.

    btw.: some 'newer' ftl-templates for HKN can be found here: [HotKeyNet] Implementing an FTL quite simple with templates
    (but yours should also work)
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  8. #8

    Default

    Ok, thanks dude, ill try this when i get in from work
    EU - Ghostlands
    4 boxing warlocks, lvl 60 of 30/06/10
    Dotonce
    Dottwice
    Dotthrice
    Dotquadrice

Similar Threads

  1. Replies: 2
    Last Post: 10-13-2008, 10:27 PM
  2. Replies: 5
    Last Post: 08-04-2008, 12:01 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
  •