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

Trinity disappeared on upgrade 30/09

Status
Not open for further replies.

superfer

New Member
Joined
Sep 30, 2014
Messages
2
Reaction score
0
Hello today 30/09 Demonbuddy was updated and now it's gone my trinity, does anyone know how to solve this? 'm beginner ... (sorry my english)
 
It's doing the same for me, I think the only thing we can do is wait for another patch.
 
The latest trinity works.

use eazyupdater to get it work or download the 2.1.21 trinity
 
This didn't work for me. Trinity is simply not in the plugins tab of demonbuddy, despite the trinity folder being in the right spot (and updated to 2.1.21)
 
Not working here either, just did a fresh install of demonbuddy, questtools and trinity. Trinity wasn't showing up at first and there was a compile error on the trinity plugin, unfortunately i didn't save it. Sorry for that. Then I restarted DB, compile error is gone but demonbuddy force closes now.

Also, just wanted to say thank you for all your work. Much appreciated.
 
Just tried a fresh install again, some more details for you guys. Its still force closing on startup. The DB window says "Flashing window" then the next line "Setting up Trinity Logging". Nothing else after that.
 
If you made some combat changes, some of them won't go through and will cause trinity to not show up
that's what happened to me
 
//if (itemBaseType == GItemBaseType.Gem)
//c_ItemLevel = diaItem.CommonData.GemQuality

comment out line 62,63 like that.
I don't know what this will do to bot behavior related to gem, this just get trinity working in demonbuddy.
Please don't blame me if anything goes wrong.
 
Save Old Demon Buddy in seperated folder and Download the new one ...save your password ... and the new one works perfect
 
Use the Trinity from rrrix's svn, the one that is shipped with Demonbuddy in the "Plugins" folder
or change line 63 in "e:\01 BUDDY\NYTT\Plugins\Trinity\Cache\RefreshItem.cs" so it looks like this:
Code:
c_ItemLevel = (int)diaItem.CommonData.GemQuality;

Or use the file attached and put it in the "Cache" folder in the Trinity folder in the Plugins folder in the root of Demonbuddy, replace the file
 

Attachments

Last edited:
Use the Trinity from rrrix's svn, the one that is shipped with Demonbuddy in the "Plugins" folder
or change line 63 in "e:\01 BUDDY\NYTT\Plugins\Trinity\Cache\RefreshItem.cs" so it looks like this:
Code:
c_ItemLevel = (int)diaItem.CommonData.GemQuality;

Or use the file attached and put it in the "Cache" folder in the Trinity folder in the Plugins folder in the root of Demonbuddy, replace the file

Thanks for the fix, loaded Trinity and it seems to be working fine! :cool:
 
Use the Trinity from rrrix's svn, the one that is shipped with Demonbuddy in the "Plugins" folder
or change line 63 in "e:\01 BUDDY\NYTT\Plugins\Trinity\Cache\RefreshItem.cs" so it looks like this:
Code:
c_ItemLevel = (int)diaItem.CommonData.GemQuality;

Or use the file attached and put it in the "Cache" folder in the Trinity folder in the Plugins folder in the root of Demonbuddy, replace the file


thx to try help us, but didnt work for me >((((!!!
 
Status
Not open for further replies.
Back
Top