tomhanks110
New Member
- Joined
- Nov 15, 2012
- Messages
- 122
- Reaction score
- 0
Plugins:
Trinity version 1.7.1.13
RadAtom version 1.5.1
I set "Demonbuddy Loot Rules" in item rules type tab of Trinity config window.
However, it doesn't seem to loot as I coded.
Here is my loot rule:
View attachment High Level Rules.xml
The problem is that the bots are looting magic items as well, which is not as I coded. So I guess we can start from the pick up category
<Category ruleType="PickUp">
<!--
In these rules, we'll be picking up all the blue/yellow items that are 58+
Any legendaries
And also gems, tomes, pots, plans
Lastly, at least stacks of 300 gold!
-->
<ItemRule description="Good Quality Rare Items">
<StatRules>
<Rule stat="Quality" value="Rare4" />
<!-- Or logic here will mean either it's a 58+ ilvl item, or a legendary. Both of which we want to keep. -->
<Rule stat="Level" minValue="58" logic="Or" />
<Rule stat="Quality" value="Legendary" logic="Or" />
</StatRules>
</ItemRule>
Sorry if I'm too noobish
Trinity version 1.7.1.13
RadAtom version 1.5.1
I set "Demonbuddy Loot Rules" in item rules type tab of Trinity config window.
However, it doesn't seem to loot as I coded.
Here is my loot rule:
View attachment High Level Rules.xml
The problem is that the bots are looting magic items as well, which is not as I coded. So I guess we can start from the pick up category

<Category ruleType="PickUp">
<!--
In these rules, we'll be picking up all the blue/yellow items that are 58+
Any legendaries
And also gems, tomes, pots, plans
Lastly, at least stacks of 300 gold!
-->
<ItemRule description="Good Quality Rare Items">
<StatRules>
<Rule stat="Quality" value="Rare4" />
<!-- Or logic here will mean either it's a 58+ ilvl item, or a legendary. Both of which we want to keep. -->
<Rule stat="Level" minValue="58" logic="Or" />
<Rule stat="Quality" value="Legendary" logic="Or" />
</StatRules>
</ItemRule>
Sorry if I'm too noobish
