05-03-2012, 05:16 AM
Hey again.. trying to learn this stuff. so now with this it will only pick up 141 shako right?
//[Name] == Shako && [Quality] == unique
[Name] == Shako && [Quality] == unique && [Flag] != ethereal # [Defense] >= 141 // Harlequin Crest
//[Name] == Shako && [Quality] == unique && [Flag] == ethereal # [Defense] >= 210 // Harlequin Crest
and if i want it to pick up all shakos? ill have to remove the // in first line?
//[Name] == Shako && [Quality] == unique
[Name] == Shako && [Quality] == unique && [Flag] != ethereal # [Defense] >= 141 // Harlequin Crest
//[Name] == Shako && [Quality] == unique && [Flag] == ethereal # [Defense] >= 210 // Harlequin Crest
and if i want it to pick up all shakos? ill have to remove the // in first line?