zorked
New Member
- Joined
- Mar 23, 2013
- Messages
- 576
- Reaction score
- 4
keep receiving stuff like this for my WD
[16:03:12.993 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[16:03:12.993 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[16:03:13.329 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[16:03:13.329 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[16:03:13.697 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[16:03:13.697 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[16:03:14.033 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[16:03:14.033 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
log file attached, hope this helps.View attachment 104425
DB is fresh installed, also tried with only trinity enabled, problem exists. But this has no effect in my bot activities, bot still runs well despite these random messages.
You can fix that, doing this:
The Grotesque avoidance seems to be missing a few lines in AvoidanceManager.cs That throws some errors and creates a lot of CPU usage.
I fixed that by adding
Code:case AvoidanceType.Grotesque: return 1;
in the GetAvoidanceRadius() and GetAvoidanceHealth() part of the file.