Hey
Havent seen it in here yet.
I looking for a script line i can put in my "medium" item rules for giles trinity .295
I guess it can be put in the special.dis file which looks like this atm :
// +---------------------------------------------------------------------------+
// | __| _ \ __| __| _ _| \ |
// | \__ \ __/ _| ( | _ \ |
// | ____/ _| ___| \___| ___| _/ _\ ____|
// +---------------------------------------------------------------------------+
// keep all special items
// this is a saftey line ... as long it isn't removed it will keep all items
// specifyed by the rule ... the action of commenting it out
// will apply all following rules ... this set of rules is no where of complete
[QUALITY] == "Special" # True -> [KEEP]
// crafting plans setting
[QUALITY] == "Legendary" && [TYPE] == "CraftingPlan" # True -> [KEEP]
[QUALITY] == "Rare6" && [TYPE] == "CraftingPlan" # True -> [TRASH]
[QUALITY] == "Rare5" && [TYPE] == "CraftingPlan" # True -> [TRASH]
[QUALITY] == "Rare4" && [TYPE] == "CraftingPlan" # True -> [TRASH]
Anybody knows the code for keeping the demonic essence drops from elites ?
Havent seen it in here yet.
I looking for a script line i can put in my "medium" item rules for giles trinity .295
I guess it can be put in the special.dis file which looks like this atm :
// +---------------------------------------------------------------------------+
// | __| _ \ __| __| _ _| \ |
// | \__ \ __/ _| ( | _ \ |
// | ____/ _| ___| \___| ___| _/ _\ ____|
// +---------------------------------------------------------------------------+
// keep all special items
// this is a saftey line ... as long it isn't removed it will keep all items
// specifyed by the rule ... the action of commenting it out
// will apply all following rules ... this set of rules is no where of complete
[QUALITY] == "Special" # True -> [KEEP]
// crafting plans setting
[QUALITY] == "Legendary" && [TYPE] == "CraftingPlan" # True -> [KEEP]
[QUALITY] == "Rare6" && [TYPE] == "CraftingPlan" # True -> [TRASH]
[QUALITY] == "Rare5" && [TYPE] == "CraftingPlan" # True -> [TRASH]
[QUALITY] == "Rare4" && [TYPE] == "CraftingPlan" # True -> [TRASH]
Anybody knows the code for keeping the demonic essence drops from elites ?