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!

Error when starting questing profile 1-110

ArrowHB

New Member
Joined
Oct 5, 2016
Messages
4
[UserSettings-UserSe(error)] [MAINTENANCE PROBLEM]: Objektreferencen er ikke indstillet til en forekomst af et objekt.
FROM HERE (NullReferenceException):
ved Honorbuddy.Quest_Behaviors.UserSettings.UserSettings.BuildPresets() i C:\Users\Andreas\Documents\Honorbuddy\Quest Behaviors\UserSettings.cs:linje 354
ved Honorbuddy.Quest_Behaviors.UserSettings.UserSettings..ctor(Dictionary`2 args) i C:\Users\Andreas\Documents\Honorbuddy\Quest Behaviors\UserSettings.cs:linje 57

This is what I get, when loading the profile.
Loading profile from store:///1-110 Questing Profile Pack/Auto Loader - v2.xml
 
Dont work quest bot legion

2 compiler errors encountered in profile '[N-Quest] Highmountain [Echo] ($Rev: 5763 $)'
'If' xml element on line number 1431 has following errors with code: public System.Boolean __ExpressionFunc__173()
{
return new System.Func<System.Boolean>(() => !IsQuestCompleted(40316) && !QuestFlaggedCompleted(40316) && Me.Level < 110)();
}

1) The name 'QuestFlaggedCompleted' does not exist in the current context at line 0

'CustomBehavior' xml element on line number 1432 has following errors with code: public System.Boolean __ExpressionFunc__174()
{
return new System.Func<System.Boolean>(() => IsQuestCompleted(40316) || QuestFlaggedCompleted(40316))();
}

1) The name 'QuestFlaggedCompleted' does not exist in the current context at line 0
 
Last edited:
[UserSettings-UserSe(error)] [MAINTENANCE PROBLEM]: Objektreferencen er ikke indstillet til en forekomst af et objekt.
FROM HERE (NullReferenceException):
ved Honorbuddy.Quest_Behaviors.UserSettings.UserSettings.BuildPresets() i C:\Users\Andreas\Documents\Honorbuddy\Quest Behaviors\UserSettings.cs:linje 354
ved Honorbuddy.Quest_Behaviors.UserSettings.UserSettings..ctor(Dictionary`2 args) i C:\Users\Andreas\Documents\Honorbuddy\Quest Behaviors\UserSettings.cs:linje 57

This is what I get, when loading the profile.
Loading profile from store:///1-110 Questing Profile Pack/Auto Loader - v2.xml

a fresh Hb installation from scratch will fix it
 
Back
Top