• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Mining Profile Problems

    Discussion in 'Rebornbuddy Support' started by xwillsotakux, Jan 28, 2015.

    1. xwillsotakux

      xwillsotakux New Member

      Joined:
      Jan 24, 2015
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Hey,

      For some reason my mining profile does not work correctly it skips the first step completely but works fine from that i have included a pastebin link to the full profile the part i am struggling with is this:

      Code:
      <!-- wind crystals
      -->
      	<If Condition="IsTimeBetween(22,1)">
                  <If Condition="not IsOnMap(152)">
      	        <TeleportTo Name="The Hawthorne Hut" AetheryteId="4" />
      	    </If>
      	    <Gather while="IsTimeBetween(22,1)">
                      <GatherObject>Rocky Outcrop</GatherObject>
                      <HotSpots>
              	    <HotSpot Radius="120" XYZ="-164.3448, -0.488205, 163.7332" />
                      </HotSpots>
                      <ItemNames>
                          <ItemName>Grade 2 Shroud Topsoil</ItemName>
                          <ItemName>Wind Crystal</ItemName>
                          <ItemName>Wind Shard</ItemName>
                      </ItemNames>
      	        <GatheringSkillOrder>
      		    <GatheringSkill SpellName="Prospect" TimesToCast="2" />
      	        </GatheringSkillOrder>
            	    </Gather>
      	</If>
      Also dark steel ore seems to be an issue the bot runs upto the nodes and just stands staring at it doing nothing...some help would be appropriated so i know whats going on and how to avoid it in future profiles also credit to the original maker that i modified it from
       
    2. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      You can't loop from 22 to 1 on IsTimeBetween. Make one from 22 to 23 and one from 0 to 1.
       
    3. xwillsotakux

      xwillsotakux New Member

      Joined:
      Jan 24, 2015
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Oh something that simple! Thanks will give it a shot if its so easy then making 100% new profiles should be a snap!
      Update: Thanks got the 2nd problem too!
       
      Last edited: Jan 28, 2015

    Share This Page