What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Custer Farm profile / Gold ore?

cameronss816

New Member
Joined
Jun 29, 2014
Messages
52
Reaction score
0
Does anyone have a working Cluster for different variety profile set up, or a gold ore profile, even if it just sits there? Would like to see someone's example for like farming one thing and then goes to one of the random pops at X hour, so that I can attempt to build a profile for different nodes at different times.
 
I was using the profile that was attached in this thread and monitoring i. I noticed that when it attempts to gather clusters of any kind it just stands there and doesn't attempt. So I edited it some for testing and changed the slot number just for the cluster portions of the profile. In doing this it would attempt to gather the empty slot that I assigned. But when it is on the correct slot for the cluster it never attempts at all. Just interacts with the node and waits until it disappears. Is anyone able to maybe explain this to me?
 
Did you mine the clusters previously so they are not "unknown "
 
Did you mine the clusters previously so they are not "unknown "
If you're using the slot number, unknown shouldn't matter.

OP try this for gold ore.

Code:
<Profile>
    <Name>Mining - Gold Ore</Name>
    <KillRadius>50</KillRadius>
    <Order>
	<While Condition ="True">
        <If Condition="IsTimeBetween(10,12)">
	        <TeleportTo Name="Camp Drybone" AetheryteId="18" />
	    <Gather Loops="1">
            <GatherObject>Unspoiled Mineral Deposit</GatherObject>
         	<HotSpots>
         	    <HotSpot Radius="150" XYZ="307.6837, 10.1216, -9.528715" />
         	</HotSpots>
			<Slot>5</Slot> <!--Gold Ore -->
			<GatheringSkillOrder>
				<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
				<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
			</GatheringSkillOrder>
		</Gather>
	    <MoveTo XYZ="-67.53981, -21, -12.79922"/>
		<WaitWhile Condition ="IsTimeBetween(10,18)" />
		</If>
	</While>
    </Order>
</Profile>

This is from the unspoiled profile. Separated for OP's convenience
 
All nodes within the script were previously mined by me so it isn't unknown. But when it comes to mining shards it doesn't even try to find it within the node. It just interacts and waits nothing else. For clusters at least. Everything else it mines fine.
 
are you talking about the clusters in mor dhona? or the one i currently have active on that profile?
 
Nevermind previous comment... How would I make this loop a few times so it goes through the same process? As soon as I hit gold ore it ends the script?
 
Last edited:
after the order tag put in <While Condition ="True">

and the end tag </While> should be before the </Order> tag at the end
 
after the order tag put in <While Condition ="True">

and the end tag </While> should be before the </Order> tag at the end


So I keep messing up. I don't want to do the clusters, just astral rock, gold ore, gold sand, and darksteel for right now... This is how I modified but it's giving all kinds of errors... Sorry not proficient in programming.

<?xml version="1.0" encoding="UTF-8"?>
<Profile>
<Name>Unspoiled</Name>

<Order>
<While Condition ="True">

<WaitWhile Condition ="IsTimeBetween(0,1)" />

<!--Darksteel Ore -->
<If Condition="IsTimeBetween(1,3)">
<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />

<Gather Loops="2000">
<GatherObject>Unspoiled Mineral Deposit</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="309.7161,305.0083,-62.78537" />
<!--HotSpot Radius="95" XYZ="301.0099, 307.6327, -89.7529"/-->
</HotSpots>
<Slot>2</Slot> <!--Darksteel Ore -->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<MoveTo XYZ="224.433, 302, -181.7083"/>
<WaitWhile Condition ="IsTimeBetween(1,3)" />

</If>

<!--Gold Sand -->

<If Condition= "IsTimeBetween(6,7)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />

<Gather Loops="2000" >
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="277.8999, -2.309269, 48.01617" />
<HotSpot Radius="95" XYZ="140.3306, -13.30936, 143.5792" />

</HotSpots>
<Slot>1</Slot> <!--Gold Sand -->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<TeleportTo Name="Horizon" AetheryteId="17"/>
<WaitWhile Condition ="IsTimeBetween(6,7)" />
</If>

