What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Script line for picking up demonic essence

noller

New Member
Joined
Dec 7, 2012
Messages
19
Reaction score
0
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 ?
 
Back
Top