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

Trinity 1.8.5

Status
Not open for further replies.

rrrix

New Member
Joined
Jul 11, 2010
Messages
3,449
Reaction score
61
Download Trinity 1.8.5




  • Added option to hide BattleTag from window title
  • Barbarian Call of the Ancients will now be used on trash (3 minimum) instead of only elites
  • DemonHunter Rain of Vengeance now works with Ignoring Elites
  • DemonHunter Companion is now used when off cooldown and valid target(s) are in range
  • WitchDoctor Spirit Barrage is now used (not just Manitou rune)
  • Elites should now get priority when in Archon form (and not ignoring elites)
  • Added Scarecrow to Container Whitelist
  • Legendary Follower items will now always get picked up
  • Wizard Archon Blast, Arcane Strike and Disintegrate work correctly now
  • Monk Mantra Spam will now only be cast when elites are present, or when ignoring elites when trash pack settings are met
  • Monk Inner Sanctuary now triggers when any elite is in range, or 3+ trash mobs is in range (removed Spirit requirement)
  • Fixed error/bug in missing/incorrect DemonHunter TVar
  • Monk Exploding Palm is now used every 7 seconds (from 15)
  • Stashing Whites option now also stashes inferior (gray) items
  • Fixed always picking up white/gray items


Known issues:


  • Arcane avoidance is bad / not working
  • Not all Monk Mantra Runes are not fully supported
  • Not all Monk Mystic Ally runes are not fully supported
  • Not all WitchDoctor Spirit Barrage runes are fully supported
  • Not all DemonHunter companion runes are fully supported
 
You are wrong, it's not any profile, it's very specific. It's because I have a list of level area ID's in which the bot should always attack all monsters.

understand!
if you want i can test and give you IDs of those locatios? or you already know it?

here's my build Wizard - Game Guide - Diablo III
it still breaks the objects with a wand hit out of no where without using any of the spells on my hotbar.

the spells wich you want to use on destructible objects must to be added to the Wizard.cs in the end of this file, destruct power section
 
Thanks for your nice update.

Also nice that knowing isue list about the arcane.
 
Thanks for the constant updates rrrix appreciate it!!

Now three more fixes when you can please :)

1.) Diamonds are only picked up if you have it set to pick up amethysts as well (and I want just diamonds :mad: )

2.) Fix it so AH doesn't close down in 5 days

3.) Fix it so I can trade legendry's and sets and BOA don't exist anymore.

THanks!!
 
understand!
if you want i can test and give you IDs of those locatios? or you already know it?



the spells wich you want to use on destructible objects must to be added to the Wizard.cs in the end of this file, destruct power section

Hi Kevin,

Can you tell me something...

About that Undentifi legendary's weapons/items.

Or confirm it for me...

i'm playing for example with my BB, If i have a Unkown stats of a legendary and i keep them in my statsh/inventory. and if i take my WD and use the book of chain do i get than a stats for my WD ?
Or are the stats holding when they drop?
Can you confirm this?
 
thanks :) i added
if (Hotbar.Contains(SNOPower.Wizard_Blizzard) && Player.PrimaryResource >= 15)
return new TrinityPower(SNOPower.Wizard_Blizzard, 15f, Vector3.Zero, -1, -1, 0, 0, WAIT_FOR_ANIM);

another thing is on the wizard.cs the line 86 it says if (!GetHasBuff(SNOPower.Wizard_StormArmor) || ((TimeSinceUse(SNOPower.Wizard_StormArmor) >= 15000) && PowerManager.CanCast(SNOPower.Wizard_Archon)))

that makes my storm armor recast itself every 15 seconds but the armor lasts for 10min so it wastes a lot of arcane power even in combat.
 
thanks :) i added
if (Hotbar.Contains(SNOPower.Wizard_Blizzard) && Player.PrimaryResource >= 15)
return new TrinityPower(SNOPower.Wizard_Blizzard, 15f, Vector3.Zero, -1, -1, 0, 0, WAIT_FOR_ANIM);

another thing is on the wizard.cs the line 86 it says if (!GetHasBuff(SNOPower.Wizard_StormArmor) || ((TimeSinceUse(SNOPower.Wizard_StormArmor) >= 15000) && PowerManager.CanCast(SNOPower.Wizard_Archon)))

that makes my storm armor recast itself every 15 seconds but the armor lasts for 10min so it wastes a lot of arcane power even in combat.

Try this one:

Code:
                    // Storm Armor
                    else if (Hotbar.Contains(SNOPower.Wizard_StormArmor))
                    {
                        if (!GetHasBuff(SNOPower.Wizard_StormArmor) && PowerManager.CanCast(SNOPower.Wizard_StormArmor))
                        {
                            return new TrinityPower(SNOPower.Wizard_StormArmor, 0f, Vector3.Zero, CurrentWorldDynamicId, -1, 1, 2, WAIT_FOR_ANIM);
                        }
                    }
 
Hi Kevin,

Can you tell me something...

About that Undentifi legendary's weapons/items.

Or confirm it for me...

i'm playing for example with my BB, If i have a Unkown stats of a legendary and i keep them in my statsh/inventory. and if i take my WD and use the book of chain do i get than a stats for my WD ?
Or are the stats holding when they drop?
Can you confirm this?

blizzard says a long time ago - all item stats generates when they drop, dont when IDying
 
Great update as usual.

Is there any way for you to make it so that when in Archon form, you don't pick up items or gold? I've seen it waste quite many seconds on running around picking up stuff, after it killed some mobs.
 
rrrix bot dont reaction on this cursed chest in the Damp Cellar

GizmoType: Switch Name: x1_Global_Chest_CursedChest_B-2904 ActorSNO: 365097 Distance: 32.43085 Position: <123.5, 99.5, 0.07958984> Barracade: False Radius: 8.814026

it has type - switch... so its not like chest and i have max container open range radius anyway.
 
in keeps2, keeps3 as barb got problem with doors ( usualy spend long time at doors)


dont pickup items before teleporting at end of TrinityExploreDungeon (good end and timeout)
 
Last edited:
[161B42C4] GizmoType: Chest Name: trOut_OldTristram_AnvilOfFury-4128 ActorSNO: 173325 Distance: 9.763173 Position: <2060.728, 2799.378, 40.13626> Barracade: False Radius: 6.287695

this chest also is unpickupable by bot.
 
2.) Fix it so AH doesn't close down in 5 days

3.) Fix it so I can trade legendry's and sets and BOA don't exist anymore.

THanks!!

The fix for these has been out for a long time now. It's called path of exile :p
 
Status
Not open for further replies.
Back
Top