joebee

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: (Scenario)6.0 endstone/endwood-aethersand???? #34176

    joebee
    Participant
    0

    Thank you it works

    in reply to: (Scenario)6.0 endstone/endwood-aethersand???? #34168

    joebee
    Participant
    0

    using this for the macro doesn’t change the macro’s icon or name? So it doesn’t get detected by the gathering rotation

    /ac “Solid Reason” <wait.2>
    /ac “Wise to the World” <wait.2>
    /micon “Solid Reason”

    What am I doing wrong?

    in reply to: fishing 1-80? #29036

    joebee
    Participant
    0

    will this work for btn & mnr?


    joebee
    Participant
    0

    I got it working by creating a new gathering preset and copying the miner diadem one.


    joebee
    Participant
    0

    Any gathering rotation I choose doesn’t seem to be working for me. For example, I set it to yield +2 then just hit, but it never uses any skills. The preset is saved and shows that it is selected for the scenario I am using. The skills are on my hot-bar and have worked with other places outside diadem.

    • This reply was modified 3 years, 9 months ago by  joebee.
    in reply to: Amh Araeng, Miner lv 70 #14742

    joebee
    Participant
    0

    How did you fix the sand mole problem?

    in reply to: Scenario-Ephemeral-Cluster Farm #10667

    joebee
    Participant
    0

    I restructured it into this format and now it works:

    repeatChapterUntil(03:50ET)
    
    teleportIf(Tailfeather)
    job(BTN)
    gatherPreset(Eph_B_Wind-Ice)
    grid(Nav-1_Eph-B-12am_CWH)
    rotationIfGP(Ephemeral-i)
    rotationIfGP(Ephemeral-8/8)
    
    waypoint(0)
    gather(1)
    aetherialReduct()
    waypoint(1)
    gatherTouch()
    waypoint(2)
    gatherTouch()
    
    in reply to: Scenario-Ephemeral-Cluster Farm #10665

    joebee
    Participant
    0

    ephemeral-i, ephemeral-8/8 work perfectly with the dusk-glow scenario

    Here is what I have for the first 2 chapters of this scenario:

    // 12am BTN CWH
    teleportIf(Tailfeather)
    job(BTN)
    grid(Nav_Tailfeather > NW-CWH)
    waypoint(6)
    afkFor(00:00:15)
    gatherPreset(Eph_B_Wind-Ice)
    grid(Nav-1_Eph-B-12am_CWH)
    rotationIfGP(Ephemeral-i)
    rotationIfGP(Ephemeral-8/8)
    randomWaypoint(8, 10, 11)
    afkUntil(00:00ET)
    // 12am BTN CWH
    
    waypoint(1)
    gatherTouch()
    waypoint(2)
    gatherTouch()
    waypoint(0)
    gather(1)
    aetherialReduct()
    repeatChapter(8)
    in reply to: Scenario-Ephemeral-Cluster Farm #10656

    joebee
    Participant
    0

    I’m trying to make this exactly like dusk-glow 70*** preset that was posted where it’ll use the two rotations:
    rotationIfGP(Ephemeral-i)
    rotationIfGP(Ephemeral-8/8)

    but adding these after gather-preset(something) and grid(something), doesn’t allow them to be used correctly. It just does the 8/8 when it can and never the Ephemeral-i. Can someone help me out?

    • This reply was modified 5 years, 2 months ago by  joebee.
Viewing 9 posts - 1 through 9 (of 9 total)