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

Loot Rules Modifier

mastahg

Administrator
Staff member
Joined
Feb 27, 2011
Messages
5,383
Reaction score
388
Program to make generating loot rules easier

Screenshot:
3aF6E.png


There are bound to be some issues with this, but I don't expect anything too major.

Known Issues:
No way to re-arrange priority of pickup,keep,sell yet. Expect this in a later version.
 

Attachments

Last edited:
Nice, but crashes every time I click 'add row'.

But good work ;)
 
New version with ability to add/remove rules.
 
I didnt work with any specific rules - I would like to create new one.
 
Looks really good but it doesn't load any .xml files for me which I wan tto edit.
 
hmm... not sure how it works. everytime I add a new rule and try to modify it, the previous rule I modified resets( as in appear as blank again)
 
When I try to import Ghostie's lootrules and give description to some that have none. and I press save file. It doesnt get saved I click again and description is gone...
 
Working on a new version now, current version has some issues with loading files and not properlly setting up the xml to be modified.
 
Please grab the latest version. Now should be able to edit everything without any issues. If you do experience a crash, please provide the loot rules file you were editing, and exactly what you were doing.
 
There is no:
CritChance
CritDamage

<!-- Keep rare gear with crit chance. -->
<ItemRule ruleType="Keep" itemBaseType="Armor" description="Rare gear with crit chance">
<StatRules>
<Rule stat="CritPercent" quality="Rare4" />
</StatRules>
</ItemRule>
<!-- Keep rare gear with crit damage. -->
<ItemRule ruleType="Keep" itemBaseType="Armor" description="Rare gear with crit damage">
<StatRules>
<Rule stat="CritDamagePercent" quality="Rare4" />
</StatRules>
</ItemRule>

Can you please add thos?

Thanks.
 
Nice one! Are the filters working properly yet or does the bot still keep all yellows even if you try to limit them to certain stats?
 
Back
Top