Overview
A guide to helping players move the mouse to win
Macro
An easy way to play is to make a macro. I personally use Razer Synapse but you could use any program you’d like.
Creating a macro is pretty basic, simply create a new one and check “Default Delay” and set it to something quick such as the one I put in the photo. Then set it to a button on your mouse.
If you don’t have a macro program already, AutoHotkey (AHK)[www.autohotkey.com] is a free, open source option you can get installed, up and running with in only a matter of minutes. After you’ve got it installed, open up Notepad or your text editor of choice and copy the following code box into Notepad:
This has the “A” key set up to toggle the script on and off, you can change this if you want. This[www.autohotkey.com] is the list of keys and mouse buttons you can use on AHK’s online docs, and this page[www.autohotkey.com] contains the modifers you can use though it’s a bit more complex.
Once you are finished, save your new script as whatever you want but make sure you end it in .ahk for the extension – such as “Reignmaker_Macro.ahk” and save it anywhere you want, its location doesn’t matter. Double-click it and it should open in AHK, giving you a little icon in your taskbar like this, letting you know that it’s running, and that you can right-click for some options.
With that running, all you have to do is load up Reignmaker and go into Conquest, toggle your hotkey and move your mouse around.
Example
This is an easy way to complete levels without trying so it can be a pretty cheap way to win, I personally use this when I’m stuck. (I really suck at these types of games)
The point of the macro is to be able to click approx 5 times per second and wiggle your mouse around the screen to move the tiles hoping to find a combo.
I hope this helps