Originally Posted by
zEEneXx
I'll explain the loot function a bit:
In the required files folder are the pictures. There are 5 pictures of every item type (legendary, set, rare, magic). Every picture contains one lowercase vowel of the item color (orange, green, yellow, blue).
So we need to do 5 image searches for every loot attempt. If you have set $RareLootAmount = 3 for example the bot starts to search for these pictures of the lowercase vowels. If he found one matching vowel he will abort the current search procedure, loots the rare, and starts a new search. How often he starts the new serach is defined by $RareLootAmount.
Short answer: Yes, if you have set it to 1 and he dropped 3 rares the bot will only loot 1 of it.
And I made no options for legendary/set loot amount because I just dont think he will ever drop more than one in a run. And increasing these values make the loot process (relative) longer.