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

Loot rules that support recipe stashing.

siferxxx

New Member
Joined
Apr 22, 2012
Messages
128
Reaction score
0
I am using the loot rules salvageall59-60useless stats, dont know the exact name. Buy its a famous rules profile. Anyways,the bot sold a madakking legendary recipe to the vendor. How do i edit this?
 
Simple rulle to stash all recipes and plans:
Code:
<Category ruleType="PickUp">
   <ItemRule itemName="*:*" stack="1" />
</Category>
<Category ruleType="Keep">
   <ItemRule itemName="*:*" />
</Category>
 
Back
Top