EQbackagain
Member
- Joined
- Nov 2, 2016
- RedCents
- 1,651¢
Just trying to farm cragbeast blood by flipping this instance and heading to the hatchery, then ending expedition and returning to repeat.
Only thing I'm missing is a kill and loot routine, which is obviously the hard part. Clearly there will be parts where I'm attacked on the way to the apprentice and on the way to the hatchery.
Can anyone help on that please?
Only thing I'm missing is a kill and loot routine, which is obviously the hard part. Clearly there will be parts where I'm attacked on the way to the apprentice and on the way to the hatchery.
Can anyone help on that please?
Rich (BB code):
#turbo 40
Sub Main
| --------------------------------------------------------------
:loop
|Start Expedition
/tar Apprentice Udranda
/say tipt
/delay 5s
|Move to instance
/nav -1249 580 -119
/delay 20s
|Move to hatchery
/nav -2000 180 252
|zone out
/bcaa //dzend
/delay 20s
|Move back to Apprentice
/nav -755 250 -124
/delay 5s
/goto :loop
/return

