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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PLUGIN] Harmony

Deathdisguise

Community Developer
Joined
Mar 7, 2015
Messages
678


Yet another ridiculous name for a plugin!? You bet!​

Features
  • Customizable loot rules for keeping, tossing, vendoring, salvaging, and using items!


Use at your own risk! Bugs and unintentional behavior in early/beta releases may cause the selling, salvaging, deleting, or streams of gamer tears.

[table="width: 100%, class: outer_border, align: center"]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]
Download -- SVN | ZIP
[/td][/tr]
[tr][td][/td][/tr]
[tr]
[td][ Change Log ][/td]
[/tr]
[/table]
 
Last edited:
You're required to create a LootRules.xml file in your WB directory (WB/LootRules.xml). (Will eventually be automatic, but for now, do it the hard way! ;) )

Loot rule syntax is likely to be tweaked in the future, below is an example format.

HTML:
<LootRules Name="Default">

  <!-- Action priority is based on order listed -->

  <!-- Item rules can use none or all of the attributes to match conditions. -->
  <!-- <Item Id="-1" iLvlMin="-1" iLvlMax="-1" Quality="Unknown" /> -->


  <Action Type="Keep">
    <Item Quality="Legendary" />
    <Item Quality="Artifact" />
  </Action>

  <Action Type="Auction">
    <!-- Not yet implemented -->
  </Action>

  <Action Type="Use">
    <Item Id='55179' /> <!-- Veteran Expedition Merit -->
  </Action>

  <Action Type="Salvage">
    <Item iLvlMin="1" iLvlMax="80" />
  </Action>

  <Action Type="Vendor">
    <Item Quality="Inferior" />
  </Action>

  <Action Type="Toss">
  </Action>

</LootRules>
 
Last edited:
here's a sample lootrules..please feel free to add some more or recommend i add em..
 

Attachments

Last edited:
Back
Top