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!

I found the Aeonaxx AFK Farming Profile??

lepogaming

New Member
Joined
Jul 26, 2015
Messages
1
Hello everyone! Found this a few hours ago, check this out please and let me know if it works! GB2 Profile
<HBProfile>
<Name>Aeonaxx Round</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>1</MinFreeBagSlots>

<MinLevel>1</MinLevel>
<MaxLevel>86</MaxLevel>
<Factions>99999</Factions>

<MailGrey>False</MailGrey>
<MailWhite>False</MailWhite>
<MailGreen>False</MailGreen>
<MailBlue>False</MailBlue>
<MailPurple>False</MailPurple>

<SellGrey>False</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>

<Vendors>
</Vendors>

<Hotspots>
<Hotspot X="933.2988" Y="766.2095" Z="192.1476" />
<Hotspot X="1008.651" Y="761.2416" Z="180.1875" />
<Hotspot X="1148.721" Y="729.5664" Z="166.843" />
<Hotspot X="1251.317" Y="625.8344" Z="163.4522" />
<Hotspot X="1307.688" Y="490.7303" Z="162.2708" />
<Hotspot X="1265.218" Y="359.8488" Z="161.142" />
<Hotspot X="1135.79" Y="295.6895" Z="161.3087" />
<Hotspot X="990.5699" Y="287.7654" Z="162.2114" />
<Hotspot X="857.1653" Y="344.08" Z="167.882" />
<Hotspot X="771.0956" Y="458.8928" Z="173.9225" />
<Hotspot X="773.3597" Y="605.4942" Z="180.8185" />
<Hotspot X="881.6315" Y="701.4178" Z="159.667" />

</Hotspots>
</HBProfile>


If doesn't works, pls let me know, what's wrong with the profile. By now, my character it flying around the Aeonaxx's hotspots. Thank you!
 
Max level is 86 on the profile which needs to be changed - I'm also not sure why it seems to lack any code to interact with anything. Means you would have to use rarefinder or something if I'm correct.
 
Yea, this is just a list of Hotspots that are used incorrectly.
There's no tag specifying which botbase for the bot to use, and the Hotspots are just floating in the profile.

Hotspots are typically used with another tag such as GrindArea, or HuntingGrounds to give them an objective.


Something more appropriate would be:

PHP:
<HBProfile>
	<Name>Aeonaxx Round</Name>
	<MinDurability>0.4</MinDurability>
	<MinFreeBagSlots>1</MinFreeBagSlots>
	<QuestOrder>
		<While Condition="!HasItem(63042)" >
			<CustomBehavior File="InteractWith" MobId="50062" MobState="Alive" Range="1" >
				<HuntingGrounds>
					<Hotspots>
						<Hotspot X="933.2988" Y="766.2095" Z="192.1476" />
						<Hotspot X="1008.651" Y="761.2416" Z="180.1875" />
						<Hotspot X="1148.721" Y="729.5664" Z="166.843" />
						<Hotspot X="1251.317" Y="625.8344" Z="163.4522" />
						<Hotspot X="1307.688" Y="490.7303" Z="162.2708" />
						<Hotspot X="1265.218" Y="359.8488" Z="161.142" />
						<Hotspot X="1135.79" Y="295.6895" Z="161.3087" />
						<Hotspot X="990.5699" Y="287.7654" Z="162.2114" />
						<Hotspot X="857.1653" Y="344.08" Z="167.882" />
						<Hotspot X="771.0956" Y="458.8928" Z="173.9225" />
						<Hotspot X="773.3597" Y="605.4942" Z="180.8185" />
						<Hotspot X="881.6315" Y="701.4178" Z="159.667" />
					</Hotspots>
				</HuntingGrounds>
			</CustomBehavior>
		</While>
	</QuestOrder>
</HBProfile>

This is completely untested of course.
I'm not entirely sure how the InteractWith or the bot itself behavior will behave when Aeonaxx is mounted.
 
Back
Top