Good day, I started using the bot recently and it’s pretty fantastic for gathering.
While gathering collectables, I was trying to figure out a way to only gather the collectable item when GP is high enough, and otherwise father from a different slot.
I’ll be a little more specific here, it might help, here’s some pseudo code of what I want to accomplish
If (GP > 650) {
Gather (slot 6)
Use Rotation (470+ Collectability)
} else {
Gather (slot 2)
}
I was looking through the scenario builder but I could not find a way to specify which slot to gather from.
Any help would be appreciated, thank you
EDIT: Nevermind, I’m a dummy and didn’t read through all the help fully. You can accomplish something like this with Gather By Name. Hopefully this helps someone else who’s looking for something like this
-
This topic was modified 5 years, 3 months ago by Red Mage.