• Visit Rebornbuddy
  • [Request] Adamantite Ore

    Discussion in 'Rebornbuddy Profiles' started by becto, Aug 25, 2015.

    1. Azoth

      Azoth Member

      Joined:
      Mar 6, 2014
      Messages:
      470
      Likes Received:
      8
      Trophy Points:
      18
      This is sorta off-topic, but is there a tag to wait until the next hour? Like say I want to WaitUntil 10am, whether I start at 9:10am or 9:50am (and preferably also log the time I'm waiting until).
       
    2. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Since I have to put words, here.... 3 character minimum non-code limitation =(

      Code:
      
      <LogMessage message="Waiting until 10am Eorzea"/>
      <WaitWhile condition="IsTimeBetween(9,10)"/>
      
      
       
    3. Azoth

      Azoth Member

      Joined:
      Mar 6, 2014
      Messages:
      470
      Likes Received:
      8
      Trophy Points:
      18
      Sorry, I wasnt clear. I meant to wait until the next hour, without specifying what that hour is. So if you're at 2:30am it'll wait until 3am, if you're at 6:50pm it'll wait until 7pm, etc.
       
    4. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Oh, ok. Try this.... but i don't think we can string interpolate in the LogMessage tag, so most likely no logging without huge if statements.

      Code:
      
      <WaitWhile condition="IsTimeBetween(WorldManager.EorzaTime.Hour,WorldManager.EorzaTime.Hour + 1)"/>
      
      
       
    5. Azoth

      Azoth Member

      Joined:
      Mar 6, 2014
      Messages:
      470
      Likes Received:
      8
      Trophy Points:
      18
      Works great, thanks. I used a codechunk to log the time.
       
    6. dayum12

      dayum12 Member

      Joined:
      Aug 22, 2015
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      8
      Can you please tell me, in detail, how you got everything working?

      I've been trying to get it to go farm everything just like your picture... But I don't understand how :/
      Please help a nub out!
       
    7. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Well.. in detail :

      - Click Here to download the profile--> View attachment 187401

      - Login into FF14

      - Set MIN gear to 10 / BTN gear to 11 | You can also edit the code with your own number. (/gs change xx)

      - Check for Exmatt's tag update (copy paste his OrderBotTags folder in your Rebornbuddy\Plugins\ folder if update)

      - Click on RB to launch it

      - Enter your key and login

      - Select OrderBot

      - Click on "Load Profile"

      - Choose the one you dowload at first

      - Click on Start.

      - The profile is already config to farm Cocoon -> Darksteel -> Gold Ore -> Adamantite -> [Cordial] Porcini -> Mistletoe -> Rock Salt -> Adamantite -> [Cordial] Porcini -> Cocoon etc..

      - Only Spinach, Black Truffle and Chysalh aren't enable and ONLY Chyslah'll will cause you Gp issue.

      - If u enable chysalh too, you'll have GP issue, that's why you should choose between Chysalh and Gold Ore.

      EDIT :

      I cut both Chysalh spwan in two disctincts :
      Code:
      	<!ENTITY Chysahl_Morning "0">
      	<!ENTITY Chysahl_Afternoon "0">
      
      Like this you can gather Gold Ore at 9Am and Chyslah at 9PM , I just did it now, so didn't really try it x)

      EDIT 2 : Enought details ? :D
       
      Last edited: Sep 13, 2015
    8. dayum12

      dayum12 Member

      Joined:
      Aug 22, 2015
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      8
      ^Oh damn, I thought this was ExMatt's scripts... XD

      I can't get the FreeRangeGatherAll.xml to farm the items I want.
      I started it, it won't move. I moved to the node from which I wanted items from (Coerthan Tea Leaves in this case). It didn't even try to farm it.

      Straight after, I went to the Chysahl node (without having it activated) and WHAM, started farming it.

      Anywho, thanks for lighting the fire for your profile, will run it soon enough!
       
    9. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Free range uses no movement logic.
       
    10. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Btw Coerthan Tea leaves are between <!-- --> in FreeRangGatherAll, but idk why
       
    11. dayum12

      dayum12 Member

      Joined:
      Aug 22, 2015
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      8
      Yes, I saw and changed that even before posting... But as ExMatt said, no movement logics...

      Any chance you could put movement logics in, ExMatt? XD
       
    12. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Well FreeRange = CombatAssist for gatherer so i think it's better if there is no movements logic
       
    13. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Code:
      
      					<!--<ItemName>Chives</ItemName>-->
      					<!--<ItemName>Coerthan Tea Leaves</ItemName>-->
      					<ItemName>Pearl Sprouts</ItemName>
      
      
      That node always has 3 items, so I just keep the others commented that I don't currently want so it is easier to find ones to switch rather than having to re-order the list.
       
    14. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Free range is not supposed to have movement logic, that is the point of it.
       
    15. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      You should call it GatherAssist :)
       
    16. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      There is already something called that afaik, but I guess it could have been.
       
    17. tichy

      tichy Member

      Joined:
      Jun 6, 2015
      Messages:
      142
      Likes Received:
      3
      Trophy Points:
      18
      Matt - this may have already been answered before....and this may be the source of ALL my troubles. but that 'assembly' directory in your github. Are we supposed to do anything with that?

      Also new problem appears to be an issue with dismounting:

      Code:
      [11:42:13.863 N] Angle of deviation: 40.79951
      [11:42:13.865 N] Angle of deviation: 40.11588
      [11:42:13.865 D] Generated path to <89.52304, -1.827069, -791.0764> using 19 hops in 00:00:00.0052654 ms
      [11:42:14.339 D] Moving to next hop: <59.32318, 18.3156, -829.9496> (Stealth Location) D: 3.210991
      [11:42:14.516 D] Moving to next hop: <61.09964, 17.13073, -827.6629> (Stealth Location) D: 3.492127
      [11:42:14.694 D] Moving to next hop: <62.8761, 15.94587, -825.3763> (Stealth Location) D: 3.075097
      [11:42:14.814 D] Moving to next hop: <64.65257, 14.76101, -823.0896> (Stealth Location) D: 3.800686
      [11:42:14.994 D] Moving to next hop: <66.42902, 13.57615, -820.803> (Stealth Location) D: 3.345758
      [11:42:15.174 D] Moving to next hop: <68.20549, 12.39128, -818.5163> (Stealth Location) D: 2.871569
      [11:42:15.294 D] Moving to next hop: <69.98196, 11.20642, -816.2296> (Stealth Location) D: 3.632683
      [11:42:15.470 D] Moving to next hop: <71.75842, 10.02156, -813.943> (Stealth Location) D: 3.183565
      [11:42:15.648 D] Moving to next hop: <73.53488, 8.836695, -811.6563> (Stealth Location) D: 2.76883
      [11:42:15.767 D] Moving to next hop: <75.31134, 7.651833, -809.3697> (Stealth Location) D: 3.511038
      [11:42:15.945 D] Moving to next hop: <77.0878, 7.680578, -807.083> (Stealth Location) D: 2.888159
      [11:42:16.063 D] Moving to next hop: <78.86427, 8.31214, -804.7964> (Stealth Location) D: 3.460621
      [11:42:16.241 D] Moving to next hop: <80.64072, 8.106371, -802.5097> (Stealth Location) D: 2.802352
      [11:42:16.359 D] Moving to next hop: <82.41719, 7.369434, -800.223> (Stealth Location) D: 3.403722
      [11:42:16.535 D] Moving to next hop: <84.19365, 3.701485, -797.9364> (Stealth Location) D: 4.580445
      [11:42:16.778 D] Moving to next hop: <85.97011, 2.289209, -795.6497> (Stealth Location) D: 3.003734
      [11:42:16.899 D] Moving to next hop: <87.74657, 0.8032465, -793.3631> (Stealth Location) D: 3.853292
      [11:42:17.077 D] Moving to next hop: <89.52303, -0.8270558, -791.0764> (Stealth Location) D: 3.5932
      [11:42:17.194 N] Started Landing Task
      [11:42:17.261 N] Landing took 00:00:00.0662862 ms or less
      [11:42:17.312 D] DoAction General 23 0xE0000000
      [11:42:17.781 N] Failed to dismount after MoveTo task.
      [11:42:17.782 V] [Poi.Clear] Reason: Something happened during gathering and we did not complete the sequence
      [11:42:17.841 D] Removed hook [PoiAction] 8a211004-6d0f-4e54-a608-b4011a3de359
      [11:42:17.841 V] [Poi.Clear] Reason: Current behavior changed to LogMessageTag: LineNumber: 145, IsDone: False, Message: Waiting for now...until we find something better to do., HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
      This was on the adamantite-chysahl profile
       
      Last edited: Sep 16, 2015
    18. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Thanks, I guess I need to test more profiles before assuming my changes work properly. Pull again and let me know if you have dismount issue at any point.
       
    19. tichy

      tichy Member

      Joined:
      Jun 6, 2015
      Messages:
      142
      Likes Received:
      3
      Trophy Points:
      18
      Appears to be working like a charm - have been on entrax's profile for an hour and only had troubles with the aurum regis node (which I dont think is due to the tags!)
       
    20. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      I have put flight on the back burner... as for the most part, you can get around issues by adding in extra flightpointto/moveto tags.
       

    Share This Page