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

Trinity 1.7.3.2

Status
Not open for further replies.
Cool, sounds like a major update. I will be testing tomorrow. Was any tweaking done to WD poison dart?
 
lol..so many new users posts here :).
Thanks Rrrix for this new version of Trinity. Waiting for it for so long and as far i can see...looks really promising with all those new things added..and old fixed.
Will test it first time in the weekend.
 
Yeah, the new change is good..sadly, havent managed to get it up and running :P will test the workaround later after work.
 
Insta Crash :(

Did a fresh install
Deleted existing Gilles Trinity Folder in Plugin dir
Replaced with new Trinity plugin
Got insta crash :(

What am I doing wrong?
 
Did a fresh install
Deleted existing Gilles Trinity Folder in Plugin dir
Replaced with new Trinity plugin
Got insta crash :(

What am I doing wrong?

old routine, change

[10:37:30.527 N] [Trinity] Combat routine is not installed or is not latest version, installing! // VERSION 1.1.3a
[10:37:30.528 D] [Trinity] Copying file C:\Desktop\Demonbuddy\Plugins\Trinity\Combat\Routine\Trinity.cs to C:\Desktop\Demonbuddy\Demonbuddy\Routines\Trinity\Trinity.cs
 
yep no fury dump on wotb causing wotb to drop way to early.

Also at times kills every last mob, but not always. Its kinda random when this happens.

barring those two issues this is a great update. Of those two issues I think the fury dump on wotb is the more serious issue and needs to take priority over the other issue.

But as always thanks rrrix you are awesome
 
New version works fine for me (inre: installing/starting/running) however i must agree on a few issues these guys have brought up about barbs. they are definitely not dumping fury the same way as the previous release, causing it to lose WOTB. But after watching it for a few minutes (old release on one side, new release on one side) with two bots i can see why. The old release in WOTB at full fury will spam sprint to dump fury. new release is letting it run down like it does in non-wotb, only refreshing it on expire. My question is, is this somehow a setting i overlooked? I might decide to go dig in the files to fix it, but sadly dont have the time now.
 
He might be right, old version spam Sprint when surrounded, new version doesn't. That may be the reason barbs can't keep WOTB up in the new version
 
Whatever the reason is, i believe rrrix knows that there is an confirmed issue now and it will be gone soon.
 
He might be right, old version spam Sprint when surrounded, new version doesn't. That may be the reason barbs can't keep WOTB up in the new version

This is definitely the reason it is dropping WOTB. I have watched them both for over an hour now. I also looked into the cs files for the spring routine (that i can find, again it isnt my code) and the only thing i noticed different in the new version is a function handling the time since last use. in the old version it called DateTime.Now.Subtract. Is this the reasoning? I have no idea, just the first thing i noticed when begining to look into the function for using sprint. I have to go to fourth of july celebration now, but I can look into it more when i get another chance, if these great devs dont fix it by then =)
 
Well Trinity 1.7.2.13 works way better on every Class . got at MP7 49 Million EXP/H and on Trinity 1.7.30.1 just 30 Million EXP/H. The WD at sample spams the Firebat Button again and again and the mana is away :-( why he not hold the button sice all mobs down they come to the Player so he is running to them an push the Firebat button and got out of mana.

Well my feedback is i using Trinity 1.7.2.13 and the Zombiebears works ways better :-)
 
I'm trying to level another character using your leveling profile, Rrrix.
However, with this version of Trinity it doesn't attack for some reason. The bot moves, loots, completes quests, uses Blinding Flash (the only non combat ability which it has at lvl 5), but it doesn't ever use main attacks and it runs past all the enemies. Left button: Fist of Thunder, Right button: Deadly Reach.

I've leveled plenty of characters before and had no major issue which I couldn't fix myself. Can someone please assist me with this, I really don't know what I'm missing.

Attached log (1.2 mb in 10 minutes...)
 

Attachments

He might be right, old version spam Sprint when surrounded, new version doesn't. That may be the reason barbs can't keep WOTB up in the new version
could also be because of other (secondary) skills (eg. rend) - one actually can't say how often trinity is pressing it, just assume... :D
 
i edited demonhunter.cs abilties file

Code:
// Shadow Power
            if (!UseOOCBuff && Hotbar.Contains(SNOPower.DemonHunter_ShadowPower) && !PlayerStatus.IsIncapacitated &&
                PlayerStatus.SecondaryResource >= 14 &&
                (PlayerStatus.CurrentHealthPct <= 0.99 || PlayerStatus.IsRooted || ElitesWithinRange[RANGE_25] >= 1 || AnythingWithinRange[RANGE_15] >= 8) &&
                GilesUseTimer(SNOPower.DemonHunter_ShadowPower))

but my bot still push SP when he appears near 1 demonic tremor white mob
he counted it like leet mob or?
 
i edited demonhunter.cs abilties file

Code:
// Shadow Power
            if (!UseOOCBuff && Hotbar.Contains(SNOPower.DemonHunter_ShadowPower) && !PlayerStatus.IsIncapacitated &&
                PlayerStatus.SecondaryResource >= 14 &&
                (PlayerStatus.CurrentHealthPct <= 0.99 || PlayerStatus.IsRooted || ElitesWithinRange[RANGE_25] >= 1 || AnythingWithinRange[RANGE_15] >= 8) &&
                GilesUseTimer(SNOPower.DemonHunter_ShadowPower))

but my bot still push SP when he appears near 1 demonic tremor white mob
he counted it like leet mob or?
According to the snippet you posted, it will use SP when
1) Your current health is <= 99% OR
2) You are rooted OR
3) There is 1 elite within 25 units OR
4) There are 8 trash mobs within 15 units

I'm guessing it is happening because your health is <= 99%.
 
from looking into the files for using sprint for fury dump, everything appears to be normal, meaning it should be spamming sprint if our fury is >.95 pct. It obviously isn't though, not sure what i overlooked but this is the first time ive tried to look into any of this projects code.

edit: yea i cant figure it out, only changes seem to be renaming of things or restructuring. for the life of me cant figure out why it isn't spaming sprint on full resource.
 
OMG, tyvm, this actually worked! You, sir, have my eternal gratitude. They said Ali was the greatest--that was before you came along. Never mind the Holy (Gilles) Trinity--YOU are the truth, the light, and the way!

(Jokes aside, my sincerest thanks!)
 
Status
Not open for further replies.
Back
Top