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!

[BOTANY] Ultimate Botany Profiles - Leveling, Farming, Grinding

I'm far from being a programmer, but I tried just changing the zone Name the If Condition and the Aetheryte ID without modifying anything else and it worked for me. Try saving the file with a new filename. Then go to load profile in RB and load the different file name.

P.S. it teleported me, but stood still. I'm not gonna mess with it too much.

Weird, still teleports me to Hawthorne... nvm let's wait for a fix lol. Meanwhile I'll just get to level 26 and resume from there like you. Thanks for everything!
 
Anyone who has used this 1-50, how long would you say it took?
 
Last edited:
Hidden/Rare Option

First, thanks for all of your work, plus then going back and refining said work to make it even better! I am learning the ropes via osmosis by looking at your XML files and plugins (which work great together) and then trying things out on my own. There is one nut that I have not been able to (well you know the word; it is censored though) and I'm hoping it's due to my inexperience with RB compared to not being possible at this time. I would really like it if when my character came across a hidden/rare mining opportunity, that they would instead focus on that. Thoughts?

Thanks again for showing the different aspects that can be added into a job-specific profile (i.e. activating certain abilities) and it shows how versatile RB really is. Expect a donation in your PP account from when the week is out and my Bitcoins have been sold, so if you get a really weird number, like $8.42, you'll know why :p.
 
Really great work OP, the profile works excellently so far.

Question for you though, I noticed occasionally a map or other rare item will spawn in one of the gathering slots as a "rare gather". Is there a way I can edit the profile to prioritize rare gathers over the normal ones without effecting the gathering speed much? Or is that not possible?



edit: I would also like to let you know about a spot where it gets stuck (not sure if this needs to go to you or the bot creators), but level 41-45, upper la noscea, exact coordinates of the problem spot are (662,-3.4,168). It tries running directly into a rock, and just runs endlessly.
 
Last edited:
I just pushed a fix, it should work fine now. Sorry for the delay, I've been swamped.

Great work on the Profile!

One thing, level 41-46 section of the bot gets stuck on some rocks every couple of hours. Just requires some babysitting. Wanted to give you a heads up on that one.
 
Great work on the Profile!

One thing, level 41-46 section of the bot gets stuck on some rocks every couple of hours. Just requires some babysitting. Wanted to give you a heads up on that one.

Nothing I can do about that, mastahg does the navmesh stuff. Report it to him and he should fix it.
 
Programming Gods Smile Down On Us!

Nothing I can do about that, mastahg does the navmesh stuff. Report it to him and he should fix it.
Now I'm jealous as I am not ranked high enough to run into this issue yet =p. Any input on what I (and subsequently m00se1; bring the basic forum etiquette people and read the thread, or at least the last few posts before posting - although I'm guilty of this myself *shameface*) talked about or should I take the question to the general programming thread. The bot errors out if I list multiple (possible) entries, which I know should work, so I think my formatting is fubar.

I'm still really impressed regarding what you've come up with and have created some profiles (as well as a plugin for a task that required more functionality than I could pull from an xml file alone) of my own for WHM and SCH now that I know how certain actions are triggered (so thank you + anyone that taught you how it's done). However they are still pre-alpha/insanely buggy (also the plugin might be against the rules/philosophy regarding what RB should do). I'll publicly post any profiles/plugins when they work as intended more than 50% of the time/receive permission.
 
Last edited:
Really great work OP, the profile works excellently so far.

Question for you though, I noticed occasionally a map or other rare item will spawn in one of the gathering slots as a "rare gather". Is there a way I can edit the profile to prioritize rare gathers over the normal ones without effecting the gathering speed much? Or is that not possible?

Unfortunately it's not practical for the profile to gather the rare items. That's because you can only hold 1 of each of the maps (and maybe some other rare items), but when the map spawns when you already have one, the bot will try to gather the map anyway, be unable to, and get stuck trying to gather the map. That's why I haven't included the rare items, because the bot doesn't like them very much right now.
 
Unfortunately it's not practical for the profile to gather the rare items. That's because you can only hold 1 of each of the maps (and maybe some other rare items), but when the map spawns when you already have one, the bot will try to gather the map anyway, be unable to, and get stuck trying to gather the map. That's why I haven't included the rare items, because the bot doesn't like them very much right now.
Thanks for the reply kagami, I'm just looking to gather hidden rare items like seeds and such, if I come up with a list can these be given gather priority (since they stack just fine) or will I hit the same wall you are talking about (I'm not looking at high end/specialty items like maps at the moment, since those come with the stipulations you mention).

