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

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
ok, I see, il try that one..

If yo have the time, please let me know if bot fly correctly from Grizzly to Zul Drak, and to Dragonblight for 2 quests, then starts to Quest in Zul Drak, cause atm i dont have a char in that level range.

edit. Redownload profile again :) fixed a bunch o typo
 
thank you again for another profile.. i've been running this but after i stopped/resumed this profile it kept on asking for 26206 (keristrasza)
(think the profile has finished that quest line)

edit : nevermind it just couldn't find the quest item in the bag..
 
Last edited:
thank you again for another profile.. i've been running this but after i stopped/resumed this profile it kept on asking for 26206 (keristrasza)
(think the profile has finished that quest line)

you gotta read the first few posts

as stated, if you dc or relog, you must use the item in ur bags if ur on that chain
 
Great profile.
I have only had to manually do something because of being stuck in combat once.
Getting 1.3mil/hour.
 
in the quest that gathering juniper (this is first quest I can get in hyjal) , When I gather 2 junipers sometimes I cannot gather juniper any more before spending. This bug(maybe wow bug) is not occured when I quested with druid. so I think it may spend juniper immediately to automate this quest. It also has problem when the other character kills that unit. in this case my bot roming quest area forever. :(
 
I'm trying to figure out how to have ProfessionBuddy use portals without success. I was trying the interact feature, but can't get it to function properly.
 
It fails the twrow bear quest, don?t know why it managed to throw 1, but then just sits at the top.

View attachment 22457


a fallen tree he keeps running against.
<Blackspot X="4737.07" Y="-2179.155" Z="1201.005" Radius="12.4719" />
 
Last edited:
[UseItemOn(warning)]: Found attribute via its alias name 'ObjectType'.

Please update the profile to use its primary name 'MobType', instead.

im getting thi warning and its just standing there , im lvl 45 dwarf warrior in badlands


Thanks for the log.

The orange "warning" isn't your problem--"warnings" never are. The problem is navigation. There are 100s of these messages in your log:
[11:50:21:407] Could not generate path from {-6588.318, -3761.451, 336.804} to {-6602.563, -3771.209, 368.5152} (time used: 0 milliseconds) @ FindStartPoly


Perhaps, you've fallen onto a ledge or something. Whatever the cause, Honorbuddy cannot create a path to where it wants to go. Simply move your character to a navigable area, and the profile should be off-and-away again.

cheers,
chinajade
 
Another class, another CC still the same issue with bear throwing.
Tossing the first one, picks up a second but never tosses it, staying at the top of the tree.

View attachment 22473


At quest [Rage of the Wolf Ancient] it goes to stand against a wall at cord 29:39 inside the cave.

View attachment 22477
 
Last edited:
moreri said:
Gets stuck frequently in Gilneas city running around carts and boxes and such.
Hi, Moreri,

This is not a profile problem, but a problem with the HBcore--specifically meshing. There is nothing that can be done about this, other than to report the problems to the "Report mesh issues here" post, or report the mesh issues to BugTracker.


moreri said:
also gets stuck opening the doors trying to evacuate the citizens
Your log fragment is frustrating. All I can tell you is you are using an outdated version of Honorbuddy and need to upgrade before this problem can be further diagnosed. Next time please attach the full log.

cheers,
chinajade
 
Any time it needs to be on top of Wyrmrest Temple, it errors out. WoW shows error "attempt to call global 'SelectGossipOptions' (a nil value)".
 
yeah i need to go up there and change those to flyto's, you'll just have to bite the bullet and do those manually (code has changed and messed a lot of behaviors up)
 
It sell by default any blue cata uncut gems.

public static List<uint> _Vendorlist = new List<uint>
{
// Enter Ids for Vendoring Here
52191,//Ocean Sapphire
52190,//Inferno Ruby
52195,//Amberjewel
52194,//Demonseye
52192,//Dream Emerald
52193,//Ember topaz
};
 
yeah i need to go up there and change those to flyto's, you'll just have to bite the bullet and do those manually (code has changed and messed a lot of behaviors up)
yup, I've been biting bullets ;) Just had to make sure you're aware.
 
It sell by default any blue cata uncut gems.

public static List<uint> _Vendorlist = new List<uint>
{
// Enter Ids for Vendoring Here
52191,//Ocean Sapphire
52190,//Inferno Ruby
52195,//Amberjewel
52194,//Demonseye
52192,//Dream Emerald
52193,//Ember topaz
};

sorry i added my vendor settings.. blue gems are bad price on my server
 
re svn, i fixed that issue earlier

OK, thanks! Will try with new paladin after one-two week. But I do reSVN yours profiles each day...

The problem appears only if you will stop and start a bot in process of quest and bot need run back to Deepholm headquarter
Code:
<RunTo X="918.0795" Y="503.5825" Z="-49.25048" />
after CustomBehavior ForcedDismount.

For example, in this part:

Code:
<PickUp QuestName="Fly Over" QuestId="27006" GiverName="Prospector Brewer" GiverId="44802" />
		<Pickup QuestName="The Twilight Plot" QuestId="27004" GiverName="Explorer Mowi" GiverId="44799" GiverType="NPC" />
			<If Condition="((HasQuest(27006)) &amp;&amp; (!IsQuestCompleted(27006)))" >
				<RunTo X="918.0795" Y="503.5825" Z="-49.25048" />
				<CustomBehavior File="FlyTo" X="273.0361" Y="1068.866" Z="61.18289" />
				<CustomBehavior File="ForcedDismount" />
			</If>
			<Objective QuestName="The Twilight Plot" QuestId="27004" Type="CollectItem" ItemId="60745" CollectCount="1" />
			<If Condition="((HasQuest(27004)) &amp;&amp; (IsQuestCompleted(27004)))" >
				<CustomBehavior File="FlyTo" X="846.4727" Y="483.7805" Z="-19.13363" />
				<CustomBehavior File="FlyTo" X="918.0795" Y="503.5825" Z="-49.25048" />
				<CustomBehavior File="ForcedDismount" />
			</If>
		<TurnIn QuestName="Fly Over" QuestId="27006" TurnInName="Prospector Brewer" TurnInId="44802" />
 
[FlyTo(warning)]: This form of the method 'GetXYZAttributeAsWoWPoint' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.
[FlyTo(warning)]: This form of the method 'GetAttributeAsFloat' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.
[ForcedDismount(warning)]: This form of the method 'CheckForUnrecognizedAttributes' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.
Could not find attribute 'QuestId' in ForcedDismount behavior! please check your profile!
Could not create current in quest bot; exception was thrown
Thread was being aborted.

View attachment 22423

Hi, killa krispys,

First, thanks for the log!

You are using non-Honorbuddy-shipped behaviors. Its fair game to supplement the shipped behaviors with others, but not fair game to overwrite the existing ones.

You will need to reinstall Honorbuddy.


cheers,
chinajade
 
[FlyTo(warning)]: This form of the method 'GetXYZAttributeAsWoWPoint' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.
[FlyTo(warning)]: This form of the method 'GetAttributeAsFloat' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.
[ForcedDismount(warning)]: This form of the method 'CheckForUnrecognizedAttributes' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.
Could not find attribute 'QuestId' in ForcedDismount behavior! please check your profile!
Could not create current in quest bot; exception was thrown
Thread was being aborted.

View attachment 22423

re install hb
 
Status
Not open for further replies.
Back
Top