tigers2020
Member
- Joined
- Mar 6, 2014
- Messages
- 72
- Reaction score
- 0
everytime there is a new DB patch, Trinity stops working. Simply overwriting all trinity folders with new release makes DB bug out and not load trinity. But to do a fresh install of trinity, losing all saved settings, item lists, loot/combat settings...
Starting to get really annoyed with rebuilding it.
Is there any way to keep my settings when i update? Since i have to make a fresh install to get trinity to load, im thinking no...
everytime there is a new DB patch, Trinity stops working. Simply overwriting all trinity folders with new release makes DB bug out and not load trinity. But to do a fresh install of trinity, losing all saved settings, item lists, loot/combat settings...
Starting to get really annoyed with rebuilding it.
Is there any way to keep my settings when i update? Since i have to make a fresh install to get trinity to load, im thinking no...
everytime there is a new DB patch, Trinity stops working. Simply overwriting all trinity folders with new release makes DB bug out and not load trinity. But to do a fresh install of trinity, losing all saved settings, item lists, loot/combat settings...
Starting to get really annoyed with rebuilding it.
Is there any way to keep my settings when i update? Since i have to make a fresh install to get trinity to load, im thinking no...
i have no problems with gambling. I Play on EU. Latest Trinity and DB 450any fix soon for the blood shards?
For whatever reason, the WizardCombat.cs that Jubisman posted here... Fixed my gambling issues.any fix soon for the blood shards?
hey..
has trinity any profile/option to run vaults automatically? i mean puzzle rings!
anyone having trouble with bot not opening door? Notice barb just standing next to GR door and not clicking to open.
I have had problems with doors. Its sat at a door for 10mins yesterday on a GR70.
Is any work being done on the energy twister/arcane torrent build? Its being used by most of the top ranking solo wizards.
// Arcane Orb
if (!Player.IsIncapacitated && CanCast(SNOPower.Wizard_ArcaneOrb) && !ShouldWaitForConventionElement(Skills.Wizard.ArcaneOrb))
{
var haveResource = Legendary.AquilaCuirass.IsEquipped ? (Player.PrimaryResourcePct > 0.9f) : (Player.PrimaryResource >= 35);
var triumvirateReady = Legendary.Triumvirate.IsEquipped ? (GetBuffStacks(SNOPower.P2_ItemPassive_Unique_Ring_052) == 3) : true;
if (haveResource && triumvirateReady)
{
if (Runes.Wizard.ArcaneOrbit.IsActive)
return new TrinityPower(SNOPower.Wizard_ArcaneOrb);
else
return new TrinityPower(SNOPower.Wizard_ArcaneOrb, 35f, CurrentTarget.ACDGuid);
}
}
I have had problems with doors. Its sat at a door for 10mins yesterday on a GR70.
Is any work being done on the energy twister/arcane torrent build? Its being used by most of the top ranking solo wizards.