xwillsotakux
New Member
- Joined
 - Jan 24, 2015
 
- Messages
 - 21
 
- Reaction score
 - 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:
	
	
	
		
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
				
			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






