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

I need a loot rule that picks up gems

declensionsone

New Member
Joined
Jul 13, 2012
Messages
226
Reaction score
0
What's the loot rule for keeping mojo's, sources, & quivers?

I would like to add it to the following loot rule that I'm already using.

http://www.thebuddyforum.com/demonb...ewelry-60-magic-items-among-other-things.html

Also, I do not want a loot rule that salvages multiple items in the blink of an eye, that's a bit sketchy... is there a loot rule that copies human action?

Can't help but think that many of these rules were written by people who have no understanding of AH pricing, or people who don't even play the game, lol.
For instance, keeping only rings and amulets that have GF/MF? wtf seriously? so how many $200 rings have you npc'ed that have stats ias, crit dmg, and/or crit chance?
 
Last edited:
I would like to add it to the following loot rule that I'm already using.

http://www.thebuddyforum.com/demonb...ewelry-60-magic-items-among-other-things.html

Also, I do not want a loot rule that salvages multiple items in the blink of an eye, that's a bit sketchy... is there a loot rule that copies human action?

Can't help but think that many of these rules were written by people who have no understanding of AH pricing, or people who don't even play the game, lol.
For instance, keeping only rings and amulets that have GF/MF? wtf seriously? so how many $200 rings have you npc'ed that have stats ias, crit dmg, and/or crit chance?

If you don't like the rules make your own here is the code (next time use the search function):


<ItemRule itemName="Flawless Square Ruby*" stack="1" />
<ItemRule itemName="Flawless Square Emerald*" stack="1" />
<ItemRule itemName="Flawless Square Topaz*" stack="1" />
<ItemRule itemName="Flawless Square Amethyst*" stack="1" />

<ItemRule itemName="Perfect Square Ruby*" stack="1" />
<ItemRule itemName="Perfect Square Emerald*" stack="1" />
<ItemRule itemName="Perfect Square Topaz*" stack="1" />
<ItemRule itemName="Perfect Square Amethyst*" stack="1" />
 
Or if u'd like to, just remove the Perfect Square or Flawless Square in front instead so it will loot ALL gems
 
Back
Top