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

Trinity 1.7.2.10

Status
Not open for further replies.
Awesome work rrix! Can you tell me how we can activate WOTB while at the same time, ignoring elites? Botting in higher MP levels while ignoring elites allows my barb to keep WOTB up longer than the cooldown time (permawrath). If we can just activate it as soon as it's available, it would be an amazing efficiency improvement.

Thanks.
 
if you change this
// Wrath of the berserker, elites only (wrath of berserker)
if (!UseOOCBuff && Hotbar.Contains(SNOPower.Barbarian_WrathOfTheBerserker) &&
// If using WOTB on all elites, or if we should only use on "hard" affixes
(!Settings.Combat.Barbarian.WOTBHardOnly || (shouldUseBerserkerPower && Settings.Combat.Barbarian.WOTBHardOnly)) &&
// Not on heart of sin after Cydaea
CurrentTarget.ActorSNO != 193077 &&
// Make sure we are allowed to use wrath on goblins, else make sure this isn't a goblin
(Settings.Combat.Barbarian.UseWOTBGoblin || !CurrentTarget.IsTreasureGoblin || ElitesWithinRange[RANGE_15] >= 1) &&
// If on a boss, only when injured
((CurrentTarget.IsBoss && CurrentTarget.HitPointsPct <= 0.99 && !Hotbar.Contains(SNOPower.Barbarian_Whirlwind)) ||
// If *NOT* on a boss, and definitely no boss in range, then judge based on any elites at all within 30 feet
((!CurrentTarget.IsBoss || Hotbar.Contains(SNOPower.Barbarian_Whirlwind)) &&
(!anyBossesInRange || Hotbar.Contains(SNOPower.Barbarian_Whirlwind)) &&
((ElitesWithinRange[RANGE_20] >= 1 || CurrentTarget.IsEliteRareUnique) && (CurrentTarget.HitPointsPct >= 0.30 || PlayerStatus.CurrentHealthPct <= 0.60))
)) &&

//Do not activate too far from targets (for bosses / uber elites)
CurrentTarget.CentreDistance <= 35f &&
// Don't still have the buff
!GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker) && PowerManager.CanCast(SNOPower.Barbarian_WrathOfTheBerserker))
{
if (PlayerStatus.PrimaryResource >= 50)
to this ( taking out what is in bold)
// Wrath of the berserker, elites only (wrath of berserker)
if (!UseOOCBuff && Hotbar.Contains(SNOPower.Barbarian_WrathOfTheBerserker) &&

//Do not activate too far from targets (for bosses / uber elites)
CurrentTarget.CentreDistance <= 35f &&
// Don't still have the buff
!GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker) && PowerManager.CanCast(SNOPower.Barbarian_WrathOfTheBerserker))
{
if (PlayerStatus.PrimaryResource >= 50)

it will WOTB everytime there is a target within 35f and you have the resource and you dont already have it on you. Worked for me anyway, But it's a temp fix as it deletes any of the other features with wotb.


Btw this is in the Barbarian.cs file in gilestrinity\abilities. I attached the one i edited.
 

Attachments

if you change this

to this ( taking out what is in bold)


it will WOTB everytime there is a target within 35f and you have the resource and you dont already have it on you. Worked for me anyway, But it's a temp fix as it deletes any of the other features with wotb.


Btw this is in the Barbarian.cs file in gilestrinity\abilities. I attached the one i edited.

Actually It Would Only Be This
-The Others Were Targeting Bosses And Goblins.

// If using WOTB on all elites, or if we should only use on "hard" affixes
(!Settings.Combat.Barbarian.WOTBHardOnly || (shouldUseBerserkerPower && Settings.Combat.Barbarian.WOTBHardOnly)) &&

-Wouldn't Suggest Removing This Though Because I Believe RRRix Has Already Programmed Something Similar To This In The 1.7.2.10 Version
 
your right i could have just taken that out, but all i wanted was it to use wotb anytime available aslong as there was a near target and i diddnt have it on already, and this is doing exactly that. just a quick tweak.

edit:the only reason i put that up was because it seems other people wanted the same thing.
 
Do you mean plans and designs? Or are you running in Hell? You could modify Pickup.dis with ItemRules to ignore them by name.

I just want the bot to pick up Tome of Secrets.

I am running Inferno.. I don't want him to pick up any plans and designs, just the Tome of Secrets

How can I edit the pickup.dis to do this?
 
is there any way to keep my older plugins working when i update to this. Im using the 1.7.2.9 release with keyrun, questtools and partydude..but when i update this to 1.7.2.10 they disappear
 
Is it possible to skip all the containers and also make barbs ww through if blocked? Sometimes toon gets stuck in keep 2 because some elites are too fat.
 
your right i could have just taken that out, but all i wanted was it to use wotb anytime available aslong as there was a near target and i diddnt have it on already, and this is doing exactly that. just a quick tweak.

edit:the only reason i put that up was because it seems other people wanted the same thing.

will this help keep WOTB on longer?
 
Awesome work rrix! Can you tell me how we can activate WOTB while at the same time, ignoring elites? Botting in higher MP levels while ignoring elites allows my barb to keep WOTB up longer than the cooldown time (permawrath). If we can just activate it as soon as it's available, it would be an amazing efficiency improvement.

Thanks.
Have no idea why nobody speak of that before. Main way to recognize a bot is by checking profile stats of killed elites and with that idea .. it's gonna be even difficult for them to detect us. Definitely worth experimenting. I believe there was an option in Trinity .. something like "Activate WOTB only on elites" but this new option in .10 should help also. Thanks rrrix once again.
 
Anyone having problems with bot using way point?
With this new version of DB and Trinity my bot spams open/close way point tab and does not go anywhere ;D
 

Attachments

Updated trinity today and suddenly keyrun is throwing errors and quest tools will no longer show up in plugins. Tried it after just updating the gilestrinity folder and after a clean install. Is it possible that questools is no longer compatible?
So cannot run your act 3 profile. Which I love by the way.
Thank you.
QuestTools showed up for me when I reverted back to Trinity .7 that is included in the questing bundle. KeyRun & QuestTools disappeared when I did the update on beta when prompted and updated to .10 Trinity but if you check the log it's using something now obsolete. I don't see anything quickly looking that has QuestTools listed. I'm going to clear my log and grab a short one to upload and show the rest.

\KeyRun.cs(378,5) : warning CS0618: 'Zeta.Internals.Service.BnetGames.LeaveGame(bool)' is obsolete: 'This method is obsolete, please use ZetaDia.Service.Party.LeaveGame'

I made a small change in this version that broke KeyRun. BTW, KeyRun is not required to run my A3 profile..

Anyways, fixed it here: http://www.thebuddyforum.com/demonb...keywarden-hunt-randomized-23.html#post1087843

Awesome work rrix! Can you tell me how we can activate WOTB while at the same time, ignoring elites? Botting in higher MP levels while ignoring elites allows my barb to keep WOTB up longer than the cooldown time (permawrath). If we can just activate it as soon as it's available, it would be an amazing efficiency improvement.

Thanks.

Coming in next version.

I just want the bot to pick up Tome of Secrets.

I am running Inferno.. I don't want him to pick up any plans and designs, just the Tome of Secrets

How can I edit the pickup.dis to do this?

In Trinity Item Pickup settings, uncheck "Pickup Designs" and "Pickup Plans" boxes.

rrix are you planned to add scoring follower items please?:)

