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

Trinity 1.7.2.1

Status
Not open for further replies.
View attachment 81345

Hi Rrrix,

I got the same problem with a few other people, freshly installed lastest DB and 1.7.21 trinity.
Using trinity.cs as routine, character just stuck at town from the beginning. Log attached for your reference, appricetae your help. Thank you.

For anyone dealing with this issue ( I was having this problem an hour ago) make sure that the profile you're using has been updated for the 1.0.7 patch. I had a profile that I used with almost every other version of DB but for some reason it wasn't working with 300.

Oh and also you need to get rid of the gilesblankcombat routine and replace it with the latest routine (titled Trinity.cs and located in rrixx's trinity thread).
 
Stuck in town, caused by trinity unstack when Item rules working
7516 2013-02-13 22.37.txt

Sorry but cant upload .txt on forum, file is to big, and after compress forum attachment dont like .rar
If you dont like zippyshare, tell what upload server you prefer, or other posibility to add .rar files

ok now propely added
View attachment 7516 2013-02-13 22.37.zip
 
Last edited:
Lots of D3 crashes with the new setup.

Using db 300, trinity 1.7.2.1, Yar experimental 0.2.0.6 and Questools last version.

By looking at the log it seems there is a problem when opening stash. A lot of errors there, some of them not affecting the gameplay but others , like the last, crashing d3.

I'm having about 2 crashes per hour, 9 bots. Can you give me some insight on what to do?
 

Attachments

Lots of D3 crashes with the new setup.

Using db 300, trinity 1.7.2.1, Yar experimental 0.2.0.6 and Questools last version.

By looking at the log it seems there is a problem when opening stash. A lot of errors there, some of them not affecting the gameplay but others , like the last, crashing d3.

I'm having about 2 crashes per hour, 9 bots. Can you give me some insight on what to do?

Yup, me too, not sure why... I don't want to point fingers at Demonbuddy, but - it might be Demonbuddy. There are some one-off cases where I think the default logs just aren't telling the whole story, and it's pretty hard to reproduce consistently. My crashes appear to be more random in nature which makes pinpointing the exact cause a total nightmare.

Thanks for the log, keep em' coming - the more the better so we can help figure out at least which section of the DB universe to look in :)
 
I am using db 300 and trinity 1.7.2 running 1 bot no problems for 6 hours now . Just for your info guys. Is there anyway I can configure 1.7,2 to pick demonic essences ?
 
Last edited:
I am using db 300 and trinity 1.7.2 running 1 bot no problems for 6 hours now . Just for your info guys. Is there anyway I can configure 1.7,2 to pick demonic essences ?

if you use TrinityScoring numberones method works great.


This is how I did it for Trinity 1.7.2.0

Open ItemHandling.cs

Around Line 67 add this:

Code:
if (item.ActorSNO == 137958) { return true; }

so it looks like this

Code:
        internal static bool GilesPickupItemValidation(PickupItem item)
        {
            if (item.ActorSNO == 137958) { return true; }
			
			// If it's legendary, we always want it *IF* it's level is right
            if (item.Quality >= ItemQuality.Legendary)
            {
                return (Settings.Loot.Pickup.LegendaryLevel > 0 && (item.Level >= Settings.Loot.Pickup.LegendaryLevel || Settings.Loot.Pickup.LegendaryLevel == 1));
            }
 
Been using 300 with this new trinity flawlessly for 5 hours or so. I'm picking up demonic essences and the only thing I did was make sure the "pickup craft tomes" in trinity was checked. Only minor gripe I have is that plans/tomes/gems are stashed in the first tab instead of the third like prior versions. Anyone have a fix?
 
My D3 always crashed when I chosen Routines as Trinity(the newest one).
I cant figure out after fresh reinstalled them many times.
DB.300+Trinity1721
 
Been using 300 with this new trinity flawlessly for 5 hours or so. I'm picking up demonic essences and the only thing I did was make sure the "pickup craft tomes" in trinity was checked. Only minor gripe I have is that plans/tomes/gems are stashed in the first tab instead of the third like prior versions. Anyone have a fix?


This is driving me nuts as well, I know it's a smaller thing, but my stash is a total clusterfuck as a result. Any help on this is greatly appreciated.
 
anyone know how to make it not INSTANTLY sell/salvage i mean literally 1 click
 
when i set rules to db's loot rulefile,it show "Current item-manager is not a lootrules manager, loading rules won't work.". If i del Trinity plugin. i can set successfully

[09:02:51.762 N] Demonbuddy v1.0.1353.300 started
[09:02:54.687 N] Logging in...
[09:02:55.694 N] Attached to Diablo III with pid: 5052
[09:02:55.710 N] Flashing window
[09:02:57.769 D] Executable Path: D:\game\db\Demonbuddy1\Demonbuddy.exe
[09:02:57.769 D] OS Architecture: AMD64
[09:02:57.769 D] OS: Windows 7 64-bit
[09:02:57.800 D] Reloading AssemblyLoader<Zeta.CommonBot.ICombat> - Initializing
[09:02:58.736 D] Reloading AssemblyLoader<Zeta.Common.Plugins.IPlugin> - Initializing
[09:02:59.532 N] [Trinity]ItemRules is using the soft rule set.
[09:02:59.532 N] [Trinity]PICKLOG = Rare
[09:02:59.532 N] [Trinity]KEEPLOG = Rare
[09:02:59.532 N] [Trinity]RULEPATH = D:\game\db\Demonbuddy1\Plugins\GilesTrinity\ItemRules\Rules\soft
[09:02:59.532 N] [Trinity]... loaded: 15 Pickup rules
[09:02:59.532 N] [Trinity]... loaded: 6 Common rules
[09:02:59.532 N] [Trinity]... loaded: 1 Magic rules
[09:02:59.532 N] [Trinity]... loaded: 86 Rare rules
[09:02:59.532 N] [Trinity]... loaded: 137 Legendary rules
[09:02:59.532 N] [Trinity]... loaded: 0 Set rules
[09:02:59.532 N] [Trinity]... loaded: 0 Macros
[09:02:59.532 N] [Trinity]ItemRules loaded a total of 230 Soft rules!
[09:02:59.532 N] [Trinity] _______________________________________
[09:02:59.532 N] [Trinity] ___-|: Darkfriend's Item Rules 2 :|-___
[09:02:59.532 N] [Trinity] ___________________Rel.-v 2.2.0.0_______
[09:03:00.592 V] [Trinity]Using Trinity Unstucker
[09:03:01.294 V] [Trinity]Reset bot TPS to default
[09:03:01.294 N] [Trinity]ENABLED: Trinity v1.7.2.1 now in action!
[09:03:01.294 D] There are 1 plugins
[09:03:02.168 N] Current bot set to Order Bot
[09:03:02.168 N] Loaded profile Arreat Crater Level 1 by rrrix
[09:03:15.945 N] Current item-manager is not a lootrules manager, loading rules won't work.
 
Last edited:
i have turn off Trinity root rules,why the msg like "[Trinity]RULEPATH = D:\game\db\Demonbuddy1\Plugins\GilesTrinity\ItemRu les\Rules\soft" still appears
 
when i set rules to db's loot rulefile,it show "Current item-manager is not a lootrules manager, loading rules won't work.". If i del Trinity plugin. i can set successfully
same! please fix
 
pimpapum, can you try a run without YAR and see if you can reproduce it? I am thinking YAR might be prematurely closing D3 - do you see a "Diablo Crash Report" window when this happens?
 
How to corectly choose in YAR 1.9.2 Routine? I can only pick GilesBlankCombatRoutine. When I picked it your Trinity 1.1 didn't work. What should I do? Or maybe i should download other standalone?
 
Status
Not open for further replies.
Back
Top