REQUEST:ephemeral Node/collect rotation

Forum Forums Grids and Presets REQUEST:ephemeral Node/collect rotation

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

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7213
    PJ
    PJ
    Participant
    0

    i would like to add a “ephemeral node” that if it does not have 650 GP that it does another rotation but still gets least 1 collectible. Currently when i use IfGP use this rotation, it still uses the non GP ones even if i have enough for a 8/8. im still new at this but any advice would be appreciated how to make this work for collectibles. thanks!

    #7218
    Lyfox
    Lyfox
    Participant
    0

    Ive made several scenarios with rotationIfGP() and it works great.

    rotationIfGP(Ephemeral-i)
    rotationIfGP(Ephemeral-8/8)
    gather()

    Could you show your scenario and the message log it gives? The issue is usually there.

    #7227
    PJ
    PJ
    Participant
    0

    the one i been using is part of the Ephemeral cluster farm grid. Trying to figure why its not using the 8/8 when having GP. each node it keeps using the 3/3 that takes no gp in gathering skills. tried deleting the non GP one but now it only uses the rotation: ephemeral i which is the same.

    chapter 1

    // 12am BTN CWH
    teleport(Tailfeather)
    job(BTN)
    grid(Nav_Tailfeather > NW-CWH)
    waypoint(6)
    afkFor(00:00:15)
    rotationIfGP(Ephemeral-i)
    rotationIfGP(Ephemeral-8/8)
    grid(Nav-1_Eph-B-12am_CWH)
    randomWaypoint(8, 10, 11)
    afkUntil(00:00ET)

    chapter 2

    // 12am BTN CWH
    waypoint(1)
    gatherTouch()
    waypoint(2)
    gatherTouch()
    waypoint(0)
    gather(1)
    repeatChapter(8)

    i added the scenario below before i started testing and changing things. any help be appreciated! thanks

    Attachments:
    You must be logged in to view attached files.
    #7229
    Lyfox
    Lyfox
    Participant
    0

    Oh just move rotationIfGP() to chapter 2. It has to be in the same chapter with gather() like i posted above.

    #7230
    PJ
    PJ
    Participant
    0

    OMG! i feel so silly! kept going over it and re-checking information thinking i wasn’t understanding some of the commands. thank you for your help 😀

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

You must be logged in to reply to this topic.