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!

Siltstone farming - No viable path

mphil355

New Member
Joined
Aug 9, 2014
Messages
22
To start off, I am not sure if this is a navigation issue or not so I am posting here first... If someone can clarify that it is indeed a navigation issue I apologize and will post in the appropriate thread.

So I created a Siltstone farming profile where I manually navigate to the area where the Siltstone nodes are (there isn't an easy Aetheryte zone in, you would have to go UP from WLN or take the ferry across the lake.) It works fine most of the time but will randomly stop and blacklist nodes and then not move because there are 'No reachable nodes'

Code:
[17:35:43.068 V] Blacklisting 400000E0 for 00:00:30 [Type: All] - Reason : Unable to navigate to target
[17:35:43.068 V] [Poi.Clear] Reason: Unable to navigate.
[17:35:43.099 D] [POI Set] Type: Gather
[17:35:43.161 D] Requesting path on 139 from <-387.0501, -3.421227, 210.3196> to <-472.2934, -10.54743, 221.0739>
[17:35:43.847 D] No viable path from <-387.0501, -3.421227, 210.3196> to <-472.2934, -10.54743, 221.0739> in 00:00:00.6863852 ms
[17:35:43.847 V] Blacklisting 40000110 for 00:00:30 [Type: All] - Reason : Unable to navigate to target
[17:35:43.847 V] [Poi.Clear] Reason: Unable to navigate.
[17:35:43.969 D] Requesting path on 139 from <-387.0501, -3.421227, 210.3196> to <-426.3967, -11.73711, 224.3624>
[17:35:45.364 D] No viable path from <-387.0501, -3.421227, 210.3196> to <-426.3967, -11.73711, 224.3624> in 00:00:01.3949232 ms

I have tried changing the gathering range smaller and larger and it didn't seem to play a huge role in this happening. Not sure but one possibility may be that there are another set of nearby nodes of the same type (fire, water, lightning rock @ Lvl 25. Rocky Outcrop). The nodes I am gathering are Lvl 30. Rocky Outcrop.

I can temporarily fix it by running out of the zone and back in, but it will break again shortly after I do this.
Any help would be appreciated, thanks! :cool:


Here is the log and the profile i am using
View attachment 8748 2015-01-30 11.34.txt
View attachment SiltstoneFarming.xml
 
Looking at the Radar, there's nothing stopping the bot from navigating to the nodes, try the below. If it still happens, its a navmesh error, you can report it, including a log and your profile here.

Code:
<Profile>
	<Name>Siltstone</Name>
	<Order>
		<Gather while="True">
			<GatherObject>Rocky Outcrop</GatherObject>
			<HotSpots>
				<HotSpot Radius="70" XYZ="-443.8623, -11.72921, 226.0782" />
			</HotSpots>
			<ItemNames>
				<ItemName>Siltstone</ItemName>
			</ItemNames>
			<GatheringSkillOrder>
				<GatheringSkill SpellName="Unearth" TimesToCast="1" />
			</GatheringSkillOrder>
		</Gather>
	</Order>
</Profile>
 
Last edited:
i tried your code and it definitely is still doing the same thing, apparently im not the only one as i see some other people posting about the same issue in the same area in the navigation thread

thanks for the help!
 
Back
Top