Page 1 of 1

Gain 7% extra minerals all game

Posted: September 14th, 2010, 12:13 pm
by carefoot
Without explaining why this works I'll just explain how to do this.

When a worker is returning gathered minerals (it is returning whenever and only the RETURN CARGO BUTTON IS AVAILABLE). This button is default to C or if you are like me & use the grid layout then it will be D.

During the return cargo phase hold down shift, right click on the mineral patch this worker is mining at, now continue to hold down shift and issue the return cargo command. Do this as many times as you can during the return cargo phase and the orders will remain for 1 trip per each shift right click/shift return cargo.

A simple macro that could issue these commands 15 times each (as 33 waypoints is Starcraft 2 is the maximum)

Code: Select all

SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
SHIFT + RIGHT CLICK CURRENT MOUSE LOCATION
SHIFT + C CURRENT MOUSE LOCATION
Any more then that then the cycle will break.

Now for the WHY this works, during the last phase of the return mineral cycle your worker regardles of race holds he mineral for about a 0.2 sec moment and for whatever reason issuing the command listed above removes this useless animation speeding up resource collection.

This is known by Blizzard as an animation flaw and is not a bannable offense, no tournament disallows it and the GSL has not frowned upon it, expect to see this in pro play until patched.

Here is a video if you are struggling.

[youtube]http://www.youtube.com/watch?v=aILpxVKuc5s
[/youtube]

Posted: September 15th, 2010, 1:20 pm
by carefoot
Download autohotkey to use this script

Code: Select all

    $F2::

    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}
    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}
    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}
    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}
    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}
    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}
    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}
    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}
    Send {Blind}{LShift Down}{c}{LShift Up}
    Sleep 20
    Send {Blind}{Lshift Down}{RButton}{LShift Up}

    return
So F2 is the spam key.

I'll see if I can figure out how to optimize the code I'm not a macro expert.

Posted: September 17th, 2010, 3:25 pm
by bobby_corwen
sounds like a lot of technical mumbo jumbo

Posted: September 19th, 2010, 10:05 pm
by carefoot
bobby_corwen wrote:sounds like a lot of technical mumbo jumbo
Then don't use it and enjoy bronze league.

Posted: September 23rd, 2010, 12:54 am
by Spitt
the idea about the 7% gain, was proven http://www.teamliquid.net/forum/viewmessage.php?topic_id=152345

However, I am going to /nay, because people who have used macros - and gotten caught, have been banned.

Re:

Posted: February 6th, 2012, 12:56 pm
by carefoot
Spitt wrote:the idea about the 7% gain, was proven http://www.teamliquid.net/forum/viewmes ... _id=152345

However, I am going to /nay, because people who have used macros - and gotten caught, have been banned.
4 years of WoW botting, a decade of D2 botting and now I still have my SC2 account after using even this. Who do you know in Blizzards history for macroing? Maybe blatant fish macros. But I always even got away with that on my small server.

Pretty sure this has been patched now there is no return animation cancel anymore.