• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Vendor?

    Discussion in 'Archives' started by Pochizzle, Mar 20, 2014.

    1. Pochizzle

      Pochizzle Member

      Joined:
      Mar 5, 2012
      Messages:
      204
      Likes Received:
      0
      Trophy Points:
      16
      Have not used this in a very long time, and glad to see it working without flags.

      Every time i go to town, my bot stashes all yellows i have.

      I'm not sure if it's supposed to do this?

      I would like it to ID the bigger items and then sell them, and save jewellery/belts if possible.

      Also, i'm confused about the auto logout function

      Is it set to logout after 11-12 straight hours of use? Or is it set for a 1 hour pause, im really confused.
       
      Last edited: Mar 20, 2014
    2. IeU

      IeU Member

      Joined:
      Jul 20, 2010
      Messages:
      830
      Likes Received:
      11
      Trophy Points:
      18
    3. Pochizzle

      Pochizzle Member

      Joined:
      Mar 5, 2012
      Messages:
      204
      Likes Received:
      0
      Trophy Points:
      16
      Tyvm!
      What i am confused about, is there is 2 boxes for both logout, and login.
      Both default, 11 then 12.
      What does the left side do, what does the right side do

      Also, do i just add a filter, click rares, and click identify? Or is there more to it
       
      Last edited: Mar 20, 2014
    4. 54sgdg4d6s

      54sgdg4d6s Member

      Joined:
      Jun 26, 2013
      Messages:
      193
      Likes Received:
      0
      Trophy Points:
      16
      as you wish
      Default Filter.json
      Code:
      [
        {
          "Description": "Default pickup filter.",
          "Type": 1,
          "Filters": [
            {
              "Description": "Pickup all maps.",
              "Enabled": true,
              "Types": [
                "/Maps/"
              ]
            },
            {
              "Description": "Pickup all map fragments.",
              "Enabled": true,
              "Types": [
                "/MapFragments/"
              ]
            },
            {
              "Description": "Pickup all important items by rarity.",
              "Enabled": true,
              "Rarities": [
                3,
                2,
                6
              ]
            },
            {
              "Description": "Pickup all currency except...",
              "Enabled": true,
              "Names": [
                "Name Goes Here"
              ],
              "NameRegex": false,
              "NameMatchAnyRatherThanAll": false,
              "Rarities": [
                5
              ]
            },
            {
              "Description": "Pickup all quality skill gems.",
              "Enabled": true,
              "Rarities": [
                4
              ],
              "MinQuality": 1
            },
            {
              "Description": "Pickup all Vaal skill gems. This is needed due to the next filter excluding the common ones.",
              "Enabled": true,
              "Names": [
                "Vaal"
              ],
              "Rarities": [
                4
              ]
            },
            {
              "Description": "Pickup all non-common, no-quality skill gems.",
              "Enabled": true,
              "Names": [
                "Fireball",
                "Spark",
                "Sweep",
                "Ground Slam",
                "Cleave",
                "Double Strike",
                "Dual Strike",
                "Burning Arrow",
                "Heavy Strike",
                "Glacial Hammer",
                "Freezing Pulse",
                "Split Arrow",
                "Raise Zombie",
                "Ice Nova",
                "Leap Slam",
                "Shield Charge",
                "Whirling Blades",
                "Cold Snap",
                "Detonate Dead",
                "Poison Arrow",
                "Ice Shot",
                "Flicker Strike",
                "Ice Spear",
                "Infernal Blow",
                "Shock Nova",
                "Viper Strike",
                "Explosive Arrow",
                "Rain of Arrows",
                "Firestorm",
                "Puncture",
                "Lightning Arrow",
                "Bear Trap",
                "Fire Trap",
                "Reave",
                "Ethereal Knives",
                "Decoy Totem"
              ],
              "NameRegex": false,
              "NameMatchAnyRatherThanAll": false,
              "Rarities": [
                4
              ],
              "MaxQuality": 0
            },
            {
              "Description": "Pickup all items that can vendor for a Chromatic Orb.",
              "Enabled": true,
              "SocketColors": [
                "R-G-B"
              ]
            },
            {
              "Description": "Pickup all 5/6-link items.",
              "Enabled": true,
              "MinLinks": 5
            },
            {
              "Description": "Pickup all 6-socket items.",
              "Enabled": true,
              "MinSockets": 6
            },
            {
              "Description": "Pickup all items that can vendor for an Armourer's Scrap, Blacksmith Whetstone, or Glassblower's Bauble.",
              "Enabled": true,
              "Rarities": [
                0
              ],
              "MinQuality": 20
            },
            {
              "Description": "Pickup all quality flasks.",
              "Enabled": true,
              "Types": [
                "/Flasks/"
              ],
              "MinQuality": 1
            },
            {
              "Description": "Pickup all utility flasks.",
              "Enabled": true,
              "Types": [
                "FlaskUtility"
              ]
            }
          ]
        },
        {
          "Description": "Default stash filter.",
          "Type": 3,
          "Filters": [
            {
              "Description": "Stash all currency, uniques, and skill gems.",
              "Enabled": true,
              "Rarities": [
                5,
                3,
                4,
                2
              ]
            },
            {
              "Description": "Stash all 6 socket items.",
              "Enabled": true,
              "MinSockets": 6
            },
            {
              "Description": "Stash all 5+ linked items.",
              "Enabled": true,
              "MinLinks": 5
            },
            {
              "Description": "Stash all maps and utility flasks",
              "Enabled": true,
              "Types": [
                "/Maps/",
                "FlaskUtility"
              ]
            },
            {
              "Description": "Stash all flasks that will not vendor for a bauble.",
              "Enabled": true,
              "Types": [
                "/Flasks/"
              ],
              "MinQuality": 1,
              "MaxQuality": 19
            }
          ]
        },
        {
          "Description": "Default vendor filter.",
          "Type": 2,
          "Filters": [
            {
              "Description": "This filter will sell all normal/magic chromatic items that are 3L and only have 5 or fewer sockets",
              "Enabled": true,
              "Rarities": [
                0,
                1
              ],
              "MaxSockets": 5,
              "MaxLinks": 3,
              "SocketColors": [
                "R-G-B"
              ]
            },
            {
              "Description": "6s",
              "Enabled": true,
              "Rarities": [
                1,
                0
              ],
              "MinSockets": 6,
              "MaxSockets": 6,
              "MaxLinks": 4
            },
            {
              "Description": "n+m+r for sale",
              "Enabled": true,
              "Rarities": [
                1,
                2,
                0
              ],
              "MaxLinks": 4,
              "MinWidth": 1,
              "MinHeight": 2
            }
          ]
        },
        {
          "Description": "ID",
          "Type": 5,
          "Filters": [
            {
              "Description": "m+r+u",
              "Enabled": true,
              "Rarities": [
                1,
                2,
                3
              ]
            }
          ]
        }
      ]
      also selling 6s 4l- items n+m
       
    5. IeU

      IeU Member

      Joined:
      Jul 20, 2010
      Messages:
      830
      Likes Received:
      11
      Trophy Points:
      18
      That means that between 11-12 hours the bot will logout/relogin
       
    6. Pochizzle

      Pochizzle Member

      Joined:
      Mar 5, 2012
      Messages:
      204
      Likes Received:
      0
      Trophy Points:
      16
      I guess it was late last night, thanks for clearing that up though!

      Thank you very much! going to see how it works, much appreciation from everyone.

      E: Working great so far

      Is that set to sell quality flasks? I might be wrong
       
      Last edited: Mar 21, 2014
    7. Pochizzle

      Pochizzle Member

      Joined:
      Mar 5, 2012
      Messages:
      204
      Likes Received:
      0
      Trophy Points:
      16
      How do i keep it from selling quality flasks?
       
    8. Huek

      Huek New Member

      Joined:
      Mar 12, 2014
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      This is awesome, ty man
       

    Share This Page