Count limit with Gather By Name

Forum Forums Discussion Count limit with Gather By Name

This topic contains 2 replies, has 2 voices, and was last updated by  Sinzah 6 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10426

    Sinzah
    Participant
    0

    Is it possible to set a count limit while using Gather By Name? For instance, I am leveling my mining, but I also want to get all my materials I need for other professions and not just get a ton of a single item. So I want to get at least 250 Fire/Lightning/Earth/Water Rocks. Is it possible to have them in an order and for it to move on to the next after a specific count has been reached?

    #10430
    Lyfox
    Lyfox
    Participant
    1+

    Yes you can do it with scenarios. Create 6 presets for each element. Each preset would contain one name like ‘Fire Rock’. Then you can simply switch presets as you go. 250 rocks is about 60 gathering nodes so:

    gatherPreset(fire rock)
    gather(60)
    gatherPreset(lightning rock)
    gather(60)
    gatherPreset(water rock)
    gather(60)

    Test it with gather(1) to make sure it works. Then change it to 60.

    #10431

    Sinzah
    Participant
    0

    Thanks! Works great!

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

You must be logged in to reply to this topic.