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

DK starts zone in new release doesnt seem to work.

B3AST

Member
Joined
Mar 6, 2010
Messages
364
Reaction score
1
Tried it, all i got was a wall of red/orange text.

Edit: Wrong log eugh heres a C&P

Code:
[19:05:20:123] Cleared POI
[19:05:20:124] Cleared POI - Reason Starting up
[19:05:20:125] Cleared POI
[19:05:20:756] Inserting Scourge Gryphon [SpellClick] into the database!
[19:05:22:195] Compiling expression 'HasQuest(12779)' @ line 62
[19:05:23:255] Compiling quest behavior from 'Desktop\HB2++\Quest Behaviors\UserSettings.cs'
[19:05:23:833] [UserSettings-v133(error)]: BEHAVIOR MAINTENANCE PROBLEM: An item with the same key has already been added.
FROM HERE:
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
   at BuddyWiki.CustomBehavior.UserSettings.UserSettings.UtilBuildConfigurationSettings() in c:\Users\John\Desktop\HB2++\Quest Behaviors\UserSettings.cs:line 331
   at BuddyWiki.CustomBehavior.UserSettings.UserSettings..ctor(Dictionary`2 args) in c:\Users\John\Desktop\HB2++\Quest Behaviors\UserSettings.cs:line 126

[19:05:23:839] [UserSettings-v133(warning) @line 65]: Attribute 'LootMobs' is not recognized by this behavior--ignoring it.
[19:05:23:839] [UserSettings-v133(warning) @line 65]: Attribute 'TrainNewSkills' is not recognized by this behavior--ignoring it.
[19:05:23:839] [UserSettings-v133(error) @line 65]: Stopping Honorbuddy.  Please repair the profile!
[19:05:23:839] Stop called!
[19:05:23:844] Activity: Honorbuddy Stopped
[19:05:24:003] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
[19:05:24:004] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
[19:06:04:303] Starting the bot!
[19:06:04:360] Changing current profile to Deathknight Starting Zone
[19:06:15:128] Cleared POI - Reason Starting up
[19:06:15:128] Cleared POI
[19:06:15:464] [UserSettings-v133(error)]: BEHAVIOR MAINTENANCE PROBLEM: An item with the same key has already been added.
FROM HERE:
   at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
   at BuddyWiki.CustomBehavior.UserSettings.UserSettings.UtilBuildConfigurationSettings() in c:\Users\John\Desktop\HB2++\Quest Behaviors\UserSettings.cs:line 331
   at BuddyWiki.CustomBehavior.UserSettings.UserSettings..ctor(Dictionary`2 args) in c:\Users\John\Desktop\HB2++\Quest Behaviors\UserSettings.cs:line 126

[19:06:15:464] [UserSettings-v133(warning) @line 65]: Attribute 'LootMobs' is not recognized by this behavior--ignoring it.
[19:06:15:464] [UserSettings-v133(warning) @line 65]: Attribute 'TrainNewSkills' is not recognized by this behavior--ignoring it.
[19:06:15:464] [UserSettings-v133(error) @line 65]: Stopping Honorbuddy.  Please repair the profile!
[19:06:15:464] Stop called!
[19:06:15:617] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
[19:06:15:618] System.Threading.ThreadAbortException: Thread was being aborted.
   at Styx.Logic.BehaviorTree.TreeRoot.Run()
[19:06:27:799] Starting the bot!
[19:06:27:871] Changing current profile to Deathknight Starting Zone
[19:06:28:292] Cleared POI - Reason Starting up
[19:06:28:292] Cleared POI
[19:06:28:474] StyxWoW.AreaManager.CurrentGrindArea is null
 

Attachments

Last edited by a moderator:
It's a problem with the UserSettings QuestBehavior, Chinajade maintains all of the quest behaviors.
He's alseep now but will take a look at it in the morning :)
 
Back
Top