Results 1 to 2 of 2

Thread: loot rules

  1. #1
    Buddy
    Join Date
    06.04.2012
    Location
    Behind you
    Posts
    106

    Default loot rules , need some assistance

    hi ,
    i want to salvage only blue 60+ items and sell any blue below 60 ,
    i want to sell rare items to vendor any level

    i tried some things but it keep salvage rare items too, not all tho ( i guess 60+rare's )

    HTML Code:
        <Category ruleType="Salvage">
          <!-- Salvage only blue items and Sell rares! (since you get more gold from rare items by vendor , and buy cheap Tears from AH) -->
          <ItemRule description="ilvl 60+ item">
            <StatRules>
              <Rule stat="Level" minValue="60" />
              <Rule stat="Quality" value="Magic1" />                   
            </StatRules>
          </ItemRule>
        </Category>
    
        <Category ruleType="Sell">
          <ItemRule description="Sell All crappy rare">
            <StatRules>
              <Rule stat="Quality" value="Rare4" />
            </StatRules>
          </ItemRule>
          <ItemRule description="Sell All Blue below 60">
            <StatRules>
              <Rule stat="Quality" value="Magic1" />   
            </StatRules>
          </ItemRule>
        </Category>
    is it possible to put more <rule stat=""/> in salvage and sell categories
    Last edited by Roflkoptor; 08.09.2012 at 19:52.
    “We don’t stop playing because we grow old; we grow old because we stop playing.”
    “Less people should be like most people.”

    DB Lifetime x6
    D3 accounts x2
    D3 accounts banned 1 EU + 1 RUS ,Due LangPatcher
    Gold 100+ million

    HB lifetime x2
    wow accounts x4

  2. #2
    Buddy
    Join Date
    14.06.2012
    Posts
    683

    Default

    As far as I know, this can't be done with the current script. Also, it's something I'd like to be able to do.

    Actually, thinking about it, you could... a pain in the butt way around it:

    <Priority priority1="Keep" priority2="Salvage" priority3="Sell" />
    KEEP Rare4+
    SALVAGE Magic1 level 60+
    SELL Magic1

    That would do it, but you'd have to empty out all the rares from your stash every so often and sell them yourself.

    It's probably best to just sell the rares and salvage the rest, until a means to allow for finite ranges is added to the script.
    I'm going to whip you within an inch of your life, and then I am going to have you

    Some Useful Threads

    PROFILE CREATION

    Available Profile Tags
    More Profile Tag Info
    RadsAtom - the core of profile management
    UnstuckMe - oo err, missus!l

    PROFILES

    CIGGARC profiles
    rrrix's Full Questing - All Acts

    PLUGIN CREATION

    Initialising a Plugin Project (C#)

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •