Hello Community,
today i wanna show you how to make a simple rotation spamer with a programm called "macrogamer".
Requirements:
World of Warcraft
Macrogamer (download here)
1.
install macrogamer.
2.
Open up the new shortcut on your desktop.
3.
Click on "Create New"
4.
1. Give a proper name for your script
2. Untick all boxes
3. tick "Play only once"
4. Click "Bind to Key" and press a key which should start your script.
4. Let me explain what we do now:
We will create a script which casts starfire exactly a ms after the ending of the cyclone debuff.
5.
cyclone is attached to key 1
starfire is attached to key 2
Click on "Start Recording" and press 1 and then 2 and then "Stop Recording".
6.
after step 5 the white box should be filled with a few lines.
7.
Now let's come to the math:
cyclone's cast time is 1,5 seconds
the enemy will be rooted for 6 seconds
starfire's cast time is 3,5 seconds
1,5+6-3,5 = 4
This means we have to add a 4 seconds delay between "1 Release" and "2 Hold".
8.
Click on "Insert >>" and then "Delay"
9.
Now you have to fill in your delay like in the picture. the left box is for seconds the right for ms.
10.
Press "ok" and move your delay to the right place between your lines (use "move up" and "move down" for it).
11.
Click on "ok" and you are ready to use your macro
12.
to start it just hit "run" on the macrogamer mainwindow and hit your macro start key.
So what does it do exactly:
it will press 1,
sleep 4,01 seconds
and press 2
This is just an easy example but you can do so much more things with this in world of warcraft.