C croq New Member Joined Jan 20, 2013 Messages 20 Reaction score 0 Apr 30, 2014 #1 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
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
Drazz446 New Member Joined Jan 16, 2014 Messages 834 Reaction score 3 May 1, 2014 #2 Yes, it is currently not working correctly. In the future please post trinity issues under trinity section. Thanks
Yes, it is currently not working correctly. In the future please post trinity issues under trinity section. Thanks
P PrettyPia New Member Joined May 1, 2014 Messages 8 Reaction score 0 May 1, 2014 #3 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
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