What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
Cannot find the variables tab in trinity config for the life of me, anyone know whats up or where to find it?
 
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...

Delete Plugins/Trinity folder and copy the new trinity into its place? I do thsi and don't lookse my configs. (Afaik :O)
 
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...

Export your itemlist, or copy your folder and replace the new one with your old modified.
 
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...

Copy the settings folder before you delete

:confused:
 
gambling problem had nothing to do with trinity, it's been fixed earlier today by Nesox, just restart your DB Beta if you haven't already, it's all you have to do.
 
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.
 
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.
 
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.

I had the same problem with the bot not opening doors, made a post about it but didn't get a reply.

Was it the Act 5 tileset you had trouble with?
 
Not sure if this happens for anyone else, but my bot doesn't seem to use Soul Harvest correctly. It will use it, but it seems like the priority is lower than it has been in past builds. Also, it doesn't seem to attempt to get as many mobs as possible. Most of the time I'm lucky in Rifts/GR b/c of the mob settings I have, but the majority of the time it is at 3 or less stacks, if any. From my observations, it seems really hit or miss. Sometimes it seems like it uses it off cooldown other times it waits and then will harvest 1 mob. Here's a log if it helps View attachment 19132 2016-02-03 19.50.txt I'm currently using LoN Firebats, so I have enough toughness where the Soul Harvest issue isn't too big of a deal. My buddy had to stop using Jade Harvester b/c he said it wouldn't keep his stacks up. Clean install of Latest DB, Trinity .31 and Adventurer .14 (From forums not svn)

Also, you guys are AMAZING! Thanks for taking the time to work on Trinity, sift through forums and provide Troubleshooting all while doing the RL thing. Props guys and thanks again!
 
DMO wiz with AquilaCuirass:
WizardCombat.cs lines 390+
Code:
// 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.

Twister will most likely never be good for the bots. It requires a lot more complex decision making than the parameters that the bot runs by. Best to just stick with DMO for now.
 
Back
Top