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

Trinity 1.8.22

Status
Not open for further replies.
Rixx Can we please have a combat only version of your terrific plugin,


All your plugins feature are great, but when im doing rifts with mates, I just want my bot handle combat...

Not death handling or stash handling or mesh handling or anything, Just combat.

Demonbuddy does all those things, not Trinity. You need a whole seperate plugin made...
 
I assume since I haven't seen 5000 complaints about the bot not using potions that... potions are working? :)
 
Hello rrrix and thank you for your work. I downloaded 1.8.21 to try out some of the bounty profiles however I have observed a huge performance hit from this latest version. The game runs normally for 1-2 seconds then freezes for 2-3 seconds and repeats this. I rolled back to 1.8.13 and performance returns to normal. I am running Windows XP and tested a number of profiles in an attempt to determine whether this was a profile issue or not. Cheers!
 
.21 still does not open horadric caches!!!

Confirmed. Both .21 and r67 won't. Worked well in .20, caches opened whenever new game is created.

btw, leg potions always works for me. Maybe because I always carry a normal potion?

edit: saw it opened cache when claiming another one. works well
 
Last edited:
for me it does (wizzard) ... of the tower & manipulation both working fine

have you dragged it into the bar (Q)?

@rrrix
rev75 barb is still not using earthquake (#52)
no offence or anything just a status report from me
go to Plugins\Trinity\Combat\Abilities open and edit BarbarianCombat
Code:
        public static bool CanCastEarthquake
        {
            get
            {
                return
                    !UseOOCBuff &&
                    !IsCurrentlyAvoiding &&
                    !Player.IsIncapacitated &&
                    CanCast(SNOPower.Barbarian_Earthquake) &&
                    !GetHasBuff(SNOPower.Barbarian_Earthquake) &&
                    [B]TargetUtil.IsEliteTargetInRange(6f) &&[/B] 
                    Player.PrimaryResource > 50;
Edit bold line to
Code:
TargetUtil.IsEliteTargetInRange(15f) &&
Restart demonbuddy
 
Demonbuddy does all those things, not Trinity. You need a whole seperate plugin made...


Because your cobat routines rock, and DB still dose basic non combat stuff.
 
ok thanks again rrrix
i just wana ask something simple
the frequency in which a char uses his spender is defined where? and for crusader for example i mean blessed shield or shield bash or hammers
cause many times i have full wrath and he prefers to use plain attack while he would kill mobs faster with spender
this goes whenever there are 2 mobs or above in front of me for example i would like him to use blessed shield if i have wrath
so where do i change that?
this hapened also on my wd or wiz some times and i wanted to change it too
 
changelog of .21?

and what about those fixes i posted=)

and where is smiles
 
@floorcakes
working like a charm now <3
+
one db folder less on my ssd

iam just curious what changed max range 6->15 (f=feet? ^^)?
totaly forgot to mention that i was doing grom i hope rrrix didn´t wasted any time because of that -.-
 
Ever since I updated to Trinity .21 I'm crashing a LOT now. Went to bed 2hrs ago and just checked, again, to see my bot and Diablo 3 completely gone. Just watched it crash again for no reason trying to make a game I believe?
 
I think one of the caveats that came with making rift bosses higher priority (similar to kamakazi on goblins I believe?) is that the bot doesn't even go after health gloves when low.

Not a big deal, just somewhat sub-optimal.

Thanks
 
for anyone with any bit of issues with earthquake on Ghom, edit the .cs file to instead be 25 on the elite range rather than the default 6f. this is the edit Kevin was talking about.
 
just quick idea
maybe add to pickup white/grey items

somethink like pick up white armors or weapons
 
y ok but i am talking about only white items for craft
i dont want bot to pick up both armors and weapons - white
just armors :)
 
Status
Not open for further replies.
Back
Top