![]() |
Eth Questions - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: Eth Questions (/thread-47366.html) |
Eth Questions - SamDoleBob - 05-26-2011 I know that [Flag] != ethereal ignores eth items but when i use [Flag] == ethereal will it pick up non eth items also? Or if i leave that out will it pick up eth items anyway? Eth Questions - TyKe - 05-27-2011 you will have to make 2 lines, lets say [Name] == SacredArmor && [Quality] == unique && [Flag] == ethereal [Name] == SacredArmor && [Quality] == unique && [Flag] != ethereal it would have to be done like this Eth Questions - SamDoleBob - 05-27-2011 So then i would gather both eth and non eth items? thx! |