Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Loot Rules?
06-21-2013, 11:28 PM
Post: #1
Custom Loot Rules?
hi!

i thought it is possible to implement custom loot rules, isnt it?
i only have the choice between normal, legendaries, high,...

greets
Find all posts by this user
Quote this message in a reply
06-22-2013, 01:29 AM
Post: #2
RE: Custom Loot Rules?
Hey buddy, you can custom the loot rules if you are familiar with editing the files under folder Rules , from there you can edit and add in your own rules, we will be implementing a new UI which allow you guys to edit from setting but no ETA yet. Cheers!
Find all posts by this user
Quote this message in a reply
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
06-22-2013, 02:04 PM
Post: #4
RE: Custom Loot Rules?
hey Buddy,

As the format is the same as our format. All you have to do is rename the file to legendary.txt and rare.txt and replace the files under Rules/High/. (Better to make a backup first of the original .txt first) Then the bot will use the new loot rule.

Cheers!
Find all posts by this user
Quote this message in a reply
06-22-2013, 02:12 PM
Post: #5
RE: Custom Loot Rules?
ok, how can i swith to custom rules in the settings?

i got

- noone
- default
- medium
- high

i don't see a option for custom
Find all posts by this user
Quote this message in a reply
06-22-2013, 02:19 PM
Post: #6
RE: Custom Loot Rules?
Hey buddy ,

U can overwrite the rules in "high" folder , just keep a back up of the old ones.
Find all posts by this user
Quote this message in a reply
06-22-2013, 02:29 PM (This post was last modified: 06-22-2013 02:36 PM by dbuddy.)
Post: #7
RE: Custom Loot Rules?
sorry, doesn't seem to work
added log


one more question: you start all D3 from 1 folder? or is it recommended to set up 1 D3 Installation per license?


Attached File(s)
.txt  2013-06-22 143556.txt (Size: 515 bytes / Downloads: 345)
Find all posts by this user
Quote this message in a reply
06-22-2013, 07:01 PM
Post: #8
RE: Custom Loot Rules?
all Diablo 3 clients from 1 folder is fine

certainly, if you install Diablo 3 client for each instance in different folders is better, remember to locate the folder path of each instance in the account setting.

thank you

(06-22-2013 02:29 PM)dbuddy Wrote:  one more question: you start all D3 from 1 folder? or is it recommended to set up 1 D3 Installation per license?
Find all posts by this user
Quote this message in a reply
06-22-2013, 07:41 PM (This post was last modified: 06-22-2013 08:18 PM by dbuddy.)
Post: #9
RE: Custom Loot Rules?
thanks! got a solution for the problem i have with the custom loot rule? log above

i can send you the complete loot rule if you need more information.

/edit: ok, i fixed it, but now i get "brackets not matching" or something like this....

seems my own loot rules are not compatible :/
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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