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

Loot rule concern

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 :)
 
Honestly, If you are not experienced in creating completely custom loot rules it is better to use Trinity.
 
Well, this file has been working perfectly for me with the previous version of Trinity (1.6.3.4.24.2).
 
Trinity 1.6.3.4 is extremely outdated and was developed by someone who has left us.
There is no support for it.
 
Yea, I'm just saying. My file was ok for the previous version. If sthg happens in this version, we need to fix the very current version, right?
 
you can try the old loot rules, in when trinity is running by default it will use its own loot rules, unless you set it to Use custom ones. you can change it in the trinity configuration settings.
 
have you tried Trinity's default rules?
 
I set "Demonbuddy Loot Rules" in item rules type tab of Trinity config window.
 
The default one doesn't seems to have options about what kind of items you wanna keep in the trash, so I probly won't need it...
 
User interface? I didn't find it in the config window, is it in the Trinity file? I probly need more instruction for it. Rt now I went back to Trinity 1.6..... , it works fine for now. However, I still wanna learn how to use v 1.7 just in case :)
 
its suggested to use the latest one for many reasons


go at plugins tab,highligh Trinity and hit settings/config button
 
Yes, I did. But I only see limited options of items you pick up. i.e. I cannot tell the bots to only keep armors that have 100+ dex in the trash...
 
theres a radio button that lets you select demonbuddys loot rules, or trinity's under the items tab.
 
I set "Demonbuddy Loot Rules" in item rules type tab of Trinity config window.

I said this at the 2nd line of this thread... I wish buddies can read my thread then give suggestions...
 
I set "Demonbuddy Loot Rules" in item rules type tab of Trinity config window.

I said this at the 2nd line of this thread... I wish buddies can read my thread then give suggestions...
we have, we cant really help you sit and work though custom lootrules. if they work, then good, if not then you need to edit them and figure out why your profile isnt working correctly.
 
Well, it works perfectly with the older version of Trinity (1.6...). So I guess it's not about the loot rules I wrote.
 
you can report it under Trinity section and the dev will take a look
 
Back
Top