bombastic
New Member
- Joined
- Jun 18, 2012
- Messages
- 430
- Reaction score
- 3
Excelent profile, the only problem is bot not waiting for drops. He just loots the organs and tp out, ignoring everything else.
EDIT:
Editing Trinity settings and changing DelayAfterKill to 7 seconds did the trick. Not the best way, but it works.
Or to avoid the manual editing, modify the 1500 cap to 7000 in Plugins/Trinity/UI/Combat/ConfigMisc.xaml (line 188)
EDIT:
Editing Trinity settings and changing DelayAfterKill to 7 seconds did the trick. Not the best way, but it works.
Code:
<DelayAfterKill>7000</DelayAfterKill>
Or to avoid the manual editing, modify the 1500 cap to 7000 in Plugins/Trinity/UI/Combat/ConfigMisc.xaml (line 188)
Code:
Maximum="7000" Minimum="0" SmallChange="1000" TickFrequency="500" TickPlacement="BottomRight"
Last edited: