09-04-2010, 11:01 AM
if you just wanna pick up uniques that are unid then ur code shud be like tis
[Name] == Monarch && [Quality] == unique // Stormshield
if your code is like tis:
[Name] == Monarch && [Quality] == unique && [Flag] != identified # [Defense] >= 148 // Stormshield
then it will only pick up perfect SS
does that help?
[Name] == Monarch && [Quality] == unique // Stormshield
if your code is like tis:
[Name] == Monarch && [Quality] == unique && [Flag] != identified # [Defense] >= 148 // Stormshield
then it will only pick up perfect SS
does that help?