What Lies Below

orion949

Death From Above
Joined
May 25, 2007
Messages
1,432
Reaction score
9
Points
38
For those trying to farm What Lies Below in the Well for the AC aug, I wrote a lame little macro to automate the first half of the task. It only takes 10 mins to do it manually but Im lazy so this macro will do it in 2 mins.

Before running it be sure to make a waypoint in the tunnel behind the Foreman called "foreman" or just cut that last part out and be sure to have all your bags open.

Also, I do this with a monk and start FDed and sometimes get aggro from the scorps around Edgar so I manually FD and stand if that happens. I recommend using this with a FD class or a Bard.

Code:
Sub Main

|  before running be sure to have all bags open and /waypoint add foreman in the tunnel behind the foreman


/declare TurninGuy string outer Edgar
/declare ItemName string outer Pile of Rubble

/warp loc -52 -3 19
/delay 1s
/warp loc -328 -95 38
/delay 1s
/warp loc -52 -3 19
/delay 1s
/warp loc -328 -95 38
/delay 1s
/warp s
/stand
/delay 1s
/tar ${TurninGuy} 
/delay 1s
/hailt
/delay 1s
/hailt
/delay 1s
/itemtarget Generic (sm)
/gank
/delay 1s
/gank
/delay 1s
/tar ${TurninGuy} 
/delay 1s
/ubertrade
/delay 1s 
/ubertrade
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/hailt
/delay 1s
/sayt Foreman
/delay 1s
/sayt Foreman
/delay 1s
/sayt out
/delay 1s
/sayt out
/delay 1s

/delay 1s
/itemtarget drop11068
/delay 1s
/gank
/delay 1s
/autoinventory
/delay 1s
/itemtarget drop11068
/delay 1s
/gank
/delay 1s
/autoinventory
/delay 1s
/itemtarget drop11068
/delay 1s
/gank
/delay 1s
/autoinventory
/delay 1s
/itemtarget drop11068
/delay 1s
/gank
/delay 1s
/autoinventory
/delay 1s
/itemtarget drop11068
/delay 1s
/gank
/delay 1s
/autoinventory
/delay 1s
/itemtarget drop11068
/delay 1s
/gank
/delay 1s
/autoinventory
/delay 1s
/itemtarget drop11068
/delay 1s
/gank
/delay 1s
/autoinventory
/delay 1s
/itemtarget drop11068
/delay 1s
/gank
/delay 1s
/autoinventory
/delay 1s
/echo giving ${ItemName} to ${TurninGuy} 
/tar ${TurninGuy}
/nomodkey /ctrlkey /itemnotify ${FindItem[=${ItemName}].InvSlot} leftmouseup
/delay 1s
/ubertrade
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/nomodkey /ctrlkey /itemnotify ${FindItem[=${ItemName}].InvSlot} leftmouseup
/delay 1s
/ubertrade
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/nomodkey /ctrlkey /itemnotify ${FindItem[=${ItemName}].InvSlot} leftmouseup
/delay 1s
/ubertrade
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/nomodkey /ctrlkey /itemnotify ${FindItem[=${ItemName}].InvSlot} leftmouseup
/delay 1s
/ubertrade
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/nomodkey /ctrlkey /itemnotify ${FindItem[=${ItemName}].InvSlot} leftmouseup
/delay 1s
/ubertrade
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/nomodkey /ctrlkey /itemnotify ${FindItem[=${ItemName}].InvSlot} leftmouseup
/delay 1s
/ubertrade
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/nomodkey /ctrlkey /itemnotify ${FindItem[=${ItemName}].InvSlot} leftmouseup
/delay 1s
/ubertrade
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/nomodkey /ctrlkey /itemnotify ${FindItem[=${ItemName}].InvSlot} leftmouseup
/delay 1s
/ubertrade
/delay 1s
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 1s
/tar ${TurninGuy} 
/delay 1s
/hailt
/delay 1s
/bcaa //warp wp foreman
/echo The End!
/end

/end
 

Attachments

  • well.mac
    2.8 KB · Views: 11