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!

Hi there,

I have found a small issue. (hoping I am posting in the right place) When my toon is doing the Tanaan Daily - Assault on the temple of Sha'naar, it makes it's way into the 'the sha'naari cavern'. Even tho I have an ilvl of 660 I still end up dying tho that isn't the problem. The issue is when trying to get back to my corpse all the bot does is fly back and forwards over the mountain that my body is in, instead of making it's way into the cave. It continues this back and forth until HB evently logs it out. Any help with this would be appreciated. Will upload a log as soon as I have one.

Regs,
Kia.
 
Hi there,

I have found a small issue. (hoping I am posting in the right place) When my toon is doing the Tanaan Daily - Assault on the temple of Sha'naar, it makes it's way into the 'the sha'naari cavern'. Even tho I have an ilvl of 660 I still end up dying tho that isn't the problem. The issue is when trying to get back to my corpse all the bot does is fly back and forwards over the mountain that my body is in, instead of making it's way into the cave. It continues this back and forth until HB evently logs it out. Any help with this would be appreciated. Will upload a log as soon as I have one.

Regs,
Kia.
This is a known issue with Honorbuddy's built-in logic: "Flightor."
It has issues going into caves. Unfortunately there's not much I can do on a profile level about this.

For the longest time I've been meaning to make the profile 'avoid' the Sha'naar daily because it's one of the more ridiculous ones in terms of difficulty / design.
 
The safer route option (due to low ilvl) seems to ignore treasure chests that contain fel corrupted apexis fragments and baleful tokens. Is this a problem on my side?
 
The safer route option (due to low ilvl) seems to ignore treasure chests that contain fel corrupted apexis fragments and baleful tokens. Is this a problem on my side?
Most of my under geared testers had some issue, but not too much to disable it. Of course its been ages since I've ran this profile.

What class are you running?
 
enh shaman. Ive witnessed it passing by one of those chests while there is no mob around it.
 
enh shaman. Ive witnessed it passing by one of those chests while there is no mob around it.
I'll have to check the logic on it. Like I said its been a long time since I've messed with this profile - and anything could've changed since then.
 
Thanks a lot for this awesome saberstalker profile! It worked flawless until I hit revered with them.

Shouldn't this:
Code:
<GrindUntil Condition="Me.GetReputationLevelWith(1850) >= WoWUnitReaction.Revered"/>

be changed to:
Code:
<GrindUntil Condition="Me.GetReputationLevelWith(1850) > WoWUnitReaction.Revered"/>

And thanks again!
 
Thanks a lot for this awesome saberstalker profile! It worked flawless until I hit revered with them.

Shouldn't this:
Code:
<GrindUntil Condition="Me.GetReputationLevelWith(1850) >= WoWUnitReaction.Revered"/>

be changed to:
Code:
<GrindUntil Condition="Me.GetReputationLevelWith(1850) > WoWUnitReaction.Revered"/>

And thanks again!
Not sure what I meant to originally have it as. Lol.
But yea, for checking just revered - that would work.
 
Thanks for this, finally got flying today :)
The rep grinds are a right pain in the ass.
 
What do the options mean? Such as use hooks? Avoid? What?
Hooks are passive logic that activates once certain conditions are met.
For this profile - most hooks are 'Attack rare if one is close.' or 'Open treasure chest if one is found.'

Avoids are similar to hooks in the sense that they run passively, except they're designed to move the player out of danger.
eg: If an NPC throws a bomb on the ground, it will move away from the bomb explosion range to avoid taking damage.
 
Hi, Im using this profile atm and it's working pretty nice although it sometimes has the tendency to interact with something whilst there is a mob next to it. As a caster that's a bit clumsy.

Anyways, one question I had, since I use this profile to rep grind for the flying mount, would it be possible to include some options to enable/disable usage of reputation-increasing skills? For example, I have the Battle Standard of Coordination, and there are similar items, that increase rep gain.
 
Awsome profile, but i think better option is not "Do all Objective Zones". Mb better make selector for zones?
 
Hi, Im using this profile atm and it's working pretty nice although it sometimes has the tendency to interact with something whilst there is a mob next to it. As a caster that's a bit clumsy.

Anyways, one question I had, since I use this profile to rep grind for the flying mount, would it be possible to include some options to enable/disable usage of reputation-increasing skills? For example, I have the Battle Standard of Coordination, and there are similar items, that increase rep gain.
Sorry for the delay in response.
Yea, this would be possible. You could write it into a DoWhen hook so that the bot passively uses these items.

eg:

PHP:
<CustomBehavior File="Hooks\DoWhen" ActivityName="UseRepBanner" UseWhen="HasItem(64399) &amp;&amp; StyxWoW.Me.BagItems.FirstOrDefault(x => x.Entry == 64399).Cooldown == 0" >
	<CustomBehavior File="UseItem" ItemId="64399" />
</CustomBehavior>
 
This is a good profile but as horde anyway it just sends my paladin to its death. it refuses to fight back while doing objectives. Mobs that would be utterly trivial to my ilvl 730 ret are the death of me because the bot flat out won't attack them and lets them pile up and kill it. This renders the profile effectively unusable. I do however appreciate your work and hope this gets fixed soon!
 
This is a good profile but as horde anyway it just sends my paladin to its death. it refuses to fight back while doing objectives. Mobs that would be utterly trivial to my ilvl 730 ret are the death of me because the bot flat out won't attack them and lets them pile up and kill it. This renders the profile effectively unusable. I do however appreciate your work and hope this gets fixed soon!
Do you have a log for this?
Also, what combat routine are you using?
 
Log file is too big so just copy pasted the end. Also I'm just using the default paladin thing

[EDITED 7-May-2016 by chinajade]: Removed HIGHLY abusive cut-n-paste of log. Do NOT do this again! Please learn to ATTACH logs:
Ref: [post=378165][Guide] How to attach your log[/post]
If the log is too big, then zip it, as described in the article.
 
Last edited by a moderator:
Is there any way to make the bot do all quests avaiable in tanaan? Bot just stopped after doing all the dailies and objectives but i see quests on the map.

Thanks :D
 
Back
Top