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

Error questing with the 1-100 questing pack.

joerogan

Member
Joined
Jan 10, 2014
Messages
63
Reaction score
0
There seems to be a few times now in the 60's, currently i'm a 67 DK where HB errors out. If I manually complete the next 1-2 quests then HB seems to be able to continue on. I don't know if this is quest specific or a problem with the profile but i've experienced this for quite some time now with multiple characters on different accounts. I'm using the 1-100 questing pack from the buddy store that used to work almost flawlessly for me.

The specific error in the HB window

[Profile Message]: Compiling Nagrand Quests
[CollectThings-v2070(error)] [MAINTENANCE PROBLEM]: Malformed item link
Parameter name: link
FROM HERE (ArgumentException):
at Styx.WoWInternals.WoWObjects.ItemInfo.*‎‪‪***​**‬‬‪*‬****‫‪‏‪*(String )
at Styx.WoWInternals.WoWObjects.ItemInfo.FromLink(String link)
at Styx.WoWInternals.WoWObjects.ItemInfo.FromId(UInt32 itemId)
at Honorbuddy.Quest_Behaviors.CollectThings.CollectThings..ctor(Dictionary`2 args) in D:\HBNEW\Quest Behaviors\CollectThings.cs:line 180

[CollectThings-v2070(error) @line 6435]: Stopping Honorbuddy. Please repair the profile!
Bot stopping! Reason: Profile has too many errors

View attachment 23936 2016-02-24 07.46.txt

Thanks.
 
i had this as well in outland last night my warlock got a a point in a quest chain and wouldn't progress until i manually finished the quest then it continued like normal
 
Very strange.

I checked the profile code and the usage of that specific behavior - and there was no immediate issues with the actual profile code.
Everything looked completely fine. It could be a potential issue with the behavior itself.

I have two testers that just entered Outlands. Hopefully they'll hit the issue and I can diagnose it further.
If I find anything, I'll try to update you guys.

Thanks for the log and heads up!
 
Very strange.

I checked the profile code and the usage of that specific behavior - and there was no immediate issues with the actual profile code.
Everything looked completely fine. It could be a potential issue with the behavior itself.

I have two testers that just entered Outlands. Hopefully they'll hit the issue and I can diagnose it further.
If I find anything, I'll try to update you guys.

Thanks for the log and heads up!


I spent some time debugging it and commenting out this chunk of code got it working again. I can't say I understand why but that did the trick

Code:
<CustomBehavior File="CollectThings" CollectUntil="QuestComplete" QuestId="9804" MobId="17153">
			<Hotspot X="-1015.435" Y="6978.983" Z="20.9537" />
			<Hotspot X="-1095.557" Y="6927.961" Z="-7.853549" />
			<Hotspot X="-1054.655" Y="7020.357" Z="13.46711" />
			<Hotspot X="-1035.872" Y="7115.696" Z="8.343487" />
			<Hotspot X="-996.0095" Y="7218.953" Z="9.012037" />
</CustomBehavior>
 
Back
Top