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!

[Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

Any plans to do stuff that you can't solo, maybe with a dungeonbuddy script so you can run multiple bots to do them?

DungeonBuddy is only designed to queue for a dungeon, then process a pre-coded 'special' dungeon behavior. So it's usually not the preferred botbase for this type of stuff as it does not support the code we need.
If you have five characters, you could easily setup a "Master" and "Slave" configuration so that all five of them will run the dungeons.



However, we may code profiles in the support that will feature dual/multi-botting. These profiles will also run on the Questing botbase.

Ex:
Blackwing Lair, one profile will use the mind control orb while another will keep the mobs out of the area.
OR
For Deadmines, one profile will run a level 90 while the others follow with level 15s in Deadmines.
 
Last edited:
DungeonBuddy is only designed to queue for a dungeon, then process a pre-coded 'special' dungeon behavior. So it's usually not the preferred botbase for this type of stuff as it does not support the code we need.
If you have five characters, you could easily setup a "Master" and "Slave" configuration so that all five of them will run the dungeons.



However, we may code profiles in the support that will feature dual/multi-botting. These profiles will also run on the Questing botbase.

Ex:
Blackwing Lair, one profile will use the mind control orb while another will keep the mobs out of the area.
OR
For Deadmines, one profile will run a level 90 while the others follow with level 15s in Deadmines.

Cool, thanks for the reply. I didn't realise you could do all that in quest profiles and figured DB would be 'easier' to add functionality of encounter mechanics that can't be ignored.
 
Level 87 Ret Paladin.. I'll wait until 90 and try it out with Protection spec!

And about the combat routine, i was using the singular one.. didn't changed a thing.. Maybe that's the problem.


Thanks for replying!
 
Hello for the completed endless file. The 2 mobs don't respawn. Could you tell me how to fix please?

I am using "Ruins of Ahn'Qiraj, Endless Trash Farm"
 
Last edited:
Hello for the completed endless file. The 2 mobs don't respawn. Could you tell me how to fix please?

I am using "Ruins of Ahn'Qiraj, Endless Trash Farm"

I assume you killed the 2nd boss? If you kill him, they will not respawn.
 
These profiles use the questing db not the dungeonbuddy db, so no.

hellboyy said:
its able to config the bot/profiles that only the boss gets looted?

Yes, there is a way to control looting.
However, you must manually edit the profile itself to do so.

These profiles are designed to tell the bot to turn off/on looting.
This setting is the same setting that you can normally control in the "Settings & Tools" configuration menu.
You can easily edit the profile so that it doesn't tell the bot to turn off / on looting.



Anywhere in the profile code where you see: 'LootMobs="True"' or 'LootMobs="False"' is where the profile tells the bot "Okay, start looting" or "Okay, stop looting."

If you change ALL of them to True, the bot will loot everything. If you change them all to False, it wont.


Also, if it weren't for the fact that these profiles run on the 'Questing' bot base, none of these profiles would be possible.
As 'DungeonBuddy' simply does not support this type of code, and ONLY supports queuing for dungeons.


EDIT:
Most of the instance transmogrification farms are set to activate loot when a boss dies. Sometimes mobs that die near the boss will also be looted.
If the transmogrification instance profiles are looting mobs that aren't bosses, then there's something wrong with the configuration.
 
Last edited:
Actually there is a way to change the code to only loot on bosses but its not a common choice.

Which isn't configuring the bot, that's re-scripting.. That's like asking if the profile can also run off and farm some mobs in between runs. Um no but of course you could add that in yourself.
 
Is it possible to filter out items to not be looted or to destroy if looted?

If you open the profile with a text editor, you will see:

<ProtectedItems>

Any item added to this list will be protected, and will not be destroyed.
The EntryID can be found by going to WoWhead and looking for the number at the end of the URL of the item you're wanting to add.

You can also do the same with the Global blacklist
 
Last edited:
If you open the profile with a text editor, you will see:

<ProtectedItems>

Any item added to this list will be protected, and will not be destroyed.
The EntryID can be found by going to WoWhead and looking for the number at the end of the URL of the item you're wanting to add.

You can also do the same with the Global blacklist
<Global blacklist>
<item id here to not be looted>
</Global blacklist>

Like that?
 
Back
Top