Edit:
Did we ever get support for Unknown items within Mining/Botany nodes? I didn't see it in the changelogs but maybe it was stealthed. Without that it's hard to make a 1-50 profile with OrderBot because the user would have to mine one of each item for each segment of the profile before the bot could do it on its own.

Heh apparently we both were seeking answers to this question, however even in the link that mast provided, I don't see an answer. I suppose I need to get me sleep and try again when my MPs are replenished x.X
 
Last edited:
Thanks for the reply kagami, I'm just looking to gather hidden rare items like seeds and such, if I come up with a list can these be given gather priority (since they stack just fine) or will I hit the same wall you are talking about (I'm not looking at high end/specialty items like maps at the moment, since those come with the stipulations you mention).

It depends on how you make the profile. In order to farm more than one item, you can't use the Slot tag, you need to use the ItemNames tag. With that tag, the first item on the list is what will be farmed first, and if that item disappears it will move down the list. I can make an example for you when I get home, I'm out currently.
 
It depends on how you make the profile. In order to farm more than one item, you can't use the Slot tag, you need to use the ItemNames tag. With that tag, the first item on the list is what will be farmed first, and if that item disappears it will move down the list. I can make an example for you when I get home, I'm out currently.
Thanks m8, but you already provided a perfect example, I was just overthinking it way too much! In your current profile xml, you start off looking for Latex; so I can just take that and expand it (before I was trying to include "if exists" statements, but was doing it in all the wrong way). I finally found where more details are located (even though there isn't an exact function guide for developers). I'll post my findings at different locations for those interested in using items over slots. Thanks 1,000x and I swear I'm not this dim on a good day with proper sleep (I just haven't bothered sleeping for more than a couple hours in a quite a few weeks =p).
 
Thanks m8, but you already provided a perfect example, I was just overthinking it way too much! In your current profile xml, you start off looking for Latex; so I can just take that and expand it (before I was trying to include "if exists" statements, but was doing it in all the wrong way). I finally found where more details are located (even though there isn't an exact function guide for developers). I'll post my findings at different locations for those interested in using items over slots. Thanks 1,000x and I swear I'm not this dim on a good day with proper sleep (I just haven't bothered sleeping for more than a couple hours in a quite a few weeks =p).

Now that I think about it, take a look at the mining profile for umbrella or antumbral rocks, I think one of them farms both rocks and grade 3 shroud soil. That would be a perfect example.
 
Now that I think about it, take a look at the mining profile for umbrella or antumbral rocks, I think one of them farms both rocks and grade 3 shroud soil. That would be a perfect example.
Yeah I'm doing exactly what is being done there. Thanks for already letting me know that items take priority from top to bottom, and I already have info on what can be found in the area. This is just an example but for instance my BTN level is currently 24 and this is what I have done...
Code:
		<If Condition="Core.Player.ClassLevel &lt; 26">
			<If Condition="not IsOnMap(145)">
				<TeleportTo Name="Camp Drybone" AetheryteId="18" />
			</If>
			<Gather while="Core.Player.ClassLevel &lt; 26">
				<GatherObject>Lush Vegetation Patch</GatherObject>
				<HotSpots>
				   <HotSpot Radius="95" XYZ="-330.0593, -30.75064, -35.12579" />
				</HotSpots>
				<ItemNames>
					<ItemName>Ala Mhigan Mustard Seeds</ItemName>
					<ItemName>Millioncorn Seeds</ItemName>
					<ItemName>Pearl Ginger Root</ItemName>
					<ItemName>Ala Mhigan Mustard</ItemName>
				</ItemNames>
				<GatheringSkillOrder>
					<GatheringSkill SpellName="Field Mastery II" TimesToCast="1" />
				</GatheringSkillOrder>
			</Gather>
		</If>
