[Singular] ... running the Questing bot in Badlands
[Singular] ... Zone: Eastern Kingdoms using my SOLO Behaviors alone
[LoadProfile-LoadPr(info)] Loading profile 'Classic\[A - Quest] 1-58 [Kick]\[A - Quest] EK 12-58 [Kick].xml'
Changing current profile to [A - Quest] EK 12-58 [Kick] ($Rev: 3946 $)
4 compiler errors encountered in profile '[A - Quest] EK 12-58 [Kick] ($Rev: 3946 $)'
'PursueUnit' xml element on line number 3937 has following errors with code: public System.Boolean __ExpressionFunc__33(Styx.WoWInternals.WoWObjects.WoWUnit __arg0__)
{
return new System.Func<Styx.WoWInternals.WoWObjects.WoWUnit,System.Boolean>(UNIT=>Navigator.CanNavigateFully(Me.Location, UNIT.Location) && UNIT.Attackable)(__arg0__);
}
1) 'Navigator' does not contain a definition for 'CanNavigateFully' at line 0
'If' xml element on line number 6587 has following errors with code: public System.Boolean __ExpressionFunc__261()
{
return new System.Func<System.Boolean>(() => Navigator.CanNavigateFully(Me.Location, new WoWPoint(-14441.81, 469.915, 15.32084)))();
}
1) 'Navigator' does not contain a definition for 'CanNavigateFully' at line 0
'GrindUntil' xml element on line number 6592 has following errors with code: public System.Boolean __ExpressionFunc__262()
{
return new System.Func<System.Boolean>(() => IsQuestCompleted(26700) || !Navigator.CanNavigateFully(Me.Location, new WoWPoint(-14380.39, 481.0799, 13.11036)))();
}
1) 'Navigator' does not contain a definition for 'CanNavigateFully' at line 0
'If' xml element on line number 6596 has following errors with code: public System.Boolean __ExpressionFunc__263()
{
return new System.Func<System.Boolean>(() => HasQuest(26700) && IsQuestCompleted(26700) && Navigator.CanNavigateFully(Me.Location, new WoWPoint(-14380.39, 481.0799, 13.11036)))();
}
1) 'Navigator' does not contain a definition for 'CanNavigateFully' at line 0
Bot stopping! Reason: None Given