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

Trinity 1.8.13

Status
Not open for further replies.
is it possible to use monk's epiphany only on elites?

Code:
            if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Monk_Epiphany, CombatBase.CanCastFlags.NoTimer) &&
                (TargetUtil.EliteOrTrashInRange(15f) || TargetUtil.AnyMobsInRange(15f, 5)) && 
                (Player.PrimaryResourcePct < 0.50 || ((hasDesertShroud || hasSoothingMist) && Player.CurrentHealthPct < 0.50))
                )
            {
                return new TrinityPower(SNOPower.X1_Monk_Epiphany);
            }

to

Code:
            if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Monk_Epiphany, CombatBase.CanCastFlags.NoTimer) &&
                (TargetUtil.EliteOrTrashInRange(15f) && 
                (Player.PrimaryResourcePct < 0.50 || ((hasDesertShroud || hasSoothingMist) && Player.CurrentHealthPct < 0.50))
                )
            {
                return new TrinityPower(SNOPower.X1_Monk_Epiphany);
            }

While we're on the topic of Epiphany, is it possible to implement an ignore freezing orbs because we are immune to that in Epiphany: Inner Fire?
 
A little work around for the Wizards who are wanting to melee everything:

In trinity set your "minimum distance before kite" slider under the Wizard tab to anywhere between 15-20. This keep you from wanting to get in too many slap fights.
 
Just started lvling a crusader from 1-60 (lvl 20 atm) anything i can do to help out ?
I don't have any OP weapons and bought diablo a few days ago... :)

Going good so far, he gets stuck occasionally, cant destroy doors it seems and sometimes he gets stucks and goes into endless loop of loading a profile.
Using latest beta build and trinity .13 and rrix questing profiles (and occasionally xp boost with cota profile)
 
Reverted back to .12 to Simply get rid of this whole New lazy raider edition to Trinity untill it is fixed

3-5 Tickrate isnt for me and makes me paranoid

.12 Fixed all the tick rate//issues i had with .13
 
Reverted back to .12 to Simply get rid of this whole New lazy raider edition to Trinity untill it is fixed

3-5 Tickrate isnt for me and makes me paranoid

.12 Fixed all the tick rate//issues i had with .13

PARANIOD?? I air sprayed my laptop hoping that would fix the ticks lol. JK. I spray it cause temp went up 85, now its a nice 65-75, but I also reverted back to previous.
 
Really people? Take two second's to edit it out yourself.

People having issues with 'Lazy Raider' part of .13 open up 'Plugins/Trinity/Plugin.cs' and delete like 61-65.

Code:
                    if (!BotMain.IsPaused)
                    {
                        BotMain.PauseWhile(MouseLeft);
                    }

Then you'll keep all the goodness added in .13 and fixing the issue.
 
A little work around for the Wizards who are wanting to melee everything:

In trinity set your "minimum distance before kite" slider under the Wizard tab to anywhere between 15-20. This keep you from wanting to get in too many slap fights.

I find 3-8 better. at 15-20 you will be constantly looking for a better place to stand, and rarely finding one.
 
Something happens with the skill Big Bad Voodoo from Witch Doctors, everytime the bot tries to open a chest it automatically waste that cooldown randomly.

In other hand, I dont know what happens with Spirit Barrage in your build, it will go hit on melee instead cast the ability.
 
I find 3-8 better. at 15-20 you will be constantly looking for a better place to stand, and rarely finding one.


my frames jump to low, freezes for a sec here and there then speeds up fast on my end
 
I don't know if I'm the only one who has this problem. But as I play Crusader (Using Justice) it seems that all it does is to stay at max range spamming Justice. Is there anyway to change this?

Im playing Lightning Hammerdin build, where you stand in the middle of mobs, with hammers going, and then using Justice as wrath regenerater. But I guess I just have to change build if I want to bot with him
 
Changing "Destructible attack range" from 1 to 2, seems to have solved the issues with crusader getting stuck at doors and objects. :)
 
Would you prefer it to be closer? I guess I don't see why using a ranged spell at melee range is good. When I played manually this way, it didn't work very well.
if you have condemn + justice you almost NEED to be using justice in melee, followed by condemn shortly after, I think it was doing this already but I'm not 100% as I did see the bot using it more as a ranged spell
 
if you have condemn + justice you almost NEED to be using justice in melee, followed by condemn shortly after, I think it was doing this already but I'm not 100% as I did see the bot using it more as a ranged spell
Totally true.
If you use Justice then it will start kiting and running away, using Condemn before reaching mobs and exploding before reaching mobs.
 
@rrrix

Hi ! I come back to you with logs etc..

- Monk Lvl 70 - T2/T3 - Manglemaw Kevin Profile - Act I Quest 3.3
- Build : Monk - Game Guide - Diablo III
- Description :
The passive mantra work well but i would like to know if you can allow Trinity to activate the mantra (spam the spell of the mantra every 3 sec for example) to have the effect of the active comp, and this for all mantras/all runes, is it possible ?
And also allow the user to manage this easily, if you can.

Thanks !
 

Attachments

Last edited:
Has anyone found that they keep stashing rares? I have read through the thread and can't find anyone else still having the issue with the latest version. I have it set to sell them all and my scoring is set to max. If anyone has any ideas it'd be appreciated.
 
Try doing a fresh install... Delete your plugins/Trinity folder and download a new copy.

Also, what sort of build are you using? Mine runs with Entangling Shot + Cluster Arrow and doesn't seem to have any major issues.

im using evasive fire instead of entangling shot, I never see it shoot 1 cluster arrow, I did 3 fresh installs and same thing.
 
Has anyone found that they keep stashing rares? I have read through the thread and can't find anyone else still having the issue with the latest version. I have it set to sell them all and my scoring is set to max. If anyone has any ideas it'd be appreciated.

A fix has been implemented and will be released with the next update, but i'll pm you the updates file so it will work for you in the meantime.
 
Status
Not open for further replies.
Back
Top