Edit: Confirmed to work. I believe you still need to manually unlock each "unknown" when you start in an area (something slotting helped avoid). Thanks again for all of your help, even when AFK kagami! +reps you to the moon and back!
 
Last edited:
Ultimate Botany Profiles - Leveling, Farming, Grinding
- kagamihiiragi17

I noticed your profile for this uses Toil of the Pioneer. Which isn't necessary, though you will always get at least one HQ. Though you can save 300GP and get about 33% chance HQ per swing. Allowing the use of other skills and the ability to get about 2-3 logs on average HQ. I suggest using the slot instead.


Now a Breakdown.

Yours:

Code:
 <GatherObject>Unspoiled Mature Tree</GatherObject>
         	<HotSpots>
         	   <HotSpot Radius="300" XYZ="-203.4157, 11.08931, 90.84132" />
         	</HotSpots>
			<ItemNames>
				<ItemName>Shroud Tea Leaves</ItemName>
				<ItemName>Fragrant Log</ItemName>
			</ItemNames>
			<GatheringSkillOrder>
				<GatheringSkill SpellName="Toil of the Pioneer" TimesToCast="1" />
				<GatheringSkill SpellName="Leaf Turn" TimesToCast="1" />
				<GatheringSkill SpellName="Field Mastery II" TimesToCast="1" />
				<GatheringSkill SpellName="Brunt Force" TimesToCast="1" />
			</GatheringSkillOrder>
		</Gather>
Toil: 300 GP+Leaf Turn: 100+ Field Master II+100= 500GP+ A guaranteed HQ from Brunt Force.

Rewrite of yours:
Code:
GatherObject>Unspoiled Mature Tree</GatherObject>
         	<HotSpots>
         	   <HotSpot Radius="300" XYZ="-203.4157, 11.08931, 90.84132" />
         	</HotSpots>
			<Slot>5</Slot> <!--Fragrant Log -->
			<GatheringSkillOrder>
				<GatheringSkill SpellName="Leaf Turn II" TimesToCast="1" />
				<GatheringSkill SpellName="Field Mastery II" TimesToCast="1" />
			</GatheringSkillOrder>
		</Gather>
Since it uses the slot it doesn't have to waste 300GP for Toil. However this makes it take one swing to get to the item. Making "Brunt Force" not possible here. This makes this profile take 300GP for Leaf Turn II and 100GP for Field Mastery II. Using 400GP in total. Leaving the Gather at 100% and HQ chance at 30%+(Based on Perception). Of course the skills can be reworked on the spruce profile to get about 25 logs of spruce with ease. or even aim for more spruce HQ.

Thoughts?
 
Last edited:
Great work on the Profile!

One thing, level 41-46 section of the bot gets stuck on some rocks every couple of hours. Just requires some babysitting. Wanted to give you a heads up on that one.
Nothing I can do about that, mastahg does the navmesh stuff. Report it to him and he should fix it.

Heh, I was just a victim of this. Here's the log:

