BozeNaprawcieTo
New Member
- Joined
- Aug 31, 2016
- Messages
- 27
- Reaction score
- 0
Hi,
So after HB3 release I got some issues (again):
1-5 works, 5-12 works, 12-58/Dungeonbuddy not working at all.
For 12-58 I get these errors:
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
Unable to evaluate/compile condition in If tag. Please check your profile.
And for Dungeonbuddy it doesn't even want to do anything:
Starting the bot!
Currently Using BotBase : Dungeonbuddy
Current zone is Searing Gorge (Searing Gorge - Zone - World of Warcraft)
Starting the bot!
Currently Using BotBase : Dungeonbuddy
Current zone is Searing Gorge (Searing Gorge - Zone - World of Warcraft)
Latency to Buddy service: 38 ms
etc...etc
So after HB3 release I got some issues (again):
1-5 works, 5-12 works, 12-58/Dungeonbuddy not working at all.
For 12-58 I get these errors:
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
Unable to evaluate/compile condition in If tag. Please check your profile.
And for Dungeonbuddy it doesn't even want to do anything:
Starting the bot!
Currently Using BotBase : Dungeonbuddy
Current zone is Searing Gorge (Searing Gorge - Zone - World of Warcraft)
Starting the bot!
Currently Using BotBase : Dungeonbuddy
Current zone is Searing Gorge (Searing Gorge - Zone - World of Warcraft)
Latency to Buddy service: 38 ms
etc...etc