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

I have the same issue than you for some orderbot profiles Zandaar.

I installed the client in French, then switch it to English because the macros and / commands are easier in that language. (Also, some of their translations suck, but that's beside the point.)

Could it be possible that the french "first" installation left some files behind that cause OrderBot to crash ?
 
I'll just put this here:

Farming profile is currently set to farm 5000/7500 crystals/shards and then move to the next in the list. Currently needs manual start and stop as well as repair.
View attachment 139334

Each of the following are for a specific crystal/shard type. Again, require manual start, stop and repair.
View attachment 139335
View attachment 139336
View attachment 139337
View attachment 139338
View attachment 139339
View attachment 139340

Finally, here are profiles to get ya that mining luminary. Until I can figure out how to have order bot recognize achievements, you have to load these up as you tick each box.

Black Shroud:
View attachment 139343
View attachment 139344
View attachment 139345
View attachment 139346
View attachment 139347

LaNoscea:
View attachment 139348
View attachment 139349
View attachment 139350
View attachment 139351
View attachment 139352

Thanalan:
View attachment 139353
View attachment 139354
View attachment 139355
View attachment 139356
View attachment 139357

Hope they are helpful.

~onyxial

You should really create a brand new thread to post these profiles in. Adding them to this thread will just make them get lost in comments.
 
Adding them to this thread will just make them get lost in comments.

I hope that at some point Kaga can get these listed with his profiles since they are all mining related. I'm starting work on the botany versions of the same and they will get their own thread for sure.
 
You should really create a brand new thread to post these profiles in. Adding them to this thread will just make them get lost in comments.

I asked that people post their mining profiles here so I can put them in the main post, give them credit, and truly make the 'Ultimate' mining profiles thread.

I added them to the main thread onyxial, thanks so much for the contribution! :D
 
hey guys i have some trouble, i am level 37 miner and just have all the requeriments that the header profile 1-50 mining says, i run the bot and it teleports to quarrymill and then mount the chocobo and gives me this error

[15:25:37.489 D] Requesting path on 153 from <176.0712, 8.577163, -61.72055> to <3537134, -3617686, 5873518>
[15:25:37.653 D] No viable path from <176.0712, 8.577163, -61.72055> to <3537134, -3617686, 5873518> in 00:00:00.1640132 ms

what solution is viable?
 
hey guys i have some trouble, i am level 37 miner and just have all the requeriments that the header profile 1-50 mining says, i run the bot and it teleports to quarrymill and then mount the chocobo and gives me this error

[15:25:37.489 D] Requesting path on 153 from <176.0712, 8.577163, -61.72055> to <3537134, -3617686, 5873518>
[15:25:37.653 D] No viable path from <176.0712, 8.577163, -61.72055> to <3537134, -3617686, 5873518> in 00:00:00.1640132 ms

what solution is viable?

That portion of the code is handled by OrderBot and the Nav System. You'll need to report the problem to Mastahg.

Check out this link to report it:

https://www.thebuddyforum.com/rebornbuddy-forum/rebornbuddy-support/153653-navigation-issues.html
 
firstly thank you kagamihiiragi17 very much for these amazing swift lvling profiles!


Sometimes when it mines it comes across the timeworn maps. How do I include it in my things to mine list?
 
firstly thank you kagamihiiragi17 very much for these amazing swift lvling profiles!


Sometimes when it mines it comes across the timeworn maps. How do I include it in my things to mine list?

That's not the easiest thing because it's not smart enough to only mine one of them. You could make two different gather tags, one set to while="not hasitem(timeworn map)" and one set to "while=hasitem(timeworn map)" but that's pretty inelegant. Other than that I can't think of a good way right now.
 
That's not the easiest thing because it's not smart enough to only mine one of them. You could make two different gather tags, one set to while="not hasitem(timeworn map)" and one set to "while=hasitem(timeworn map)" but that's pretty inelegant. Other than that I can't think of a good way right now.


Thanks for the quick reply! :)

Okay that sounds completely a stranger to me, I guess for now I'll just farm them manually haha. Thanks again.
 
Any way I can get an explanation of how to get it to do use Toil of the Pioneer/the mining buff?

I need to make a idle bot for gold roe.
 
Hey, i just purchased RebornBuddy and im wondering if this profile uses questing to lvl? or does it just grind killing monsters to lvl?
 
Hey, i just purchased RebornBuddy and im wondering if this profile uses questing to lvl? or does it just grind killing monsters to lvl?

Uhh, this is a mining profile, not a leveling profile. It grinds nodes to level.
 
Trying the umbral rock package with wind crystals and it is moving to the incorrect hotspot. Just goes south from camp, sits there and then goes between active and idle. Just thought I'd let you know :).
 
Thanks to onyxial for the following farming profiles:
View attachment 139334 - Farming profile is currently set to farm 5000/7500 crystals/shards and then move to the next in the list.

Farming profile is currently set to farm 5000/7500 crystals/shards and then move to the next in the list. Currently needs manual start and stop as well as repair.
View attachment 139334

This profile is broken. It mined 9999 Lightning Crystals and kept trying to mine more, which isn't possible, so it just stood there.

Here's the code:

Code:
[SIZE=4][B]<If Condition="(ItemCount(12) &lt; 5000) or (ItemCount(6) &lt; 7500)">[/B][/SIZE]
				<TeleportTo Name="little ala mhigo" AetheryteId="19" />
				[SIZE=4][B]<Gather while ="(ItemCount(12) &lt; 5000) or (ItemCount(6) &lt; 7500)">[/B][/SIZE]
					<GatherObject>Rocky Outcrop</GatherObject>
					<HotSpots>
						<HotSpot Radius="95" XYZ="-122.5412, 21.88736, -489.5768" />
					</HotSpots>
					<ItemNames>
						<ItemName>Lightning Crystal</ItemName>
						<ItemName>Lightning Shard</ItemName>
					</ItemNames>
					<GatheringSkillOrder>
						<GatheringSkill SpellName="Byregot's Ward" TimesToCast="1" />
					</GatheringSkillOrder>
				</Gather>
			</If>

What needs to be changed to make the profile obey the "stop @ 5000" (and 7500) rule?

I'm assuming the problem lies with the ItemCount() call but I know nothing about TreeSharp or FFXIV item numbers to know if it's being used improperly or if the item number is simply wrong. :(
 
Last edited:
This profile is broken. It mined 9999 Lightning Crystals and kept trying to mine more, which isn't possible, so it just stood there.

What needs to be changed to make the profile obey the "stop @ 5000" (and 7500) rule?

I'm assuming the problem lies with the ItemCount() call but I know nothing about TreeSharp or FFXIV item numbers to know if it's being used improperly or if the item number is simply wrong. :(

I believe the problem is that you are trying to do the gathering of both Lightning Crystal and Lightning Shard in the same loop.

I think you should break this out into multiple <If Condition>'s where you're only doing the if on a single item at a time
 
Back
Top