[04:02:09.666 D] [POI Set] Type: Gather
[04:02:09.721 D] Requesting path on 139 from <645.0983, -1.725523, 112.3924> to <664.9885, -2.017929, 180.5007>
[04:02:09.791 D] Generated path to <664.9885, -2.017929, 180.5007> in 00:00:00.0697501 ms
[04:02:11.462 D] Moving to next hop: <649.3194, -2.170297, 121.2733> (Moving to gather) D: 2.073431
[04:02:11.627 D] Moving to next hop: <649.1408, -2.696577, 122.0422> (Moving to gather) D: 1.891545
[04:02:11.737 D] Moving to next hop: <647.783, -2.405262, 141.7852> (Moving to gather) D: 20.81125
[04:02:15.020 D] Moving to next hop: <649.3995, -1.819479, 145.2168> (Moving to gather) D: 4.912398
[04:02:15.616 D] Moving to next hop: <652.2595, -2.212282, 146.5414> (Moving to gather) D: 4.078223
[04:02:16.102 D] Moving to next hop: <657.8885, -2.705794, 148.1052> (Moving to gather) D: 6.943561
[04:02:17.075 D] Moving to next hop: <658.6504, -2.972074, 151.502> (Moving to gather) D: 4.166356
[04:02:17.562 D] Moving to next hop: <660.0394, -2.875497, 156.2> (Moving to gather) D: 6.129097
[04:02:18.426 D] Moving to next hop: <662.7208, -3.322788, 160.1763> (Moving to gather) D: 5.71512
[04:02:19.183 D] Moving to next hop: <664.2462, -3.322788, 161.7626> (Moving to gather) D: 3.350178
[04:02:19.291 N] Sprinting
[04:02:19.291 D] DoAction Spell 3 0xE0000000
[04:02:19.561 D] Moving to next hop: <665.2365, -3.281662, 160.6> (Moving to gather) D: 1.715133
[04:02:19.669 D] Moving to next hop: <664.5635, -3.30961, 164.7174> (Moving to gather) D: 3.931337
[04:02:20.047 D] Moving to next hop: <658.3604, -3.322788, 166.9143> (Moving to gather) D: 6.927219
[04:02:20.814 D] Moving to next hop: <664.9885, -2.017929, 180.5007> (Moving to gather) D: 15.24636
[04:02:41.510 D] Targeting Lush Vegetation Patch 0x40000072 0x13BC2340
[04:02:41.603 D] Interacting with Lush Vegetation Patch 0x13BC2340
[04:02:42.587 N] [GatherTag] Casting Field Mastery II
[04:02:42.587 D] DoAction Spell 220 0xE0000000
[04:02:42.702 V] Blacklisting 40000072 for 00:00:30 [Type: All] - Reason : So we don't auto target
[04:02:42.702 N] Gathering ItemName:Sagolii Sage Chance:81 HqChance:19 Amount:1 RawItemId:4845
[04:02:44.067 N] Gathering ItemName:Sagolii Sage Chance:96 HqChance:19 Amount:1 RawItemId:4845
[04:02:52.537 V] [Poi.Clear] Reason: Node is gone

Luckily I was watching (had it minimized but wondered why I stopped hearing gathering sounds). 30 seconds sprinting into a rock trying to get to that node. Thankfully it was only seconds and not minutes/hours lol.

You end up getting stuck @ around:

Upper La Noscea (34, 24)
X: 665.4717
Y: -3.406507
Z: 169.666

I'll let mastahg know for the mesh.
 
