Here is my current 800x600 script with my iLvl functionality included. The iLvl function is still beta and I wanted more people besides myself to try it out. Tell me if you find any bugs or have ideas for improvement. Once this phase is over I'll be adding it into the next update along with the settings being configurable through the GUI.
https://dl.dropbox.com/s/sw5lp5o6cfw...0x600.zip?dl=1
Key Settings For New Function
Code:
;Anal Loot!!
$AnalLoot = 1
$RareSalvageiLvl = 61 ;and below to Salvage #
$MagicSalvageiLvl = 62 ;and below to Salvage #
$RareStashiLvl = 63 ;and above to Stash #
$MagicStashiLvl = 63 ;and above to Stash #
$RareVendoriLvl = 60 ;and below to Vendor #
$MagicVendoriLvl = 60 ;and below to Vendor #
$AnalSpeed = 75
Global $AnalyzedLoot[10][6]
;====DONT CHANGE=====;
$AnalSalvage = 0 ;determines whether not theres items to salvage
$AnalRareIdentify = 0 ;determines whether not theres a rare to identify, don't change
$AnalVendor = 0