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?
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?