[Request] Gathering Scenario that mass gathers and teleports for timers.

Forum Forums Grids and Presets [Request] Gathering Scenario that mass gathers and teleports for timers.

This topic contains 1 reply, has 2 voices, and was last updated by  uwu 4 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13628
    wowitsmeyes
    wowitsmeyes
    Participant
    0

    So basically I want to gather some Dravanian Spring water, but teleport to get the Mistletoe timer. How would I go about making a scenario that does this?

    #13634

    uwu
    Participant
    0

    You have to write a scenario that will use the command workUntil(xx:xx)ET.

    The basis would be:

    Teleport to area then move to waypoint
    workUntil()ET that gives you enough time to regain enough GP for some type of rotation on the Mistletoe
    gather(999) <- This will keep gathering an unlimited number of attempts until the time set above

    new tab
    Teleport to the next area
    gather Mistletoe

    repeatAll() will just keep it going over and over as many times as needed.

    If its a 12 hour timer you can copy it and adjust the time

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.