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

Trinity Avoidance Problem

wayne2007

New Member
Joined
Sep 11, 2013
Messages
10
Reaction score
0
Hey,

ive got a big problem with grotesque and the new trinity..

The Log:
[08:33:02.529 D] Parsing parent type table: 167097204
[08:33:02.889 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:02.889 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:03.129 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:03.129 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:03.499 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:03.499 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:03.889 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:03.889 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:04.200 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:04.200 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:05.280 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:05.280 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:05.650 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:05.650 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:05.880 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:05.880 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:06.190 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:06.190 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:06.520 Q] [Trinity][Avoidance] Unknown Avoidance type in Health Switch! Grotesque
[08:33:06.520 Q] [Trinity][Avoidance] Unknown Avoidance type in Radius Switch! Grotesque
[08:33:06.520 D] Generating path to Name=GoldSmall Dist=17,50046 IsElite=False HasBeenInLoS=False HitPointsPct=-1 - <2471.048, 1903.391, 0>
[08:33:06.540 D] Successfully generated path from {X=612,Y=984} to {X=617,Y=988} in 00:00:00.0087264 with 6(3) hops
[08:33:06.540 D] Client path generated.
[08:33:06.540 D] Generated path to <2471.048, 1903.391, 0> (Name=GoldSmall Dist=17,50046 IsElite=False HasBeenInLoS=False HitPointsPct=-1) with 3 hops.
[08:33:06.990 D] Navigation reached current destination. Within 4.055764
[08:33:06.990 D] Navigator.Clear

its always when the bot fights against grotesque..
is it possible to let him wait for the grotesque explosion before running in?
thx
 
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.

That's what I posted in the Trinity thread :3
 
Hi guys I need help with the new plugin version 1.7.3.6 Trinity because it is giving problem. When you start Demonbuddy. Below log:

Paste2.org - Viewing Paste HD7VJBAf
 
Back
Top