Probably not. Too much pain, not enough profit :) Trinity scoring is getting fairly long in the tooth, and could use a top-to-bottom overhaul. If someone else wanted to fix scoring I wouldn't object, however. I tried ducks' scoring system but it kept giving me exceptions, the code looked like a good start but didn't work in its current form.

ItemRules are really where it's at, as you can simply edit pickup.dis & rare.dis and add exactly what you're looking for in a follower item - e.g. probably additional XP/GF/MF, and ignore all the other useless stats. It doesn't take that long to learn the scripting syntax, and it makes is so much easier to define exactly what you're looking for (be it, if you want to equip it yourself, or sell it).
 
Anyone having problems with bot using way point?
With this new version of DB and Trinity my bot spams open/close way point tab and does not go anywhere ;D

This has been a problem for me since 1.0.6 actually. The only fix i've found is to stop the bot, leave the game, and restart the bot. I've also seen it go into an endless loop of open/close the journal, main menu, and skills window, only for gold inactivity to finally restart the game.
 
This has been a problem for me since 1.0.6 actually. The only fix i've found is to stop the bot, leave the game, and restart the bot. I've also seen it go into an endless loop of open/close the journal, main menu, and skills window, only for gold inactivity to finally restart the game.


What About

If Zone != Any Of The Available Zones In Act Profile Within 15-30 Seconds (Varies)
-After Trying To Take WP The First Time

Then Leave Game?

Or Does The Loop Prevent Anything From Interrupting It?
 
What About

If Zone != Any Of The Available Zones In Act Profile Within 15-30 Seconds (Varies)
-After Trying To Take WP The First Time

Then Leave Game?

Or Does The Loop Prevent Anything From Interrupting It?

The is due to the UseWaypoint tag, and nothing to do with Trinity. If I was going to fix this, I would have to write my own UseWaypoint tag...
 
Testing right now with 3 of my 7 bots, but it seems very stable and I finally can upgrade from .2 to .10 :)
 
For some reason my current version doesn't pick up tome of secrets? Yet I have all of the checkmarks checked in the trinity options. Aswell as all inferno misc pickup.
 
omg just updated trinity and try to run 3 bot at the same time with yar

and got 3 d3 crashes in 5 minutes.....
 
Is it possible to add the option so that bot will pick up items that are currently dropped at monster's AoE locations?
It looks kinda silly when bot is waiting couple of seconds to pick up pile of gold or one tome of secrets ;)
 
Status
Not open for further replies.
Back
Top