===== Misc Statistics =====
Total tracking time: 53h 14m 19s
Total deaths: 71 [1,33 per hour]
Total games (approx): 484 [9,09 per hour]
Total XP gained: 24,02 million [0,45 million per hour]
Total Gold gained: 4469,12 Thousand [83,95 Thousand per hour]
===== Item DROP Statistics =====
Items:
Total items dropped: 94826 [1781,15 per hour]
Items dropped by quality:
- White: 30185 [566,98 per hour] {31,83 %}
- Magic: 52454 [985,26 per hour] {55,32 %}
- Rare: 11915 [223,80 per hour] {12,57 %}
- Legendary: 272 [5,11 per hour] {0,29 %}
===== Misc Statistics =====
Total tracking time: 36h 34m 54s
Total deaths: 58 [1,59 per hour]
Total games (approx): 337 [9,21 per hour]
Total XP gained: 24,02 million [0,66 million per hour]
Total Gold gained: 4475,41 Thousand [122,34 Thousand per hour]
===== Item DROP Statistics =====
Items:
Total items dropped: 59701 [1631,99 per hour]
Items dropped by quality:
- White: 18886 [516,27 per hour] {31,63 %}
- Magic: 33124 [905,48 per hour] {55,48 %}
- Rare: 7522 [205,62 per hour] {12,60 %}
- Legendary: 169 [4,62 per hour] {0,28 %}
===== Misc Statistics =====
Total tracking time: 14h 16m 17s
Total deaths: 15 [1,05 per hour]
Total games (approx): 27 [1,89 per hour]
Total XP gained: 21,62 million [1,52 million per hour]
Total Gold gained: 4410,88 Thousand [309,07 Thousand per hour]
===== Item DROP Statistics =====
Items:
Total items dropped: 32134 [2251,60 per hour]
Items dropped by quality:
- White: 10213 [715,62 per hour] {31,78 %}
- Magic: 17694 [1239,80 per hour] {55,06 %}
- Rare: 4135 [289,74 per hour] {12,87 %}
- Legendary: 92 [6,45 per hour] {0,29 %}
Bomb, few questions about your loot rules. Why do you pick up 58 legendaries, 61 weapons and why is bot keeping every azurewrath and the star of azkaranth? What do i need to change in order to pick 59+ legends and 62-63 weapons?
[QUALITY] == "Legendary" && [NAME] == "The Star of Azkaranth" [B]-> [TRASH][/B]
//intell
[QUALITY] == "Legendary" && [LEVEL] >= [B]58[/B]
//[QUALITY] == "Legendary" && [LEVEL] > 62 && [TYPE] == "Jewelry"
//ignore rule
[QUALITY] == "Legendary" && [LEVEL] < [B]58[/B] -> [IGNORE]
[QUALITY] == "Rare" && [LEVEL] >= [B]62[/B] && [BASETYPE] == "Weapon"
//ignore rule
[QUALITY] == "Rare" && [LEVEL] < [B]62[/B] && [BASETYPE] == "Weapon" -> [IGNORE]
I can never reach your stats due to bad gear(you got more than double tDPS: (Whirlwind + Sprint)). You probably got like 5-10b gear or something. Anyway, i am very satisfied and i thank you! Keep up the good work bro![]()
do you use latest DB 323 or old 317?
Hmm im using this lootrules
but it picked up a lvl 60 2h mace...<.<
//intell
[QUALITY] == "Legendary" && [LEVEL] >= 62
//[QUALITY] == "Legendary" && [LEVEL] > 62 && [TYPE] == "Jewelry"
//ignore rule
[QUALITY] == "Legendary" && [LEVEL] < 62 -> [IGNORE]
Fixed
https://www.assembla.com/code/bomba...mmit/55a551275bef10f0a3f0ecca0ec8e34fdc2f6a4d
rrrix, that was the code I was trying to suggest. It will get rid of all "-1" and "Invalid" files populating TrinityLogs folder.
Neither do I... i just bot with 1 char, a barbarian. Ask for help in Trinity folder, maybe?
Good to know... I have to test it myself![]()
Ok that makes sense, i changed it to pick 59+1) I pick all legendaries to keep track of how much the bot is missing them, comparing legendaries Drop with Pickup. They are not stashed, anyway.
Im affraid i have no idea what Git version is and where to download that :/ (it has something to do with development??)2) Azurewrath is not stashed since some versions ago. Download Git version if you want a more updated one;
Ah i see, i'll keep it how it is than. thx3) There is no way to determine if a Star of Azkaranth is a good pick, so my rule stash them all. Like Stone of Jordan. If you dont want it, change the rule:
Code:[QUALITY] == "Legendary" && [NAME] == "The Star of Azkaranth" [B]-> [TRASH][/B]
4) I dont recommend skipping weapons 60-61, when you bot in any MP level all drops have lvl 63 affixes (weapons/armor/jewelry). If you want to avoid them anyway:
To pick only 58+ legendaries, change in Pickup.dis:
Code://intell [QUALITY] == "Legendary" && [LEVEL] >= [B]58[/B] //[QUALITY] == "Legendary" && [LEVEL] > 62 && [TYPE] == "Jewelry" //ignore rule [QUALITY] == "Legendary" && [LEVEL] < [B]58[/B] -> [IGNORE]
To pick only 62-63 weapons:
Code:[QUALITY] == "Rare" && [LEVEL] >= [B]62[/B] && [BASETYPE] == "Weapon" //ignore rule [QUALITY] == "Rare" && [LEVEL] < [B]62[/B] && [BASETYPE] == "Weapon" -> [IGNORE]
My barb was not that expensive, i equipped him before the price explosion pos-AH announcement![]()