;Array of items to loot (GEMS AND TOMES ALREADY INCLUDED)
$pick[0] = "mythic.png|40" ;png|Tolerance
$pick[1] = "gold.png|40"
;$pick[2] = "item3.png|0"
;Looting
$LootSets = "True" ;True if you want to pick up Sets
$LootLegendaries = "True" ;True if you want to pick up Legendaries
$LootRares = "True" ;True if you want to pick up Rares
$LootMagic = "True" ;True if you want to pick up Magic
$LootGems = "True" ;True if you want to pick up Gems
$LootTomes = "True" ;True if you want to pick up Tome of Secrets
$LootCustom = "True" ;True if you want to pick up Custom Items (The items in the $pick array above)