Albion Online Gathering Rarity Added + Improved Filters & Targeting

albion online v124 update

Speeder can now detect the rarity of all gathering objects. They range from 0 to 4 with 4 being the rarest. Numerous additions have been added to Speeder as a result, including more discriminatory filtering and targeting.

The ESP/radar gathering object filter on line 49 in config.txt can now filter based on name, tier, and rarity:

  • Line 49) Color filters for various gathering objects for the radar & ESP. The syntax should be as follows (without the brackets):
    [Gathering object name],[Color],[Min. tier],[Min. rarity]|[Gathering object name 2],[Color 2],[Min. tier 2],[Min. rarity 2]|etc.
    such as
    WOOD,160000,2,1|WOOD,0|FIBER,120000,3,2|FIBER,0|ROCK,0
    Filters process in left-to-right order, and once one matches, the rest do not process. Setting color to 0 will prevent that object from being displayed on both the radar and the ESP.
    In the example above, tier 2 wood with a rarity of at least 1 (uncommon) will be colored "160000." All other wood will be colored "0," which prevents it from being displayed on either the radar or the ESP. Essentially, you will ONLY see T2 wood with a rarity of 1+. Similarly, only T3 fiber with a rarity of 2+ will be displayed. Rocks will not be displayed at all. All fiber will be displayed (with the default gathering object color).

Scripting commands involving gathering objects have been upgraded to take into account tier and rarity. I won't post them all here, but here are a couple:

  • "cng % [name],[number],[distance],[tier],[rarity]" — If there are "number" of gathering objects within "distance" of your character whose name matches "name," the rest of the keys line will process. Use the name displayed by the radar, ESP, or the -allgather command (e.g., WOOD, ROCK, FIBER, etc.). "Tier" is optional and allows you to check only for gathering objects whose tier is greater than or equal to "tier." "Rarity" is optional and allows you to check only for gathering objects whose rarity is greater than or equal to "rarity." Example:
    • keys=cng % WOOD,1,10,3,2|dbg % there is at least one tier 3 WOOD gathering object within 10 distance of my character whose rarity is at least 2 (rare)
  • "tcg % [name],[distance],[tier],[rarity]" — Will target the gathering object whose name matches "name" (case sensitive) as long as it is within "distance" from your character. Use the name displayed by the radar, ESP, or the -allgather command (e.g., WOOD, ROCK, FIBER, etc.). "Tier" is optional and allows you to target only gathering objects whose tier is greater than or equal to "tier." "Rarity" is optional and allows you to target only gathering objects whose rarity is greater than or equal to "rarity." Example:
    • keys=tcg % WOOD,10,3,2|dbg % targeting tier 3 rare WOOD within 10 distance

These changes require Speeder version 124+.

author avatar
speeder Computer Programmer
I develop undetected cheats, hacks, and bots for online games such as Final Fantasy XIV, Throne and Liberty, Black Desert Online, Lost Ark, Path of Exile, New World, Elder Scrolls Online, Albion Online, PSO2: New Genesis, Diablo IV, Fortnite, and others.
Scroll to Top