What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Hi,

Im getting compiler errors for some reason after i updated my rebornbuddy

I have updated ExMatt SVN, y2krazy SVN too

[18:31:15.243 N] Compiler Error: d:\Downloads\Rebornbuddy 1.0.344.0\Plugins\OrderBotTags\ExBuddy\OrderBotTags\Gather\StealthMoveToTag.cs(13,34) : error CS0246: The type or namespace name 'MoveToTag' could not be found (are you missing a using directive or an assembly reference?)
[18:31:15.243 N] Compiler Error: d:\Downloads\Rebornbuddy 1.0.344.0\Plugins\OrderBotTags\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs(133,10) : error CS0246: The type or namespace name 'GatheringSkillOrder' could not be found (are you missing a using directive or an assembly reference?)
 
New update (svn already updated) :

New Unspoiled available :

- Fragrant Log
- Dzemael Tomato
- Grade 3 Thanalan Topsoil
- Honey Lemon
- Umbral Rock
- Grade 3 Shroud Topsoil
- Spruce Log
- Prickly Pineapple
- Grade 3 La Noscean Topsoil

Also new settings :
- DiscoverUnknowns (true or false)
- Rotation_Topsoil (default : regularnode)
 
Last edited:
Hi,

Im getting compiler errors for some reason after i updated my rebornbuddy

I have updated ExMatt SVN, y2krazy SVN too

[18:31:15.243 N] Compiler Error: d:\Downloads\Rebornbuddy 1.0.344.0\Plugins\OrderBotTags\ExBuddy\OrderBotTags\Gather\StealthMoveToTag.cs(13,34) : error CS0246: The type or namespace name 'MoveToTag' could not be found (are you missing a using directive or an assembly reference?)
[18:31:15.243 N] Compiler Error: d:\Downloads\Rebornbuddy 1.0.344.0\Plugins\OrderBotTags\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs(133,10) : error CS0246: The type or namespace name 'GatheringSkillOrder' could not be found (are you missing a using directive or an assembly reference?)

I'm getting the same compiler errors as well
 
Is it possible to edit/change the waiting spots while waiting for the nodes? this way were all not in the same spot or at least the ones that doesn't know how..
if only you could point out which ones or is it fixed for all?
 
