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

Custom loot not working

satanais

New Member
Joined
Nov 13, 2012
Messages
22
Reaction score
0
Hello everyone,

I noticed a problem while using the Custom Loot Rules in Giles Config.

The loot script tested works by himself, but with giles he just ignore all rares and legedary (still pickups gems, plans, pots, and others miscs)

Any tip?

thanks
 
The post has several scripts, which one are you using? I've seen the first one (No Trash - Keep Legendary, Sell Blue and Yellow.xml) and it doesn't pick up gems, so might not be the right one...

In Giles do you have "Use Custom Rules" selected and in DB settings tab do you have the item rules xml file you want to use selected?
 
The post has several scripts, which one are you using? I've seen the first one (No Trash - Keep Legendary, Sell Blue and Yellow.xml) and it doesn't pick up gems, so might not be the right one...

In Giles do you have "Use Custom Rules" selected and in DB settings tab do you have the item rules xml file you want to use selected?

I tried No Trash - Only Loot Legendary, Yellow, Plans, Tomes and Gems.xml
Yes, it was selected in DB settings..
 
The syntax is outdated. You need to change the lines
PHP:
<Rule quality="Rare4"/>
with
PHP:
<Rule stat="Quality" value="Rare4" />
Same with the one in the Sell category, but with "Magic1" as value.
 
The syntax is outdated. You need to change the lines
PHP:
<Rule quality="Rare4"/>
with
PHP:
<Rule stat="Quality" value="Rare4" />
Same with the one in the Sell category, but with "Magic1" as value.

THANK YOU VERY MUCH!

I love you, really.
 
Back
Top