tracking

armatron

New member
Joined
Mar 23, 2010
Messages
16
Reaction score
0
Points
0
Location
Maine
Does anyone have a macro that just clicks tracking and closes the window over and over?
 
I'm not at home to look but tracking is an ability right? If so:

Code:
Sub main
  :mainLoop
    /if (${Me.AbilityReady[Track]}) {
      /doability "Track"
      /delay 1s ${Window[TrackingWnd].Open}
      :closeWindow
      /notify TrackingWnd TRW_DoneButton leftmouseup
      /delay 1s !${Window[TrackingWnd].Open}
      /if (${Window[TrackingWnd].Open}) /goto :closeWindow
    }
  /goto :mainLoop
/return

That is assuming the ability is called Track, if it's called Tracking instead replace the two instances of Track with Tracking.
 
Thank you! I had actually just finished with something incredibly basic, gonna use yours though to figure how to script.
 
So I just copy paste that into notepad save as a .mac and Load it?
 
pretty much.. save it was whatever.mac (save type as all files) and you need to put it in you MQ2/Macro directory :p