Monster Hunter world HELP

Ask gaming related questions (AHK v1.1 and older)
DarrkDucky
Posts: 2
Joined: 12 Sep 2018, 19:51

Monster Hunter world HELP

12 Sep 2018, 20:08

So I used this program to have some convenient macros in GTA and after playing monster hunter for a while I want to make a few macros to fix the overly lengthy and annoying cooking of meats. so I got everything set up and when I get into the game it doesn't do any of the inputs... they work anywhere else but not in the game. So I know that in GTA you had to write in text like this at the start "#IfWinActive ahk_class grcWindow" to make sure the hotkeys only worked ingame... but it doesn't work for this game (cuz the "grcWindow" is only for GTA I assume) anyone how to make it work for just MHW?
User avatar
Onimuru
Posts: 107
Joined: 08 Sep 2018, 18:35
Contact:

Re: Monster Hunter world HELP

13 Sep 2018, 01:20

Use this code while the game is active to copy the class to your clipboard:

Code: Select all

x::
	WinGetClass _w, A
	Clipboard := %_w%
	Return
Then in your MHW script add the following:

Code: Select all

SetTitleMatchMode, 2	;Add this to the top of your script, before any return/exit
Exit

#If WinActive("ahk_class [x]")		;Use ctrl+v to paste from clipboard and replace the entirety of [x]

**your MHW code here**

#If		;End of if condition

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 69 guests