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
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!