Author Topic: Remapping keys / macros help  (Read 1064 times)

0 Members and 1 Guest are viewing this topic.

Offline Khorup

  • Peasant
  • *
  • Renown: 1
  • Infamy: 0
  • cRPG Player
    • View Profile
  • Faction: The Royal Beer Association
  • Game nicks: RBA_Kahnis
Remapping keys / macros help
« on: February 09, 2012, 02:13:10 pm »
0
Greetings

I'm trying to find a way, to remap the voice command keys, and in the proces, I found a program called "Autohotkey".

I got the program to work in Skyrim, and thought i could use it in MB, but for some reason it wornt. I read somewhere
that MB disable these kind of 3. party programs.

If this is the case, do anyone have a solution for my problem? Are these controls located in a .cfg file somewhere?

Cheers,

Offline dodnet

  • Duke
  • *******
  • Renown: 595
  • Infamy: 149
  • cRPG Player A Gentleman and a Scholar
    • View Profile
  • Faction: Wolpertinger
  • Game nicks: DoD, DoD_Wolper
Re: Remapping keys / macros help
« Reply #1 on: February 09, 2012, 03:02:09 pm »
0
I don't think that Autohotkey is disabled, you just have to use some special one of the SendKey-Commands. I tried it for myself to make whistling easier but it works more worse than good. It often "shouts" random commands because its to slow or fast for the command menu. I really would like a usable way to make some of the commands accessable on one key.
The logic of war seems to be that if a belligerent can fight he will fight.

(click to show/hide)

Offline Khorup

  • Peasant
  • *
  • Renown: 1
  • Infamy: 0
  • cRPG Player
    • View Profile
  • Faction: The Royal Beer Association
  • Game nicks: RBA_Kahnis
Re: Remapping keys / macros help
« Reply #2 on: February 09, 2012, 04:15:10 pm »
0
I have tried verious Send, input etc. commands, but nothing works - It could just be me, so maybe you could PM me your script, that you know works?

Offline dodnet

  • Duke
  • *******
  • Renown: 595
  • Infamy: 149
  • cRPG Player A Gentleman and a Scholar
    • View Profile
  • Faction: Wolpertinger
  • Game nicks: DoD, DoD_Wolper
Re: Remapping keys / macros help
« Reply #3 on: February 09, 2012, 07:37:54 pm »
0
I tried this code:

Code: [Select]
#IfWinActive ahk_class MB Window
NumPadMult::
SetKeyDelay, 50, 10
Send qqf
return

But as I said it does not works very good.
The logic of war seems to be that if a belligerent can fight he will fight.

(click to show/hide)

Offline Digglez

  • Duke
  • *******
  • Renown: 573
  • Infamy: 596
  • cRPG Player
  • YOU INCOMPETENT TOH'PAH!
    • View Profile
  • Faction: Northmen
  • Game nicks: GotLander, Hamarr, Digglesan, Black_D34th
Re: Remapping keys / macros help
« Reply #4 on: February 09, 2012, 08:15:59 pm »
0
autohotkey has pretty horrible interface and learning curve.  SUre its powerful and botters love it for shit like Aion & Linage.

I used a program called 'Macro Maker' in SWG and it was worlds easier to use.

Offline Khorup

  • Peasant
  • *
  • Renown: 1
  • Infamy: 0
  • cRPG Player
    • View Profile
  • Faction: The Royal Beer Association
  • Game nicks: RBA_Kahnis
Re: Remapping keys / macros help
« Reply #5 on: February 10, 2012, 05:59:52 pm »
0
dodnet: Thanks, I'll try to work with it

Digglez, thanks for the reply, I'll give Macro Maker a shot aswell