Thread: Alza Ui
View Single Post
01-20-10, 02:31 PM   #16
maxi155
A Kobold Labourer
Join Date: Jan 2010
Posts: 1
autoDisenchant on greens and blues

Code:
--[[ Disenchant on greens ]]
function aSettings:START_LOOT_ROLL(event, id)
    if(not aSettingsDB.AutoGreedOnGreen) then return end
    if(id and (select(4, GetLootRollItemInfo(id))==2) or (select(4, GetLootRollItemInfo(id))==3)) then
        RollOnLoot(id, 3)
    end
end
Replace where "Greed on greens" was in aSettings.lua - it will auto auto disenchant roll on greens and blues. hf
  Reply With Quote