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!

is it me on when the bot wants to go northrend he tryes to swim there ? and dies because of the fatique ? can anybody confirm this?
 
Tryied that...but fatal error encountered!

[MyCTM-v1906(fatal)] MyCTM is not able to reach <-10693.63, -1310.474, 17.69033> from <-10725.65, -1318.434, 16.75266>
Bot stopping! Reason: Fatal error in quest behavior, or profile.

Also encountered:

[DoWhen-v1933(error)] For DoWhenActivity ActivityName(CustomMountHook), predicate ((Me.CurrentTarget == null || Me.CurrentTarget.IsDead) && !Me.Combat && !Me.Mounted && !Me.IsIndoors && Me.IsInInstance && !ObjectManager.GetObjectsOfType<WoWUnit>().Any(u => u.Lootable && u.Distance <= 40)) was not reset by execution.
This is a profile problem, and can result in erratic Honorbuddy behavior.
The predicate must return to 'false' after the action has been successfully executed.
I need a full log for this.




I use Suicide pulls in halls of lightning, but my druid wont use starfall at all. It would be so easy if it just popped it (i have it glyphed so it hits everything within 40 yards. How can i fix this?
Things like that are handled by your combat routine, not the profile.
You'd have to look through your combat routine's settings and find an option.

If it's not there, then you'd probably have to hard-code the logic into it - or try a different combat routine all together.





Thanks for the logs, but they don't tell me much aside from FlyTo causing your profile to break.
I need the full log.
 
You can see it in the log - he is still going into the "right" instance but its zoning out --- and running to the other entrance. We want to keep going into the Service Entrance - there is no way to get to rivendare from the "main" entrance or "scarlet side" as it is known. You can see in the log I posted how after he leaves dungeon - he mounts up and goes to another instance entrance.
I've never even wrote a profile for the other entrance, let alone would add in navigational data to this profile for it.

The only thing I could guess is that when you're leaving the dungeon, the coordinate used to leave the dungeon isn't compeltely hit due to latency or FPS inconsistencies so when your game is finished loading the bot continues to navigate to that exit coordinate which happens to be where the other entrance is located.

I could change the exit logic around a bit that should fix that.





is it me on when the bot wants to go northrend he tryes to swim there ? and dies because of the fatique ? can anybody confirm this?
That's never been reported before.
When it happens, could you post the log your bot generates?
 
Last edited:
I need a full log for this.




I don't know where to find a full-log, If you tell me where to find it, next time I'll run the profile I'll check when the condition appears, and post log.

just go in ur honorbuddy folder, there is a "logs" folder then choose ur server-char and see the one text file which was made using this profile, i recommend stop hb immediatly when it stuck and save the "bugged" logfile, it should be the latest created
greetings
 
Last edited:
I've never even wrote a profile for the other entrance, let alone would add in navigational data to this profile for it.

The only thing I could guess is that when you're leaving the dungeon, the coordinate used to leave the dungeon isn't compeltely hit due to latency or FPS inconsistencies so when your game is finished loading the bot continues to navigate to that exit coordinate which happens to be where the other entrance is located.

I could change the exit logic around a bit that should fix that.






That's never been reported before.
When it happens, could you post the log your bog generates?

Ok - when you do that can you let me know and ill test?
 
I don't know where to find a full-log, If you tell me where to find it, next time I'll run the profile I'll check when the condition appears, and post log.
Logs should be located here:
Honorbuddy Folder / Logs / <RealmName - CharName> /





Your log claims the bot is executing the vendor code for the Mammoth.
The only thing I could guess is that the ForceVendor code is broken. There's not much I can do about that.

A profile that uses Lua to sell rather than Honorbuddy's vending logic would fix the issue.
I could make one for Tol'vir medium, but I'll need to know which items you're wanting to sell.
 
I edited profile so that he sells all items, only sad that he's flying to city to sell them to mammoth xD, but anyway, maybe it's for security :)

Kinda shocked that he only kills first boss and then only mobs. It would increase GPH as well if he killed all bosses.
 
Last edited:
I edited profile so that he sells all items, only sad that he's flying to city to sell them to mammoth xD, but anyway, maybe it's for security :)

Kinda shocked that he only kills first boss and then only mobs. It would increase GPH as well if he killed all bosses.
With the Lua sell, it could use the Mammoth to sell while inside the instance.

The profile you're using was created before the 100% dungeon completion existed (and before the stat nerf making everybody much stronger.)
So at the time, the routes and monsters that this profile kills was the most optimal.

I've re-created a newer version of Tol'vir that takes more efficient paths and kills all the bosses, but it's a Suicide Pull run.
 
Dude how can fix the "ress at spirit healer problem" When the bot start and its a ghost, the honorbuddy dont go to use spirit healer....
 
Hello!

It does not seem like my characters use the Portable Guild bank?
How often should he deposit?

Another problem is that my chars doesn't seem like they find the way back into the instance, for example, my hunters stands outside the portal to grim batol, trying to rezz there...
 
Hello!

It does not seem like my characters use the Portable Guild bank?
How often should he deposit?

Another problem is that my chars doesn't seem like they find the way back into the instance, for example, my hunters stands outside the portal to grim batol, trying to rezz there...
These profiles are only designed to loot the mount, there isn't any Guild Bank deposit logic because there's no point.

Also, none of these profiles farm Grim Batol.
As it stands, there's only mount on this project and no mounts drop in Grim Batol.
 
Last edited:
I don't see the "is not able to reach" error in this log.

I looked through the profile and the MyCTM that's giving you issues is the MyCTM used when the bot is started while inside the dungeon.
Changing it from a MyCTM to an actual MoveTo code would most-likely fix your issue.

By using Find & Replace, you could replace it fairly easily.

Find:
<CustomBehavior File="MyCTM" X="-10693.63" Y="-1310.474" Z="17.69033" />​

Replace:
<MoveTo X="-10693.63" Y="-1310.474" Z="17.69033" />​




Dude how can fix the "ress at spirit healer problem" When the bot start and its a ghost, the honorbuddy dont go to use spirit healer....
There's no reliable solution to fixing it.
The logic used to replace the death hook isn't functioning properly which is an issue with the bot itself.

People have created their own alternatives, but every alternative seems to only work for 'some' people.
So there's nothing reliable enough to make public.
 
Last edited:
Back
Top