;Custom Loot
$pngLoc = "@ScriptDir" ;Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE)
$totalItems = 9 ;Number of items in the pick array
Global $pick[$totalItems] ;DONT CHANGE THIS
;Array of items to loot (GEMS AND TOMES ALREADY INCLUDED)
$pick[0] = "legO.png|40"
$pick[1] = "setA.png|40"
$pick[2] = "setE.png|40"
$pick[3] = "setI.png|40"
$pick[4] = "setO.png|40"
$pick[5] = "setU.png|40"
$pick[6] = "legA.png|40"
$pick[7] = "legE.png|40"
$pick[8] = "legI.png|40"
;$pick[1] = "item2.png|0"
;$pick[2] = "item3.png|0"
;Looting
$LootSets = "1" ;1 if you want to pick up Sets
$LootLegendaries = "1";1 if you want to pick up Legendaries
$LootRares = "1" ;1 if you want to pick up Rares
$LootMagic = "1" ;1 if you want to pick up Magic
$LootGems = "0" ;1 if you want to pick up Gems
$LootTomes = "1" ;1 if you want to pick up Tome of Secrets
$LootCustom = "0" ;1 if you want to pick up Custom Items (The items in the $pick array above)