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] Unspoiled profile, doesn't work 100%

laumirka

New Member
Joined
Oct 19, 2014
Messages
20
Hi all.
I have created a profile for harvesting unspoiled nodes with botanist and it works with some nodes and not with others: not teleporting, not targeting some nodes, etc.
I have a similar one for mining and it works well, so I don't understand what happens. Could someone help me, please?

Examples: teleports to Camp Dragonhead and then doesn't go to the node (it says "not valid path..."); when harvesting prickly pineapples it goes to the hotspots but then it doesn't target the node; it harvests an unspoiled and keeps searching hotspots so it doesn't teleport, etc.

Thanks.
 

Attachments

Last edited:

Check your syntax. For Fragrant Logs, you have:

Code:
		<HotSpots> 
			<HotSpot Radius="300" XYZ="-203.4157, 11.08931, 90.84132" /> 
		</HotSpots>

But for prickly pineapples you have:

Code:
         <HotSpots>
                        <HotSpot[COLOR="#FF0000"]s[/COLOR] Z="233.928421" Y="0" X="442.486969" Radius="95"/>
			<HotSpot[COLOR="#FF0000"]s[/COLOR] Z="244.928421" Y="12" X="487.486969" Radius="95"/>
			<HotSpot[COLOR="#FF0000"]s[/COLOR] Z="234.928421" Y="14" X="443.486969" Radius="95"/>
         </HotSpots>

See the difference? It will only understand the instructions you give it, spelling matters. I'd go through the whole profile if I were you and see where there are issues and check for things like that. Also, for future reference, if you're having issues, post a log with the profile please. :)
 
Back
Top