View Single Post
05-09-14, 05:10 PM   #9
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
Sadly it also works if you have the item in your bank or bags.

Why not change it to:

/run local var = GetItemFamily("Sha Crystal"); if var and bit.band(var, 0x0040) > 0 then print("1") else print("0") end

Originally Posted by Mazzop View Post
thx all
wonder how it would act when disenchanting something into Sha Crystal (or anything else) without any of tht reagent in bags

its too much to ask for running that script with disenchant loot window open and no crystals in bags?
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote