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!

What do you want most poll .

What do you want most?

  • GB2 fixed to chase fox, mine mob's, and empty bags

    Votes: 0 0.0%
  • Dungeon buddy Dungeons

    Votes: 0 0.0%
  • Dungeon buddy LFRs

    Votes: 0 0.0%
  • Fishing buddy Fix's / Updates

    Votes: 0 0.0%
  • Other

    Votes: 0 0.0%

  • Total voters
    0
  • Poll closed .
I presume you just setup some hotspots and let the bot fly around picking out the nodes. Am I close to correct?

If you don't mind, where is a good source to read about what's absolutely necessary for a questing profile please? Thanks!
With GatherBuddy, that's all you can do - add hotspots and let it run.
But given this is the questing botbase, there is no limits, you can do absolutely anything.

PHP:
<HBProfile>
<QuestOrder>

	<While Condition="true" >
		<CustomBehavior File="InteractWith" MobIds="1234, 5678" InteractByLooting="true" >
			<HuntingGrounds>
				<Hotspot  />
				<Hotspot  />
			</HuntingGrounds>
		</CustomBehavior>
	</While>

</QuestOrder>
</HBProfile>

This is a very bare minimum example that will make the Questing botbase run pretty much exactly like the GatherBuddy botbase.

But
You can adjust some of the logic here to do things such as: make the bot ignore mobs and gather while on a mount without dismounting.
Or, you can add code to chase fox flowers. There's tons you can do with it.

All the code I know from this is by EchoTiger, so he would have better examples.
 
Last edited:
Back
Top