Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Loot Rules?
06-22-2013, 01:16 PM
Post: #3
RE: Custom Loot Rules?
got a custom loot rule as .dis extension.
can you handle a format like this?

/[QUALITY] == "Legendary"

// keep all weapons
//[QUALITY] == "Legendary" && [BASETYPE] == "Weapon"

// keep all armor
//[QUALITY] == "Legendary" && [BASETYPE] == "Armor"

// keep all jewelry
//[QUALITY] == "Legendary" && [BASETYPE] == "Jewelry"


// 1h Weapon +---------------------------------------------------------------------------+
[QUALITY] == "Legendary" && [NAME] == "The Butcher's Sickle" # [DPS] >= 800 && [SOCKETS] > 0 && ([LOH] > 0 || [MAXSTATVIT] >= 100) -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "The Butcher's Sickle" # [DPS] >= 850 && [SOCKETS] > 0 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "The Butcher's Sickle" # [DPS] >= 875 -> [KEEP]

[QUALITY] == "Legendary" && [NAME] == "Echoing Fury" # [DPS] >= 800 && [SOCKETS] > 0 && ([CRITDMG%] > 0 || [LS%] > 0 || [LOH] > 0) -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Echoing Fury" # [DPS] >= 1000 && [SOCKETS] > 0 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Echoing Fury" # [DPS] >= 1100 && ([CRITDMG%] > 0 || [LS%] > 0) -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Echoing Fury" # [DPS] >= 1200 -> [KEEP]

[QUALITY] == "Legendary" && [NAME] == "Sun Keeper" # [DPS] >= 850 && [SOCKETS] > 0 && ([CRITDMG%] > 0 || [LS%] > 0) -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Sun Keeper" # [DPS] >= 900 && [SOCKETS] > 0 && [LOH] > 0 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Sun Keeper" # [DPS] >= 1000 && [SOCKETS] > 0 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "Sun Keeper" # [DPS] >= 1100 -> [KEEP]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Custom Loot Rules? - dbuddy - 06-21-2013, 11:28 PM
RE: Custom Loot Rules? - Feyieon - 06-22-2013, 01:29 AM
RE: Custom Loot Rules? - dbuddy - 06-22-2013 01:16 PM
RE: Custom Loot Rules? - Feyieon - 06-22-2013, 02:04 PM
RE: Custom Loot Rules? - dbuddy - 06-22-2013, 02:12 PM
RE: Custom Loot Rules? - Feyieon - 06-22-2013, 02:19 PM
RE: Custom Loot Rules? - dbuddy - 06-22-2013, 02:29 PM
RE: Custom Loot Rules? - botexploit - 06-22-2013, 07:01 PM
RE: Custom Loot Rules? - dbuddy - 06-22-2013, 07:41 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)