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] Ultimate Profiles Thread - Leveling, Farming, Grinding

is there anyway you could make a silver ore farming route? ive tried making the profiles but i am not very good.
 
hello :) i just noticed the order bot or the profiles itself doesnt gather hidden rare nodes is any solition for that ?
 
Hey,

Thanks for all the profiles here but does anyone have an updated profile as of patch 2.5 a lot of the nodes have been moved..so the bot tps but goes to the old nodes and just derps out not seeing the new node abit away..
 
@Berkodamus are you looking to farm Unaspected Crystals?

i did the following to my profiles

Code:
		 <ItemNames>
		 	<ItemName>Unaspected Crystal</ItemName>
                        <ItemName>Wind Cluster</ItemName> <!--Wind Cluster-->
		       </ItemNames>

i would watch it to see if it works, but i was able to wake up with 200 crystals in my inventory.
 
Hey,

Thanks for all the profiles here but does anyone have an updated profile as of patch 2.5 a lot of the nodes have been moved..so the bot tps but goes to the old nodes and just derps out not seeing the new node abit away..


i have some time what profiles need to be updated that you noticed so far?
 
Hey,

Thanks for all the profiles here but does anyone have an updated profile as of patch 2.5 a lot of the nodes have been moved..so the bot tps but goes to the old nodes and just derps out not seeing the new node abit away..

I'll take a look when I get a chance. What profile, what level?
 
Hey Kaga, your profiles have not only helped me level but also make quite a large amount of gil.

I see fit to repay the favor by providing an Unspoiled Mining profile that I have been using for a while now. The only problems I have with it are every now and again the bot stands still and switches between "Idle" and "Gather", I have checked the logs and I have no idea how to fix it.

Anyway, This bot runs around hawthorn collecting crystals and at the correct times it goes to areas to collect Unspoiled Nodes.

1am: Darksteel Ore
6am: Umbral Rock
9am: Gold Ore
7pm: Level 3 Topsoil

ONE STAR NODES


decided this is the best one: View attachment 152392


It came from this thread i quoted it for ease its on page 10 :(, i tried upping the radius in the profile to 120 will see if that helps
 
It came from this thread i quoted it for ease its on page 10 :(, i tried upping the radius in the profile to 120 will see if that helps

My point was that they aren't mine, they didn't come from the main post and I didn't make them, so I can't support them. Looks like Grimmjow might be able to help or you could just make new profiles.
 
Hey,

thinking making new profiles would be an option i will take a look at the guide..hopefully its not too difficult :) thanks for the help!
 
Code:
	<If Condition="IsTimeBetween(2,3)">
	  
	<If Condition="Core.Me.CurrentJob != ClassJobType.Miner">
	    <ChangeJob Type="Miner" />
	</If>
	
		<TeleportTo Name="Camp Dragonhead" AetheryteId="23" />
	<Gather Loops="1">
         <GatherObject>Unspoiled Mineral Deposit</GatherObject>
         <HotSpots>
            <HotSpot Radius="100" 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(2,3)"/>
	 </If>

If this is any help, above is the code i use in my profiles for darksteel ore and it works fine for my atleast.
 
Is there a way to have to mine sections of this after you reach the cap? Like say if i wanted to target something particular
 
Is there a way to have to mine sections of this after you reach the cap? Like say if i wanted to target something particular

I don't really understand what you're asking, but you can remove parts of the profile than you don't want to mine so it only mines what you want.
 
Like say i wanna mine electrume how would i go about setting it to mine that bc now it just stops bc im arldy 50 which btw was amazing your scpt is on key.
 
Like say i wanna mine electrume how would i go about setting it to mine that bc now it just stops bc im arldy 50 which btw was amazing your scpt is on key.

Remove everything but Electrum Ore and change the gather condition to True.
 
Do mean chainging the



<If Condition="Core.Player.ClassLevel &lt; 50"> <-------- This line from 50 to True ?
<If Condition="not IsOnMap(139)">
<TeleportTo Name="Camp Bronze Lake" AetheryteId="15" />
</If>
<Gather while="Core.Player.ClassLevel &lt; 50">
<GatherObject>Mineral Deposit</GatherObject>
<HotSpots>
<HotSpot Radius="95" XYZ="425.5676, -2.748671, 180.2855" />
</HotSpots>
<Slot>5</Slot>
<GatheringSkillOrder>
<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1" />
</GatheringSkillOrder>
</Gather>
</If>
<If Condition="Core.Player.ClassLevel == 50"> <-------- Or this line?
<LogMessage Message="Congratulations, you're a level 50 miner!" />
<LogMessage Message="Check out some grinding profiles on the forums," />
<LogMessage Message="or take a look at the profiles for your new gear!" />
 
Probably a dumb question but, how do you use the xml link for this profile? Thanks
 
Back
Top