Speeder can now detect & display the tier of every gathering item. Instead of seeing "WOOD," you will now see something like "T3_WOOD," where "T3" is the tier. This allows you to filter out the tiers you don't care about and/or display specific tiers prominently. (See line 49 in the guide.)
Pro-tip: Set the color for all gathering objects to 0 or the same color as the background of your radar. This will cause all gathering objects to be invisible. Then, on line 49, you can input the objects you DO want displayed, such as
T3_WOOD,255|T3_ROCK,120000
This way, the radar/ESP will only display those objects.
The script commands "tcg %" and "cng %" will also work with the new tier names. For example, you can now do:
keys=cng % T3_WOOD,1,10|tcg % T3_WOOD,10|dbg % targeting tier 3 WOOD within 10 distance
This is particularly useful for creating a gathering bot, as you can now have your character wander around, searching for specific gathering tiers:
[0]
x=
y=
z=
keys=s100|cng % T3_WOOD,1,10|tcg % T3_WOOD,10|dbg % clicking on wood|1d|rs200,300|1u|dbg % waiting|s10000|gt0
In this example, Speeder would continuously click on T3 wood until no more exist within 10 distance of the waymark.
These changes actually do not require a Speeder update as they were just a tiny offset change.