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).
<LogMessage message="Waiting until 10am Eorzea"/>
<WaitWhile condition="IsTimeBetween(9,10)"/>
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.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.
<WaitWhile condition="IsTimeBetween(WorldManager.EorzaTime.Hour,WorldManager.EorzaTime.Hour + 1)"/>
Mine should work correctly xD
Pic from my account
![]()
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!
<!ENTITY Chysahl_Morning "0">
<!ENTITY Chysahl_Afternoon "0">
^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!
Free range uses no movement logic.
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.
Btw Coerthan Tea leaves are between <!-- --> in FreeRangGatherAll, but idk why
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
Btw Coerthan Tea leaves are between <!-- --> in FreeRangGatherAll, but idk why
<!--<ItemName>Chives</ItemName>-->
<!--<ItemName>Coerthan Tea Leaves</ItemName>-->
<ItemName>Pearl Sprouts</ItemName>
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
Free range is not supposed to have movement logic, that is the point of it.
There is already something called that afaik, but I guess it could have been.You should call it GatherAssist![]()
[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, .
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
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!)