If/else gathering for collectables?

Forum Forums Discussion If/else gathering for collectables?

This topic contains 0 replies, has 1 voice, and was last updated by Red Mage Red Mage 4 years, 8 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #16482
    Red Mage
    Red Mage
    Participant
    0

    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 4 years, 8 months ago by Red Mage Red Mage.
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.