Is it possible to edit/change the waiting spots while waiting for the nodes?
here is what you have to change :
Code:
			<!-- 11AM-PM -->
			<If Condition="(IsTimeBetween(10,11) or IsTimeBetween(22,23)) and (&Adamantite; != 0) and FreeItemSlots() &gt; 0">
				<ExLog Color="#FFC0CB" Name="GatherManager Ditto" Message="[MIN] Adamantite Ore"/>
				<If Condition="not IsOnMap(402)">
					<TeleportTo name="Helix" aetheryteId="74" />
					<RunCode Name="MIN"/>
					<ExMoveTo XYZ="[COLOR="#008000"]-716.1138, -186.9606, -584.3765[/COLOR]"/> [COLOR="#008000"]Where the bot will move before trying to reach "waitspot" (usefull to avoid colision)[/COLOR]
				</If>
				<RunCode Name="MIN"/>
				<ExFlyTo XYZ="[COLOR="#008000"]-643.3391, -133.3573, -660.6969[/COLOR]"/> [COLOR="#008000"]an other location to avoid colision[/COLOR]
				<ExFlyTo XYZ="[COLOR="#0000CD"]41.74664, 16.07355, -843.0107[/COLOR]"/> [COLOR="#0000CD"]Waitspot location[/COLOR]
				<WaitWhile Condition="IsTimeBetween(10,11.1) or IsTimeBetween(22,23.1)" />
				<!--If Collectable -->
				<If Condition="&Collect_Adamantite; != 0">
					<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="&Cordial_Type_50_60_Collectale;" CordialTime="&Cordial_Time_50_60_Collectale;" DiscoverUnknowns="&DiscoverUnknowns;">
						<GatherObjects>
							<GatherObject>Unspoiled Mineral Deposit</GatherObject>
						</GatherObjects>
						<Collectables>
							<Collectable Name="Adamantite Ore" Value="&Collectability_Adamantite;" PlusPlus="&PlusPlus;" />
						</Collectables>
						<GatherRotation>&Rotation_C;</GatherRotation>
						<GatherSpots>
							<IndirectApproachGatherSpot ReturnToApproachLocation="false" ApproachLocation="70.86564, -0.4920825, -858.0936" nodeLocation="72.07767, 0.7522836, -854.5031"/>
							<IndirectApproachGatherSpot ReturnToApproachLocation="false" ApproachLocation="23.2373, -0.3478457, -833.407" nodeLocation="25.29292, 0.5668808, -833.7905"/>
							<StealthApproachGatherSpot ReturnToStealthLocation="false" stealthLocation="87.43224, -0.9560863, -795.0317" nodeLocation="79.63015, 0.5219008, -804.5839"/>
						</GatherSpots>
						<HotSpots>
							<HotSpot Radius="90" XYZ="[COLOR="#0000CD"]41.74664, 16.07355, -843.0107[/COLOR]"/> [COLOR="#0000CD"]Hotspot location[/COLOR]
						</HotSpots>
					</ExGather>
				</If>
				<!--If NOT Collectable -->
				<If Condition="&Collect_Adamantite; == 0">
					<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="&Cordial_Type_50_60;" CordialTime="&Cordial_Time_50_60;" DiscoverUnknowns="&DiscoverUnknowns;" GatherIncrease="&GatherIncrease_50_60;">
						<GatherObjects>
							<GatherObject>Unspoiled Mineral Deposit</GatherObject>
						</GatherObjects>
						<ItemNames>
							<ItemName>Adamantite Ore</ItemName>
						</ItemNames>
						<GatherRotation>&Rotation;</GatherRotation>
						<GatherSpots>
							<IndirectApproachGatherSpot ReturnToApproachLocation="false" ApproachLocation="70.86564, -0.4920825, -858.0936" nodeLocation="72.07767, 0.7522836, -854.5031"/>
							<IndirectApproachGatherSpot ReturnToApproachLocation="false" ApproachLocation="23.2373, -0.3478457, -833.407" nodeLocation="25.29292, 0.5668808, -833.7905"/>
							<StealthApproachGatherSpot ReturnToStealthLocation="false" stealthLocation="87.43224, -0.9560863, -795.0317" nodeLocation="79.63015, 0.5219008, -804.5839"/>
						</GatherSpots>
						<HotSpots>
							<HotSpot Radius="90" XYZ="[COLOR="#0000CD"]41.74664, 16.07355, -843.0107[/COLOR]"/> [COLOR="#0000CD"]Hotspot location[/COLOR]
						</HotSpots>
					</ExGather>
				</If>
			</If>

So... if it's only about not waiting a node at the same place you have to change Blue locations =)

Edit : This is for adamantite, but it's the same for every unspoiled in my profile... well sometimes there isn't any locatiion to avoid colision because we don't need it =)
 
Last edited:
Excellent profile! It works really nicely, thank you so much.

I found a bug when collecting grade 3 shroud soil. 90% of the time it'll walk there and just walk down the bridge and then just stand there until it's time for the next node.

