rrrix
New Member
- Joined
- Jul 11, 2010
- Messages
- 3,449
- Reaction score
- 61
Download Trinity 1.7.3.9
Looking for Previous Trinity Versions?
Changelog 1.7.3.9
WitchDoctor
Technical
Will cause the bot to ignore combat with the given unit. Is only overridden when attempting to town portal.
Attributes:
actorId is the "ActorSNO" of the unit. You can get this from the info dumping tab > click "Dump Objects"
name is optional - just the name of the unit for readability purposes only
excludeElites: When set to "True", will cause the bot to attack elite units of this type.
ExcludeTrash: When set to "True", will cause the bot to attack trash mob units of this type.
Example to ignore a unit type, except elites of that unit type:
Example to ignore a unit type, including elites and trash:
<TrinityCombatIgnore actorId="4157" name="FleshPitFlyer_B" exceptElites="True" exceptTrash="False" />
Example to ignore a unit type, except trash mobs of that unit type:
<TrinityCombatIgnore actorId="4157" name="FleshPitFlyer_B" exceptElites="False" exceptTrash="False" />
Setting both excludeElites and excludeTrash to True will effectively do nothing - the bot will still attack all units of this type:
<TrinityCombatIgnore actorId="4157" name="FleshPitFlyer_B" exceptElites="False" exceptTrash="True" />
Looking for Previous Trinity Versions?
All of our previous Trinity releases will be found here: https://www.assembla.com/code/unifie...nodes/Releases
Changelog 1.7.3.9
WitchDoctor
- WitchDoctor: Fixed breaking bug/typo with Spirit Barrage: Well of Souls
- WitchDoctor now supports the Vision Quest passive
- WitchDoctor: Fixed Spirit Walk: Honored Guest not ever working
- WitchDoctor now supports Sacrifice: Circle of Life rune
- WitchDoctor: Firebats no longer used for destructible objects
- Modified Monk Exploding palm, should use more frequently now
- Added TrinityCombatIgnore tag
- Added Option in Items > Scoring/TownRun for "Free Bag Slots for TownRun". When the number of empty bag slots is less than or equal to this slider, the bot will force a town run.

- may have fixed the problem where bot keeps running even though backpack is full
- Modified Units Weight/Priorities
- Added "Item Pickup" options for Ignoring Legendaries, Non Legendaries, and Gold near AoE and near Elites (6 options)
- Added Item Pickup option to ignore Two Handed weapons (overrides ItemRules)

- Added Health Well Minimum Health slider ("World Objects" tab)
- Chests/Containers should no longer be Kamikaze mode
- Fixed trash mob targeting when elite units are near it & we're ignoring elites
- TrinityTownPortal will now move a little when stuck casting town portal
Technical
- Added caching for BattleTagName. Should no longer cause the bot to derp out with the new DB Beta.
- Added "IsStandingInAvoidance" property for TrinityCacheObject.
- Fixed Out of thread "save settings" throwing ReadProcess/WriteProcess error for DB Beta compatibility
- Refactored TrinityUseOnce a little
- Started work on WitchDoctor Health/Mana Sliders for healing journey/honored guest
- Routine check now does async bot stop/restart
Will cause the bot to ignore combat with the given unit. Is only overridden when attempting to town portal.
Attributes:
actorId is the "ActorSNO" of the unit. You can get this from the info dumping tab > click "Dump Objects"
name is optional - just the name of the unit for readability purposes only
excludeElites: When set to "True", will cause the bot to attack elite units of this type.
ExcludeTrash: When set to "True", will cause the bot to attack trash mob units of this type.
Example to ignore a unit type, except elites of that unit type:
Example to ignore a unit type, including elites and trash:
<TrinityCombatIgnore actorId="4157" name="FleshPitFlyer_B" exceptElites="True" exceptTrash="False" />
Example to ignore a unit type, except trash mobs of that unit type:
<TrinityCombatIgnore actorId="4157" name="FleshPitFlyer_B" exceptElites="False" exceptTrash="False" />
Setting both excludeElites and excludeTrash to True will effectively do nothing - the bot will still attack all units of this type:
<TrinityCombatIgnore actorId="4157" name="FleshPitFlyer_B" exceptElites="False" exceptTrash="True" />