Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 13

Thread: COV two boxing

Hybrid View

  1. #1

    Default COV two boxing

    I am trying to two box city of villians, I have tried both Keyclone and Octopus and neither seem to work. It is setup right because during login it is working but as soon as you get into gameplay it does not. Is there some sort of protection against this?

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

    Default

    Did you add the window titles for the CoV games to the client section? If not, then it won't know where to send the keys. :P
    Now playing: WoW (Garona)

  3. #3

    Default

    Both programs find the windows just fine. During login the keys strokes send two both copies but as soon as i get into gameplay they no longer do. The game does change the title of the windows but it still but i have tried that title, manually setting them and in octopus setting it by the name of the process. Nothing seems to work after the login screen.
    Any other ideas?
    JustusIV

  4. #4

    Default

    I just tried autohotkey to send stroke with no luck also.
    Code:
    WinGet, Cityid, List, Mercy Island
    
    ~1::
    KeyWait, 1, D
    #IfWinActive, Mercy Island
    {
    ControlSend,, 1, ahk_id %Cityid1%
    ControlSend,, 1, ahk_id %Cityid2%
    }
    Return
    It worked fine while i was logging in then when i was in game it just doesn't work.

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

    Default

    Interesting. CoV may do screwy things with windowing that prevents these types of programs from working.

    I just looked in Octopus config and it lets you specify a process name. Did you try that?
    Now playing: WoW (Garona)

  6. #6

    Default

    Quote Originally Posted by 'Ughmahedhurtz',index.php?page=Thread&postID=51010 #post51010
    I just looked in Octopus config and it lets you specify a process name. Did you try that?
    Yes i tried that. Same results works in login screen but not actual game play.

  7. #7

    Default

    Looks like i am not the only one having issues.
    CoH/CoV
    KeyClone and COH/V?
    Dual Boxing City of Heroes.
    Looking for Assistance


    Heh, i did use the search at first buy it didnt like my three letter searches cov coh etc
    Hope there is a fix for this soon

  8. #8

    Default

    CoH windows titles change everytime you zone and are set to the zone you're in. Process name is CityOfHeroes, and that works in Octopus, big problem is that the game won't take keys unless its in the foreground, so you would need to alt tab to each window per keypress. Or run two machines.
    Currently running 3x City of Heroes under Octopus

  9. #9

    Default

    Thanks for the tip. I will set this up tonight.
    Quote Originally Posted by 'Lost Ninja',index.php?page=Thread&postID=51304#post5130 4
    .....big problem is that the game won't take keys unless its in the foreground, so you would need to ...... run two machines.
    I have heard of programs that can force foreground on multiple windows. I wonder if that could work.

  10. #10

    Default

    I just wanted to let everyone know i did test it out last night and it works great. Lost ninja was correct when saying it needs to be in the foreground hence the two computers. Thanks for helping guys.

Posting Rules

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