Code:
[15:17:31.114 N] [ExLog] GatherManager | [MIN] Grade 3 Shroud Topsoil
[15:17:31.136 V] [Poi.Clear] Reason: Current behavior changed to TeleportTo: ZoneId: 0, AetheryteId: 6, Name: Camp Tranquil, Force: False, Aetheryte: null, IsDone: False, HighPriority: False, LineNumber: 878, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[15:17:31.136 D] Replaced hook [ProfileOrderBehavior_Hook] 9003e9f2-8d1b-4e5b-9ec1-a84ccd375950
[15:17:31.404 D] Teleporting to Camp Tranquil
[15:17:38.757 N] [FlightMover] Set default value for flying to false until we can determine if we can fly in this zone.
[15:17:41.829 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 880, Name: MIN, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:17:41.829 D] Replaced hook [ProfileOrderBehavior_Hook] 3c7ac86d-1bbf-4e1d-93fb-c4eb3a4dd57b
[15:17:43.881 V] [Poi.Clear] Reason: Current behavior changed to ExMoveToTag: { Location: <-238.5004, 2.006799, 521.4088>, LineNumber: 881 }.
[15:17:43.881 D] Replaced hook [ProfileOrderBehavior_Hook] 156fe190-325e-4a0b-8b89-42e70740ef79
[15:17:43.882 D] DoAction Mount 45 0xE0000000
[15:17:45.915 D] Requesting path on 153 from <-232.7614, 21.41629, 350.4352> to <-238.5004, 2.006799, 521.4088>
[15:17:46.004 D] Generated path to <-238.5004, 2.006799, 521.4088> in 00:00:00.0882269 ms
[15:17:46.815 D] Moving to next hop: <-219.7796, 21.33808, 364.1> () D: 14.10465
[15:17:48.315 D] Moving to next hop: <-209.0099, 20.89311, 370.6406> () D: 13.13985
[15:17:49.710 D] Moving to next hop: <-208.374, 20.89443, 372.2> () D: 2.178658
[15:17:49.872 D] Moving to next hop: <-208.4507, 21.24162, 377.6642> () D: 6.094818
[15:17:50.476 D] Moving to next hop: <-206.3223, 20.37038, 380.5067> () D: 4.186939
[15:17:50.846 D] Moving to next hop: <-201.9879, 14.34885, 403.2356> () D: 24.64976
[15:17:53.436 D] Moving to next hop: <-194.5754, 14.9615, 428.5903> () D: 26.98925
[15:17:56.369 D] Moving to next hop: <-192.174, 15.05622, 437.85> () D: 10.15733
[15:17:57.412 D] Moving to next hop: <-192.3852, 15.14864, 439.3445> () D: 2.230954
[15:17:57.581 D] Moving to next hop: <-196.0739, 15.10329, 448.1> () D: 10.15814
[15:17:58.644 D] Moving to next hop: <-196.2177, 15.69933, 453.1976> () D: 5.703704
[15:17:59.208 D] Moving to next hop: <-201.298, 12.3249, 461.1927> () D: 10.45544
[15:18:00.246 D] Moving to next hop: <-217.1682, 8.107944, 485.5323> () D: 30.04605
[15:18:03.481 D] Moving to next hop: <-218.2311, 8.577063, 487.8872> () D: 3.251866
[15:18:03.782 D] Moving to next hop: <-231.264, 1.019279, 517.296> () D: 33.4914
[15:18:07.338 D] Moving to next hop: <-238.5004, 2.006799, 521.4088> () D: 8.918226
[15:18:08.043 V] [Poi.Clear] Reason: Current behavior changed to WaitWhileTag: Condition: IsTimeBetween(6,7), Conditional: System.Func`1[System.Boolean], IsDone: False, HighPriority: False, LineNumber: 882, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[15:18:08.043 D] Replaced hook [ProfileOrderBehavior_Hook] 90bc9ee6-772a-4312-8314-e4001820a9c3
 
here is what you have to change :
Code:
			<!-- 11AM-PM -->
			<If Condition="(IsTimeBetween(10,11) or IsTimeBetween(22,23)) and (&Adamantite; != 0) and FreeItemSlots() > 0">
				<ExLog Color="#FFC0CB" Name="GatherManager Ditto" Message="[MIN] Adamantite Ore"/>
				<If Condition="not IsOnMap(402)">
					<TeleportTo name="Helix" aetheryteId="74" />
					<RunCode Name="MIN"/>
					<ExMoveTo XYZ="[COLOR="#008000"]-716.1138, -186.9606, -584.3765[/COLOR]"/> [COLOR="#008000"]Where the bot will move before trying to reach "waitspot" (usefull to avoid colision)[/COLOR]
				</If>
				<RunCode Name="MIN"/>
				<ExFlyTo XYZ="[COLOR="#008000"]-643.3391, -133.3573, -660.6969[/COLOR]"/> [COLOR="#008000"]an other location to avoid colision[/COLOR]
				<ExFlyTo XYZ="[COLOR="#0000CD"]41.74664, 16.07355, -843.0107[/COLOR]"/> [COLOR="#0000CD"]Waitspot location[/COLOR]
				<WaitWhile Condition="IsTimeBetween(10,11.1) or IsTimeBetween(22,23.1)" />
				<!--If Collectable -->
				<If Condition="&Collect_Adamantite; != 0">
					<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="&Cordial_Type_50_60_Collectale;" CordialTime="&Cordial_Time_50_60_Collectale;" DiscoverUnknowns="&DiscoverUnknowns;">
						<GatherObjects>
							<GatherObject>Unspoiled Mineral Deposit</GatherObject>
						</GatherObjects>
						<Collectables>
							<Collectable Name="Adamantite Ore" Value="&Collectability_Adamantite;" PlusPlus="&PlusPlus;" />
						</Collectables>
						<GatherRotation>&Rotation_C;</GatherRotation>
						<GatherSpots>
							<IndirectApproachGatherSpot ReturnToApproachLocation="false" ApproachLocation="70.86564, -0.4920825, -858.0936" nodeLocation="72.07767, 0.7522836, -854.5031"/>
							<IndirectApproachGatherSpot ReturnToApproachLocation="false" ApproachLocation="23.2373, -0.3478457, -833.407" nodeLocation="25.29292, 0.5668808, -833.7905"/>
							<StealthApproachGatherSpot ReturnToStealthLocation="false" stealthLocation="87.43224, -0.9560863, -795.0317" nodeLocation="79.63015, 0.5219008, -804.5839"/>
						</GatherSpots>
						<HotSpots>
							<HotSpot Radius="90" XYZ="[COLOR="#0000CD"]41.74664, 16.07355, -843.0107[/COLOR]"/> [COLOR="#0000CD"]Hotspot location[/COLOR]
						</HotSpots>
					</ExGather>
				</If>
				<!--If NOT Collectable -->
				<If Condition="&Collect_Adamantite; == 0">
					<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="&Cordial_Type_50_60;" CordialTime="&Cordial_Time_50_60;" DiscoverUnknowns="&DiscoverUnknowns;" GatherIncrease="&GatherIncrease_50_60;">
						<GatherObjects>
							<GatherObject>Unspoiled Mineral Deposit</GatherObject>
						</GatherObjects>
						<ItemNames>
							<ItemName>Adamantite Ore</ItemName>
						</ItemNames>
						<GatherRotation>&Rotation;</GatherRotation>
						<GatherSpots>
							<IndirectApproachGatherSpot ReturnToApproachLocation="false" ApproachLocation="70.86564, -0.4920825, -858.0936" nodeLocation="72.07767, 0.7522836, -854.5031"/>
							<IndirectApproachGatherSpot ReturnToApproachLocation="false" ApproachLocation="23.2373, -0.3478457, -833.407" nodeLocation="25.29292, 0.5668808, -833.7905"/>
							<StealthApproachGatherSpot ReturnToStealthLocation="false" stealthLocation="87.43224, -0.9560863, -795.0317" nodeLocation="79.63015, 0.5219008, -804.5839"/>
						</GatherSpots>
						<HotSpots>
							<HotSpot Radius="90" XYZ="[COLOR="#0000CD"]41.74664, 16.07355, -843.0107[/COLOR]"/> [COLOR="#0000CD"]Hotspot location[/COLOR]
						</HotSpots>
					</ExGather>
				</If>
			</If>

So... if it's only about not waiting a node at the same place you have to change Blue locations =)

Edit : This is for adamantite, but it's the same for every unspoiled in my profile... well sometimes there isn't any locatiion to avoid colison because we don't need it =)

Thanks! you are a legend! thank you!
 
[21:19:48.177 N] [FlightMover] Created new Landing Unstuck Coroutine, moving to <524.3671, 15.28885, 28.52541>
[21:19:48.177 V] [FlightMover] Resumed Landing Unstuck Coroutine
[21:19:48.312 N] [FlightMover] Landing cancelled after 00:00:02.2189434 ms. New destination requested.
[21:19:57.125 D] Interacting with Unspoiled Mature Tree 0x1244D470
[21:19:59.191 N] [ExGather v3.0.7.1511061] Gathering Window didn't open: Re-attempting to move into place. 1/5
[21:19:59.192 N] [FlightNav] Generating path on 401 from <521.9267, 15.35482, 31.33> to <524.3884, 17.75531, 28.48951>
[21:19:59.193 V] [ExBuddy] Direction of deviation: ForwardRight
[21:19:59.193 N] [FlightNav] Generated path to <524.3884, 17.75531, 28.48951> using 2 hops in 00:00:00.0015526 ms
[21:19:59.559 N] [FlightMover] Started Landing Task
[21:19:59.627 N] [FlightMover] Landing took 00:00:00.0677037 ms or less
[21:19:59.792 D] Interacting with Unspoiled Mature Tree 0x1244D470
[21:20:00.826 N] [ExGather v3.0.7.1511061] Gathering Window didn't open: Re-attempting to move into place. 2/5
[21:20:00.826 D] Requesting path on 401 from <522.5169, 16.11407, 30.649> to <524.3884, 17.75531, 28.48951>
[21:20:01.107 D] Generated path to <524.3884, 17.75531, 28.48951> in 00:00:00.2805885 ms
[21:21:33.617 D] Interacting with Unspoiled Mature Tree 0x1244D470
[21:21:34.650 N] [ExGather v3.0.7.1511061] Gathering Window didn't open: Re-attempting to move into place. 3/5
[21:21:34.650 V] [Poi.Clear] Reason: Something happened during gathering and we did not complete the sequence

Is this because i change the waiting spot?
 
Seems like general problems you might see at the mistletoe/lemon spots. Is that where it was?
 
Anyone else having issues with the profile getting stuck on the mountain when it gets to 7th heaven? Here's what happens for me.
Code:
[11:36:58.032 N] Using Aetherial Reduction on Fire Moraine with a collectability of 379
[11:36:58.032 D] Waiting on PurifyDialog to open
[11:36:58.603 D] Waiting on PurifyDialog to close
[11:36:58.762 D] Waiting on PurifyResult to open
[11:37:01.170 D] Waiting on PurifyDialog to close
[11:37:01.739 V] [Poi.Clear] Reason: Current behavior changed to ExLogTag.
[11:37:01.739 D] Replaced hook [ProfileOrderBehavior_Hook] 6a5c9891-c3e4-4cad-9526-a4c17f2a4229
[11:37:01.739 N] [ExLog] GatherManager | EphemeralFarm [STOP]
[11:37:01.770 V] [Poi.Clear] Reason: Current behavior changed to ExLogTag.
[11:37:01.770 D] Replaced hook [ProfileOrderBehavior_Hook] 03b8efde-0839-4eff-9caf-9a08722152bb
[11:37:01.770 N] [ExLog] GatherManager | [BTN] Seventh Heaven
[11:37:01.807 V] [Poi.Clear] Reason: Current behavior changed to TeleportTo: ZoneId: 0, AetheryteId: 79, Name: Zenith, Force: False, Aetheryte: null, IsDone: False, HighPriority: False, LineNumber: 1863, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[11:37:01.807 D] Replaced hook [ProfileOrderBehavior_Hook] dddf7d24-5b1f-47b5-876b-1017764755c4
[11:37:01.832 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 1865, Name: BTN, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[11:37:01.832 D] Replaced hook [ProfileOrderBehavior_Hook] cd6ee1e9-e9a5-48d1-ab7d-125e0de580b3
[11:37:02.127 N] Building Actioncache
[11:37:02.131 N] Action Name:Sprint Action Id:3
[11:37:02.131 N] Action Name:Triangulate Action Id:210
[11:37:02.131 N] Action Name:Arbor Call Action Id:211
[11:37:02.131 N] Action Name:Stealth Action Id:212
[11:37:02.131 N] Action Name:Preparation Action Id:213
[11:37:02.131 N] Action Name:Toil of the Pioneer Action Id:214
[11:37:02.131 N] Action Name:Ageless Words Action Id:215
[11:37:02.131 N] Action Name:Brunt Force Action Id:216
[11:37:02.131 N] Action Name:Nophica's Ward Action Id:217
[11:37:02.131 N] Action Name:Field Mastery Action Id:218
[11:37:02.131 N] Action Name:Field Mastery II Action Id:220
[11:37:02.131 N] Action Name:Truth of Forests Action Id:221
[11:37:02.131 N] Action Name:Blessed Harvest Action Id:222
[11:37:02.131 N] Action Name:Blessed Harvest II Action Id:224
[11:37:02.131 N] Action Name:Leaf Turn Action Id:225
[11:37:02.131 N] Action Name:Leaf Turn II Action Id:226
[11:37:02.131 N] Action Name:Menphina's Ward Action Id:236
[11:37:02.131 N] Action Name:Arbor Call II Action Id:290
[11:37:02.131 N] Action Name:Llymlaen's Ward Action Id:292
[11:37:02.131 N] Action Name:Field Mastery III Action Id:294
[11:37:02.131 N] Action Name:Flora Mastery Action Id:4086
[11:37:02.131 N] Action Name:Bountiful Harvest Action Id:4087
[11:37:02.131 N] Action Name:Collector's Glove Action Id:4088
[11:37:02.131 N] Action Name:Methodical Appraisal Action Id:4089
[11:37:02.131 N] Action Name:Instinctual Appraisal Action Id:4090
[11:37:02.131 N] Action Name:Impulsive Appraisal Action Id:4091
[11:37:02.131 N] Action Name:Discerning Eye Action Id:4092
[11:37:02.131 N] Action Name:Utmost Caution Action Id:4093
[11:37:02.131 N] Action Name:Deep Breath Action Id:4094
[11:37:02.131 N] Action Name:Luck of the Pioneer Action Id:4095
[11:37:02.131 N] Action Name:Prune Action Id:4096
[11:37:02.131 N] Action Name:Prune II Action Id:4097
[11:37:02.131 N] Action Name:Single Mind Action Id:4098
[11:37:02.131 N] Action Name:Last Ditch Action Id:4099
[11:37:02.131 N] Action Name:Nald'thal's Ward Action Id:234
[11:37:02.131 N] Action Name:Thaliak's Ward Action Id:293
[11:37:02.131 N] Action Name:Byregot's Ward Action Id:219
[11:37:02.131 N] Action Name:Lay of the Land Action Id:228
[11:37:02.131 N] Action Name:Lay of the Land II Action Id:291
[11:37:02.131 N] Done building Actioncache
[11:37:02.132 N] [Ultima] Loading: Botanist
[11:37:03.833 D] DoAction Spell 221 0x10053372
[11:37:05.861 V] [Poi.Clear] Reason: Current behavior changed to ExFlyToTag: { Target: <-511.196, 58.26035, 352.3266>, LineNumber: 1866 }.
[11:37:05.861 D] Replaced hook [ProfileOrderBehavior_Hook] ec522f68-c400-43fe-8bb6-4edc73223fde
[11:37:05.861 N] [ExFlyTo v3.0.7.1511070] Building new FlightPath 22eb1057-16ff-9cea-a92b-57813e813dd1 from <314.4417, -30.32322, -151.5686> to <-511.196, 58.26035, 352.3266>
[11:37:05.926 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <308.7867, -26.36222, -148.1172>
[11:37:05.926 D] DoAction Mount 1 0xE0000000
[11:37:08.626 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <303.1316, -24.82545, -144.6659>
[11:37:09.021 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <297.4766, -22.07904, -141.2146>
[11:37:09.327 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <291.8215, -19.33562, -137.7632>
[11:37:09.710 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <286.1665, -16.59615, -134.3119>
[11:37:10.037 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <280.5114, -13.86163, -130.8605>
[11:37:10.406 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <274.8564, -11.13305, -127.4092>
[11:37:10.761 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <269.2013, -8.411392, -123.9579>
[11:37:11.132 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <263.5463, -5.69763, -120.5065>
[11:37:11.476 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <257.8912, -2.99274, -117.0552>
[11:37:11.836 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <252.2362, -0.2976928, -113.6039>
[11:37:12.184 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <246.5811, 2.386543, -110.1525>
[11:37:12.564 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <240.926, 5.059002, -106.7012>
[11:37:12.902 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <235.271, 7.718735, -103.2498>
[11:37:13.269 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <229.6159, 10.36478, -99.7985>
[11:37:13.608 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <223.9609, 12.99621, -96.34716>
[11:37:13.994 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <218.3058, 15.61207, -92.89583>
[11:37:14.325 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <212.6508, 18.21145, -89.44449>
[11:37:14.685 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <206.9957, 20.7934, -85.99315>
[11:37:15.059 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <201.3407, 23.35703, -82.54181>
[11:37:15.449 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <195.6856, 25.90142, -79.09047>
[11:37:15.758 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <190.0305, 28.42568, -75.63914>
[11:37:16.113 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <184.3755, 30.92892, -72.1878>
[11:37:16.464 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <178.7204, 33.41026, -68.73646>
[11:37:16.841 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <173.0654, 35.86884, -65.28512>
[11:37:17.166 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <167.4103, 38.30378, -61.83378>
[11:37:17.539 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <161.7553, 40.71426, -58.38244>
[11:37:17.923 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <156.1002, 43.09945, -54.93111>
[11:37:18.240 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <150.4451, 45.45849, -51.47977>
[11:37:18.600 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <144.7901, 47.7906, -48.02843>
[11:37:18.930 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <139.135, 50.09496, -44.57709>
[11:37:19.298 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <133.48, 52.3708, -41.12575>
[11:37:19.638 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <127.8249, 54.61735, -37.67442>
[11:37:19.996 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <122.1699, 56.83384, -34.22308>
[11:37:20.336 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <116.5148, 59.01952, -30.77174>
[11:37:20.695 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <110.8598, 61.17368, -27.3204>
[11:37:21.023 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <105.2047, 63.29557, -23.86906>
[11:37:21.395 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <99.54965, 65.38452, -20.41772>
[11:37:21.742 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <93.89461, 67.43984, -16.96638>
[11:37:22.091 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <88.23955, 69.46085, -13.51505>
[11:37:22.416 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <82.58449, 71.44688, -10.06371>
[11:37:22.775 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <76.92943, 73.39733, -6.612381>
[11:37:23.112 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <71.27438, 75.31154, -3.161041>
[11:37:23.472 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <65.61932, 77.18893, 0.2902985>
[11:37:23.824 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <59.96426, 79.02891, 3.741638>
[11:37:24.157 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <54.3092, 80.83089, 7.192978>
[11:37:24.500 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <48.65414, 82.59433, 10.64432>
[11:37:24.859 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <42.99908, 84.3187, 14.09566>
[11:37:25.183 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <37.34402, 86.00346, 17.547>
[11:37:25.535 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <31.689, 87.64813, 20.99834>
[11:37:25.887 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <26.03394, 89.25223, 24.44968>
[11:37:26.196 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <20.37888, 90.8153, 27.90102>
[11:37:26.550 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <14.72382, 92.33688, 31.35236>
[11:37:26.889 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <9.068756, 93.81657, 34.80368>
[11:37:27.219 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <3.413696, 95.25394, 38.25502>
[11:37:27.545 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-2.241364, 96.64863, 41.70636>
[11:37:27.889 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-7.896423, 98.00025, 45.1577>
[11:37:28.256 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-13.55145, 99.30848, 48.60904>
[11:37:28.598 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-19.20651, 100.573, 52.06038>
[11:37:28.938 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-24.86157, 101.7934, 55.51172>
[11:37:29.239 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-30.51663, 102.9696, 58.96306>
[11:37:29.603 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-36.17169, 104.1012, 62.4144>
[11:37:29.939 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-41.82675, 105.1879, 65.86574>
[11:37:30.270 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-47.48181, 106.2297, 69.31708>
[11:37:30.599 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-53.13687, 107.2261, 72.76842>
[11:37:30.937 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-58.7919, 108.1772, 76.21974>
[11:37:31.282 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-64.44696, 109.0826, 79.67108>
[11:37:31.596 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-70.10202, 109.9424, 83.12242>
[11:37:31.940 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-75.75708, 110.7563, 86.57376>
[11:37:32.265 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-81.41214, 111.5242, 90.0251>
[11:37:32.607 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-87.0672, 112.2462, 93.47644>
[11:37:32.967 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-92.72226, 112.9221, 96.92778>
[11:37:33.257 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-98.37729, 113.5518, 100.3791>
[11:37:33.598 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-104.0323, 114.1355, 103.8304>
[11:37:33.924 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-109.6873, 114.6731, 107.2818>
[11:37:34.273 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-115.3424, 115.1646, 110.7331>
[11:37:34.601 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-120.9974, 115.6101, 114.1844>
[11:37:34.929 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-126.6524, 116.0097, 117.6357>
[11:37:35.246 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-132.3075, 116.3634, 121.0871>
[11:37:35.585 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-137.9625, 116.6715, 124.5384>
[11:37:35.912 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-143.6175, 116.9339, 127.9897>
[11:37:36.250 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-149.2726, 117.1509, 131.441>
[11:37:36.585 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-154.9276, 117.3226, 134.8923>
[11:37:36.921 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-160.5826, 117.4494, 138.3437>
[11:37:37.234 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-166.2377, 117.5313, 141.795>
[11:37:37.571 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-171.8927, 117.5686, 145.2463>
[11:37:37.917 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-177.5477, 117.5616, 148.6976>
[11:37:38.220 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-183.2028, 117.5106, 152.1489>
[11:37:38.568 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-188.8578, 117.4158, 155.6003>
[11:37:38.894 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-194.5128, 117.2776, 159.0516>
[11:37:39.226 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-200.1679, 117.0964, 162.5029>
[11:37:39.553 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-205.8229, 116.8725, 165.9542>
[11:37:39.892 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-211.4779, 116.6063, 169.4056>
[11:37:40.225 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-217.133, 116.2982, 172.8569>
[11:37:40.552 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-222.788, 115.9486, 176.3082>
[11:37:40.879 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-228.443, 115.558, 179.7595>
[11:37:41.217 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-234.0981, 115.1268, 183.2109>
[11:37:41.548 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-239.7531, 114.6555, 186.6622>
[11:37:41.881 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-245.4081, 114.1446, 190.1135>
[11:37:42.196 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-251.0631, 113.5947, 193.5648>
[11:37:42.570 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-256.7182, 113.0062, 197.0162>
[11:37:42.892 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-262.3732, 112.3797, 200.4675>
[11:37:43.227 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-268.0282, 111.7158, 203.9188>
[11:37:43.566 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-273.6833, 111.015, 207.3701>
[11:37:43.882 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-279.3383, 110.2781, 210.8215>
[11:37:44.198 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-284.9933, 109.5055, 214.2728>
[11:37:44.565 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-290.6483, 108.698, 217.7241>
[11:37:44.900 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-296.3034, 107.8562, 221.1754>
[11:37:45.221 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-301.9584, 106.9807, 224.6268>
[11:37:45.567 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-307.6134, 106.0723, 228.0781>
[11:37:45.903 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-313.2685, 105.1316, 231.5294>
[11:37:46.200 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-318.9235, 104.1594, 234.9807>
[11:37:46.563 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-324.5785, 103.1564, 238.4321>
[11:37:46.898 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-330.2336, 102.1233, 241.8834>
[11:37:47.229 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-335.8886, 101.061, 245.3347>
[11:37:47.560 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-341.5437, 99.97008, 248.786>
[11:37:47.889 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-347.1987, 98.85146, 252.2373>
[11:37:48.219 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-352.8537, 97.70589, 255.6886>
[11:37:48.563 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-358.5088, 96.5342, 259.14>
[11:37:48.888 V] [ExFlyTo v3.0.7.1511070] Moving to waypoint: <-364.1638, 95.3372, 262.5913>
 
Any way to stop the forced landing the bot does when it stops farming ephemeral nodes? Not a big deal, but it gets you killed sometimes.
 
Last edited:
Back
Top