• Visit Rebornbuddy
  • [O]Ephemeral Nodes

    Discussion in 'Mining-Botany Profiles' started by Mooncloud, Sep 30, 2015.

    1. Kappakroket

      Kappakroket New Member

      Joined:
      Sep 11, 2015
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      [12:16:03.240 N] [ExGather v3.0.7.1509300] Node set -> Ephemeral Lush Vegetation Patch 0x16252FA0
      [12:16:03.240 D] [POI Set] Type: Gather, Name: Ephemeral Lush Vegetation Patch, ObjectId: 400001F4, NpcId: 0, Location: <201.9117, -129.1824, 638.2162>
      [12:16:03.247 N] [ExGather v3.0.7.1509300] GatherSpot set -> GatherSpot -> NodeLocation: <201.9117, -129.1824, 638.2162>, UseMesh: True
      [12:16:03.280 N] [FlightNav] Generating path on 401 from <192.7948, -127.5607, 630.8674> to <201.9117, -129.1824, 638.2162>
      [12:16:03.280 N] [FlightNav] Found existing path to <201.9117, -129.1824, 638.2162> using 4 hops in 00:00:00.0000784 ms
      [12:16:04.115 N] [FlightMover] Started Landing Task
      [12:16:04.214 N] [FlightMover] Landing took 00:00:00.0983168 ms or less
      [12:16:04.349 D] Interacting with Ephemeral Lush Vegetation Patch 0x16252FA0
      [12:16:06.016 V] Blacklisting 400001F4 for 00:00:15 [Type: Interact] - Reason : Blacklisting node so that we don't retarget -> Ephemeral Lush Vegetation Patch 0x16252FA0
      [12:16:06.017 V] [Poi.Clear] Reason: Skipping this node, no items we want to gather.
      [12:16:06.782 V] [ExBuddy] Attempting to close the [Gathering] window
      [12:16:06.915 V] [ExBuddy] The [Gathering] window has been closed.
      [12:16:06.915 V] [Poi.Clear] Reason: Something happened during gathering and we did not complete the sequence
      [12:16:06.948 D] Requesting path on 401 from <200.0315, -130.5533, 636.7006> to <81.71532, -146.5234, 580.4465>
      [12:16:07.079 D] Generated path to <81.71532, -146.5234, 580.4465> in 00:00:00.1309335 ms

      Hope is this what do u want, this is the log during the ephemeral node, there was Furymint in that node btw
       
      Last edited: Oct 7, 2015
    2. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38

      That is plenty to know what is wrong. The profile uses a newer version of ExBuddy, you just have to update.
       
    3. Kappakroket

      Kappakroket New Member

      Joined:
      Sep 11, 2015
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Sorry for don't know how but how can i do it?

      EDIT: Updated Exbuddy, working pefectly, thanks for the replies
       
      Last edited: Oct 7, 2015
    4. marcel.1990

      marcel.1990 New Member

      Joined:
      Sep 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      works rly well... thx alot for this :)
       
    5. sleepynamja

      sleepynamja New Member

      Joined:
      Feb 22, 2013
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Testing this at work (using chrome remote desktop app for iPhone) and I noticed that it often does not switch to the appropriate class. It just flies around searching for nodes until it's time to teleport to the next location.
       
    6. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Yea, this is a small issue that likely happens when it tries to switch while in combat or just not quite enough sleep time after it quits gathering for gearswap to be eligible. I am adding some extra logic to ExGather to help with this so that profiles can be left simple in that regard.
       
    7. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      In the meantime, adding a short wait after gear swapping and the flight lines solves it for me.
       
    8. sleepynamja

      sleepynamja New Member

      Joined:
      Feb 22, 2013
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Just encountered another error in Coerthas Western Highlands for between 12:00AM and 4:00 AM gathering with Botanist. Keeps getting stuck at a rock.
       
    9. sleepynamja

      sleepynamja New Member

      Joined:
      Feb 22, 2013
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      What would the code be for a short wait time and where would it go if you don't mind my asking.
       
    10. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      Something like
      Code:
      		<!-- 4AM to 8AM -->
      		<If Condition="IsTimeBetween(4,8)">
      			<If Condition="not IsOnMap(398)">
      				<TeleportTo Name="Falcons Nest" AetheryteId="76" />
      				<MoveTo XYZ="520.1194, -51.27571, 40.14129"/>
      			</If>
      			<If Condition="Core.Me.CurrentJob != ClassJobType.Miner">
      				<RunCode Name="MIN"/>
                                      <WaitTimer waitTime="3" />
      			</If>
      			
      			<ExFlyTo XYZ="36.562, 13.66749, 252.4461" />
      So it doesn't take off flying before you manage to switch classes
       
    11. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      On that note.. Lets get some Aetherial Reduction going as well now that MastahG added it XD
       
    12. Mooncloud

      Mooncloud Member

      Joined:
      Aug 19, 2015
      Messages:
      120
      Likes Received:
      2
      Trophy Points:
      18
      I've noticed this happening as well, I've got a fix for it ready for next update.

      That's the plan! I'd suggest it be done / integrated by ExMatt, during downtime (waiting for GP) the bot could start reducing items.
       
      Last edited: Oct 7, 2015
    13. sleepynamja

      sleepynamja New Member

      Joined:
      Feb 22, 2013
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Awesome thank you!
       
    14. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      I do guess less people noticed than I thought would have, that I had already reversed both Desynthesis and Aetherial reduction =). But now that it is built in I guess I will just hook his method instead and save mine as a reminder of the good times spent.
       
    15. sleepynamja

      sleepynamja New Member

      Joined:
      Feb 22, 2013
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Slow day at work so I've been monitoring the profile a bit more. Another thing I noticed was in Sea of Clouds as miner that when you go to touch the western most node to touch and get aggro'ed by an enemy before, then the bot gets stuck just on the mount above the node. Doesn't die because it's well away from the mob.
       
    16. heshire

      heshire Member

      Joined:
      Jul 27, 2015
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      6
      Now you can get back to work on cordials in your fish tag >B)
       
    17. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Thanks for reminding me. I think I may have misplaced my last couple of paychecks, I can't seem to find them =).
       
    18. magoclow

      magoclow Member

      Joined:
      Mar 17, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      Last edited: Oct 7, 2015
    19. Mooncloud

      Mooncloud Member

      Joined:
      Aug 19, 2015
      Messages:
      120
      Likes Received:
      2
      Trophy Points:
      18
    20. heshire

      heshire Member

      Joined:
      Jul 27, 2015
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      6
      Already been addressed in posts before yours.
       

    Share This Page