[04:25:49.495 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:52.047 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:02.5529464 ms
[04:25:52.062 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:52.175 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.1131753 ms
[04:25:52.182 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:52.362 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.1799286 ms
[04:25:52.392 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:52.606 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2134614 ms
[04:25:52.627 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:53.032 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.4047674 ms
[04:25:53.061 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:53.347 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2853530 ms
[04:25:53.361 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:53.651 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2899599 ms
[04:25:53.662 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:53.896 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2345382 ms
[04:25:53.911 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:54.223 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.3123015 ms
[04:25:54.227 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:54.490 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2630021 ms
[04:25:54.494 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:54.824 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.3298099 ms
[04:25:54.827 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:55.099 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2716372 ms
[04:25:55.103 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:55.369 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2655199 ms
[04:25:55.394 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:55.642 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2484252 ms
[04:25:55.644 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:56.144 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.5004971 ms
[04:25:56.161 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:56.434 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2723550 ms
[04:25:56.461 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:56.654 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.1925435 ms
[04:25:56.661 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:56.795 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.1339951 ms
[04:25:56.811 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:57.129 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.3184000 ms
[04:25:57.145 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:57.415 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2701896 ms
[04:25:57.444 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:58.299 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.8551872 ms
[04:25:58.311 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:58.507 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.1957914 ms
[04:25:58.512 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:58.792 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2803791 ms
[04:25:58.811 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:59.571 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.7599393 ms
[04:25:59.593 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:25:59.804 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2107031 ms
[04:25:59.810 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:00.048 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2383285 ms
[04:26:00.060 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:00.323 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2625819 ms
[04:26:00.333 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:01.103 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.7698476 ms
[04:26:01.110 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:01.343 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2328861 ms
[04:26:01.360 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:01.603 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2432794 ms
[04:26:01.610 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:02.422 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.8121713 ms
[04:26:02.443 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:02.670 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2271243 ms
[04:26:02.693 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:03.327 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.6341035 ms
[04:26:03.343 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:03.601 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2580118 ms
[04:26:03.610 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:04.051 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.4409282 ms
[04:26:04.060 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:04.314 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2535374 ms
[04:26:04.326 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:04.587 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2608682 ms
[04:26:04.594 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:04.849 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2556541 ms
[04:26:04.860 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:05.191 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.3302339 ms
[04:26:05.211 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:05.454 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2427818 ms
[04:26:05.461 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:05.717 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2557863 ms
[04:26:05.728 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:06.631 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.9030582 ms
[04:26:06.644 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:06.986 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.3417744 ms
[04:26:06.994 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:07.275 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2807541 ms
[04:26:07.295 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:07.836 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.5414733 ms
[04:26:07.844 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:08.065 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2205263 ms
[04:26:08.095 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:08.896 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.8011453 ms
[04:26:08.911 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:09.133 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2223305 ms
[04:26:09.161 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:09.393 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2316822 ms
[04:26:09.411 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:10.206 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.7948391 ms
[04:26:10.211 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:10.494 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2832194 ms
[04:26:10.511 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:10.749 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2373023 ms
[04:26:10.761 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:11.535 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.7736677 ms
[04:26:11.561 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:11.801 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2397121 ms
[04:26:11.811 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:12.051 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2396427 ms
[04:26:12.061 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:12.202 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.1406160 ms
[04:26:12.228 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:12.904 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.6763965 ms
[04:26:12.911 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:13.130 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2191309 ms
[04:26:13.161 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:13.494 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.3327525 ms
[04:26:13.494 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:14.303 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.8082083 ms
[04:26:14.311 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:14.567 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2556986 ms
[04:26:14.577 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:15.223 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.6460722 ms
[04:26:15.244 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:16.030 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.7851071 ms
[04:26:16.044 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:16.290 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2454501 ms
[04:26:16.310 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:16.566 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2555277 ms
[04:26:16.576 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:16.871 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2945545 ms
[04:26:16.893 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:17.194 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.3006684 ms
[04:26:17.194 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:17.449 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2545747 ms
[04:26:17.460 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:17.749 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2891643 ms
[04:26:17.760 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:18.024 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2642712 ms
[04:26:18.027 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:18.425 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.3979292 ms
[04:26:18.443 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:18.700 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2565393 ms
[04:26:18.710 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:18.970 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2598201 ms
[04:26:18.976 D] Requesting path on 152 from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579>
[04:26:19.222 D] No viable path from <-196.1737, 2.859919, 290.5929> to <-330.0593, -30.75064, -35.12579> in 00:00:00.2457665 ms

View attachment 170180 2014-09-10 11.03.txt

Alright, the Logging the Hours Black Shroud III achievement profile generates this error. I attached the log, but the log is hours long because I've been doing my achievements.
 
Back
Top