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!

HB ARCHIVES: Honorbuddy Profile Pack--DO NOT DELETE!

Apologies if this is already covered somewhere but does this do the Suramar pre quests?
It does the Exodar scenario at the moment - that's it.
I've been busy working on Singular and the 36 artifact profiles.
 
Uldum 83-85

The Pit of Scales - Quest - World of Warcraft

Runs over the Crocolisk Eggs and dies. Has done this on two different toons. Needs a major logic rework.

There also seems to be a number of Nav issues in Uldum, especially around whether you are inside a building and detecting walls etc

Jade Forest 85-86 Horde

Same problem again regarding the middle Gun- Doesn't fire (Log attached. problem at the end)

Interacting with Gunship Turret (Unit Id: 66676)
Activity: Mounting Vehicle - Gunship Turret
Goal: MountVehOnly-MountV: "Paint it Red!" (Paint it Red! - Quest - World of Warcraft)
[Ref: "[H - Quest] 85-86 The Jade Forest [Kick] ($Rev: 5788 $)" @line 914]
Activity: Finished!
Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
Starting behavior Bots.Quest.QuestOrder.ForcedIf.
Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
Inserted new hook [Combat_Main @0] d8a6d358-f23e-4796-ae23-3fcc7fa7f588
Goal: PaintItRed-31765-: "Paint it Red!" (Paint it Red! - Quest - World of Warcraft)


Hotspot of new gun to use:

<Hotspot X="3138.701" Y="-747.3668" Z="301.5303" />

Quest: Finish Them:

Bugged mob in house- Needs a blackspot- <Blackspot X="3028.474" Y="-883.5509" Z="257.5189" Radius="2.760245" />
The issue with the eggs is known, and it's being looked into.
For the navigation issues, those will most-likely need to be fixed internally for the bot's navigation system.

I've set the gun hotspot over to the one you posted.
This should make it use it instead.

I've added the blackspot - but I can't guarantee it will work as blackspots are being reworked at the moment.
 
It just returns with [1]=False
If it says false, that means the quest hasn't been completed yet.
But for whatever reason the quest giver isn't offering it for you?

This sounds like it could be a Blizzard issue.

If you do /dump IsQuestFlaggedCompleted(33721) does it return "True" ?
 
Mount Hyjal, Quest "The Flameseer Staff" - bot doesn't collect the fragments. Maybe it's an issue with druid only, just flying from one fragment to the next without picking them up.
I've added a code that should make it go out of flight form.

I believe flight form can loot objects without going out though?
Unless they changed that.
 
Valley of the Four Winds 86-88

Learn and Grow 2 - Tilling and planting

Doesn't interact with soil or use any seeds.

Question in general: Are we meant to have "kill between hotspots on or off?"
I'll add in attributes that may fix this, but I'll need a log to see why the InteractWith isn't interacting.
Right now I'm assuming its either a mixture of players being near your bot - or the interaction failing and the blacklists preventing them from running again.

Kill between hotspots is more of a user preference and isn't required to be on or off.
It just makes it so the bot will kill mobs that are outside of the hotspot areas.
 
is there any profile just for the world quests? :)

Great profile works perfect btw 100-110.
There are no official profiles for the world quests yet.
I'm currently busy working on other things at the moment.

Thanks for the feedback!
 
Gorgond Horde -93-95

Big problem at X="6785.374" Y="926.8544" Z="146.5735"

There is a wall of stone and you get caught trying to jump over it (it's inaccessible until phased). Saw two people stuck trying to constantly get out- obvious bots.
What was the "Goal" of the bot during this?
or
What was making it want to go past that wall?
 
Hi problems with a hunter here, try's to summon pet instead of calling pet....

So it just stance there trying to summon... for hours
This is a combat routine issue, not a profile issue.

Please report combat routine issues to the developer of the combat routine you're using.
 
Ass Rogue Artifact Quest:

Quest- Cloak and Dagger- Just runs in- trains a load of mobs then dies.
This profile is currently unsupported and still being tested/debugged.
Due to the ridiculous stealth mechanics for this, it may never be fully AFKable for the bot.
 
View attachment 213980

quest "paint it red" (раскрась мир красным).
Toon gets inside cannon, but never fires.
It looks like the quest behavior used for this quest is having a lot of error output for whatever reason.
This could be related to the errors that Lockwood has posted previously.

I can look into getting this quest behavior removed and replaced with some hard-coded logic instead that should be more reliable and future-proof.
Thanks for the log!
 
Thank you for this!

How would I go about farming Shadow Pan and timeless Isle rep?

Thank you again!
 
Hey Echo.

I am doing the tanaan diplomat profile, Was working fine yesterday, Today it is giving a lot of red text, which is not present in the log file.

[(error)] For DoWhenActivity ActivityName(Kill Rares), predicate (() => Me.IsAlive && Me.DurabilityPercent >= .2 && ((HasQuest(39432) && !IsQuestCompleted(39432)) || (HasQuest(39433) && !IsQuestCompleted(39433))) && ObjectManager.GetObjectsOfType<WoWUnit>().Where(u => new[]{92552, 90884, 90936, 92429, 93264, 93076, 90434, 90519, 89675, 90887, 93028, 90888, 91727, 92647, 93125, 92941, 91695, 90094, 90777, 90429, 90437, 93279, 90438, 93002, 90442, 91374, 92194, 90885, 90024, 93236, 92887, 92606, 92694, 92977, 92574, 91087, 90122}.Contains((int)u.Entry) && u.IsAlive).OrderBy(u => u.Distance).FirstOrDefault() != null) 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.
 
Questing in Stormheim, I repeatedly died to "Highlands Ettin" - lvl 110 elite

I added this to Stormheim's AvoidMobs section, but did not test it as I manually moved my guy beyond the incline that had them.

<AvoidMobs>
<Mob Name="Highlands Ettin" Entry="107850" />
</AvoidMobs>
 
If it says false, that means the quest hasn't been completed yet.
But for whatever reason the quest giver isn't offering it for you?

This sounds like it could be a Blizzard issue.

If you do /dump IsQuestFlaggedCompleted(33721) does it return "True" ?

Yes it does.

What does that mean, Because i remember that the quest it wants to pickup i did it myself and it was also in another phase. but when loading autoloader 2 it just stands there waiting for a quest that will never appear
 
Thank you for this!

How would I go about farming Shadow Pan and timeless Isle rep?

Thank you again!
I don't believe there's a profile for that on this pack.
You'd have to look on the forums for one.
 
Hey Echo.

I am doing the tanaan diplomat profile, Was working fine yesterday, Today it is giving a lot of red text, which is not present in the log file.
That error should be fine.
It's just saying the DoWhen codes are looping.

Is it affecting bot performance?
 
Questing in Stormheim, I repeatedly died to "Highlands Ettin" - lvl 110 elite

I added this to Stormheim's AvoidMobs section, but did not test it as I manually moved my guy beyond the incline that had them.

<AvoidMobs>
<Mob Name="Highlands Ettin" Entry="107850" />
</AvoidMobs>
AvoidMobs is wrongly named in the sense that it leads you to think the bot will actually "Avoid" the mob.
But it won't.

AvoidMobs simply disables the pull behaviors so the bot won't pull that specific mob.
There's already a combat disable for this mob in the profile, so the AvoidMob isn't needed.

The Avoid.cs behavior would actually make the bot avoid the mob, but it was causing issue by making the player run off the mountain.
 
Back
Top