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

How to turn off wait for chest loot drop delay?

roflcopter123

New Member
Joined
Aug 16, 2012
Messages
39
Reaction score
0
For legendary profile runs on chest, I dont want to wait for loot to drop, it wastes time. How can I disable this delay?
 
Go into (DemonBuddy folder)\Plugins\Trinity\Cache\RefreshObjects.cs

Search for "DateTime.UtcNow.Subtract(lastHadContainerInSights).TotalMilliseconds <= 2000)"

Change 2000 to whatever you want. 2000=2sec.
 
Last edited:
Is it me or there is no such file CacheRefreshObjects.cs in Plugins\Trinity\
The only file is Plugin.cs, the rest are folders.
 
Is it me or there is no such file CacheRefreshObjects.cs in Plugins\Trinity\
The only file is Plugin.cs, the rest are folders.

Woops, forgot a \. It's in the Cache folder. RefreshObjects.cs
 
Back
Top