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!

Mining Profile Problems

xwillsotakux

New Member
Joined
Jan 24, 2015
Messages
21
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
 
You can't loop from 22 to 1 on IsTimeBetween. Make one from 22 to 23 and one from 0 to 1.

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:
Back
Top