• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [ORDERBOT] Navigation. <189.8025, 6.117051, 988.6992>

    Discussion in 'Rebornbuddy Support' started by Thecamel, Oct 29, 2014.

    1. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      [02:18:05.439 D] Moving to next hop: <194.9151, 3.22711, 944.8262> (Moving to gather) D: 2.028234
      [02:18:05.621 D] Moving to next hop: <194.1151, 3.22711, 945.7762> (Moving to gather) D: 1.981046
      [02:18:05.788 D] Moving to next hop: <193.3651, 3.22711, 946.6762> (Moving to gather) D: 1.856028
      [02:18:05.938 D] Moving to next hop: <192.6651, 3.22711, 948.2762> (Moving to gather) D: 2.409333
      [02:18:06.171 D] Moving to next hop: <192.5652, 3.22711, 949.0262> (Moving to gather) D: 1.3464
      [02:18:06.269 D] Moving to next hop: <190.2998, 3.82711, 987.0831> (Moving to gather) D: 38.68935
      [02:18:11.137 D] Navigation reached current destination. Within 3.563459
      [02:18:11.170 D] Requesting path on 146 from <190.3454, 3.486769, 986.3572> to <189.8025, 6.117051, 988.6992>
      [02:18:11.580 D] Generated path to <189.8025, 6.117051, 988.6992> in 00:00:00.4105171 ms
      [02:18:11.720 D] Navigation reached current destination. Within 3.382831
      [02:18:11.737 D] Requesting path on 146 from <190.0777, 3.561574, 986.4998> to <189.8025, 6.117051, 988.6992>
      [02:18:12.105 D] Generated path to <189.8025, 6.117051, 988.6992> in 00:00:00.3675420 ms
      [02:18:12.120 D] Navigation reached current destination. Within 3.382831
      [02:22:22.571 N] Stopping the bot. Reason:pushed the stop button.


      The bold text, The bot will arrive at node, But just out of reach to start mining the node, 1 step via the keyboard and the bot starts farming again.

      My understanding this is NOT a profile issue but a navigation issue.

      I have attached a full log
      View attachment 13568 2014-10-30 08.16 - stop.txt

      I can confirm other uses have had the EXCACT issue with this node looking at their logs they have posted too.
       
    2. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      In the meantime set your pathing to Raw in the Global Settings window.
       
    3. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Thanks, However, I had already tried that.

      The bot gets stuck there both on random an raw ( have no tried the others)

      is there a way to blacklist this node ?
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      382
      Trophy Points:
      83
      In your profile please try
      Code:
      <Gather InteractDistance="4.0" ....>
      
       
    5. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Im Sorry,

      I know basic profile modifcations but this I cant see where I would add that to the profile I am use.
      Code:
      <Profile>
          <Name>Mining: Levels 1-50</Name>
          <KillRadius>50</KillRadius>
          <Order>
      		<If Condition="Core.Player.ClassLevel &lt; 6">
      			<If Condition="not IsOnMap(140)">
      				<TeleportTo Name="Horizon" AetheryteId="17" />
      			</If>
      			<Gather while="Core.Player.ClassLevel &lt; 6">
      				<GatherObject>Mineral Deposit</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="264.0081,56.19608,206.0519" />
      				</HotSpots>
      				<ItemNames>
      					<ItemName>Copper Ore</ItemName>
      				</ItemNames>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Prospect" TimesToCast="2" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<If Condition="Core.Player.ClassLevel &lt; 11">
      			<If Condition="not IsOnMap(140)">
      				<TeleportTo Name="Horizon" AetheryteId="17" />
      			</If>
      			<Gather while="Core.Player.ClassLevel &lt; 11">
      				<GatherObject>Mineral Deposit</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="42.69921,56.98661,349.928" />
      				</HotSpots>
      				<ItemNames>
      					<ItemName>Tin Ore</ItemName>
      				</ItemNames>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<If Condition="Core.Player.ClassLevel &lt; 16">
      			<If Condition="not IsOnMap(140)">
      				<TeleportTo Name="Horizon" AetheryteId="17" />
      			</If>
      			<Gather while="Core.Player.ClassLevel &lt; 16">
      				<GatherObject>Mineral Deposit</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="288.9167, 62.34205, -218.6282" />
      				</HotSpots>
      				<Slot>2</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision I" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<If Condition="Core.Player.ClassLevel &lt; 18">
      			<If Condition="not IsOnMap(145)">
      				<TeleportTo Name="Camp Drybone" AetheryteId="18" />
      			</If>
      			<Gather while="Core.Player.ClassLevel &lt; 18">
      				<GatherObject>Mineral Deposit</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="-183.1978, -34.69329, -37.8227" />
      				</HotSpots>
      				<Slot>5</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<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>Mineral Deposit</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="-183.1978, -34.69329, -37.8227" />
      				</HotSpots>
      				<Slot>1</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<If Condition="Core.Player.ClassLevel &lt; 31">
      			<If Condition="not IsOnMap(146)">
      				<TeleportTo Name="Forgotten Springs" AetheryteId="20" />
      			</If>
      			<Gather while="Core.Player.ClassLevel &lt; 31">
      				<GatherObject>Rocky Outcrop</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="26.02704, 8.851164, 399.923" />
      				</HotSpots>
      				<Slot>0</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<If Condition="Core.Player.ClassLevel &lt; 36">
      			<If Condition="not IsOnMap(146)">
      				<TeleportTo Name="Forgotten Springs" AetheryteId="20" />
      			</If>
      			<Gather while="Core.Player.ClassLevel &lt; 36">
      				<GatherObject>Mineral Deposit</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="181.7675, 3.287047, 962.0443" />
      				</HotSpots>
      				<Slot>6</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<If Condition="Core.Player.ClassLevel &lt; 41">
      			<If Condition="not IsOnMap(153)">
      				<TeleportTo Name="Quarrymill" AetheryteId="5" />
      			</If>
      			<Gather while="Core.Player.ClassLevel &lt; 41">
      				<GatherObject>Mineral Deposit</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="60" XYZ="353.7134, -3.617686, 58.73518" />
      				</HotSpots>
      				<Slot>1</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<If Condition="Core.Player.ClassLevel &lt; 50">
      			<If Condition="not IsOnMap(139)">
      				<TeleportTo Name="Camp Bronze Lake" AetheryteId="15" />
      			</If>
      			<Gather while="Core.Player.ClassLevel &lt; 50">
      				<GatherObject>Mineral Deposit</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="425.5676, -2.748671, 180.2855" />
      				</HotSpots>
      				<Slot>5</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      		</If>
      		<If Condition="Core.Player.ClassLevel == 50">
      			<LogMessage Message="Congratulations, you're a level 50 miner!" />
      			<LogMessage Message="Check out some grinding profiles on the forums," />
      			<LogMessage Message="or take a look at the profiles for your new gear!" />
      		</If>
          </Order>
      </Profile>
      
       
      Last edited: Oct 30, 2014
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      382
      Trophy Points:
      83
      like this
      Code:
      <Gather InteractDistance="4.0" while="Core.Player.ClassLevel &lt; 50">
      
       
    7. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48

      Thanks it dosnt matter where I add it then as long as its after profile then ?

      Code:
      	<If Condition="Core.Player.ClassLevel &lt; 31">
      			<If Condition="not IsOnMap(146)">
      				<TeleportTo Name="Forgotten Springs" AetheryteId="20" />
      			</If>
      			<Gather InteractDistance="4.0" while="Core.Player.ClassLevel &lt; 31">
      				<GatherObject>Rocky Outcrop</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="26.02704, 8.851164, 399.923" />
      				</HotSpots>
      				<Slot>0</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      
      Thanks
       
      Last edited: Oct 30, 2014
    8. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Testing now
       
      Last edited: Oct 30, 2014
    9. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      382
      Trophy Points:
      83
      No...Look for the <GATHER> tag and insert InteractDistance="4.0" after it!
       
    10. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      OK with the below code added,

      Code:
      	<If Condition="Core.Player.ClassLevel &lt; 31">
      			<If Condition="not IsOnMap(146)">
      				<TeleportTo Name="Forgotten Springs" AetheryteId="20" />
      			</If>
      			<Gather InteractDistance="4.0" while="Core.Player.ClassLevel &lt; 31">
      				<GatherObject>Rocky Outcrop</GatherObject>
      				<HotSpots>
      				   <HotSpot Radius="95" XYZ="26.02704, 8.851164, 399.923" />
      				</HotSpots>
      				<Slot>0</Slot>
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
      				</GatheringSkillOrder>
      			</Gather>
      
      The bot still gets stuck on the same node.

      Code:
      [05:42:10.753 D] [POI Set] Type: Gather
      [05:42:10.815 D] Requesting path on 146 from <198.5185, 3.113048, 959.6799> to <189.8025, 6.117051, 988.6992>
      [05:42:11.179 D] Generated path to <189.8025, 6.117051, 988.6992> in 00:00:00.3648297 ms
      [05:42:11.255 N] Sprinting
      [05:42:11.255 D] DoAction Spell 3 0xE0000000
      [05:42:15.056 D] Navigation reached current destination. Within 3.45211
      [05:42:15.116 D] Requesting path on 146 from <190.4718, 3.533535, 986.5096> to <189.8025, 6.117051, 988.6992>
      [05:42:15.450 D] Generated path to <189.8025, 6.117051, 988.6992> in 00:00:00.3347154 ms
      [05:42:15.492 D] Navigation reached current destination. Within 3.45211
      [05:42:55.087 N] Stopping the bot. Reason:Pushed the stop button.
      [05:42:55.087 D] CurrentBot.Stop()
      
      As you can see- Same node 189.8025, 6.117051, 988.6992

      I
       
      Last edited: Oct 30, 2014
    11. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      382
      Trophy Points:
      83
      You need add the interactidstance to ALL the gather tags
       
    12. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48

      Thanks,

      Well that's deffentaly resolved that node..

      Code:
      [06:18:35.082 D] Replaced hook [ProfileOrderBehavior_Hook] 2bda1965-22be-4bb0-9344-66e1130fa756
      [06:18:37.353 D] [POI Set] Type: Gather
      [06:18:37.423 D] Requesting path on 146 from <202.5139, 4.436582, 940.757> to <189.8025, 6.117051, 988.6992>
      [06:18:41.252 D] Generated path to <189.8025, 6.117051, 988.6992> in 00:00:03.8283783 ms
      [06:18:42.258 D] Moving to next hop: <194.9151, 3.22711, 944.8262> (Moving to gather) D: 1.552115
      [06:18:42.381 D] Moving to next hop: <194.1151, 3.22711, 945.7762> (Moving to gather) D: 1.658614
      [06:18:42.505 D] Moving to next hop: <193.3651, 3.22711, 946.6762> (Moving to gather) D: 1.722138
      [06:18:42.630 D] Moving to next hop: <192.6651, 3.22711, 948.2762> (Moving to gather) D: 2.323946
      [06:18:42.816 D] Moving to next hop: <192.5652, 3.22711, 949.0262> (Moving to gather) D: 1.449198
      [06:18:42.938 D] Moving to next hop: <190.2998, 3.82711, 987.0831> (Moving to gather) D: 38.46305
      
      
      However, Most of the nodes now are spamming...

      "Too Far away" trying to interact with mineral deposit.
       
    13. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      382
      Trophy Points:
      83
      Then try a value like 3.8
       
    14. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48
      Thanks,

      I trieds 3.8 Didn't work,

      So I went as low as 1.0 and still getting the interaction "too Far away" even at 1.0

      Edit-

      Hang 5.

      notepad ++ didn't write the file for some reason..
       
      Last edited: Oct 30, 2014
    15. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      382
      Trophy Points:
      83
      Its stopping at 3.5 as thats the closet it will get you will need to try values between 3.5 and 4.0
       
    16. Thecamel

      Thecamel Community Developer

      Joined:
      Aug 8, 2012
      Messages:
      2,036
      Likes Received:
      46
      Trophy Points:
      48

      Yes thanks, Sorry for some reason (perhaps what was in memory) my changes where not being used by the bot (still trying at 4.0)

      non the lest I closed the bot down, and checked it was using the changes, and it appears 3.5 is now working :)

      will let it run now till maintenance and let you know but I think this has fixed the problem.

      Thank you very much for your assistance :)
       

    Share This Page