A guide with pre-built autobag rules to help you clean up your inventory while adventuring. It will not go into every detail or rule of autobagging, the official guide for that can be found here.
Each rule will have a full version and a condensed catch-all version, so if you do not want to autobag every single armor, weapon, or magic type, you can edit the “full version” however you wish. Some items in the Dropping Junk rule cross over with some of the items other rules will want to autobag, so adjust the Dropping Junk rule as the 1st rule in the autobag rules list.
This guide assumes:
- You have 3 bags named “Loot1” “Loot2” & “Loot3.” You can add more bags as needed by adjusting the list of bags.
- You have a gem pouch named “Shinies”
- You have a bag named “Lunch”
- You are content with dropping all the items in the Dropping Junk section. If you wish to preserve some, you can edit out the rules for the items you wish to keep.
Autobag Magical Items
Full version:
autobag INTO “Loot1”, “Loot2”, “Loot3” where (TYPE IS “potion”) OR (TYPE IS “book”) OR (TYPE IS “reagents”) OR (TYPE IS “wand”) OR (TYPE IS “ring”) OR (TYPE IS “amulet”) OR (name LIKE “scroll”) CALL RULE “Magic!”
Condensed catch-all version:
autobag INTO “Loot1”, “Loot2”, “Loot3” where (TYPE IS magic) CALL RULE “Magic!”
Rule will autobag Potions, Spellbooks, Reagents, Rods, Wands, Rings, Amulets and Scrolls into your three bags.
Autobag Armor
Full version:
autobag INTO “Loot1”, “Loot2”, “Loot3” where (TYPE IS “boots”) OR (TYPE IS “shield”) OR (TYPE IS “girdle”) OR (TYPE IS “bodyarmor”) OR (TYPE IS “cloak”) OR TYPE IS “bracers”) OR (TYPE IS “helmet”) OR (TYPE IS “gloves”) CALL RULE “Armor!”
Condensed catch-all version:
autobag INTO “Loot1”, “Loot2”, “Loot3” where (TYPE IS “armor”) CALL RULE “Armor!”
Rule will autobag Boots, Shields, Girdles, Body Armor, Cloaks, Bracers, Helmets, and Gloves into your bags.
Autobag Weapons
Full version:
autobag INTO “Loot1”, “Loot2”, “Loot3” where (TYPE IS “axe”) OR (TYPE IS “blade”) OR (TYPE IS “sword”) OR (TYPE IS “bow”) OR (TYPE IS “gun”) OR (TYPE IS “club”) OR (TYPE IS “flail”) OR (TYPE IS “whip”) OR (TYPE IS “spear”) OR (TYPE IS “staff”) OR (TYPE IS “hammer”) OR (TYPE IS “claws”) OR (TYPE IS “missile”) CALL RULE “Weapons!”
Condensed catch-all version:
autobag INTO “Loot1”, “Loot2”, “Loot3” where (TYPE IS “weapon”) CALL RULE “Weapons!”
Rule will autobag all Axes, Blades, Swords, Bows, Guns, Clubs, Flails, Whips, Spears, Staffs, Hammers, Claws and Missiles into your bags.
Autobag Gems
autobag INTO “Shinies” where (TYPE IS “gemstone”) CALL RULE “Gems!”
Rule will autobag all gems into your gem pouch.
Autobag Food
autobag INTO “Lunch” where (TYPE IS “food”) CALL RULE “Food!”
Rule will autobag all food you grab into your food bag.
Dropping Junk
Simple common junk rule:
autobag INTO “drop item” where (name LIKE “rock”) or (name LIKE “bit of fur”) OR (name LIKE “bone”) AND (NOT name LIKE “powdered dragon bone”) AND (NOT name LIKE “bone key”) CALL RULE “Trash!”
More complex junk rule:
autobag INTO “drop item” where (name LIKE “rock”) OR (name LIKE “bit of fur”) OR (name LIKE “giant cloak of thieving”) OR (name LIKE “orcish”) OR (name LIKE “chainmail”) AND (NOT name LIKE “mithril chainmail”) OR (name LIKE “arrow”) AND (NOT name LIKE “arrow of returning”) AND (NOT name LIKE “silver arrow”) AND (NOT name LIKE “arrow of slay demon”) AND (NOT name LIKE “arrow of slay dragon”) OR (name LIKE “bolt”) AND (NOT name LIKE “silver bolt”) OR (name LIKE “platemail”) OR (name LIKE “sling”) OR (name LIKE “candle”) OR (name LIKE “torch”) OR (name LIKE “ring mail”) OR (name LIKE “splint mail”) OR (name LIKE “book”) AND (NOT name LIKE “spellbook”) OR (name LIKE “skull”) AND (NOT name LIKE “skull key”) AND (NOT name LIKE “skull shield”) OR (name LIKE “bone”) AND (NOT name LIKE “powdered dragon bone”) AND (NOT name LIKE “bone key”) CALL RULE “Trash!”
Rule will automatically drop Rocks, Bit of fur, Giant Cloak of Thieving, Orcish items, Chainmail, Arrows, Bolts, Platemail, Slings, Candles, Torches, Ring Mail, Splint Mail, Books, Skulls and Bones.
Rule will preserve Mithril Chainmail, Arrows of Returning, Silver Arrows, Arrows of Slay Demon, Arrows of Slay Dragon, Silver Bolts, Spellbooks, Skull Keys, Skull Shields, Powdered Dragon Bones, and Bone Keys. This helps ensure you are preserving valuable items and quest items, while still dropping the junk.
Credit: Jason Manny
Leave a Reply