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

Trouble starting quest bot in Stormheim

Natee

New Member
Joined
Sep 11, 2013
Messages
25
Reaction score
0
When I try to start the bot I get the following before it quit:

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

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

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

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

What can I do?
 
When I try to start the bot I get the following before it quit:

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

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

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

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

What can I do?

Same, then i get this:

Unable to evaluate/compile condition in If tag. Please check your profile.
Honorbuddy stopped
 
Disable
[13:52:50.418 N] [ProfileCompatibilityInfo-Profil(warning)] PROFILE COMPATIBILITY WARNINGS:
* Problematic game client addons were encountered--please disable these addons:
ElvUI
ElvUI_CliqueDatatext
or better ALL wow addons. The bot does not need any addons. Delete the HB and WoW cache and start again.
 
I have the same problem

[15:17:24.600 D] Loading profile from store:///1-110 Questing Profile Pack/Legion/Class Hall Loaders/[N-Quest] Hunter [Echo].xml/../../[N-Quest] Highmountain [Echo].xml
[15:17:24.799 N] Changing current profile to [N-Quest] Highmountain [Echo] ($Rev: 5763 $)
[15:17:24.843 D] [CannonControl-Cannon(debug)] Weapon AzimuthMin: -1.50 (given)
[15:17:24.843 D] [CannonControl-Cannon(debug)] Weapon AzimuthMax: 1.50 (given)
[15:17:24.844 D] [CannonControl-Cannon(debug)] NEW VehicleAbility1: VehicleAbility(1)
[15:17:24.844 D] [CannonControl-Cannon(debug)] NEW VehicleAbility2: VehicleAbility(2)
[15:17:25.324 N] 2 compiler errors encountered in profile '[N-Quest] Highmountain [Echo] ($Rev: 5763 $)'
[15:17:25.324 N] '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)();
}

[15:17:25.324 N] 1) The name 'QuestFlaggedCompleted' does not exist in the current context at line 0

[15:17:25.324 N] '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))();
}

[15:17:25.325 N] 1) The name 'QuestFlaggedCompleted' does not exist in the current context at line 0

[15:17:25.325 Q] Bot stopping! Reason: None Given
[15:17:25.325 D] Activity: Loading profile 'store:///1-110 Questing Profile Pack/Legion/Class Hall Loaders/[N-Quest] Hunter [Echo].xml/../../[N-Quest] Highmountain [Echo].xml'
[15:17:25.325 D] Goal: LoadProfile-LoadPr: In Progress (no associated quest)
[Ref: "[N-Quest] Hunter Class Hall Loader [Echo] ($Rev: 5763 $)" @line 387]
[15:17:25.329 D] Activity: Honorbuddy Stopped
[15:17:25.345 N] ------------------------------
[15:17:25.345 N] OnBotStopped
[15:17:25.345 N] ------------------------------

earned
 
Last edited:
This should be fixed in the latest SVN versions and store versions.
 
Deleted the HB and WoW cache again. Then it worked. Ty :-)
 
Back
Top