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!

[Order Bot] Mining (Leveling 1-60 + 1-50 Quests)

y2krazy

Community Developer
Joined
Jun 21, 2011
Messages
2,803
WHERE TO PUT THIS PROFILE (REQUIRED!)

pyAe774.png


CUSTOMIZING THIS PROFILE
Code:
############################################################
# Required Setup:                                          #
#     Set Miner Gear Set at the bottom of the profile.  #
############################################################
1-60 MINING PROFILE

I have provided all of my profiles via the SVN link found in this post.

To use with Order Bot: Load the profile and hit Start anywhere in the world, unless otherwise noted.

SVN Link: https://github.com/y2krazy/RebornBuddy-Profiles/trunk (use this URL when committing a local directory to SVN; aka, copy/paste this URL when prompted to)
SVN Guide: [Guide] How to Download and Update a SVN

EXBUDDY (CUSTOM)

Use this URL as the SVN Checkout: https://github.com/Entrax643/ExBuddy/trunk

Please ensure @entrax's revised ExBuddy is found in the following folder (create one if it does not exist!):

1TqPzbL.png


If you have RebornBuddy open when you add ExBuddy, please close and restart RebornBuddy in order for it to compile correctly.

PROFILE ISSUE REPORTS

If you find anything wrong with any of these profiles, please use the following template for issue reporting:

Profile Name:
Issue:
Suggested Fix:
(if you'd like)

CREDITS

A BIG thank you to dark wolf and kagamihiiragi17 for their awesome custom behaviors!

Custom behaviors (multiple) by kagamihiiragi17. Reference: [OFFICIAL] Rebornbuddy Questing Pack

DONATE

At the request of several people, I have included a donate link. If you would like to contribute to the Happy Wife, Happy Life Fund, this is where you can do that, if you so desire. Please do not feel obligated to give, but if you decide to, I can't thank you enough. I love this community and don't mind staying up late to help you all out how I can! Thank you for all the public and private conversations on this journey of ours - praises and criticisms included!

 
Last edited:
Oh btw, I am a Texan too! Maybe we can get together and I'll buy you some beers! I have your complete SVN and have been using it since I started playing/botting this game!
 
Changes to the Leveling 50-60 profile pushed.

Changelog:

Code:
[B]Leveling 50-60 (v1.0.1)[/B]

[INDENT]Added 50-51 farming area.[/INDENT]
 
Sorry I am fairly new to this, I have got several other profiles to work fine however, with your profile when I load, I am getting this error in the RB hud (red text) profile wont load. please let me know what I am doing wrong? This was for the miner 50-60. however did same thing for the other profiles also.

[13:32:05.544 N] Failed to load profile: Data at the root level is invalid. Line 1, position 1.
[13:32:05.546 D] System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlReader.MoveToContent()
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XElement.Load(TextReader textReader, LoadOptions options)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
 
Sorry I am fairly new to this, I have got several other profiles to work fine however, with your profile when I load, I am getting this error in the RB hud (red text) profile wont load. please let me know what I am doing wrong? This was for the miner 50-60. however did same thing for the other profiles also.
I've never seen that error before. Have you tried a fresh RB install in a new folder, without any plugins?
 
Heya y2,
In forelands this spot (101.2325, -113.6722, 350.7733) not sure that's exactly what yours is, I took that from the console, but it repeatedly gets me killed at 55 btn.
Bot rides there and waits, but I more or less always have aggro from a ninka at that point, and that spot is not far enough away for the ninka to change it's mind.
Haven't really had a chance to let see it cycle much, (I let it return 3 times just to make sure the deaths were pretty consistent, and I got eaten all 3 times) But otherwise the profile is looking nice so far m8 :)
 
I'll ask around to try and see what's going on.

Heya y2,
In forelands this spot (101.2325, -113.6722, 350.7733) not sure that's exactly what yours is, I took that from the console, but it repeatedly gets me killed at 55 btn.
Bot rides there and waits, but I more or less always have aggro from a ninka at that point, and that spot is not far enough away for the ninka to change it's mind.
Haven't really had a chance to let see it cycle much, (I let it return 3 times just to make sure the deaths were pretty consistent, and I got eaten all 3 times) But otherwise the profile is looking nice so far m8 :)
Will look into it. Thanks for the report!
 
Hi awesome profile having some issues atm though seems its trying to go into my Scholar n cast protect and stoneskin and then stops
From the first post and text found in the profile itself:

CUSTOMIZING THESE PROFILES

Code:
############################################################
# Required Setup:                                          #
# 	Set Miner Gear Set at the bottom of the profile.  #
############################################################
 
Hi.. Love the profile... just got my miner to 60 thanks to it. :D

I noticed one issue with a ledge in the farming area starting at line 299.
It was an issue where, as the bot was leaving the node it had trouble passing a ledge on it's way to the start point of the area.
I modified the profile with a blackspot for that particular node

Code:
<NoCombatMoveTo Name="Farming Area" XYZ="522.3037, -112.0796, 437.1943" />
<Gather Loops="1">
	<GatherObject>Mineral Deposit</GatherObject>
	<BlackSpots>
		<Blackspot Radius="5" XYZ="541.492065,-112.0796,452.578735" />
	</BlackSpots>

Also I was wondering if there is a way for the both to choose "hidden" materials over the predetermined materials listed in the profile?
I believe that it would be beneficial to grab some of the hidden materials, like Titanium Ore, over the Raw Star Ruby.
 
Hi.. Love the profile... just got my miner to 60 thanks to it. :D

I noticed one issue with a ledge in the farming area starting at line 299.
It was an issue where, as the bot was leaving the node it had trouble passing a ledge on it's way to the start point of the area.
I modified the profile with a blackspot for that particular node

Code:
<NoCombatMoveTo Name="Farming Area" XYZ="522.3037, -112.0796, 437.1943" />
<Gather Loops="1">
	<GatherObject>Mineral Deposit</GatherObject>
	<BlackSpots>
		<Blackspot Radius="5" XYZ="541.492065,-112.0796,452.578735" />
	</BlackSpots>

Also I was wondering if there is a way for the both to choose "hidden" materials over the predetermined materials listed in the profile?
I believe that it would be beneficial to grab some of the hidden materials, like Titanium Ore, over the Raw Star Ruby.
I'll go ahead and trust you and add the blackspot. Thanks!

As for the hidden item(s), I'll add those to my to-do list. Thanks for this as well!!

Bot also seems to get stuck behind a cliff trying to fly, but can't fly over it?
This profile was not optimized for 3rd party flying. I would report navigation issues to the author of the flying you're trying to use.
 
Hey im having an issue with your profile it says: Element StopBot is not supported. Please check your XML and try again. (<StopBot />) Line 46
 
Back
Top