Contents
  1. What It Does
  2. How to Use It
  3. Macro Code
  4. Source

What It Does

Lets you forage for treasure maps, fishing bait, and so on while AFK. Unlike some foraging macros, this one doesn’t require a droid moving around the area.

How to Use It

In game, go to Commands > Macros, create a new macro, and paste the below code. Name the macro “Forage” and select an icon.

Execute as needed.

Foraging requires that you be outside and not in an NPC city (like Dearic or Mos Eisley). So, go outside the city limits, execute the “Forage” macro, and go to sleep for the night. The macro will move you across the map a few meters at a time, foraging in each new location.

Macro Code


/forage;
/pause 5;
/dance;
;
/pause 2.2;
/dance;
;
/pause 2.2;
;
/dance;
;
/pause 2.2;
;
/dance;
;
/pause 2.2;
;
/dance;
;
/pause 2;
/macro Forage;

Source

Unknown. This macro was passed onto me by a guildmate who stated he had “found it somewhere.” I tweaked the pause timings from the original code.