<WaitWhile Condition ="IsTimeBetween(8,10)" />

<!--Gold Ore-->
<If Condition="IsTimeBetween(10,12)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />

<Gather Loops="2000">
<GatherObject>Unspoiled Mineral Deposit</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="307.6837, 10.1216, -9.528715" />
</HotSpots>
<Slot>5</Slot> <!--Gold Ore-->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<MoveTo XYZ="-67.53981, -21, -12.79922"/>
<WaitWhile Condition ="IsTimeBetween(12,21)" />
</If>

<If Condition="IsTimeBetween(21,23)">
<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />

<Gather Loops="2000">
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="125.7782, 275.2774, 96.14079" />
<HotSpots>
<Slot>6</Slot> <Astral Rock >
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<MoveTo XYZ="224.433, 302, -181.7083"/>
<WaitWhile Condition ="IsTimeBetween(21,24)" />
</If-->
<WaitWhile Condition ="IsTimeBetween(21,24)" />
</While>
</Order>
<While Condition ="True">
</Profile>
 
i don't think astral rock will work because of the jump that needs to be done.
 
i don't think astral rock will work because of the jump that needs to be done.

So if there's a large gap in time then it won't work? So I can't do Darksteel either then, correct? Or can I start with darksteel, do gold ore, then sand then have it re-cycle at X time for darksteel? So....

<?xml version="1.0" encoding="UTF-8"?>
<Profile>
<Name>Unspoiled</Name>

<Order>
<While Condition ="True">

<WaitWhile Condition ="IsTimeBetween(0,1)" />

<!--Darksteel Ore -->
<If Condition="IsTimeBetween(1,3)">
<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />

<Gather Loops="2000">
<GatherObject>Unspoiled Mineral Deposit</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="309.7161,305.0083,-62.78537" />
<!--HotSpot Radius="95" XYZ="301.0099, 307.6327, -89.7529"/-->
</HotSpots>
<Slot>2</Slot> <!--Darksteel Ore -->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<MoveTo XYZ="224.433, 302, -181.7083"/>
<WaitWhile Condition ="IsTimeBetween(1,3)" />

</If>

<!--Gold Sand -->

<If Condition= "IsTimeBetween(6,7)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />

<Gather Loops="2000" >
<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="277.8999, -2.309269, 48.01617" />
<HotSpot Radius="95" XYZ="140.3306, -13.30936, 143.5792" />

</HotSpots>
<Slot>1</Slot> <!--Gold Sand -->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<TeleportTo Name="Horizon" AetheryteId="17"/>
<WaitWhile Condition ="IsTimeBetween(6,7)" />
</If>

<WaitWhile Condition ="IsTimeBetween(8,10)" />

<!--Gold Ore-->
<If Condition="IsTimeBetween(10,12)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />

<Gather Loops="2000">
<GatherObject>Unspoiled Mineral Deposit</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="307.6837, 10.1216, -9.528715" />
</HotSpots>
<Slot>5</Slot> <!--Gold Ore-->
<GatheringSkillOrder>
<GatheringSkill SpellName="King's Yield II" TimesToCast="1" />
<!--GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /-->
<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
<MoveTo XYZ="-67.53981, -21, -12.79922"/>

</While>
</Order>
<While Condition ="True">
</Profile>


Something like that?
 
Saying this in the log: [02:53:33.297 N] Failed to load profile: The 'If' start tag on line 58 position 4 does not match the end tag of 'While'. Line 75, position 4.
[02:53:33.298 D] System.Xml.XmlException: The 'If' start tag on line 58 position 4 does not match the end tag of 'While'. Line 75, position 4.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
 
i'll make the profile you need so that you can see whats wrong in the above one. i'm in coil right now so it will be a bit before i can post it.
 
astral rocks make you jump up a platform to mine them i believe and reborn buddy doesn't jump yet
 
Back
Top