forage like a champ

basic forage macro — use in between missions, standing at a starport/shuttle whenever you can spare 45 seconds to potentially get a treasure map

name: rngrForage
/forage;
/pause 15;
/forage;
/pause 15;
/forage;

now you want to do it afk eh? well unless you want to run around do this:

name: rngrTimer
/macro rngrForage;
/pause 1801;
/macro rngrTimer;

oh noo, I’m not a scout / ranger but i’m a medic, can I medical forage

name: medForage
/medicalForage;
/pause 15;
/medicalForage;
/pause 15;
/medicalForage;

and how do I do that afk…

name: medForTimer
/macro medForage;
/pause 1801;
/macro medForTimer;

ok now i’d like to do it a lil more often and fill my inventory up quickly and tend the character every 15m or so… first things first if you can’t do /fo and follow someone while walking/running then you need to disable chase camera in your ui settings under the keymap. Most annoying setting in the ui I feel. Now knowing you can’t repeat the same area for 30 minutes your going to need to spend a little time mapping out what you can follow and take about 30 minutes to complete your loop around the town. Pick NPC’s or something a distance away, follow it until you come to it, then find the next target

name: rngrTargetsCity
/fo targetName;
/pause 10;
/stop;
/pause 0.5;
/macro rngrForage;
/pause 46;