Acorn Ganking Macro

Armysoldier

Macro God
Joined
Apr 21, 2006
Messages
574
Reaction score
5
Points
18
Age
52
Location
Ontario OR, RETIRED, US ARMY 2014!!!
SEE MACRO NOTES for new changes
Updated 18 mar 2006


as an alternative to the original acorn.mac... Which is an awesome macro .. considering the challenge the Zone layout gives...

here is a easy macro ...

park your toon and ENSURE MQ2CGANK plugin in loaded

Code:
| AcornGank.MAC
| Written by Armysoldier
| 
| 18 MAR 2006: Update - added in about a min or delay between ganks
| So far macro has been running for several hours with no crashes
| 
| 17 MAR 2006: Added foraging to the macro
| 
| Useage      : /macro AcornGank 
| Description : This macro will gank acorns in Misty Thicket
|
|
|------------------------------------------------------------------------------------

#Event End "#*#There is no place#*#"
#Event End "[MQ2] End"
#Event Pause "#*#Couldn't find#*#"
#Event CGank "#*#Couldn't parse#*#"

Sub Main
  :Start
  /doability Forage
  /delay 2s
  /if (${Cursor.ID}) /echo Foraged ${Cursor.Name}
  /delay 1s
  /call ClearCursor
  /call GMCheck
  /delay 2s
  /itemtarget *Green Leaf
  /doevents
  /delay 2s
  /Gank
  /delay 2s
  /call ClearCursor
  /delay 31s
  /doability Forage
  /delay 2s
  /if (${Cursor.ID}) /echo Foraged ${Cursor.Name}
  /delay 1s
  /call ClearCursor
  /delay 32s
  /goto :Start
/return

Sub Event_End
  /echo Ending Macro
  /sit
  /endmacro
/return

Sub Event_Pause
  /echo No Acorns.. Pausing 1 min
  /sit on
  /delay 1m
  /echo tic toc .. 1 Min
  /echo time to try again
/return

Sub Event_CGank
  /echo you do not have MQ2CGank Loaded
  /endmacro
/return

Sub GMCheck 
   :redo
   /if (${Spawn[gm].ID}) { 
      /beep 
      /beep 
      /beep 
      
      /echo GM has entered the zone! 
      /echo pausing the macro... 

      /afk BRB ..... Do not leave a message I will not answer 8-)
      /delay 2m
      /goto :redo 
   } 
    
/return 

|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|Clear Cursor
|
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sub ClearCursor 
    :Loop 
      /if (!${Cursor.ID}) /return 
      /autoinv 
|      /destroy	
      /delay 1s
      /doevents 
      /goto :Loop 
    /return


enjoy

Army
 
does this still work with mq2reachit?

i mod'd the mac to use /grab instead of /gank and still not getting anything, im targeting the item but not looting it for some reason



fixed the prob, nevermind, i never downloaded newer version from today
 
Last edited: