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

Loot Rules Not Working.

actionjackson802

New Member
Joined
Jul 26, 2012
Messages
9
Reaction score
0
Hey Guys,

Today I updated my DB to Demonbuddy 1.0.834.197 and then My previous Loot Rules stopped Working. It use to pick up blues and now it does not. I tried fiddling around with the file but nothing changes. Any one have any ideas what happened?
 
From the Releasenotes: Rule 'quality' attribute is now deprecated. Use stat="Quality" value="Rare4" or your chosen rarity. The quality attribute will be removed in a future release.
 
Where do you find the Release notes? I need to find some examples, cuz my loot rules are all messed up now : / But thanks for your reply. :)
 
For those of you having issues with loot rules... just replace the following line in the rule that you are currently using

<Rule quality="rare4" />

with this one

<Rule stat="Quality" value="Rare4" />

If you are unsure how to do that.. go to your rules folder within your demonbuddy directory. right click the rule you wish to use... then click edit. This will bring up a notepad version of the lootrules. Find the above line and replace it with the new line. Do this for every line that looks like the above. Remember, rare4 is not the only rule modifier. There is magic1, etc. So basically if you see the line <rule quality ="XX" /> just replace it with <rule stat ="Quality" value="XX" />

You don't have to edit any other line for it to work... just the one mentioned here. Oh and make sure that when you save it .. put the .xml tag at the end otherwise it will save as a .txt file and won't work.
 
Last edited:
Back
Top