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

Trinity 1.7.3.6

Status
Not open for further replies.
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.
 
can rrrix update this in his original build

I'm sure he will, but since it only spams the log and doesn't actually do anything, I can see him not rushing to get a new version out. Especially when there's such a simple fix on our end.
 
Well it produces quite a bit of CPU-usage, I think... So I'd suggest to band-aid fix it if you're running multiple bots. Until rrrix releases the next version.
 
fury gen is awfull at this version :( cant keep wotb even for 30 sec :(:(
 
The latest version sometimes does not load settings.
I helped fix the code:
if (DateTime.Now.Subtract(_LastLoadedSettings).TotalMilliseconds <= 400)
 
rrrix I am back, have been watching bot all day and night (most of it) and he just randomly doesnt pop wrath, seems to be no pattern as to why from what I have watched. He just refuses to use it sometimes =/
 
Some improvements but definitely needs some work - my IPH dropped by about 200 (from 1500) after a few hours of testing. I will test further all night and let you know. Thank you for all your hard work on improving Trinity, it is very much appreciated.
 
My toons also die much more often and the general IPH/LPH dropped significantly. I figured, that it might be due to some new settings i didn't configure. Just changed they trinity as i usually do with new versions ;P i'll take another look at it when i got more time ;p

cheers
 
on latest git version barb is rending non stop and not ww'ing anymore
 
yea, he is rending over and over again, sometimes at a distance from the mobs. this is definitely what is causing everyones problems with iph etc. i have not looked into what changed with it all yet, if i have time later i might.. (if rrrix doesnt get to it first)
 
Destructibles Issue

Every profile Ive used is the same, Im having an issue with my barb attacking destructibles. He will get within 2-4 yards, swing at the air in the direction of a destructable, and miss it. Clearly he doesn't get close enough. Happens 90% of the time.

Here is my log file.
View attachment 2988 2013-09-20 15.28.zip
 
Feature request:
If you get the time, would you consider adding in, next to "Skip Elites With 5 NV" a new checkbox: "Exclude Keywardens from Skipped Elites"
 
Status
Not open for further replies.
Back
Top