First time Scenario User Needing assistance

Forum Forums Grids and Presets First time Scenario User Needing assistance

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20481

    Frank0168
    Participant
    0

    Hi, never used Scenario feature before but i was hoping someone here can give me an example of a scenario that lets me craft multiple items AFK.

    Lets say, Elm Lumber x 50, Walnut Lumber x 50, Sandteak Lumber x 50

    Anyone got any tips?

    #20490
    Arc
    Arc
    Moderator
    1+

    Easy.

    setCraftRecipe(Elm Lumber)
    startCrafting(50)
    setCraftRecipe(Walnut Lumber)
    startCrafting(50)
    setCraftRecipe(Sandteak Lumber)
    startCrafting(50)

    You will need the mats for it, but this will craft all the items you listed. If you don’t have the mats, you might need to additionally download a grid for each mat and create additional operations before crafting, like:

    teleport( Location where your first mat is )
    job( The job that can gather the mat, abbreviated as either BTN or MIN )
    waypoint ( any waypoint on the grid )
    startGathering(13) //13 because every node has a minimum of 4 items, giving you more than 50 mats

    Do that for every mat and then put this line before your crafting stuff:

    job( the job for your craft, like CRP for carpenter )

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

You must be logged in to reply to this topic.