I'm trying to get started in multi-clienting, in Runes of Magic. I've downloaded and installed AutoHotKey, but I'm having trouble getting it to work, for just 2 clients for now.
I copied and pasted the sample from the AHK wiki and modified it from WoW names to RoM names, but it's not functioning as of yet. If I can get this chunk of code working, I can get the rest, so, anyone have tips for this?
Code:
ClonesPush(strKeys)
{
global RomWinId1
global RomWinId2
IfWinNotActive, ahk_id %RomWinId1%
ControlSend, , %strKeys%, ahk_id %RomWinId1%
IfWinNotActive, ahk_id %RomWinId2%
ControlSend, , %strKeys%, ahk_id %RomWinId2%
}
;Grab unique window ID's
WinGet, RomWinId, List, Runes of Magic
; *******************************
; *** Only if RoM is in focus ***
; *******************************
#IfWinActive, Runes of Magic
;*** Special Functions ***
; *** Makes clones jump with main ***
~Space::ClonesPush("{Space down}{Space up}")
I figure it's an issue with naming the windows. when Rom is open and I mouse over the toolbar icon, it says its name is 'Ispania Application', dunno whether that's it.
Connect With Us