rrrix
New Member
- Joined
- Jul 11, 2010
- Messages
- 3,449
- Reaction score
- 61
rrrix on a vacation! spring, and other stuff![]()
Was away this weekend, i'm back now

rrrix on a vacation! spring, and other stuff![]()
Yay! =D MOJO LOVE PLSWas away this weekend, i'm back now![]()
Was away this weekend, i'm back now![]()
can you tell me in general - is there a way to add one more tag for TrinityExploredungeon for rifts? like one more boolean thing, you know
to enter if portal exist and scene name - Exit
smthing like that![]()
It does, have you deleted your compiled assemblies folder before even trying it? Try searching for the range of those skills and change it for 25f or 30f
For me its working as intended now i just changed the range on Spirit Barrage to 25f/30f (dont recall):
Using this build:
Witch Doctor - Game Guide - Diablo III
I'm a HC player.=p
Nope not the best dps wise, the best survival/damage compo though.No i haven't!
Ok i will try...Is this the best build for WD in dps?
Thanks again!
rrrix welcome back! Enjoyed your weekend?
For the last few days, I've got the feeling I'm finding less legendaries. Now I know its all random and such, but I've seen a few others post about it as well.
Now I know there is a way to find out if Trinity is skipping legendaries, just don't know how anymore. If you could let me know which files are needed for it, I would gladly upload them ofc.
(Or if someone can tell me how I can find out myself, that's okay aswell)
Just want to make sure if it is skipping leggies, or if I need to stop drinking again![]()
Can anyone give me an idea?Hi guys. I set up HOTA usage on my Barb only at 100 rage. But when rage reaches 100 it just spams HOTA for all rage. Can it be fixed somehow to force it to use HOTA only once if rage = 100 and then just wait for rage = 100 again? Thank you.
More monk combat change suggestion:
Mystic Ally active skill now restore 100 spirit. So add logic to use it when spirit is low (you can use your own specific logic like if max-current spirit is greater than 100, I don't know how to write them)
Code:// Mystic ally, cast on elite if not air ally, or low spirit if air ally bool hasAirAlly = HotbarSkills.AssignedSkills.Any(s => s.Power == SNOPower.X1_Monk_MysticAlly_v2 && s.RuneIndex == 2); if (CombatBase.CanCast(SNOPower.X1_Monk_MysticAlly_v2, CombatBase.CanCastFlags.NoTimer)) { bool useMysticAlly = false; if (hasAirAlly) useMysticAlly = Player.PrimaryResourcePct < 0.40; else useMysticAlly = TargetUtil.EliteOrTrashInRange(30f); if (useMysticAlly) return new TrinityPower(SNOPower.X1_Monk_MysticAlly_v2, 0f, Vector3.Zero, CurrentWorldDynamicId, -1, 2, 2, WAIT_FOR_ANIM); }
Also suggest create UI for Epiphany, like WoTB. Some player like me with high cooldown gear want to use it when spirit is low even out of combat to sustain tempest rush.
Let me know if this kind of small suggestion helps. I will shut up if not xD.
2014-04-09 16:19:23,943 [Main Bot Thread] ERROR PerformanceLogger (null) - [Trinity][Performance] Execution of the block CacheManagement.RefreshCacheMainLoop took 465.23ms.
2014-04-09 16:19:23,943 [Main Bot Thread] ERROR PerformanceLogger (null) - [Trinity][Performance] Execution of the block RefreshDiaObjectCache.UpdateBlock took 468.13ms.