World of Warcraft <ONE Button> rotation script (Autohotkey pixel script )

in #games8 years ago (edited)

Greetings Champions of Azeroth , Today I will show you how to make ONE button Perfect rotation with help of Autohotkeys (using Pixel Search function).

Why we use Autohotkeys : 

1.Extreme Alternative to Gnomesequencer addon

2.Used in many games / multiboxing

3.Replacement for auto rotation bot , dll injections , aim bots , bots, etc .... 


How it works :

A.Whenever you press button "E" (for example) Autohotkeys automatically cast appropriate spell based on your rotation & talents .

Every continuous key press of "E" executes another spell , that must be used.

B.Moreover spell are prioritized by situations , buffs , range , etc >>>(with help of WeakAuras2 addon)

For Example , you are less then <20% health , the first spell in priority will be Paladin Buble, etc


How it works , technical part:

1.With Help of Weakauras2 addon , we create/import custom string with spell & abilities priotization.

2.We run Autohotkey script, it will search for pixel on you screen (WeakAuras2 icons) , if it finds neccessary pixel in right spot , Autohotkey executes a spell/ability everytime you press key "E" (for example)


Installation

DISCLAIMER :   Pixel Searh was set up and tested on 1600x900 Screen , so YOU MIGHT want To change x/y/z Cordinates to you monitor resolution (With help of Pulover's macro creator)


1.Install Autohotkeys app

A.Install Pulover`s Macro Creator if neccesary (different screen resolution or want to change position)

2.We cheack Interface option to avoid error , Character frame/ anyhting else must not interact with WeakAuras2 Imported String

3.Install WeakAuras2 addon & import custom string/spell & ability preoritazing list (depending on your class) 

WeakAuras_YourClass

In game type "/wa" to bring up WeakAuras2 addon >>> Use import to import String

4.Now we Assing keys to our spells (In script i used buttons from Numpad0 to Numpad7 with cntr/alt+Numpad8/9 ), for Example as in a Picture (BindPad Addon is used on picture) 

P.S.: Cheack out Ahk script to bind properly or change keys


5.We download Autohotkey script , open it in text editor > to make sure , or change anything you like , run it and press button that is used to execute abilities & spells


DISCLAIMER :   Pixel Searh was set up and tested on 1600x900 Screen , so YOU MIGHT want To change x/y/z Cordinates to you monitor resolution (With help of Pulover's macro creator)


Here is an ancient video of similar script in WoD with how to


P.S.: Enjoy your REACTION ;)

Sort:  

Nice guide. I've been looking for a different macro for my Beast Hunter.