• Visit Rebornbuddy
  • [PLUGIN] Harmony

    Discussion in 'Plugins' started by Deathdisguise, May 22, 2016.

    1. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      [HR][/HR]

      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: May 22, 2016
    2. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      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: May 23, 2016
    3. xergz

      xergz Member

      Joined:
      Apr 16, 2010
      Messages:
      309
      Likes Received:
      1
      Trophy Points:
      18
      lootrules in the base directory or in /plugins/harmony?
       
    4. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      base directory. :)
       
    5. xergz

      xergz Member

      Joined:
      Apr 16, 2010
      Messages:
      309
      Likes Received:
      1
      Trophy Points:
      18
      here's a sample lootrules..please feel free to add some more or recommend i add em..
       

      Attached Files:

      Last edited: May 26, 2016

    Share This Page