• Visit Rebornbuddy
  • [BOTANY] Unspoiled profile, doesn't work 100%

    Discussion in 'Mining-Botany Profiles' started by laumirka, Oct 19, 2014.

    1. laumirka

      laumirka New Member

      Joined:
      Oct 19, 2014
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      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.
       

      Attached Files:

      Last edited: Oct 19, 2014
    2. laumirka

      laumirka New Member

      Joined:
      Oct 19, 2014
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      No one? :(
       
    3. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      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. :)
       
    4. laumirka

      laumirka New Member

      Joined:
      Oct 19, 2014
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Thanks kagamihiiragi17, gonna check it!
       

    Share This Page