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

Gold Inactivity Broken?

croq

New Member
Joined
Jan 20, 2013
Messages
20
Reaction score
0
Hi, is the Gold Inactivity setting broken? I have it set to 200 and my guy never leaves the game and resets...Just wondering what everyone else is experiencing. Im on Beta: 403, Trinity .28, quest tools .52
 
Yes, it is currently not working correctly. In the future please post trinity issues under trinity section. Thanks
 
In your Demonbuddy folder, open the following file in Notepad:

\Plugins\Trinity\Helpers\GoldInactivity.cs

Press Ctrl-F to copy and paste the following code. It can be found on line #161:
Code:
if (notpickupgoldsec >= Trinity.Settings.Advanced.GoldInactivityTimer)

Change it to the following:[/B]

Code:
if (notpickupgoldsec >= 120)

The 120 portion is the number of seconds before the gold inactivity monitor trips. You can change it to however many seconds you would like.

Hope this helps.

-PrettyPia
 
Back
Top