What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

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

Lol, from the looks of it - while your character was fighting a mob it used Roll to get to them quicker.
When the bot used Roll, it rolled off the cliff (in the huge room where Anomalus is at) which caused it to die instantly.

When your character died, it tried navigating to the next coordinate in the dungeon, which caused it to run off in a random direction.

If your combat routine didn't use roll, it would've been fine.

Rofl, what a fail. I turned off roll in Singular.
 
Hey Echo I had a thought while sitting at work. With the cata profiles, is it possible to run them with two toons from two different accounts, in a party together (no loot issues as both are mine) as to put out more dps to kill mobs faster. And have double the bag room.
 
Hey Echo I had a thought while sitting at work. With the cata profiles, is it possible to run them with two toons from two different accounts, in a party together (no loot issues as both are mine) as to put out more dps to kill mobs faster. And have double the bag room.
For that to be more effective then both going wotlk dungeon, you'd need atleast double GPH - which I highly doubt that's achievable :D worth a test I guess.
 
Last edited:
Hey Echo I had a thought while sitting at work. With the cata profiles, is it possible to run them with two toons from two different accounts, in a party together (no loot issues as both are mine) as to put out more dps to kill mobs faster. And have double the bag room.
To do this, we would need to have the profiles perfectly synchronized.
We would also need to have a system that would check to make sure both profiles stay synchronized.

It *could* be possible, but it would take a LOT of work.
And it would also not be that reliable.

There's ways to make a bot follow+help the master bot, but this system won't know to enter/exit the dungeon.




goes into the dungeon but won't attack?
If there's an issue, I'll need more information than this.
Which profile you're using, what class you are, what faction you are and a log would be helpful.

The profiles are designed to multiple packs of mobs before killing them.
So the bot won't attack until it pulls so many mobs.
 
nevermind got it working - but can you protect items in it? I want an astral light bow which is a green item - as it sells for 11k sometimes.
 
nevermind got it working - but can you protect items in it? I want an astral light bow which is a green item - as it sells for 11k sometimes.
Yep, just open the profile with a text/code editor.
You should see

Code:
<ProtectedItems>
</ProtectedItems>

For the item you want, you'll need its name and Entry.
To get its Entry, go to WoWhead and search the item.
(ex: http://wowhead.com/item=6522)

The numbers at the end of the address is the Entry. In this case: 6522.
So to protect this item we would do this:


Code:
<ProtectedItems>
	<Item Name="Deviate Fish" Entry="6522" />
</ProtectedItems>
 
I noticed last night that the bot had problems untargetting dead mobs, and would get killed very slowly by the adds that were still alive. Rather funny to watch a 584 feral die in Nexus lol. I have tried with Singular and Superbad both, with targeting on and off in the CR, happens randomly with all 4 combinations. I will upload a log later tonight if it will help.
 
I noticed last night that the bot had problems untargetting dead mobs, and would get killed very slowly by the adds that were still alive. Rather funny to watch a 584 feral die in Nexus lol. I have tried with Singular and Superbad both, with targeting on and off in the CR, happens randomly with all 4 combinations. I will upload a log later tonight if it will help.
Tagetting, navigation and looting issues will occur if you use any combat routine that's not Singular because most combat routines aren't designed to handle this type of 'execution.'

Is your Singular modified in any way?
 
Re, buddy !
I seen my bot sometime blacklisting a part and say that he already loot a AoE zone, and he needs me to move, any help about it ?
 
Re, buddy !
I seen my bot sometime blacklisting a part and say that he already loot a AoE zone, and he needs me to move, any help about it ?
I don't understand what you're trying to say.

Is the bot trying to loot mobs that have already been looted?
 
Yes, exactly. ( i thought that my level in english had been encrased :'( )
 
Yes, exactly. ( i thought that my level in english had been encrased :'( )
This is an issue with the bot itself, not the profile.

A report has been submitted to the core developers, and they claim in the next Honorbuddy update it will be fixed.

See this post: Looting Issue - Page 2
 
Tagetting, navigation and looting issues will occur if you use any combat routine that's not Singular because most combat routines aren't designed to handle this type of 'execution.'

Is your Singular modified in any way?

Nope, stock singular.
 
Nope, stock singular.
Hmm, a bug report would have to be submitted to the core developers of Singular then.
There's nothing I can do with the profile code to fix this. xD
I've not ran across the issue while testing, so I'm not too familiar with the situation.

When the issue occurs, click "Class Config" on your bot.
Once you do that, go to "Debugging" tab at the top.

Here Singular will tell you exactly what's going on.
Click "LOGMARK!" at the bottom.
This will mark your Honorbuddy log so the developers can see exactly when the 'un-targetting' issue occurred.
Use this when submitting your bug report and they should be able to address the issue properly. :3

I believe bug-reports for Singular are posted here: https://www.thebuddyforum.com/honor...ll-one-cc-just-plain-works-version-3-a-5.html
 
Hmm, a bug report would have to be submitted to the core developers of Singular then.
There's nothing I can do with the profile code to fix this. xD
I've not ran across the issue while testing, so I'm not too familiar with the situation.

When the issue occurs, click "Class Config" on your bot.
Once you do that, go to "Debugging" tab at the top.

Here Singular will tell you exactly what's going on.
Click "LOGMARK!" at the bottom.
This will mark your Honorbuddy log so the developers can see exactly when the 'un-targetting' issue occurred.
Use this when submitting your bug report and they should be able to address the issue properly. :3

I believe bug-reports for Singular are posted here: https://www.thebuddyforum.com/honor...ll-one-cc-just-plain-works-version-3-a-5.html

I have a sort of workaround to this issue. I use the I Want Movement plugin with stock Singular. Facing, Movement and targetting are set to false in the plugin. There is an option to deselect mobs which are not targeting the bot however. This works excellent to de-select dead mobs, etc. I think everyone once in a blue moon something will bug out but for the most part it works as it should.
 
Back
Top