Sell Macro

DemonH2

Lifetimer
Joined
May 14, 2007
Messages
1,886
Reaction score
2
Points
38
I used to have a sell macro that I can't find anymore. Basically just want it to sell everything in my bags. Anyone know where I can find this?
 
I think I have a few of your old macros laying around that you sent me. I'll look through them and see what I can find. I'll let you know.
 
If you used Loot.ini as your selling via ninjadvloot.inc/modbot/bot.mac, then bot.mac can sell everything marked as =Sell using the /sell command when you have a vendor targeted. If you dont use Loot.ini, then nevermind.
 
This is what i found that's old.

Code:
| Selects the Vendor you have on target and sells everything in backs 1-7
| Other macro writers here on the forums composted most of this I just put it together to suite my needs.
| Thanks DKAA for the guts of it.

#turbo

Sub Main

/call CleanPacks

/echo Ending
/endmacro

Sub OpenPacks
   /declare bag int local 0
   /if (!${Window[InventoryWindow].Open}) /nomodkey /keypress inventory
   /delay 9 ${Window[InventoryWindow].Open} 
   /for bag 1 to 7
   /if (!${Window[Pack${bag}].Open}) /nomodkey /itemnotify pack${bag} rightmouseup
   /delay 9 ${Window[Pack${bag}].Open}
   /next bag
   /if (${Window[InventoryWindow].Open}) /notify InventoryWindow IW_DoneButton leftmouseup
/return

Sub ClosePacks
   /declare bag int local 0
   /if (!${Window[InventoryWindow].Open}) /nomodkey /keypress inventory
   /delay 9 ${Window[InventoryWindow].Open}
   /for bag 1 to 7
      /if (${Window[Pack${bag}].Open}) /nomodkey /itemnotify pack${bag} rightmouseup
   /delay 3 !${Window[Pack${bag}].Open}
   /next bag
   /if (${Window[InventoryWindow].Open}) /notify InventoryWindow IW_DoneButton leftmouseup
/return



Sub CleanPacks
/declare MerchantName string local ${Target}
/declare bag int local 0
/declare slot int local 0 
  /echo Should Open All Packs
  /call OpenPacks
  /delay 1s
 
  /echo Should Target ${MerchantName} then Face
  /target ${MerchantName}
  /face nolook
  /delay 1s
 
  /echo Should open MerchantWnd
  /click right target
   /delay 20
    /for bag 1 to 7 
      /for slot 1 to ${InvSlot[pack${bag}].Item.Container}
        /itemnotify in pack${bag} ${slot} leftmouseup
        /delay 2
        /shift /notify MerchantWnd MW_Sell_Button leftmouseup
        /delay 10
        /if (!${InvSlot[pack${bag}].Item.Items}) /goto :selldone
    /next slot
   
:selldone
    /itemnotify pack${bag} rightmouseup

/next bag
/shift /notify MerchantWnd MW_Done_Button leftmouseup
/return
 
modify

could this be modified for usage like /mac sell copper bands to sell all the copper bands you have in your bags ?
 
Possibly but not by me. I'm not a good enough coder. No where close in fact lol. You may be able to put in a request to htw, JJ, PeteSampras, or a number of others to modify it.
 
Credit to someone for this. Probably not me, but I have used this for several years.

Code:
Sub Main 
  /if (!${Window[MerchantWnd].Open}) {
    /echo You need to have a merchant window open!
    /end
  }
  /if (!${Defined[Param0]}) {
    /echo Proper usage: /macro sellitem ItemName
    /end
  }
  /declare OldMoney int Inner    
  /call ClearCursor
  /if (${Param0.Equal[NULL]})  /return
  /delay 2s
  :Finding 
  /if (${FindItemCount[=${Param0}]}) { 
    /nomodkey /itemnotify ${FindItem[=${Param0}].InvSlot} leftmouseup 
    /delay 5 ${SelectedItem.ID}==${FindItem[=${Param0}].ID}
    /if (${SelectedItem.ID}==${FindItem[=${Param0}].ID}) {
      /delay 1s
      /varset OldMoney ${Me.Cash} 
      /nomodkey /shift /notify MerchantWnd MW_Sell_Button leftmouseup 
      /delay 2s (${Me.Cash}!=${OldMoney})
    }
    /goto :Finding 
  }
  /echo No more ${Param0} to sell!!!      
  /return 

Sub ClearCursor 
  /declare x int local 
  :auto_inv 
  /if (${Cursor.ID}) { 
    /if (${Cursor.Container}) { 
      /for x 1 to 8
        /if (!${InvSlot[pack${x}].Item.Container}) /nomodkey /itemnotify pack${x} leftmouseup 
      /next x 
    } else { 
      /timed 5 /autoinventory 
    } 
    /goto :auto_inv 
  } 
  /return
 
This will look at loot.ini and if you have an item name equal to sell it will sell the item. This isnt all my code and honestly I dont remember where I got the things that arent mine from. If I can find out who i will give them credit. Just target the vendor and start this up.

For example...

Code:
Blistered Arachnid Legs=Sell

Sell.mac

Code:
#turbo 40

Sub main
/if (${Target.ID}) /call SellCheck ${Target.CleanName}
/end

Sub SellCheck(string VendorName)
  /call CheckCursor

  /if (${VendorName.Equal[NULL]}) /return FALSE
  /delay 3s ${Target.Name.Find[${VendorName}]} || ${Target.CleanName.Find[${VendorName}]}

  /if (!${Target.Name.Find[${VendorName}]} && !${Target.CleanName.Find[${VendorName}]} || ${Spawn[${Target.ID}].Distance3D}>30) /return FALSE

  /echo selling
  /squelch /face ${VendorName}
  /click right target
  /delay 2s ${Window[MerchantWnd].Open}

  /declare tPack int local
  /declare tItem int local
  /declare mItem int local
  /declare mItemName string Local
  /declare sItemName string local

  /nomodkey /keypress OPEN_INV_BAGS

  :loop
   /if (${Window[TradeSkillWnd].Open}) /notify TradeSkillWnd ExperimentButton leftmouseup
   /delay 4 !${Window[TradeSkillWnd].Open}
   /if (${Window[TradeSkillWnd].Open}) /goto :loop

  /varset mItem ${Merchant.Items}
  /delay 2s
  /if (${Merchant.Items}!=${mItem}) /goto :loop

  /for tPack 1 to 10
    /for tItem 1 to ${InvSlot[pack${tPack}].Item.Container}
      /docommand ${If[${InvSlot[pack${tPack}].Item.Container},/varset sItemName ${InvSlot[pack${tPack}].Item.Item[${tItem}]},${If[(${tItem}>1 || !${InvSlot[pack${tPack}].Item.ID}),/varset sItemName NULL,/varset sItemName ${InvSlot[pack${tPack}].Item}]}]}
      /echo ${sItemName}: ${Ini["Loot.ini","${sItemName.Left[1]}","${sItemName}"]}
      /if (${Ini["Loot.ini","${sItemName.Left[1]}","${sItemName}"].Equal[Sell]}) /call Sell "${sItemName}"
      /if (${sItemName.NotEqual[NULL]} && ${Ini["Loot.ini","${sItemName.Left[1]}","${sItemName}"].Equal[Sell]}) /call Sell "${sItemName}"
    /next tItem
    /if (${Window[Pack${tPack}].Open}) /nomodkey /itemnotify pack${tPack} rightmouseup
    /delay 3s !${Window[Pack${tPack}].Open}
  /next tPack

  /for mItem 1 to ${Merchant.Items}
    /varset mItemName ${Merchant.Item[${mItem}].Name}
    /if (${Ini["Loot.ini","${mItemName.Left[1]}","${mItemName}"].EqualCS[KEEP]}) /bc ${mItemName} found on ${VendorName}
  /next mItem

  /nomodkey /notify MerchantWnd MW_Done_Button leftmouseup
/return TRUE



Sub Sell(ItemToSell)
 /declare OldMoney int local
 /call CheckCursor
:tFinding 
 /if (${ItemToSell.Equal[NULL]} || !${ItemToSell.Length} || !${Window[MerchantWnd].Open}) /return
  /if (${FindItemCount[=${ItemToSell}]} ) {
    /nomodkey /itemnotify ${FindItem[=${ItemToSell}].InvSlot} leftmouseup
    /if (${SelectedItem.ID}==${FindItem[=${ItemToSell}].ID} && ${SelectedItem.Value}) {
      /delay ${Math.Calc[${Math.Rand[3]}+1]}s
      /varset OldMoney ${Me.Cash}
      /nomodkey /shift /notify MerchantWnd MW_Sell_Button leftmouseup
      /delay 2s (${Me.Cash}!=${OldMoney})
    }
    /goto :tFinding
  }
/return

Sub CheckCursor
:ALauto_inv
/if (${Cursor.ID}) {
  /if (${Cursor.NoDrop} && !${Me.FreeInventory}) /return
  /autoinventory
  /delay 2s !${Cursor.ID}
  /goto :ALauto_inv
}
/return
 
If you dont have it this is the loot.ini I use to give you a head start. The four options are KEEP SELL IGNORE DESTROY. If your looting code doesnt support those I can post up my loot.inc that my friends and I modded.

Code:
[3]
3rd Piece of the Staff=Ignore
[A]
A Blood Raven Beak=Sell
A Blood Raven Tailfeather=Sell
A Blood Raven Talon=Sell
A Brittle Bone=Ignore
A Collector's Innovative Gear=Ignore
A Collector's Tormentor Hide=Ignore
A Combine Pilum=Ignore
A Compass Notation=Ignore
A Corrupted Priest Signet=Ignore
A Crystalline Spider's Heart=Ignore
A Darkfell Fang=Destroy
A Dusty Iksar Skull=Ignore
A Fabled Fragment of Fire=Ignore
A Flaming Head=Sell
A Flickering Powersource=Ignore
A Glowing Orb of Luclinite=Ignore
A Grimy Turepta Shell=Sell
A Harshly Spiked Key=Ignore
A Kyv Tongue=Ignore
A Large Dragorn Crest=Ignore
A Large Flickering Powersource=Ignore
A Large Softly Glowing Powersource=Ignore
A Living Fragment of Earth=Ignore
A Living Fragment of Fire=Ignore
A Lucid Shard=Ignore
A Mastruq Tongue=Ignore
A Noc Tongue=Ignore
A Piece of Rat Fur=Sell
A Piece of Serric's Tabbard=Ignore
A Piece of a Sandstone Tablet=Ignore
A Ra'Tuk Tongue=Ignore
A Rotting Satchel=Ignore
A Sandstone Tablet Chunk=Ignore
A Scutum Veritas=Ignore
A Secret Letter=Ignore
A Slimesnipper Claw=Sell
A Snake Venom Sac=Sell
A Spider Venom Sac=Sell
A Translucent Powersource=Ignore
A Vial of Prismatic Dye=KEEP
A Vial of Tainted Blood=Sell
A bloody protector of Zek's Head=Ignore
A smashed protector of Zek's Head=Ignore
Aberrant Poison Sack=Sell
Abhorrent Brimstone of Charring=Ignore
Abhorrent Powder=Ignore
Acid Larvae Carapace=Sell
Acid Larvae Glands=Sell
Acid-Etched Cairn Stone=Ignore
Acrylia Grubs=KEEP
Acrylic Chainmail=KEEP
Adamantine Mastruq Armor Spike=Sell
Adamantite Club=KEEP
Adamantium Drakkin Polearm=Destroy
Aderirse Bur=KEEP
Adornment of Frenzy=KEEP
Advancement Gear Azia=Ignore
Aegis of Chaotic Worship=Ignore
Aerigin's Cloak=Ignore
Aethercast Shield of Greater Redemption=Ignore
Aethercast Shield of Redemption=Ignore
Aethmir's Pendent of Zek=Ignore
Aged Muramite Etched Scales=Sell
Aged Muramite Lute=KEEP
Aged Velium Claidhmore=Sell
Aged Witheran Glands=Ignore
Air Elemental Dust=Sell
Air Elemental Spirit Dust=Sell
Air Essence=Destroy
Air Mephit Blood=KEEP
Air Mephit Skin=KEEP
Air-Infused Spring Water=KEEP
Airy Essence=Quest|100
Akheva Blood=KEEP
Akhevan Brain Stem=Ignore
Akuel xi ans Vius=Destroy
Aligned Ore=Sell
Alkalai Loam=KEEP
Alkaline Etched Stone=KEEP
Alkaline Loam=KEEP
Alligator Egg=Sell
Alloy-Linked Boots=KEEP
Alloy-Linked Coat=KEEP
Alloy-Linked Coif=KEEP
Alloy-Linked Gauntlets=KEEP
Alloy-Linked Leggings=KEEP
Amber Water Worm=Sell
Amber=Sell
Ambleshift's Golden Automated Amalgamator=KEEP
Ambuloid Gemmed Eye=Sell
Amethyst Shard of Relic=Ignore
Amilia's Head=Ignore
Amulet Sliver I=Ignore
Amulet Sliver II=Ignore
Amulet Sliver IV=Ignore
Amulet Sliver V=Ignore
An Ancient Armguard Mold=Ignore
An Ancient Chain Skullcap Mold=Ignore
An Ancient Chestplate Mold=Ignore
An Ancient Helm Mold=Ignore
An Ancient Legplate Mold=Ignore
An Ancient Plate Bracer Mold=Ignore
An Ancient Plate Glove Mold=Ignore
An Ancient Silk Glove Pattern=Ignore
An Aneuk Tongue=Ignore
An Insanity Crawler Fang=Ignore
An Ixt Tongue=Ignore
An Old Book=Ignore
An Ukun Tongue=Ignore
An insignia of suffering=Ignore
Ancient Animated Flesh=Ignore
Ancient Blue Jewel of Nimbleness=Ignore
Ancient Combine Coin=Sell
Ancient Combine Gold Coin=Sell
Ancient Dragon's Eggshell Fragment=Ignore
Ancient Green Shard of Might=Ignore
Ancient Muramite Rune=Ignore
Ancient Parchment=Ignore
Ancient Purple Gem of Deftness=Ignore
Ancient Scroll of Knowledge=Ignore
Ancient Scroll of Wisdom=Ignore
Ancient Sextant=Ignore
Ancient Wolf Pelt=Sell
Ancient Yellow Sphere of Fortitude=Ignore
Andak's Staff=Ignore
Aneuk Blood=Ignore
Aneuk Dagger of Eye Gouging=Ignore
Aneuk Healer's Crystals=Sell
Aneuk Healer's Robes=Destroy
Aneuk Spirit Beads=Sell
Aneuk Spirit Powder=Sell
Aneuk Tongue=Ignore
Angler Fang Helmet=Ignore
Anglerfish Fin=Sell
Animated Guardian Essence=Ignore
Animated Shield=Ignore
Animated Sword4=Ignore
Animating Force=Sell
Anise=Ignore
Anti-Impact Helical Spring II=Ignore
Apatite=KEEP
Apothic Boots=Ignore
Arachnid Blood=Sell
Arachnid Eye Bundle=Sell
Arachnid Eye Cluster=Sell
Arachnid Leg=Sell
Arcaapi Ventail=Ignore
Archaic Chain Coif=KEEP
Archaic Circuitry=Sell
Archaic Plate Helm=KEEP
Arctic Wyvern Hide=KEEP
Arid Indicolite Shard=Ignore
Armband of Writhing Shadow=Ignore
Armguards of Repentance=KEEP
Army of Light Arrow=Ignore
Army of Light Longsword=Ignore
Arrow=Destroy
Artifact Shard=Ignore
Ash Covered Chain Link=KEEP
Ash Covered Hide=KEEP
Ash Covered Scrap Metal=KEEP
Ash Covered Swatch=KEEP
Ashen Powder=Ignore
Ashen-Hewn Bow=KEEP
Ashtail Dagger of Lingering Embers=Destroy
Assassin's Boots=Ignore
Assassin's Chain Sleeves=Ignore
Assassin's Coif=Ignore
Astral Ring of Starshine=Ignore
Atramentous Shield=KEEP
Atrophied Drachnid Spinneret=Ignore
Attendant's Shield=Ignore
Autarchian Gemcutter Tine=Ignore
Autumn Crocus=Sell
Aviak Eggs=KEEP
Aviak Feathers=Sell
Aviak Pinion Feather=Sell
Azure Tessera=KEEP
an enchanted collar=Ignore
Archtone Wheelstick=Ignore
Autarchian Execution Blade=Ignore
Ancient Shadowspine Rune=Ignore
Ancient Cudgel of Slaughter=Ignore
Ancient Coin=Destroy
Axe of the Frost=KEEP
Aphid Corpse=Ignore
Amygdalan Tendril=Ignore
Amulet Sliver III=Ignore
Arcane Candle=Ignore
Arms of the Cliknar=Ignore
Angerspore Ring=Ignore
Alligator Tooth=Sell
Amber Ring of the Stalwart=Ignore
Apexus Brain=Ignore
Animated Bellikos Head=Ignore
Animated Bellikos Arms=Ignore
Animated Bellikos Torso=Ignore
Animated Bellikos Legs=Ignore
Armguard of Piety=Ignore
Ancient: High Priest's Bulwark=Ignore
Ancient: Burnout Blaze=Ignore
Acrylia Rings=KEEP
Acrylia Studs=KEEP
Al-Metes=KEEP
Auburn Hero's Forge Leather Chest Ornament=Ignore
Alsa Thel Droplet=DESTROY
Alaris Gemstone=Keep
Auburn Hero's Forge Cloth Wrist Ornament=Ignore
Auburn Hero's Forge Plate Feet Ornament=Ignore
Auburn Hero's Forge Cloth Helm Ornament=Ignore
Auburn Hero's Forge Leather Legs Ornament=Ignore
Auburn Hero's Forge Cloth Arms Ornament=Ignore
Auburn Hero's Forge Chain Legs Ornament=Ignore
Auburn Hero's Forge Cloth Hands Ornament=Ignore
Auburn Hero's Forge Plate Wrist Ornament=Ignore
Animal Fearbone=Keep
Auburn Hero's Forge Cloth Feet Ornament=Ignore
Auburn Hero's Forge Chain Hands Ornament=Ignore
Alacritous Greaves=Keep
Auburn Hero's Forge Leather Wrist Ornament=Ignore
Alacritous Wraps=Keep
Antithesis of Fear=KEEP
Auburn Hero's Forge Chain Chest Ornament=Ignore
Auburn Hero's Forge Chain Wrist Ornament=Ignore
Auburn Hero's Forge Plate Legs Ornament=Ignore
Auburn Hero's Forge Plate Arms Ornament=Ignore
Auburn Hero's Forge Leather Hands Ornament=Ignore
Auburn Hero's Forge Chain Feet Ornament=Ignore
Auburn Hero's Forge Chain Helm Ornament=Ignore
Auburn Hero's Forge Leather Helm Ornament=Ignore
Auburn Hero's Forge Plate Hands Ornament=Ignore
Auburn Hero's Forge Cloth Chest Ornament=Ignore
Auburn Hero's Forge Plate Chest Ornament=Ignore
Auburn Hero's Forge Leather Feet Ornament=Ignore
Auburn Hero's Forge Cloth Legs Ornament=Ignore
Auburn Wizard Hat Ornament=Ignore
Auburn Hero's Forge Plate Helm Ornament=Ignore
Auburn Hero's Forge Leather Arms Ornament=Ignore
Agralta's Belt of the Furious Savage=Ignore
Ancient Fire Etched Flamberge=Ignore
Auburn Hero's Forge Chain Arms Ornament=Ignore
Agralta's Cudgel of Merit=Ignore
Axe of the Exalted=Ignore
Auburn Hero's Forge Cloth Robe Ornament=Ignore
Amulet of the Dreadgazer=Ignore
Azure Robe of the Diplomat=Ignore
Alaran Beads=Ignore
[B]
Badge of the Destroyer=Ignore
Badly Damaged Gorilla Carcass=Sell
Badly Damaged Raptor Carcass=Sell
Bag of Eyeballs=Sell
Bag of Large Fish Hooks=Ignore
Bag of Preserved Eyeballs=Sell
Balanced Fer`Esh=Destroy
Baling Hook=Destroy
Balkor's Collar=KEEP
Ball of Elemental Clay=Sell
Balloondabloop's Bile=Ignore
Band of Corporeal Resurgence=KEEP
Band of Disrupted Auras=Ignore
Band of Prismatic Focus=Ignore
Band of Subterfuge=Ignore
Banded Mail=Sell
Baneband of Manaflux=Ignore
Baneband=Ignore
Banshee Tears=Sell
Bar of Nashtar Berry Soap=KEEP
Bar of Refined Gnomium=Ignore
Barbarian Head=Destroy
Barbarian Meat=Sell
Barbed Arrow Tip=Sell
Barbed Dragon Bones=Ignore
Barbed Spear Tip=Sell
Barrier of Freezing Winds=Ignore
Basilisk Egg=KEEP
Basilisk Meat=Sell
Basta Shivstalker's Head=Ignore
Bat Fur Belt=Ignore
Bat Fur=Sell
Bat Saliva=Sell
Bat Wing=Sell
Batfang Headband=Destroy
Batskull Earring=Sell
Battle Fractured Diamond=Sell
Battle Hardened Diamond=Sell
Battle Worn Plate Segment=Destroy
Battle-Worn Seal of Brell=Sell
Battleground Soot=Destroy
Battleskirt of the Acolyte=Ignore
Batwing Crunchies=Sell
Bazu Blood=KEEP
Bazu Bone=KEEP
Bazu Heart=KEEP
Bazu Meat=Sell
Bazu Nail Bracelet=KEEP
Bazu Skin=KEEP
Bazu Steel=KEEP
Bear Meat=Destroy
Bear Parts=Sell
Beaten Iron Chain Helm=Ignore
Bellows Crafted Cap=KEEP
Belt of Temporal Bindings=Ignore
Belt of Veltarik=Ignore
Bent Magnetized Pauldron=KEEP
Berries=KEEP
Bertoxxulian Badge of Station=Ignore
Bestial Club=Ignore
Bestial Gauntlets=Ignore
Bikk's Faceplate=Ignore
Bile Drenched Main-gauche=Ignore
Bile Infested Goo=Sell
Bill of Sale=Ignore
Binding Powder=KEEP
Biting Spinestrip Belt=Ignore
Black Aneuk Claw=Sell
Black Arcane Power Source=Destroy
Black Bear Paw=Destroy
Black Bees=KEEP
Black Buckled Boots=KEEP
Black Chaos Boots=Ignore
Black Chaos Breastplate=Ignore
Black Chaos Gauntlets=Ignore
Black Crystal=Ignore
Black Hynid Bile=Ignore
Black Legion Marker=Ignore
Black Lotus Stem=KEEP
Black Marble=Sell
Black Nightmare Hide=Sell
Black Pearl=Sell
Black Sapphire=Sell
Black Strap Molasses=KEEP
Black Wing Drake Talons=Destroy
Blackburrow Runestone=Ignore
Blackened Deathcap=Ignore
Blackened Discordling Tails=KEEP
Blackened Drake Scales=Sell
Blackened Eye=Destroy
Blackened Officer's Sabre=Ignore
Blackened Ukun Hide Cloak=KEEP
Blackflame=Sell
Blackiron Belt=KEEP
Blacksail Eye Patch=Ignore
Blacksail Officer's Cutlass=Ignore
Blacksail Pantaloons=Ignore
Blacksail Rum Recipe=Ignore
Blacksail Sash=Ignore
Blacksail Tunic=Ignore
Blade of Natural Turmoil=Ignore
Bladesman's Axe=Ignore
Bladesman's Boots=Ignore
Bladesman's Bracer=Ignore
Bladesman's Greaves=Ignore
Bladesman's Sword=Ignore
Bladesman's Vambraces=Ignore
Blazing Opal of Rekindling=Ignore
Blazing-Rune Blade=Ignore
Bleak Dervish Essence=Sell
Blessed Shard=Ignore
Blindeye=KEEP
Blistered Arachnid Legs=Sell
Block of High Quality Steel=KEEP
Block of Refined High Quality Ore=KEEP
Block of Velium=KEEP
Blood Choker Chain Bracelet=Ignore
Blood Rage Girdle=Ignore
Blood Raven Beak=Sell
Blood Raven Parts=KEEP
Blood Raven Pinion Feather=Sell
Blood Raven Tailfeather=Sell
Blood Raven Talon=Sell
Blood Soaked Bag of Eyeballs=Sell
Blood Soaked Cloth Shawl=Destroy
Blood Veil of the Shissar=Ignore
Blood-Filled Aneuk Heart=KEEP
Blood-Polished Hammer=Ignore
Blood-Smudged Journal=Ignore
Blood-Tempered Dagger=Destroy
Bloodbath=Ignore
Bloodbind Potion=Ignore
Bloodfang Spider Egg=Ignore
Bloodfoot Chopper=Ignore
Bloodied Bone Chips=Sell
Bloodied Gnome Head=KEEP
Bloodied Hynid Paw=Sell
Bloodless Rimed Iron Ring=Ignore
Bloodmarked Buckler=Ignore
Bloodmoon Cleric Cloak=KEEP
Bloodmoon Shackle Key=Destroy
Bloodmoon Signet Ring=KEEP
Bloodmoon Wolf Whistle=KEEP
Bloodroot=KEEP
Bloodstone=Sell
Bloody Bowstring Warbow=Sell
Bloody Note=Ignore
Bloody Orc Head=Destroy
Bloody Shadowmane Fur=Ignore
Blue Diamond=SELL
Blue Gem Grade Faycite=Destroy
Blue Nightwort=Sell
Blue Unfinished Gem=Quest|3|Filling the Repository
Blunt Silvery Key=Ignore
Boar Meat=KEEP
Boarding Axe=Destroy
Boiling Lavaspinner Blood=Ignore
Bolts of Tallon=Sell
Bolvirk Bone Spur=Sell
Bolvirk Ear=Destroy
Bolvirk Tattooed Skin=Sell
Bolvirk Toes=Sell
Bonded Loam=KEEP
Bone Chips=Sell
Bone Tattoo Comb=Destroy
Bone Temper=KEEP
Boneborn Cudgel=Destroy
Bonehook=Ignore
Boneskull Mask=Ignore
Bonesnapper Meat=Ignore
Book of Dire Incantations=KEEP
Boots of Despair=Ignore
Borrowed Bones=Ignore
Borrower Egg=Ignore
Borskar's Beads=Ignore
Borskar's Charm=Ignore
Bottle of Amjirin=Ignore
Bottle of Grandlor=Ignore
Bottom Section of an Engraved Signet=Ignore
Bow of the Tempest=Ignore
Bowl of Fresh War Paint=Destroy
Bracelet of the Fearsome=Ignore
Bracer of Precision=Ignore
Bracer of Timeless Rage=Ignore
Bracer of the Silent Star=Ignore
Brass Facade=Ignore
Brass Mouthpiece=Ignore
Brass Pintleband=Ignore
Breath of Ro=Sell
Brell's Bounty=KEEP
Brick of Black Acrylia=KEEP
Brick of Bloodmetal=KEEP
Brick of Electrified Copper=Sell
Brick of Ethereal Energy=Sell
Brick of Immaculate Steel=KEEP
Brick of Molten Ore=KEEP
Brightly Pulsating Chronal Shear=Ignore
Brilliantly Pulsating Chronal Shear=Ignore
Brittle Caladium=KEEP
Brittle Frostvine Veil=Ignore
Brittle Iksar Skull=Ignore
Brittle Laburnum=Destroy
Brittle Larkspur=KEEP
Brittle Muscimol=KEEP
Brittle Oleander=KEEP
Brittle Yellow Stone=Ignore
Broad Band of of the Undaunted=Ignore
Broken Battle Blade=KEEP
Broken Boar Tusk=Destroy
Broken Bottle=Destroy
Broken Carapace=Sell
Broken Compass=Ignore
Broken Deathcloud Amulet=Ignore
Broken Hardwood Branch=Sell
Broken Harpoon=Ignore
Broken Kyv Warbow=Sell
Broken Magnetized Collar=KEEP
Broken Mastruq's Blade=Sell
Broken Noc Fang=Sell
Broken Noc Femur=Sell
Broken Sacrificial Blade=Ignore
Broken Stone Thumb=Sell
Broken Sword Blade=Ignore
Broken Ukun Leash=Sell
Broken Wand=Sell
Brontotherium Femur=KEEP
Brontotherium Hide=KEEP
Bronze Dagger=Destroy
Bronze Main Gauche=Destroy
Bronze Rapier=Destroy
Bronze Two Handed Battle Axe=Destroy
Brown Chitin Leggings=KEEP
Brown Gravy=KEEP
Brownie Blood=Sell
Brownie Hair=Sell
Brownie Parts=KEEP
Bubonian Bandage Turban=Destroy
Bubonian Blood=KEEP
Bubonian Claws=Ignore
Bubonian Head=Ignore
Bucket Mute=Ignore
Buckler of Innoruuk=Destroy
Bulwark of Lost Souls=Ignore
Bulwark of the Elddar=KEEP
Bunch of Optic Nerves=Destroy
Bundle of Brittle Parchment=Ignore
Bundle of Sea Charts=Ignore
Bundle of Super Conductive Wires=Ignore
Bundle of Turepta Eggs=Sell
Burnberry=Sell
Burned Out Lightstone=Ignore
Burnished Antique Greaves=Ignore
Burnt Out Essence of Spectre Rage=Sell
Burnt Out Fire Elemental Animation Essence=Sell
Burnt Out Golem Animation Essence=Sell
Burnt Out Water Elemental Essence=Sell
Burnt Silk=Sell
Burynai Fur=Sell
Burynai Teeth=Sell
Beer-battered Minotaur Meat Souffle=KEEP
Biddlebokk's Tools=Destroy
Barbarian Spiritist`s Hammer=KEEP
Blood Fire=KEEP
Ball of Dung=Ignore
Broken Seal=Ignore
Basalt Bulwark=Ignore
Black Rage of Flame=Ignore
Bloody Protector of Zek's Head=Ignore
Belt of the Fungalfoe=Ignore
Braided Belt of the Bellikos=Ignore
Blue Chitin Earring=Ignore
Buckled Leather Neckpiece=Ignore
Broken Kyv Bow=Ignore
Brightly Pulsating Crystallized Cosgrove Shard=Ignore
Broken Torso=Ignore
Bow of the Weeping Willow=Ignore
Brute's War Spear=Ignore
Bonesnapper Egg=Ignore
Bulb Lotus=Sell
Blood Caked Hood=Ignore
Bellikos Eye=Ignore
Bellikos' Mantra=Ignore
Beian's Remains=Ignore
Blessed Ruby Hoop=Ignore
Blackened Acrylia Blade=Destroy
Block of Acrylia Ore=KEEP
Black Acrylia Temper=KEEP
Blue Crystallos Stone=Ignore
Bloodforged Chain Hands Ornament=Ignore
Bloodforged Plate Arms Ornament=Ignore
Black Skull Wizard Hat Ornament=Ignore
Bloodforged Leather Arms Ornament=Ignore
Befouled Silk=Keep
Befouled Animal Pelt=Keep
Blue Belt=Keep
Beautiful Tiger Hide=Keep
Blood of the Champion=Ignore
Befouled Spinneret Fluid=Keep
Bloodforged Chain Legs Ornament=Ignore
Bloodforged Plate Helm Ornament=Ignore
Bloodforged Plate Feet Ornament=Ignore
Bloodforged Chain Wrist Ornament=Ignore
Befouled Marrow=Keep
Bloodforged Chain Arms Ornament=Ignore
Bloodforged Leather Chest Ornament=Ignore
Bloodsealed Order of Mata Muram=Ignore
Blade of Forgotten Faith=Ignore
Beaded Hoop of Demise=Ignore
Banescale Pauldrons=Ignore
Bloodforged Plate Legs Ornament=Ignore
Bloodforged Leather Legs Ornament=Ignore
Bloodforged Chain Feet Ornament=Ignore
Bloodforged Plate Chest Ornament=Ignore
Bloodforged Chain Chest Ornament=Ignore
Band of Minimal Effort=Keep
Bloodclaw Hide Spaulders=Ignore
Bloodforged Cloth Feet Ornament=Ignore
Bloodforged Leather Hands Ornament=Ignore
Bloodforged Cloth Legs Ornament=Ignore
Bloodforged Plate Wrist Ornament=Ignore
Bloodforged Leather Helm Ornament=Ignore
Bloodforged Cloth Hands Ornament=Ignore
Bloodforged Plate Hands Ornament=Ignore
Bulky Grips of Aetemius=Keep
Bloodforged Cloth Chest Ornament=Ignore
Black Vertebrae=Ignore
Banded Feather Streak=Keep
Brazen Barricade=Keep
Blunder Blockers=Keep
Brown Speckled Egg=Ignore
Bloodforged Cloth Arms Ornament=Ignore
Braxi Hoof=Keep
Braxi Horn=Keep
Bloodforged Leather Wrist Ornament=Ignore
Bracelet of the Deep Sea=Ignore
Bloodforged Chain Helm Ornament=Ignore
[C]
CLASS 4 Steel Serrated Tip Arrow=Sell
Cabilisian Diamond=Sell
Calibration Device Schematics=Ignore
Calibration Device Screws=Ignore
Camail of the Blackened Heart=Ignore
Can of Dirty Oil=Quest|1|Oil Cans
Can of Unrefined Oil=Ignore
Can of Warm Oil=Destroy
Cap of Flowing Time=Ignore
Cap of the Silent Star=Ignore
Cape of Catastrophe=Ignore
Cape of Echoes=KEEP
Cape of the Cave Bear=KEEP
Card of Bristlebane=Sell
Carved Stone of Lucidity=Ignore
Cask of Toskirakk Bitter=Quest|10|Darkhammer Supply Run
Castigaran Poison Gland=Ignore
Caustic Lavaspinner Venom=Ignore
Cave Bear Heart=Ignore
Cave Lotus Petals=Destroy
Cave Lotus Stem=Sell
Cave Spider Meat=Sell
Cave Spider Silk=Sell
Caved-In Ukun Skull=Sell
Cavern Spider Venom Sac=Ignore
Cazic Consecrated Bow=Ignore
Celestial Essence=KEEP
Celestine=KEEP
Centaur Blood=Sell
Centaur Figurine Sketch=Ignore
Centaur Hoof=Sell
Centaur Parts=Sell
Centi Meat=KEEP
Centi Shortsword=Sell
Centi Toes=KEEP
Ceremonial Cowl=Sell
Ceremonial Dragorn Candle=KEEP
Chainrender's Mace=Ignore
Chalice of T'Chagrel=Ignore
Charged Alloy Bolt=Ignore
Charged Power Crystal=Ignore
Charm of Darkness Past=KEEP
Charred Arachnid Thorax=Sell
Chelaki Tail=Ignore
Cheliceran Poison Gland=Ignore
Chestplate of Stability=Ignore
Chetari Bonecrafted Shield=Sell
Chetari Wardstaff=Destroy
Chilled Spectre Robes=Sell
Chillform Choker=KEEP
Chimera Bull's Eye=KEEP
Chimera Fangs=Sell
Chimera Gut String=KEEP
Chimera Hide=Sell
Chimera Poison Sack=KEEP
Chimera Teeth=Sell
Chipped Arrowhead=Sell
Chipped Black Marble=Sell
Chipped Onyx Sapphire=Sell
Chipped Relic=Ignore
Chipped Rujarkian Orc Axe=Destroy
Chipped Rujarkian Orc Blade=Destroy
Chipped Rujarkian Orc Mace=Destroy
Chipped Rujarkian Orc Scepter=Destroy
Chitin Blade=Destroy
Chokadai Carcass=Ignore
Chokadai Eye=Sell
Chokadai Meat=Sell
Chokadai Scale=Sell
Choker of Imprisoned Visions=Ignore
Chronal Resonance Dust=KEEP
Chronal Steel=KEEP
Chunk of Blackvein Ore=Ignore
Chunk of Broken Ancient Stone Worker=Sell
Chunk of Broken Taelosian Stone Worker=Sell
Chunk of Compressed Earth=Sell
Chunk of Condensed Shadow=KEEP
Chunk of Congealed Ooze=Sell
Chunk of Discordian Rock=Sell
Chunk of Ice=KEEP
Chunk of Meat=Destroy
Chunk of Shrieker Flesh=Sell
Chunk of Taelosian Rock=Sell
Chunk of Wind Metal=KEEP
Chunk of Witheran Meat=Ignore
Circled Toe Bones=Ignore
Circlet of Flowing Time=Ignore
Citrine=KEEP
Clan Direwind Golem Stitching=Ignore
Clarifying Spores=Destroy
Class A Cog=Ignore
Clayforger=Ignore
Cleaning Fluid=Ignore
Clergyman's Stone of Purity=Ignore
Cliknar Wing=Sell
Cloak Impervious=Ignore
Cloak of Dark Shadows=Ignore
Cloak of Ferocity=Ignore
Cloak of Nightmarish Visions=Ignore
Cloak of Smoke=Ignore
Cloak of Wishes=Ignore
Cloak of the Caverns=Ignore
Cloak of the Sharp Eye=Ignore
Clockwork Carapace=KEEP
Clockwork Driveshaft=Quest|1|Spy Reports
Clockwork Gear=KEEP
Clockwork Gnome Bolts=KEEP
Clockwork Gnome Gear=KEEP
Clockwork Gnome Shaft=KEEP
Clockwork Gnome Spring=KEEP
Clockwork Grease=KEEP
Clockwork Pinion Gear=KEEP
Clod of Wet Sand=Sell
Cloth Cap=Destroy
Cloth Cord=Destroy
Cloth Gloves=Destroy
Cloth Wristband=Destroy
Cloudy Jewel of Growth=Ignore
Club of Scathing Branches=KEEP
Club=Destroy
Coadjutor Mechanotablet=Destroy
Coagulated Darkness=Ignore
Coalesced Mana=Sell
Coarse Salt=KEEP
Coarse Silk=KEEP
Cobalt Ore=KEEP
Cobalt Studs=KEEP
Cohesion Gem=Ignore
Coiled Serpentskin Belt=KEEP
Coiled Spring=KEEP
Coin of Xev=KEEP
Coldeye Orc Charm=Ignore
Colepotera Mechanical Beetle Eye=Ignore
Collar of Catastrophe=Ignore
Collar of Tavuel Xakreum=Ignore
Colorful Cloth Scraps=Ignore
Combine Gladius=Destroy
Combine Pilum=Destroy
Combine Stone=KEEP
Complex Gold Gem Dusted Rune=Sell
Complex Platinum Gem Dusted Rune=Sell
Complex Velium Gem Dusted Rune=Sell
Compound Steelshaft Bow=Destroy
Concentrated Grade A Gormar Venom=KEEP
Concentrated Grade A Mamba Venom=KEEP
Concentrated Grade A Nigriventer Venom=KEEP
Concentrated Grade A Taipan Venom=KEEP
Concentrated Grade AA Choresine Sample=KEEP
Concentrated Grade AA Gormar Venom=KEEP
Concentrated Grade AA Mamba Venom=KEEP
Concentrated Grade AA Nigriventer Venom=KEEP
Concentrated Grade AA Taipan Venom=KEEP
Concentrated Grade B Gormar Venom=KEEP
Concentrated Grade B Mamba Venom=KEEP
Concentrated Grade B Nigriventer Venom=KEEP
Congealed Bat Blood=Sell
Congealed Bile-based Ooze=Ignore
Connection Rods=Ignore
Consigned Bite of the Shissar VII=DESTROY
Consigned Bite of the Shissar VIII=DESTROY
Consigned Bite of the Shissar X=DESTROY
Consigned Bite of the Shissar XI=DESTROY
Consigned Bite of the Shissar XII=DESTROY
Consigned Bite of the Shissar XIII=DESTROY
Consigned Bite of the Shissar XIV=DESTROY
Consigned Bite of the Shissar XV=DESTROY
Containment of a Traitor Page 1=Ignore
Containment of a Traitor Page 2=Ignore
Contaminated Parchment Scrap=Ignore
Contract of Sale=Ignore
Cope of Serenity=Ignore
Copper Armband=Destroy
Copper Node=Ignore
Copper Seal of Subversion=KEEP
Coraline's Hoop=KEEP
Coralisk Heart=Sell
Coralisk Toes=Sell
Corathus Encrusted Chain Boots=Ignore
Corathus Entrails=KEEP
Corathus Skin=Sell
Corathus Spores=KEEP
Cord of Midnight=Ignore
Cord of Song=KEEP
Corrigible Chain of Dogmatic Embrace=Ignore
Corroded Soldier's Armguards=Ignore
Corrupted Diamond Amulet=Ignore
Corrupted Drake Skull=Sell
Corrupted Netherstone Amulet=Ignore
Corrupted Parchment Scrap=Ignore
Corrupted Sentinel's Pennant=Ignore
Corrupted Sunstone Amulet=Ignore
Corundus Band=Ignore
Corundus Belt=Ignore
Corundus Ring=Ignore
Cosgrove Powder=KEEP
Cowl of Mercy=Ignore
Cowl of the Indulgent=Ignore
Cracked Animated Bone=Sell
Cracked Basilisk Tail=Sell
Cracked Cragbeast Horn=Sell
Cracked Dragon Bone=Ignore
Cracked Finger Bone=Ignore
Cracked Girplan Eye=KEEP
Cracked Glass Eye=Sell
Cracked Goblin Bones=Sell
Cracked Lightstone=Sell
Cracked Noc Hoof=Sell
Cracked Paineel Shield=Destroy
Cracked Rat Skull=Sell
Cracked Statue Gemstone=Sell
Cracked Stone Bracelet=Sell
Cracked Stone Eye=Sell
Cracked Stone Visage=KEEP
Cracked Throwing Boulder=Sell
Crafted Wristband of Strife=Ignore
Crag Beetle Spittle=Ignore
Cragbeast Blood=KEEP
Cragbeast Fang=Sell
Crank Handle with Silver Filigree=Ignore
Crate of Goods=Ignore
Crate of Supplies=Ignore
Crest of the Scarlet Legions=Ignore
Crimson Bone Band=Ignore
Crimson Director's Boots=KEEP
Crimson Spaulders of Ortokk=Ignore
Crocodilian Hide=Sell
Crocodilian Tooth=Sell
Crooked Cage=Ignore
Crow Wing=Ignore
Crown of the Bonecaster=Ignore
Crude Animal Pelt=KEEP
Crude Combatant's Cloak=KEEP
Crude Defiant Amethyst=Destroy
Crude Defiant Chain Boots=Destroy
Crude Defiant Chain Bracer=Destroy
Crude Defiant Cloth Wristwrap=KEEP
Crude Defiant Club=Destroy
Crude Defiant Granite Pebble=Destroy
Crude Satchel=Ignore
Crude Silk=KEEP
Crude Spinneret Fluid=KEEP
Crumbled Skeleton Finger=Sell
Crumbling Relic=Ignore
Crumbling Tome=Ignore
Crusades of the High Scale=Ignore
Crushed Diamond Dust=KEEP
Cryonic Mechanotablet=Destroy
Cryptanthus=Sell
Crystal Embedded Discord Stone=Ignore
Crystal Embedded Earthbound Stone=Ignore
Crystal Linked Gauntlets=KEEP
Crystal Notocept=Ignore
Crystal Presciator=Ignore
Crystal Servotine=Ignore
Crystal Shield of Remembrance=KEEP
Crystal Spider Brain=Ignore
Crystal Vorotract=Ignore
Crystal of Yearning=KEEP
Crystaline Staff of the Springs=KEEP
Crystalline Carapace=Ignore
Crystalline Essence=Sell
Crystalline Serum=Ignore
Crystalline Shard=Sell
Crystalline Silk=KEEP
Crystalline Spawn-Shard=Ignore
Crystalline Spider's Heart=Ignore
Crystallized Blood=Ignore
Crystallized Cloudy Eye=KEEP
Crystallized Mephit Horn=Sell
Crystallized Sulfur=Sell
Cudgel of Wrecking=Ignore
Curator's Treasure=Ignore
Cured Tizmak Surcoat=Sell
Curled Rat Foot=Sell
Cursed Bark=Ignore
Cursed Moonfang Shield of Vile Deathwarding=Ignore
Cursed Shiliskin Hand=Ignore
Cursed Shiliskin Thigh Bone=Ignore
Curved Ikaav Fang=Sell
Curzon=KEEP
Cut Diamond Gear=KEEP
Clump of Dough=KEEP
Cliknar Claimed Clay Sample=Ignore
Cliknar Antennae=Sell
Cosgrove Soothing Staff=Ignore
Counterrotating Flywheel Piston=Ignore
Chunk of Coal=Ignore
Chunk of Floating Ore=Ignore
Contained Elemental Mist=Sell
Clay-caked Veil=Ignore
Celestrium Encrusted Carpal Clay=Ignore
Calcified Bone Gauntlets=Ignore
Crier's Scroll=Ignore
Corruption Powder=Ignore
Chipped Claw=Ignore
Cracking Legs=Ignore
Chestplate of Vindication=Ignore
Corroded Plate Boots=Ignore
Corroded Plate Bracer=Ignore
Corroded Chain Coif=Ignore
Cliknar Limb Flute=Ignore
Chronobine=KEEP
Celestrium Encrusted Brachial Clay=Ignore
Cloak of Fungal Fury=Ignore
Cloak of Fungal Animosity=Ignore
Crystalline Sledge=Ignore
Cutter=Ignore
Chunk of Caiman Meat=Ignore
Cracked Reptile Shell=Sell
Crystallized Lotus Sap=Sell
Clockwork Balance Gear=KEEP
Crystalline Earring of Ice=Ignore
Clear Evil Eye Lens=Sell
Cyclonic Shoulderpads=Ignore
Cord of Obligation=Ignore
Clockwork Battery=Quest|100|Stealing My Life Back
Central Processing Unit=Ignore
Crude Filth Covered Great Staff=Destroy
Collector's Shik`Nar Wing=Ignore
Crude Filth Covered Machete=Destroy
Crude Filth Covered Dagger=Destroy
Consigned Bite of the Shissar IX=DESTROY
Consigned Bite of the Shissar IV=DESTROY
Consigned Bite of the Shissar VI=DESTROY
Cloud Jewel=Destroy
Collector's Elemental Focus=Ignore
Cerulean Sleeves=Ignore
Celestial Cleanser=KEEP
Chunk of Condensed Ice=KEEP
Combine Acrylia Temper=KEEP
Chromatic Sheet=Ignore
Chianoi's Remains=Ignore
Cosgrove Shard=Ignore
Celestrium Greaves=Ignore
Consigned Bite of the Shissar XVII=DESTROY
Consigned Bite of the Shissar XVI=DESTROY
Crocodile Tooth=Keep
Cloak of Serenity=Keep
Complex Velium Silvered Rune=DESTROY
Complex Platinum Silvered Rune=DESTROY
Chain Leggings of the Stalker=Keep
Complex Velium Embossed Rune=DESTROY
Crystal Sphere Chunk=SELL
Consigned Bite of the Shissar XVIII=Ignore
Corrupted Loam=Keep
Comte=Ignore
Chetari Brain=Ignore
Cold Shoulder=Ignore
Cloak of Regretful Transgressions=Ignore
Chains of Anguish=Ignore
Crysotherium=Keep
Cheek Flap=Ignore
Circle of the Three=Ignore
Clampgrit's Pronged Spear=Ignore
Choker of Unspoken Lies=Ignore
Chokidai Scale=Keep
Chokidai Meat=Ignore
Chain Wraps=Keep
Call of the Wild=Keep
Communal Gloves=Keep
Chain Tunic of Pestilence=Keep
Cloak of Bloody Scales=Ignore
Cracked Shard of the Brute=Ignore
Cacophonic Shard=Ignore
[D]
Dagger Blade Shard=Ignore
Dagger of Distraction=Ignore
Dagger=Destroy
Daily Log=Ignore
Dakkilon Faceplate=Ignore
Dakkilon Pridemantle=Ignore
Damaged Bazu Skin=KEEP
Damaged Cragbeast Skin=Sell
Damaged Feran Hide=KEEP
Damaged Magnetized Gauntlets=KEEP
Damaged Muramite Battle Blade=KEEP
Damaged Turepta Shell=Ignore
Damp Marrow=KEEP
Dark Belt of Fangs=KEEP
Dark Discordling Tongue=KEEP
Dark Elf Parts=KEEP
Dark Eye of the Beast=KEEP
Dark Feather Cloak=KEEP
Dark Ikaav Heart=Sell
Dark Notations=Ignore
Dark Ore=Sell
Dark Pyrilen Whip=Sell
Darkblade Longsword=KEEP
Darkened Drake Skull=Ignore
Darkhollow Basilisk Meat=KEEP
Darkhollow Basilisk Skin=Sell
Darkhollow Basilisk Teeth=Sell
Darkhollow Basilisk Venom=KEEP
Darkhollow Bat Fur=Sell
Darkhollow Bat Meat=KEEP
Darkhollow Bat Pelt=Sell
Darkhollow Bat Saliva=Sell
Darkleather Amice=Ignore
Darkmatter Dust=KEEP
Dasiron Crystal=Ignore
Dawnlight Zweihander=KEEP
Deadly Arachnid Mandibles=Sell
Deadly Ivy=Sell
Deadly Weeder's Knives=Ignore
Death Prophet's Earring=Ignore
Deathblade of the Zun'Muram=Ignore
Deathcalm Stone=Ignore
Decaying Fleshy Orb=Sell
Decaying Gears=Sell
Decaying Skeletal Shard=Sell
Decorated Wurine Hide=Ignore
Decorin Ore Shard=Ignore
Decrepit Hide=Ignore
Dedgerex's Flintforged Cudgel=KEEP
Deep Forest Mushroom=KEEP
Deep Orc Eyes=Sell
Deep Orc Femur=Sell
Deep Orc Head=Destroy
Deep Orc Meat=KEEP
Deep Orc Skin=Sell
Deepwater Black Diamond=Sell
Deepwater Black Pearl=Sell
Deepwater Diamond=Sell
Deepwater Ink=KEEP
Deepwater Pearl=Sell
Defiled Parchment Scrap=Ignore
Deflated Murkglider Heart=Sell
Deleterious Accelerative Mechanotablet=Destroy
Deleterious Continuance Mechanotablet=Destroy
Deleterious Radiation Mechanotablet=Destroy
Delvian Goblin Tooth=Ignore
Dented Kyv Ring=Sell
Dented Magnetized Helm=KEEP
Dented Shoulderguards=Sell
Dervish Spirit Dust=Sell
Desiccated Drake Corpse=Ignore
Desiccated Marrow=KEEP
Desiccated Treant Laminate Recurve Bow Staff=KEEP
Desiccated Treant Moss=Sell
Desiccated Zombie Bones=Sell
Desiccated Zombie Dust=Sell
Desiccated Zombie Heart=Sell
Desiccated Zombie Skin=Sell
Destroyed Mechanotablet=Destroy
Dew Clover=KEEP
Diabolic Chime=Ignore
Diaku Forged Maul=Destroy
Diaku Forged Scimitar=Destroy
Diaku Forged Sword=Destroy
Diaku Forged War Hammer=Destroy
Diamond=SELL
Diazophire Earring=Ignore
Digested Coral=Sell
Dignitary's Cloak=KEEP
Dimly Pulsating Chronal Shear=Ignore
Dingy Grey Stone=Ignore
Dire Cestii=Ignore
Diregem Earring of War=Ignore
Direwind Plague Stone=Ignore
Direwind Voodoo Skull=Destroy
Direwrought Mask=KEEP
Direwrought Silk Hood=KEEP
Dirt-Covered Armguards=KEEP
Dirty Empty Vial=Sell
Dirty Runic Papyrus=KEEP
Dirty Runic Spell Scroll=KEEP
Dirty Vellum=KEEP
Disassembled Servo Mechanism=Sell
Discordant Cap of Betrayal=Ignore
Discordant Crystal Shard=Sell
Discordant Dagger of Night=Ignore
Discordant Diamond=Sell
Discordant Ooze=KEEP
Discordant Scoriae=KEEP
Discordant Steel=KEEP
Discordling Blood=Ignore
Discordling Dust=KEEP
Discordling Eye=Sell
Discordling Finger Bone=Ignore
Discordling Hoof=KEEP
Discordling Shadowblood=Sell
Discordling Shoulderspike=Ignore
Discordling Spinal Fluid=KEEP
Disease Ridden Scalp=Sell
Diseased Bubonian Tooth=Sell
Diseased Slimesnipper Guts=Sell
Dissertation of Dark War=Ignore
Distorted Eternal Incandessence=Ignore
Distorted Eternal Luminessence=Ignore
Distorted Medial Incandessence=Ignore
Distorted Medial Luminessence=Ignore
Distorted Seminal Incandessence=Ignore
Disturbed Beast Essence=Ignore
Disuniting Mechanotablet=Destroy
Document Sample=Ignore
Dog Hair=Ignore
Dokorel's Renewal Stone=Ignore
Donal's Boots of Mourning=KEEP
Doomfire Cape=Sell
Doomfire Sash=Sell
Double Recurved Velium Bow=Sell
Downy Kobold Fur=Ignore
Drachnid Blood=Sell
Drachnid Carapace=Ignore
Drachnid Hair=Ignore
Drachnid Head=Ignore
Drachnid Heart=Ignore
Drachnid Leg=Ignore
Drachnid Shackle Key=Ignore
Drachnid Soother=Ignore
Draconic Essence=Sell
Dragon Blood=Ignore
Dragon Egg Oil=KEEP
Dragon Egg=KEEP
Dragon Meat=KEEP
Dragon Tail Bone=Ignore
Dragon Wing Bone=Ignore
Dragon Wing Bones=KEEP
Dragonbane Enchantment=Ignore
Dragonscale Ore Fragment=Ignore
Dragorn Blood=Ignore
Dragorn Claw=Sell
Dragorn Eye=Sell
Dragorn Fang=Sell
Dragorn Greatblade=Destroy
Dragorn Greatstaff=Destroy
Dragorn Metal Bowl=Destroy
Dragorn Muramite Insignia Necklace=Sell
Dragorn Muramite Ring=KEEP
Dragorn Silver Broadsword=Sell
Dragorn Tail=Sell
Dragorn Wing Bones=KEEP
Dragorn-Rib Hook=Destroy
Drake Blood=Sell
Drake Bone Fragment=Sell
Drake Claw=Sell
Drake Egg=KEEP
Drake Fang=Sell
Drake Intestines=KEEP
Drake Meat=Sell
Drake Saliva=Sell
Drake Tooth=Sell
Drake Wing Bones=KEEP
Drake Wing Webbing=KEEP
Drake Wing=Sell
Drake-Spikes=KEEP
Drakkin Blood=Sell
Drakkin Parts=KEEP
Drangol Insignia=Destroy
Dranik Incense Burner=Ignore
Dranikshroud Leggings=KEEP
Dranskin Barisodes=Ignore
Drape of Enlightenment=Ignore
Drape of Lost Knowledge=Ignore
Drape of the Unending=Ignore
Dreadspire Gargoyle Dust=KEEP
Dreadspire Gargoyle Eye=Sell
Dreadspire Gargoyle Granite=KEEP
Dried Cragbeast Meat=KEEP
Droga Jail Key=Destroy
Drogan Warlord's Insignia=Ignore
Drop of Dread=Ignore
Drop of Mercury=KEEP
Drudgeweed=Sell
Dry Caladium=KEEP
Dry Laburnum=KEEP
Dry Larkspur=KEEP
Dry Marrow=KEEP
Dry Muscimol=Destroy
Dry Oleander=KEEP
Dry Treant Branch=KEEP
Ductile Loam=KEEP
Dull Boar Tusk=Destroy
Dulled Cragbeast Claw=Sell
Dust of Decay=KEEP
Dust of Discord=KEEP
Dust-Marred Signet=Ignore
Dusty Rusted Shackles=Ignore
Dusty Rusted Vambraces=Destroy
Dwarf Meat=Sell
Dwarven Blood=KEEP
Dweric Powder=KEEP
Dyla's Monocle of Exploration=KEEP
Dyn`leth's Battle Plans=Ignore
Difference Machine Gearbox=Ignore
Dimly Pulsating Crystallized Cosgrove Shard=Ignore
Deathspike Spear=Ignore
Duskstone of the Oceans=Ignore
Decayed Chain Links=Ignore
Derakor's Heart=Ignore
Derakor's Head=Ignore
Doublejointed Beetle Jaw=Ignore
Darkskull Ring=Ignore
Deathspore Cap Shield=Ignore
Decorative Fin=Sell
Damaged Murkglider Skin=KEEP
Dansk Blossoms=KEEP
Downy Gnoll Fur=Ignore
Dwarven War Staff=Ignore
Drop of Sporali Blood=Ignore
Deathrose Stiletto=Ignore
Damascite Encrusted Carpal Clay=Ignore
Distilled Grade B Gormar Venom=DESTROY
Distilled Grade B Nigriventer Venom=DESTROY
Distilled Grade C Nigriventer Venom=DESTROY
Distilled Grade C Gormar Venom=DESTROY
Drake Talon=SELL
Dragon Scale=Keep
Distilled Grade A Gormar Venom=KEEP
Distilled Grade A Taipan Venom=KEEP
Dracoliche Skull=Keep
Dread Touched Leggings=Ignore
Distilled Grade A Mamba Venom=KEEP
Distilled Grade A Nigriventer Venom=KEEP
Decomposed Skull=Ignore
Distilled Grade A Choresine Sample=KEEP
Drape of Scientific Discovery=Ignore
Dervish Essence=Keep
Dark Steel Morning Star=Keep
Diseased Griffon Heart=Ignore
Deaf Ears=Ignore
Delicately Cut Finger=Ignore
Distilled Grade C Taipan Venom=DESTROY
Distilled Grade C Mamba Venom=DESTROY
Dread Touched Armguards=Ignore
Demerix the Painsipper=Ignore
Dreadspire Gargoyle Heart=Keep
Duskstone of the Tundra=Ignore
Drop of Accursed Blood=Ignore
Distilled Grade C Choresine Sample=DESTROY
Drapings of the Wild=Keep
Dredged Hide=Ignore
Distorting Crystal Grimace=Keep
Drape of the Unvoiced=Ignore
Dread Touched Helm=Ignore
[E]
Earpiece of Mental Acuity=Ignore
Earpiece of Mental Superiority=Ignore
Earring of Celestial Energy=Ignore
Earring of Dissention=Ignore
Earring of Shattered Souls=Ignore
Earth Elemental Parts=KEEP
Earth Elemental Spirit Dust=Sell
Earth Essence=Ignore
Earth Mephit Blood=KEEP
Earth Mephit Skin=KEEP
Earthen Essence=Quest|100
Earthtouched Crystal=Sell
Earthtouched Diamond=Sell
Ebon Tessera=KEEP
Ebonlight=Ignore
Ebony Talon=Sell
Edge of Eternity=Ignore
Edgeless Silvery Key=Ignore
Elaborate Adept's Crystal=KEEP
Elaborate Binding Powder=KEEP
Elaborate Combatant's Crystal=KEEP
Elaborate Defiant Aegis=KEEP
Elaborate Defiant Breastplate=KEEP
Elaborate Defiant Chain Boots=KEEP
Elaborate Defiant Chain Bracer=KEEP
Elaborate Defiant Chain Coif=KEEP
Elaborate Defiant Chain Gauntlets=KEEP
Elaborate Defiant Chain Leggings=KEEP
Elaborate Defiant Chain Sleeves=KEEP
Elaborate Defiant Chain Tunic=KEEP
Elaborate Defiant Chain Wristguard=KEEP
Elaborate Defiant Claymore=KEEP
Elaborate Defiant Coldstone=KEEP
Elaborate Defiant Cutlass=KEEP
Elaborate Defiant Dragonrod=KEEP
Elaborate Defiant Fire Bauble=KEEP
Elaborate Defiant Flint Spear=KEEP
Elaborate Defiant Heater=KEEP
Elaborate Defiant Kama=KEEP
Elaborate Defiant Kama=KEEP
Elaborate Defiant Leather Boots=KEEP
Elaborate Defiant Leather Bracer=KEEP
Elaborate Defiant Leather Cap=KEEP
Elaborate Defiant Leather Gloves=KEEP
Elaborate Defiant Leather Sleeves=KEEP
Elaborate Defiant Leather Trousers=KEEP
Elaborate Defiant Leather Tunic=KEEP
Elaborate Defiant Leather Wristguard=KEEP
Elaborate Defiant Minotaur Staff=KEEP
Elaborate Defiant Plate Boots=KEEP
Elaborate Defiant Plate Bracer=KEEP
Elaborate Defiant Plate Gauntlets=KEEP
Elaborate Defiant Plate Greaves=KEEP
Elaborate Defiant Plate Helm=KEEP
Elaborate Defiant Plate Vambraces=KEEP
Elaborate Defiant Plate Wristband=KEEP
Elaborate Defiant Plate Wristguard=KEEP
Elaborate Defiant Poleaxe=KEEP
Elaborate Defiant Quickclaw=KEEP
Elaborate Defiant Rapier=KEEP
Elaborate Defiant Recurve Bow=KEEP
Elaborate Defiant Silk Cap=KEEP
Elaborate Defiant Silk Gloves=KEEP
Elaborate Defiant Silk Robe=KEEP
Elaborate Defiant Silk Sandals=KEEP
Elaborate Defiant Silk Sleeves=KEEP
Elaborate Defiant Silk Wristband=KEEP
Elaborate Defiant Silk Wristguard=KEEP
Elaborate Defiant Spikemaul=KEEP
Elaborate Hinge=Ignore
Eldanddor's Avenger=KEEP
Elddar Wine=Sell
Elder Spiritist's Boots=Destroy
Elegant Adept's Shard=DESTROY
Elegant Combatant's Shard=DESTROY
Elegant Defiant Battleaxe=DESTROY
Elegant Defiant Bow=DESTROY
Elegant Defiant Breastplate=DESTROY
Elegant Defiant Buckler=DESTROY
Elegant Defiant Chain Boots=DESTROY
Elegant Defiant Chain Bracer=DESTROY
Elegant Defiant Chain Coif=DESTROY
Elegant Defiant Chain Gauntlets=DESTROY
Elegant Defiant Chain Leggings=DESTROY
Elegant Defiant Chain Sleeves=DESTROY
Elegant Defiant Chain Tunic=DESTROY
Elegant Defiant Chain Wristguard=DESTROY
Elegant Defiant Fireborn Axe=DESTROY
Elegant Defiant Forked Spear=DESTROY
Elegant Defiant Goshenite=DESTROY
Elegant Defiant Knuckle Guards=DESTROY
Elegant Defiant Leather Boots=DESTROY
Elegant Defiant Leather Bracer=DESTROY
Elegant Defiant Leather Cap=DESTROY
Elegant Defiant Leather Gloves=DESTROY
Elegant Defiant Leather Sleeves=DESTROY
Elegant Defiant Leather Trousers=DESTROY
Elegant Defiant Leather Tunic=DESTROY
Elegant Defiant Leather Wristguard=DESTROY
Elegant Defiant Nightblade=DESTROY
Elegant Defiant Nightstone=Destroy
Elegant Defiant Plate Boots=DESTROY
Elegant Defiant Plate Bracer=DESTROY
Elegant Defiant Plate Gauntlets=DESTROY
Elegant Defiant Plate Greaves=DESTROY
Elegant Defiant Plate Helm=DESTROY
Elegant Defiant Plate Vambraces=DESTROY
Elegant Defiant Plate Wristband=DESTROY
Elegant Defiant Plate Wristguard=DESTROY
Elegant Defiant Round Shield=DESTROY
Elegant Defiant Sceptre=DESTROY
Elegant Defiant Shortsword=DESTROY
Elegant Defiant Silk Cap=DESTROY
Elegant Defiant Silk Gloves=DESTROY
Elegant Defiant Silk Pantaloons=DESTROY
Elegant Defiant Silk Robe=DESTROY
Elegant Defiant Silk Sandals=DESTROY
Elegant Defiant Silk Sleeves=DESTROY
Elegant Defiant Silk Wristband=DESTROY
Elegant Defiant Silk Wristguard=DESTROY
Elegant Defiant Square Hammer=DESTROY
Elegant Defiant Warhammer=DESTROY
Element of Spirit=Ignore
Elemental Chain Pant Pattern=Ignore
Elemental Essence of Fire=Ignore
Elemental Greaves Mold=Ignore
Elemental Leather Pant Pattern=Ignore
Elementary Binding Powder=KEEP
Elladrial's Cloak of Shining Silk=KEEP
Elladrial's Penance=KEEP
Elladrial's Scintillating Cloak=KEEP
Elven Blood=KEEP
Elven Child's Vinewand=Ignore
Emberflow Stone=KEEP
Emblem of Rallos Zek=Ignore
Embossed Idol=Sell
Embroidered Greenfields Victorine=Ignore
Emerald Orange=KEEP
Emerald Ring of Blight=Ignore
Emerald Ring=Sell
Emerald Shard of Relic=Ignore
Emerald of Savage Fury=Ignore
Emerald=Sell
Empty Flask=Ignore
Empty Hunter's Quiver=Sell
Empty Stonemite Shell=Sell
Empty Strong Scorpion Venom Sac=Sell
Enameled Black Bracer=KEEP
Enameled Black Gauntlets=KEEP
Enchanted Collar=Destroy
Enchanted Gem of the Warden=Ignore
Enchanted Spell Parchment=KEEP
Encoded Message=KEEP
Encrypted Note=Ignore
Engineer's Toolbox=Ignore
Engraved Spiral Conch=Destroy
Enormous Croc Tooth=Sell
Enspelled Wand=Ignore
Entropic Cleaver=Sell
Entwined Ring of the Ent=Ignore
Epaulettes of Eternity=KEEP
Epaulettes of the Ageless=KEEP
Epicthieck's Lubricating Goo=KEEP
Eroded Relic=Ignore
Erudite Meat=KEEP
Essence Sieve=Ignore
Essence of Barbarian Rage=Sell
Essence of Corruption=Ignore
Essence of Darkness=KEEP
Essence of Evil Eye Rage=Sell
Essence of Fire=KEEP
Essence of Goblin Rage=Sell
Essence of Howling Stones=Ignore
Essence of Knights Rage=Sell
Essence of Kobold Rage=Sell
Essence of Orcish Rage=Sell
Essence of Rathe=Sell
Essence of Skeletal Rage=Sell
Essence of Spectre Rage=Sell
Essence of Stone=Ignore
Essence of Thunder=Ignore
Essence of Tzirathk=Ignore
Essence of Werewolf Rage=Sell
Essence of Wind=KEEP
Estar's Knuckle Joint=Ignore
Etched Drakkin Longsword=Destroy
Etched Knight's Crest=Ignore
Etched Signet=Sell
Etched Velium Battle Axe=Destroy
Etched Velium War Lance=Destroy
Eternally Burning Embers=Sell
Ethereal Blood=Sell
Ethereal Mist Boots=Ignore
Ethereal Mist Bracers=Ignore
Ethereal Parchment=Ignore
Ethereal Plate Bracers=KEEP
Ethereal Silversilk Leggings=Ignore
Evergleam Gauntlets=KEEP
Everguard Spaulders=Ignore
Evil Eye Central Oculus=Destroy
Evil Eye Eyestalk=KEEP
Evil Eye Eyestalks=Destroy
Exactitudinal Mechanotablet=Destroy
Excellent Animal Pelt=KEEP
Excellent Gorilla Hide=Sell
Excellent Marrow=KEEP
Excellent Silk=KEEP
Excellent Spinneret Fluid=KEEP
Exceptional Shade Essence=KEEP
Exceptional Shissar Blood=KEEP
Exigent Remediatory Mechanotablet=Destroy
Exoskeleton Ring=Ignore
Experimental Device=Ignore
Exquisite Animal Pelt=KEEP
Exquisite Deep Mushroom=KEEP
Exquisite Gem Dusted Rune=Sell
Exquisite Gold Gem Dusted Rune=Sell
Exquisite Marrow=KEEP
Exquisite Platinum Gem Dusted Rune=Sell
Exquisite Silk=KEEP
Exquisite Spinneret Fluid=KEEP
Exquisite Velium Battlehammer=KEEP
Exquisite Velium Gem Dusted Rune=Sell
Exquisite Velium Gemmed Rune=Sell
Eye of Dreams=Ignore
Eye of an Ikaav=Sell
Eyepatch of Expert Archery=Ignore
Eyerazzia=Ignore
Egg Batter=KEEP
Essence of Steam=KEEP
Elegant Defiant Dayblade=KEEP
Extruded Underfoot Diamond=KEEP
Earring of Twisted Leaves=KEEP
Elemental Silk Glove Pattern=Ignore
Eroding Feet=Ignore
Eroded Leather Gloves=Ignore
Eye of the Dark God=Ignore
Essence of the Tempest Guard=Ignore
Elaborate Defiant Silk Wristwrap=KEEP
Eye of Yar`Lir=Ignore
Empowered Lantern=Ignore
Essence of Passion=Ignore
Essence of Substance=Ignore
Essence of Vitality=Ignore
Enforcer's Spiked Ear Taper=Ignore
Essence of Will=Ignore
Essence of Instinct=Ignore
Essence of Reason=Ignore
Essence of Chaos=Ignore
Etched Acrylia Rune - Lomn=Sell
Etched Acrylia Rune - Wer=Sell
Etched Acrylia Rune - Moull=Sell
Etched Acrylia Rune - Buh=Sell
Etched Acrylia Rune - Drurn=Sell
Etched Acrylia Rune - Gomn=Sell
Etched Acrylia Rune - Dytl=Sell
Elite Guard's Orders=Ignore
Exquisite Embossed Rune=Sell
Earring of Glorious Battle=Ignore
Essence of Alaris=KEEP
Exotic Silk=Keep
Ebon Hero's Forge Plate Feet Ornament=Ignore
Exotic Animal Pelt=Keep
Extraplanar Silk=Ignore
Exotic Marrow=Keep
Exotic Spinneret Fluid=Keep
Ebon Hero's Forge Leather Arms Ornament=Ignore
Excrucidator's Black Silken Sash=Ignore
Ebon Hero's Forge Plate Chest Ornament=Ignore
Ebon Hero's Forge Cloth Arms Ornament=Ignore
Ebon Hero's Forge Cloth Wrist Ornament=Ignore
Ebon Hero's Forge Chain Hands Ornament=Ignore
Ebon Hero's Forge Cloth Hands Ornament=Ignore
Ebon Hero's Forge Chain Helm Ornament=Ignore
Ebon Hero's Forge Chain Chest Ornament=Ignore
Ebon Wizard Hat Ornament=Ignore
Ebon Hero's Forge Plate Legs Ornament=Ignore
Energized Gemstone=Keep
Enchanted Pages=SELL
Ebon Hero's Forge Plate Hands Ornament=Ignore
Exquisite Velium Embossed Rune=Ignore
Ebon Hero's Forge Cloth Feet Ornament=Ignore
Enchanted Stone Shard=SELL
Echo of Shade=SELL
Elemental Fluids=Keep
Exquisite Bat Wing=Keep
Ebon Hero's Forge Cloth Chest Ornament=Ignore
Ebon Hero's Forge Plate Arms Ornament=Ignore
Ebon Hero's Forge Chain Arms Ornament=Ignore
Ebon Hero's Forge Plate Wrist Ornament=Ignore
Ebon Hero's Forge Plate Helm Ornament=Ignore
Ebon Hero's Forge Leather Wrist Ornament=Ignore
Ebon Hero's Forge Leather Helm Ornament=Ignore
Ebon Hero's Forge Chain Feet Ornament=Ignore
Ebon Hero's Forge Cloth Legs Ornament=Ignore
Ebon Hero's Forge Chain Legs Ornament=Ignore
Ebon Hero's Forge Chain Wrist Ornament=Ignore
Eternal Grove Chain Arms Ornament=Ignore
Eternal Grove Chain Wrist Ornament=Ignore
Eternal Grove Chain Legs Ornament=Ignore
Eternal Grove Leather Feet Ornament=Ignore
Earring of Dragonkin=Ignore
Emberstone=Keep
Ectoplasm=Ignore
Ebon Hero's Forge Leather Feet Ornament=Ignore
Ebon Hero's Forge Cloth Helm Ornament=Ignore
Ebon Hero's Forge Leather Hands Ornament=Ignore
Ebon Hero's Forge Leather Chest Ornament=Ignore
Ebon Hero's Forge Leather Legs Ornament=Ignore
Elegant Wristwraps of Oseka=Ignore
Elegant Stole of Oseka=Ignore
Elegant Headdress of Oseka=Ignore
Elegant Handwraps of Oseka=Ignore
Empowered Trophy of War and Flame=Ignore
Ebon Hero's Forge Cloth Robe Ornament=Ignore
Ellithia's Hot Handwraps=Keep
[F]
Fabled Glowing Chunk of Molten Earth=Ignore
Fabled Great Lance of Stone=Ignore
Faceted Crystal=Sell
Faceted Lightstone=Sell
Failed Experiment Geza MCXLIV=Ignore
Faintly Glowing Powersource=Ignore
Faintly Pulsating Chronal Shear=Ignore
Faintly Pulsating Crystallized Cosgrove Shard=Ignore
Fairy Dust=Sell
Fairy Parts=KEEP
False Orders=Ignore
Fanged Chain Arms=KEEP
Fangs of Vyzh`dra=Ignore
Fatty Girplan Meat=Sell
Favor of Druzzil=KEEP
Favor of Sullon=Sell
Faydwer Diamond=Sell
Featherdown Hoop=KEEP
Feathered Skull Chain=Sell
Fecund Luggald Flesh=Ignore
Felmight Fetish=KEEP
Femur of a Trusik=Sell
Feral Igneous Chopper=Ignore
Feran Blood=KEEP
Feran Brain=KEEP
Feran Brainstem=Sell
Feran Heart Blood=Sell
Feran Hide=KEEP
Festering Girplan Heart=Sell
Festering Ikaav Blood=Sell
Fetid Chunk of Flesh=Sell
Fetid Flesh=Ignore
Fey Blood=Sell
Fey Parts=Sell
Fey Wings=Sell
Feydrake Blood=Sell
Feydrake Parts=Sell
Feydrake Wings=Sell
Fibblebrap Gem Fragment=Ignore
Fibblereaper's Core=Ignore
Fieldstrider Bow=Destroy
Fieldstrider Lieutenant Sword=Destroy
Fieldstrider Shield=Destroy
Fiercely Hooked Claw=KEEP
Fiery Granite=KEEP
Fifth Fragment of the Heroes' Disk=Ignore
Fifth Fragment of the Left Eye=Ignore
Filmy Mephit Wing=Sell
Fine Animal Pelt=KEEP
Fine Animating Force=Sell
Fine Aviak Beak=Sell
Fine Aviak Eye=Sell
Fine Aviak Feather=Sell
Fine Aviak Talon=Sell
Fine Bear Skin=Ignore
Fine Beetle Eye=Sell
Fine Bone Chips=KEEP
Fine Caladium=KEEP
Fine Chimera Hide=KEEP
Fine Delphinium=KEEP
Fine Insidious Pantaloons=Ignore
Fine Laburnum=KEEP
Fine Larkspur=KEEP
Fine Muscimol=KEEP
Fine Oleander=KEEP
Fine Orc Eye=Destroy
Fine Orc Scalp=Sell
Fine Orc War Beads=Sell
Fine Privit=KEEP
Fine Runic Parchment=KEEP
Fine Scorpion Legs=Sell
Fine Scorpion Meat=Sell
Fine Silk Swatch=KEEP
Fine Silk=KEEP
Fine Skeleton Bones=Sell
Fine Spinneret Fluid=KEEP
Fine Steel Dagger=Destroy
Fine Steel Great Staff=Destroy
Fine Steel Jutte=Destroy
Fine Steel Katana=Destroy
Fine Steel Kusarigama=Destroy
Fine Steel Long Sword=Destroy
Fine Steel Morning Star=Destroy
Fine Steel Naginata=Destroy
Fine Steel Rapier=Destroy
Fine Steel Scimitar=Destroy
Fine Steel Short Sword=Destroy
Fine Steel Spear=Destroy
Fine Steel Tachi=Destroy
Fine Steel Tanto=Destroy
Fine Steel Tonfa=Destroy
Fine Steel Two Handed Sword=Destroy
Fine Steel Wakizashi=Destroy
Fine Steel Warhammer=Destroy
Fine Steel Yari=Destroy
Fine Swirling Vapor=Sell
Fine Vellum Parchment=KEEP
Fine Vellum=KEEP
Fine Wisp Essence=Sell
Finely Crafted Targ Shield=Destroy
Finely Crafted Warbow=Sell
Finely Threaded Drachnid Silk=Ignore
Fingerbone Earring=Ignore
Fire Arachnid Silk=KEEP
Fire Beetle Eye=Destroy
Fire Drake Wing=Ignore
Fire Elemental Animation Essence=Sell
Fire Elemental Spirit Dust=Sell
Fire Emerald Ring=Sell
Fire Emerald=Sell
Fire Mephit Blood=KEEP
Fire Mephit Skin=KEEP
Fire Opal=Sell
Fire Totem Piece=Ignore
Fire-Runed Icepearl=Ignore
Fire-veined Stone=Sell
Firefly=Sell
Firgant's Copper Ring=Ignore
First Fragment of the Kings' Disk=Ignore
First Fragment of the Left Eye=Ignore
Fishing Net=Ignore
Five-Toothed Silvery Key=Ignore
Flake of Lodestone=KEEP
Flame Encased Mephit Wing=Sell
Flame of Fennin=Sell
Flame of Vox=KEEP
Flametouched Mask=KEEP
Flamewrought Emerald Band=KEEP
Flaming Head=Sell
Flaming Mane=Sell
Flaming Sword of Xuzl=Ignore
Flawed Animal Pelt=KEEP
Flawed Chrysolite=Sell
Flawed Combatant's Hoe=Destroy
Flawed Defiant Amberstone=Destroy
Flawed Defiant Brawl Stick=Destroy
Flawed Defiant Carapace=Destroy
Flawed Defiant Chain Coif=Destroy
Flawed Defiant Chain Sleeves=KEEP
Flawed Defiant Charm=Destroy
Flawed Defiant Emeraldblade=Destroy
Flawed Defiant Lance=Destroy
Flawed Defiant Leather Bracer=Destroy
Flawed Defiant Leather Cap=Destroy
Flawed Defiant Leather Gloves=Destroy
Flawed Defiant Leather Sleeves=Destroy
Flawed Defiant Longbow=Destroy
Flawed Defiant Longsword=Destroy
Flawed Defiant Plate Boots=Destroy
Flawed Defiant Plate Gauntlets=Destroy
Flawed Defiant Plate Greaves=Destroy
Flawed Defiant Plate Helm=Destroy
Flawed Defiant Quarterstaff=Destroy
Flawed Defiant Quartz=Destroy
Flawed Defiant Scale Shield=KEEP
Flawed Defiant Silk Sleeves=KEEP
Flawed Defiant Silk Wristwrap=KEEP
Flawed Emerald=Sell
Flawed Flame Emerald=Sell
Flawed Flame Opal=Sell
Flawed Lava Ruby=Sell
Flawed Opal=Sell
Flawed Sea Sapphire=Sell
Flawed Topaz=Sell
Flawless Animal Pelt=KEEP
Flawless Aquamarine=Sell
Flawless Diamond=Sell
Flawless Hynid Hide=Ignore
Flawless Silk=KEEP
Flawless Spinneret Fluid=KEEP
Flawless Tae Ew Hide=KEEP
Flayed Paebala Boots=Ignore
Flayed Paebala Gloves=Ignore
Flayed Paebala Tunic=Ignore
Flesh of a Stonemite=Sell
Fleshless Skull=Ignore
Fleshy Golem Parts=Sell
Flexible Boilerplate=KEEP
Flickering Finkenheimer=Ignore
Flickering Powersource=Destroy
Flocculent Gloves of Woe=KEEP
Flute of the Sacred Glade=Ignore
Focused Thalanite Tube=Destroy
Fog Fragment=KEEP
Forged Deathsteel Pick=Destroy
Forged Velium Claidhmore=KEEP
Formal Dinner Invitation=Ignore
Fossilized Bone Shard=Ignore
Foul Smelling Liquid=KEEP
Foundation Stone Chip=Ignore
Fourth Fragment of the Heroes' Disk=Ignore
Fourth Fragment of the Kings' Disk=Ignore
Fourth Fragment of the Left Eye=Ignore
Fourth Fragment of the Warriors' Disk=Ignore
Fractured Blacksail Blade=Ignore
Fractured Drake Claw=Destroy
Fractured Eternal Incandessence=Ignore
Fractured Eternal Luminessence=Ignore
Fractured Medial Incandessence=Ignore
Fractured Medial Luminessence=Ignore
Fractured Seminal Incandessence=Ignore
Fractured Sessiloid Shard=Sell
Fragile Bottle Shard=Ignore
Fragment of Arcanium=Destroy
Fragment of Heavy Steamwork Plating=Ignore
Frakadar's Left Eye=Ignore
Frayed War-Muzzle=Sell
Fresh Caladium=KEEP
Fresh Delphinium=KEEP
Fresh Laburnum=KEEP
Fresh Larkspur=KEEP
Fresh Muscimol=KEEP
Fresh Oleander=KEEP
Fresh Privit=KEEP
Frog Eye=Sell
Frog Mucus=Sell
Frog Skin=Sell
Frog Tongue=Sell
Froglok Blood=KEEP
Frost Giant Meat=KEEP
Frost Giant Steak=KEEP
Frost-Runed Bulwark=Ignore
Frosted Chain Link=Destroy
Frosted Gelidran Skull=Sell
Frosted Hide=Destroy
Frosted Scrap Metal=Destroy
Frosted Swatch=Destroy
Frostflake of the All-Enduring=Ignore
Frostmantle=Ignore
Frothing Drake Blood=Ignore
Frothing Hynid's Head=Ignore
Frozen Dark Gem Fragment=KEEP
Frozen Diamond of Purification=Ignore
Frozen Gelidran Tongue=Sell
Frozen Pyrilen Eye=Ignore
Fulginate Ore=KEEP
Fungus Clump=KEEP
Fungus Sap=Sell
Fused Loam=KEEP
Fuzzbert's Heart Ring Gear=KEEP
Flexible Stone=Sell
Forgotten Artist's Mesh Sleeves=Ignore
Fine Enameled Lute=Ignore
Firerune Brand=KEEP
Fine Steel Ulak=Ignore
Flawed Defiant Chain Gauntlets=KEEP
Flawed Defiant Plate Bracer=KEEP
Flexible Chitin Burgonet=Ignore
Fish Scales=Destroy
Fungal Belt of Trauma=Ignore
Featherlight Signet of Wind=Ignore
Fancy Clockwork Gear=Quest|100|Stealing My Life Back
Flawed Defiant Chain Boots=DESTROY
Flawed Defiant Shortsword=DESTROY
Fabled Lightbringers Earring=Ignore
Fabled Dagger of Thought=Ignore
Fabled Mail of Judgment=Ignore
Fabled Great Shadow Platemail=Ignore
Focus of Self=Ignore
Flawless Muscimol=DESTROY
Fractured Gargoyle Head=SELL
Fantastic Marrow=Keep
Fine Pearl Burial Ring=Ignore
Fantastic Silk=Keep
Flawless Privit=DESTROY
Flawless Caladium=DESTROY
Flawless Delphinium=DESTROY
Fantastic Animal Pelt=Keep
Flawless Larkspur=DESTROY
Flawless Oleander=DESTROY
Flawless Laburnum=DESTROY
Finely Embossed Belt=Ignore
Flaming Wizard Hat Ornament=Ignore
Filth Covered Mask=Ignore
Fright Stone=SELL
Fractured Shard=Keep
Firecrafter's Arm Shields=Keep
Fire of Osalur=Ignore
Frost Bunny Meat=DESTROY
Frost Bunny Pelt=DESTROY
Fluffy White Fur=Keep
Fragment of Stone=DESTROY
Flawless Walrus Tusk=Keep
Faded Salil's Writ Page=Ignore
Fatty Walrus Meat=DESTROY
Fresh Meat=KEEP
Fresh Chunk of Wooly Rhino=Ignore
Forseeing Chain Coif of the Stalker=Keep
Fear Washed Tunic=Ignore
Fear Washed Leggings=Ignore
Fear Washed Boots=Ignore
Fear Washed Helm=Ignore
Fantastic Spinneret Fluid=Keep
Fear Touched Boots=Ignore
Fine Feathers=Ignore
Fear Touched Gloves=Ignore
Fractured Obsidian Band=Ignore
Forgotten Artist's Mesh Pantaloons=Ignore
Felbane the Dragonslayer=Ignore
Fear Fruit Seeds=DESTROY
Fear Stained Bracer=Ignore
Forest Kangon Head=DESTROY
Fear Touched Helm=Ignore
Farseeing Choker=Ignore
Fear Touched Tunic=Ignore
Frostchain Gloves of the Stalker=Keep
Fear Touched Leggings=Ignore
First Piece of Gibbledon's Schematics=Ignore
Featherweight Drape of Harmony=Ignore
Flawless Wolf Fur=Keep
[G]
Galeforce Wyvern's Stud=Ignore
Gali Balalaa Meat=Ignore
Gargoyle Dust=Sell
Gargoyle Talon=Ignore
Gaseous Condensate=KEEP
Gashed Magnetized Breastplate=KEEP
Gauntlets of Disruption=Ignore
Gears=KEEP
Geartop Gear=Ignore
Geerlok Automated Hammer=Sell
Gelidran Blood=KEEP
Gelidran Essence=Ignore
Gelidran Heart Blood=KEEP
Gelidran Ice=KEEP
Gem Covered Box=Ignore
Gem Embedded Discord Stone=Ignore
Gem Embedded Earthbound Stone=Ignore
Gem Encrusted Belt=Sell
Gem Encrusted Gold Nugget=Sell
Gem of the Thaumatox Shard=Ignore
Gemmed Idol=Sell
Gemstone of Emperor Illsalin=Ignore
Gemstone of Emperor Sandvarrow=Ignore
Geomantic Compact Writings=Ignore
Geothermal Pumice=Ignore
Ghast Fingerbones=Ignore
Ghost Essence=Sell
Ghostly Essence=Sell
Ghoul Dust=Sell
Ghoul Essence=Sell
Ghoul Eye=Sell
Ghoul Skin=Sell
Giant Bat Fur=Sell
Giant Bat Wing=Sell
Giant Blood=Sell
Giant Bones=Sell
Giant Drake Wing=Sell
Giant Militia Longsword=Destroy
Giant Parts=Sell
Giant Rat Ear=Destroy
Giant Rat Whiskers=Destroy
Giant Spider Egg Sack=Sell
Giant Warrior Helmet=Destroy
Giant Wood Spider Thorax=Ignore
Gift of Yar`Lir=KEEP
Gilded Band of the Mystic=Ignore
Girdle of Efficiency=Ignore
Girdle of Intense Durability=Ignore
Girdle of Pain=Ignore
Girdle of Restoration=Ignore
Girdle of Stability=Ignore
Girplan Bile Sac=Sell
Girplan Bile=Sell
Girplan Feathers=KEEP
Girplan Hide=Sell
Girplan Liver=KEEP
Girplan Spinal Fluid=KEEP
Gleaming Stone of Vengeance=Ignore
Gleaming Zraxthril Ore=Ignore
Glistening Murkglider Pelt=Sell
Glob of Fine Gelatinous Ooze=Sell
Glob of Fine Viscous Ooze=Sell
Glob of Gooey Goo=Destroy
Glob of Mud=Ignore
Globe of Discordant Energy=Ignore
Globe of Fear=Sell
Globule of Cragbeast Bile=Ignore
Gloom Blossom=Ignore
Gloomy Shiliskin Mask=KEEP
Glossy Drake Hide=KEEP
Glossy Kirin Mane=Sell
Glossy Plate Gloves=Ignore
Glossy Silk Hat=KEEP
Glossy Silk Robe=KEEP
Glossy Silk Sleeves=KEEP
Glossy Silk Wristband=KEEP
Glove of Rallos Zek=KEEP
Gloves of Airy Mists=Ignore
Gloves of Coalesced Flame=Ignore
Gloves of Waking Dreams=Ignore
Gloves of the Bonecaster=Ignore
Gloves of the Unseen=Ignore
Glowgem=KEEP
Glowing Black Sword=Destroy
Glowing Bone Ring=Ignore
Glowing Chunk of Molten Earth=Ignore
Glowing Crystallized Mephit Horn=Sell
Glowing Ember Heart=Destroy
Glowing Hoop of the Silverwing=Ignore
Glowing Ichor=Ignore
Glowing Orb of Luclinite=Ignore
Glowing Seaweed Amice=Ignore
Glowing Shade Eye=Sell
Glowing Shadowspine Rune=Ignore
Glowrock=KEEP
Glowstone=KEEP
Glyph of the Damned=Ignore
Glyphed Bracer of Conflict=Ignore
Glyphed Rune Word=Ignore
Gnarled Wood=Ignore
Gnoll Teeth=KEEP
Gnome Blood=Sell
Gnome Meat=Sell
Gnomish Heat Source=KEEP
Goblin Bones=Sell
Goblin Brain=Sell
Goblin Eye=Destroy
Goblin Head=Destroy
Goblin Heart=Sell
Goblin Loincloth=KEEP
Goblin Parts=Sell
Goblin Skull=Sell
Goblin Tongue=Sell
Gold Bar=KEEP
Gold Etched Gear #1=Ignore
Gold Etched Gear #2=Ignore
Gold Etched Gear #3=Ignore
Gold Etched Reinforced Rod=Ignore
Gold Gem Dusted Rune=Sell
Gold Nugget=Sell
Gold Thread=KEEP
Gold-flecked Ore=Ignore
Golden Ember Powder=KEEP
Golden Pendant=Destroy
Golden Wraps of the Compact=KEEP
Goldfire Ore=Ignore
Goldleaf Tiara=Sell
Golem Animation Essence=Sell
Golem Bone Dust=Sell
Golem Heart Stone=Sell
Golem Horn=Sell
Golem Spines=Ignore
Golemstone Fragment=Ignore
Golemstone Mask=Ignore
Gorget of Ferocity=KEEP
Gorget of Superiority=Ignore
Gorilla Fingerbone=Sell
Grade A Gormar Venom=KEEP
Grade A Laburnum Extract=KEEP
Grade AA Choresine Sample=KEEP
Grade AA Gormar Venom=KEEP
Grade AA Nigriventer Venom=KEEP
Grain of Burning Sand=Sell
Granite Buckler=Ignore
Gravelskin Cap=KEEP
Gray Orb of Ao the Fourth=KEEP
Gray Orb of Kazzanthar the Sixth=KEEP
Gray Orb of Varo the Third=KEEP
Graycloud Gem of Health=Ignore
Grease Tin=Quest|20
Greased Belt=Ignore
Great Lance of Stone=Ignore
Great Reptile Hide=KEEP
Greatblade of Chaos=Ignore
Greater Cat Paw=Ignore
Greater Cat Tooth=Ignore
Greater Stone of Power=Ignore
Green Crystallos Stone=Ignore
Green Drake Head=Ignore
Green Froglok Skin=KEEP
Green Gem Grade Faycite=Destroy
Green Goblin Skin=KEEP
Green Snake Meat=KEEP
Green Unfinished Gem=Quest|4|Filling the Repository
Greenfields Victorine=Ignore
Grey Dusted Wraps=Ignore
Grg'nok's Cloak of Scales=Ignore
Griffon Beak=Sell
Griffon Eggs=KEEP
Griffon Feathers=KEEP
Griffon Meat=KEEP
Griffon Pinion Feather=Sell
Grilled Darkhollow Basilisk Jerky=KEEP
Grilled Treant Vegetables=KEEP
Grilling Sauce=KEEP
Grimy Clump of Hair=Sell
Grimy Fine Runic Parchment=KEEP
Grimy Fine Vellum Parchment=KEEP
Grimy Papyrus=KEEP
Grimy Sandals of the Scribe=Ignore
Grimy Spell Scroll=KEEP
Grimy Worm Gear Model IV=Ignore
Grimy Wristbands of the Scribe=Ignore
Grizzly Bear Skin=Destroy
Grobb Hide Cowl=Destroy
Grobb Hide Mask=Destroy
Grubby Crude Spell Scroll=KEEP
Grubby Fine Papyrus=KEEP
Grubby Fine Parchment=KEEP
Grubby Fine Vellum=KEEP
Guardian Mechano-Security Clearance Cube=Ignore
Guise of Seething Satisfaction=Ignore
Gyrospire Beza Gyroscope  058'142'064'=Ignore
Gem of Pain=Ignore
Gem of Life=Ignore
Gem of Destruction=Ignore
Gem of Resilience=Ignore
Genati Ore-Stash Map=Ignore
Genati Ore Satchel=Ignore
Golemite Sagecrystal of Emergent Awareness=Ignore
Golemite Sagecrystal of Iterative Progress=Ignore
Gem of Structure=Ignore
Grade A Nigriventer Venom=KEEP
Grade B Muscimol Extract=KEEP
Grade A Muscimol Extract=KEEP
Grade B Caladium Extract=KEEP
Golem Essence Necklace=KEEP
Grade A Larkspur Extract=KEEP
Grade A Caladium Extract=KEEP
Grade A Oleander Extract=KEEP
Grade B Oleander Extract=KEEP
Gigyn Eye=Sell
Giant Scalemail Gauntlets=Destroy
Giant Scalemail Leggings=Destroy
Gelatinous Osmopump=Ignore
Gyi's Collar of Power=Ignore
Gorgax`s Summoning Whistle=Ignore
Goo Ooze=Ignore
Glowing Muramite Rune=Ignore
Glowing Arrowheads=Sell
Glowing Earring of Rage=KEEP
Ghostly Lantern=Ignore
Gigyn Skin Cape=Ignore
Gior's Remains=Ignore
Grimling Toes=Destroy
Grimling Finger Bones=Ignore
General's Cape=Ignore
Grandiose Wristwraps of Alra=Ignore
Glowing Alaran Cantrip=KEEP
Greater Alaran Cantrip=KEEP
Grandiose Handwraps of Alra=Ignore
Grandiose Stole of Alra=Ignore
Glowing Page=DESTROY
Ghostly Ectoplasm=Keep
Glowing Dreadmote=KEEP
Green Leaf Wizard Hat Ornament=Ignore
Grandiose Footwraps of Alra=Ignore
Grandiose Legwraps of Alra=Ignore
Goral Paw=SELL
Golem Stone Face Guard=Ignore
Grandiose Armwraps of Alra=Ignore
Grandiose Headdress of Alra=Ignore
Goral Fins=Keep
Ghastly Orb=Ignore
Gleaming Raven Feather=Keep
Girdle of the Expanding Mind=Keep
Greater Dreadmote=Ignore
Gilded Riding Gown=Keep
Gift of the Caesar=Keep
Gibbledon's Tools=DESTROY
Green Speckled Egg=Ignore
[H]
Hagorn's Gem of Fortification=Ignore
Hagorn's Mithril Doomcaller=Ignore
Hailstone Heart=Ignore
Hak`Leth's Ancient Tablet=Ignore
Half Elf Meat=KEEP
Halfling Blood=Ignore
Halfling Parts=KEEP
Halo of Enlightening Barriers=Ignore
Hammer of Holy Vengeance=Ignore
Hand of an Ikaav=Sell
Handful of Grain Seeds=Ignore
Handler Bvekh's Head=Ignore
Hardened Clay Bracelet=Ignore
Harmonagate=KEEP
Harpoon=Destroy
Harpy Blood=Sell
Harpy Down Feathers=Sell
Harpy Feather=Sell
Harpy Pinion Feather=Sell
Harpy Plume=Ignore
Hatebone Drake bones=Ignore
Head Housekeeper's Log=Ignore
Head of Paltyn S'Teth=Ignore
Head of Prince Drillien=Ignore
Head of Selranna Ichoren=Ignore
Head of a Diaku Soldier=Destroy
Head of the Aneuk Overseer=Ignore
Heart of Ice=Ignore
Heart of a Twisted Stoneservant=Ignore
Heart of the Tyrant=Ignore
Hearthfire Coif=KEEP
Hearty Efreeti Heart=Sell
Hearty Goblin Blood=KEEP
Hearty Mushroom Spores=KEEP
Hearty Raptor Meat=Sell
Heavy Rope Vine=Ignore
Heavy Spaulders of Gifilnos=KEEP
Heavy Velium Brawl Stick=Sell
Helm of Flowing Time=Ignore
Helot Skull Helm=Ignore
Hemic Marrow=KEEP
Hero Parts=KEEP
Hex Bolt=Quest|20
High Elf Parts=KEEP
High Quality Bear Skin=Sell
High Quality Cat Pelt=Sell
High Quality Cougarskin=KEEP
High Quality Cragbeast Skin=KEEP
High Quality Horse Skin=KEEP
High Quality Hynid Hide=KEEP
High Quality Ra'Tuk Brute Hide=Sell
High Quality Steel Gear=Sell
High Quality Wolf Skin=KEEP
High-Octave Tuning Fork=Destroy
Highwind Sewing Needle=Ignore
Higoren's Tail=Ignore
Hilith's Scaled Mantle=Ignore
Historic Article=Ignore
Hive Caretaker Cuffs=Ignore
Hive Warden's Choker=Ignore
Hobgoblin Surprise=KEEP
Holding of Yar`Lir=KEEP
Holgresh Fur=KEEP
Hollow Knuckle Joint=Ignore
Hollowed Bone Section=Ignore
Holy Battleskirt=Ignore
Hooded Eye=Ignore
Hooked Drake Claw=Sell
Hoop of Regrowth=KEEP
Hoop of the Enlightened=Ignore
Hoop of the Hatchling=Ignore
Hopebringer=Ignore
Hornbook of Toskirakk=Ignore
Horse Hoof=KEEP
Horse Tail=Sell
Hourglass Emblazoned Chitin=Sell
Howlite=KEEP
Human Blood=KEEP
Human Parts=KEEP
Hunting Bow=Destroy
Huvul Bone Marrow=Sell
Huvul Eye=Sell
Hydrolyzed Ether=KEEP
Hynid Blood=KEEP
Hynid Hair Strand=KEEP
Hynid Mane=KEEP
Hyoscyamine Mechanotablet=Destroy
Hardened Golem's Tear=Ignore
Hunk of Crystal=Ignore
Hope Stone=Ignore
Hymn to the First Creation Pt. 4=Ignore
Hymn to the First Creation Pt. 5=Ignore
Hymn to the First Creation Pt. 3=Ignore
Hymn to the First Creation Pt. 1=Ignore
Hymn to the First Creation Pt. 2=Ignore
Heart of the Sky=Ignore
Hymn to the First Creation Pt. 6=Ignore
Heart of Argath=SELL
Horror Gem=SELL
Havarti=Ignore
High Quality Walrus Hide=DESTROY
Hands Spiked Together=Ignore
Helm of the Underworld=Keep
Hanging Gong of Warning=Keep
Hasteful Chain Treads=Keep
Herbed Slippers of the Botanist=Keep
Hissing Unsociable Blade=Ignore
[I]
I. O. U. Note=Ignore
Ice Essence=Ignore
Ice of Velious=KEEP
Iceball=KEEP
Iceborn Diamond Necklace=KEEP
Iceborn Diamond=Ignore
Icefall Bear Claw=Ignore
Icefall Bear Meat=Ignore
Icefall Grizzly Pelt=Ignore
Icefall Ivory Tusk=KEEP
Icefall Mammoth Hide=KEEP
Icefall Mammoth Meat=KEEP
Icefall Mammoth Tusk=KEEP
Icehaven Pauldron=Ignore
Ichor-Splattered Buckler=Ignore
Icy Essence=Quest|100
Icy Gelidran Hide=KEEP
Igneous Cairn Stone=Ignore
Igneous Mechanotablet=Destroy
Igneous Stone of Hatred=Ignore
Iico's Bauble of Druidic Contortion=Ignore
Ikaav Chaos Cloak=KEEP
Ikaav Flesh=Sell
Ikaav Head=KEEP
Ikaav Tail=KEEP
Ikaav Tongue=Ignore
Iksar Blood=KEEP
Iksar Bone=Ignore
Iksar Meat=KEEP
Iksar Ribcage=Ignore
Iksar Scourge Tail=Ignore
Illegible Tome=Ignore
Illsalin Legion Shield=Destroy
Image of Innoruuk=Destroy
Imbrued Platemail Breastplate=Ignore
Immaculate Animal Pelt=KEEP
Immaculate Emerald of Poison Protection=Ignore
Immaculate Geomantic Orb=Sell
Immaculate Marrow=KEEP
Immaculate Opal of Illness Warding=Ignore
Immaculate Silk=KEEP
Immaculate Spinneret Fluid=KEEP
Impeccable Kirin Horn=Sell
Impeccable Sand Structure=Sell
Imperfect Diamond=Sell
Imperial Ring of Office=Ignore
Impervious Scales=Sell
Imprecise Accelerative Mechanotablet=Destroy
Imprecise Fluctuator Mechanotablet=Destroy
Imprecise Incantific Mechanotablet=Destroy
Imprecise Radiation Mechanotablet=Destroy
Impure Goblin Blood=Ignore
Inanimate Ore=Destroy
Incriminating Note=Ignore
Indium Ore=KEEP
Inert Lightning Spike=Sell
Infected Animal Organ=Ignore
Infected Parchment Scrap=Ignore
Innovative Clockwork Bolts=KEEP
Innovative Clockwork Gears=KEEP
Insanity Crawler hide shield=Ignore
Insanity Eye=Sell
Insanity Teeth=Sell
Inscribed Flesh Dispatch=Ignore
Insect Parts=Sell
Insignia of Ashengate's Elite=Ignore
Intact Bat Wing Membrane=Destroy
Intact Deadbone Shark Fin=Ignore
Intact Power Cell=Ignore
Intact Stonemite Eye=Ignore
Intact Stonemite Legs=Ignore
Intricate Binding Powder=KEEP
Intricate Combatant's Orb=Destroy
Intricate Defiant Bow=Destroy
Intricate Defiant Breastplate=Destroy
Intricate Defiant Chain Coif=Destroy
Intricate Defiant Chain Sleeves=Destroy
Intricate Defiant Chain Wristguard=Destroy
Intricate Defiant Charm=Destroy
Intricate Defiant Crystal Shard=Destroy
Intricate Defiant Greatsword=Destroy
Intricate Defiant Hammer=KEEP
Intricate Defiant Hammered Buckler=Destroy
Intricate Defiant Handwraps=Destroy
Intricate Defiant Katana=Destroy
Intricate Defiant Leather Boots=Destroy
Intricate Defiant Leather Bracer=Destroy
Intricate Defiant Leather Cap=Destroy
Intricate Defiant Leather Gloves=Destroy
Intricate Defiant Leather Tunic=Ignore
Intricate Defiant Mace=Destroy
Intricate Defiant Partisan Spear=Destroy
Intricate Defiant Plate Boots=Destroy
Intricate Defiant Plate Gauntlets=KEEP
Intricate Defiant Plate Greaves=Destroy
Intricate Defiant Plate Vambraces=Destroy
Intricate Defiant Plate Wristband=Destroy
Intricate Defiant Plate Wristguard=Destroy
Intricate Defiant Sacrificial Dagger=Destroy
Intricate Defiant Scimitar=KEEP
Intricate Defiant Silk Gloves=KEEP
Intricate Defiant Silk Robe=KEEP
Intricate Defiant Silk Sandals=KEEP
Intricate Defiant Silk Sleeves=Destroy
Intricate Defiant Silk Wristguard=KEEP
Intricate Defiant Silk Wristwrap=Destroy
Intricate Defiant Spiked Warhammer=Destroy
Intricate Defiant Spotstone=KEEP
Intricate Defiant Trident=Destroy
Intricate Horn of Galien=Ignore
Intricate Titanium Gears=KEEP
Intricately Patterned Spider Carapace=Sell
Ire-Forged Ringmail Belt=Ignore
Irestone of Might=Ignore
Iridium Ore=KEEP
Iron Bloodmask=Ignore
Iron Gauntlets of Protection=KEEP
Iron Gauntlets of Ruin=KEEP
Iron Ore=Sell
Iron Oxide=KEEP
Iron Visor=Destroy
Ironfist Master's Scavenged Bauble=Ignore
Irregular's Signet Ring=Ignore
Ivory Tessera=KEEP
Ivory=KEEP
Ixt Adamantine Shod Hoof=Sell
Ixt Broken Hoof=Sell
Ixt Tongue=Ignore
Intact Cliknar Claw=KEEP
Instructions=Ignore
Intruderbane Hook=Ignore
Intricate Defiant Chain Boots=KEEP
Inedible Chunk of Meat=Sell
Ingranite Cape=Ignore
Intact Greken Spine=Ignore
Immaculate Delphinium=DESTROY
Immaculate Oleander=DESTROY
Immaculate Caladium=DESTROY
Immaculate Larkspur=DESTROY
Immaculate Privit=DESTROY
Immaculate Muscimol=DESTROY
Immaculate Laburnum=DESTROY
Icy Geoduck=DESTROY
Indomitable Chopper=Ignore
Iksar Bone Bow=Ignore
Indicolite=Keep
Inflexible Scale=Ignore
Intricate Defiant Chain Gauntlets=Keep
Imperfect Onyx Shard=Ignore
[J]
Jacinth=Sell
Jade Reaver=KEEP
Jade Shard=Sell
Jade=Sell
Jagged Blade of Ice=Ignore
Jagged Dark Gem Fragment=KEEP
Jagged Drake Fang=Sell
Jagged Statue Splinter=Sell
Jagged Timeforged Blade=Ignore
Jar of Broken Skull Clan Ink=Ignore
Jar of Potable Murkwater=Quest|5|Darkhammer Supply Run
Jaundice Gem=Sell
Jewel of Focus=Ignore
Jewel of the Stalwart=Ignore
Jeweled Earguard=Ignore
Jeweled Rallosian Earguard=Ignore
Jeweled Sceptre of the Heavens=KEEP
Journal of the Prime Disciple=Ignore
Journal of the Vagabond=Ignore
Jungle Pineapple=Sell
Junk Beast Power Source=Ignore
Jasper=Sell
Jagged Shard=Ignore
Jewel of the Self=Ignore
Jayruk's Vest=Ignore
[K]
Kaniz Hide=KEEP
Kedge Blood=Sell
Kedge Eye=Sell
Kedge Parts=Sell
Keen Metal Spike=KEEP
Kerafyrm's Blessed Stone=Ignore
Key of Flame=Ignore
Kingly Boots of Splendor=Ignore
Kiraikuei flesh=Ignore
Kirin Horn=KEEP
Kite Shield of Arcane Spellshock=Ignore
Kithicor Defender's Axe=Ignore
Kitren's Tattered Cloak=Ignore
Kizki the Slayer's Head=Ignore
Klygg's Haladine=Ignore
Knotted Satin Shirt=
Knotted Wire=KEEP
Knuckle Joint=KEEP
Koadic's Robe of Heightened Focus=Ignore
Kobold Blood=Sell
Kobold Head=Ignore
Kobold Hide=Destroy
Kobold Meat=Destroy
Kobold Parts=Destroy
Kobold Paw=Ignore
Kobold Tooth=Sell
Korascian Nervegland=Ignore
Kromrif Bones=Ignore
Ksathrax's Amber=Ignore
Kuuan Lodestone=Sell
Kuuan Whetstone=KEEP
Kylong Arm Guards=Destroy
Kylong Boots=Destroy
Kylong Chestplate=Destroy
Kylong Greaves=Destroy
Kyv Arrow=Ignore
Kyv Balm=Ignore
Kyv Bow=Ignore
Kyv Cam=Ignore
Kyv Food Sack=KEEP
Kyv Heart=Sell
Kyv Hunter Ring=KEEP
Kyv Scout Ring=KEEP
Kyv Short Bow=KEEP
Kyv String=Ignore
Kyv Tongue=Ignore
Kyv Whetstone=KEEP
Kuuan Oil Candle=KEEP
Kangon Hide=SELL
Kangon Ribs=Ignore
Kangon Hair=Ignore
[L]
Ladislev's Toolbox=Ignore
Laitos Crystal=Ignore
Lamellae Gloves=KEEP
Lance of the Flame Knight=Ignore
Large Ball of Clay=Sell
Large Brick of Golden High Quality Steel=KEEP
Large Brick of High Quality Steel=KEEP
Large Brick of Refined High Quality Ore=KEEP
Large Brick of Unrefined Ore=KEEP
Large Chunk of Clay=Sell
Large Coil Spring=Quest|20
Large Darkhollow Geode=Ignore
Large Dragonbone Shard=Sell
Large Faintly Glowing Powersource=Ignore
Large Goblin Bones=Sell
Large Goblin Skull=Sell
Large Griffon Pinion Feather=Sell
Large Harpy Pinion Feather=Sell
Large Hex Bolt=Quest|20
Large Piece of Kuuan Ore=KEEP
Large Scorpion Eggsack=Sell
Large Shard of Stone=KEEP
Large Smoothmetal Torque=Destroy
Large Softly Glowing Powersource=Ignore
Large Translucent Powersource=Ignore
Large Tusk=Sell
Large War Boar Nose Ring=Ignore
Larva Skin Cape=Ignore
Last Blood Steel=KEEP
Lava Ooze Gland=Ignore
Lava Rock=Sell
Lava-Seared Drakkin Heart=Ignore
Lavaspinner's Silk=Ignore
Layer of Drachnid Skin=Ignore
Leathered Zombie Flesh=Sell
Leathery Wing Membrane=Sell
Legends of Norrath Booster Pack=KEEP
Legends of Norrath Starter Deck=KEEP
Legends of Norrath: Aftershock=KEEP
Legends of Norrath: Armory=KEEP
Legends of Norrath: Blinding Fear=KEEP
Legends of Norrath: Chel'Drak=KEEP
Legends of Norrath: Chocolate Goblin=KEEP
Legends of Norrath: Crushbone Officer=KEEP
Legends of Norrath: Deadly Chill=KEEP
Legends of Norrath: Di`zok Imperial Katana=KEEP
Legends of Norrath: Disjunction of Flame=KEEP
Legends of Norrath: Echo of Chardok=KEEP
Legends of Norrath: Elddar Fury=KEEP
Legends of Norrath: Elddar Warden=KEEP
Legends of Norrath: Entrance Hall=KEEP
Legends of Norrath: Entry Room=KEEP
Legends of Norrath: Fishing Lure Earring=KEEP
Legends of Norrath: Forsworn Booster Pack=KEEP
Legends of Norrath: Freeport Captain=KEEP
Legends of Norrath: Froglok Krup Enchanter=KEEP
Legends of Norrath: Froglok Krup Shaman=KEEP
Legends of Norrath: Graycat=KEEP
Legends of Norrath: Herbalist Room=KEEP
Legends of Norrath: Iksar Betrayer=KEEP
Legends of Norrath: Imperial Advisor=KEEP
Legends of Norrath: Knight of E`ci=KEEP
Legends of Norrath: Kunzar Savage=KEEP
Legends of Norrath: Library=KEEP
Legends of Norrath: Myconid Reaver=KEEP
Legends of Norrath: Neriak Marshal=KEEP
Legends of Norrath: Out of the Shadows=KEEP
Legends of Norrath: Overking Bathezid=KEEP
Legends of Norrath: Plainsman Supporter=KEEP
Legends of Norrath: Poison Breath=KEEP
Legends of Norrath: Prison=KEEP
Legends of Norrath: Protection of the Dain=KEEP
Legends of Norrath: Qeynos Captain=KEEP
Legends of Norrath: Rivervale Official=KEEP
Legends of Norrath: Royal Sarnak Herbalist=KEEP
Legends of Norrath: Runnyeye Cook=KEEP
Legends of Norrath: Sebilis Spirits=KEEP
Legends of Norrath: Sebilite Golem=KEEP
Legends of Norrath: Shadowy Sorcerer=KEEP
Legends of Norrath: Shadowy Warrior=KEEP
Legends of Norrath: Shell of the Dragon Turtle=KEEP
Legends of Norrath: Shing Ho=KEEP
Legends of Norrath: Signus Boran=KEEP
Legends of Norrath: Skeletal Warrior=KEEP
Legends of Norrath: Slashing Assault=KEEP
Legends of Norrath: Slowing Poison=KEEP
Legends of Norrath: Snow Bunny Hat=KEEP
Legends of Norrath: Sovereign Rage=KEEP
Legends of Norrath: Switch=KEEP
Legends of Norrath: Throne Room=KEEP
Legends of Norrath: Thulian Dreadknight=KEEP
Legends of Norrath: Titanic Stomp=KEEP
Legends of Norrath: Tolapumj=KEEP
Legends of Norrath: Wandering Zombie=KEEP
Leggings of Furious Might=Ignore
Legion Issue Kukri=Ignore
Legionnaire Scale Pauldron=Ignore
Lelluran's Bridle=KEEP
Lelluran's Mace=KEEP
Lelluran's Scarred Longsword=KEEP
Lenarsk's Embossed Leather Pouch=Ignore
Lesser Muramite Rune=KEEP
Letter of Recruitment=Ignore
Letter to Yuvarr=Ignore
Levitation Crystal=Ignore
Lhranc's Pendant=Ignore
Lhranc's Ring=Ignore
Lichen Dye=KEEP
Lichenclover=KEEP
Light Amphibian Hide Arms=Ignore
Light Velium Bow=Sell
Light Velium Brawl Stick=Destroy
Light Velium War Lance=Destroy
Light Velium Warsword=Destroy
Light Woodsman's Blade=Ignore
Lightly Damaged Gorilla Carcass=Ignore
Lightly Damaged Jaguar Carcass=Ignore
Lightly Damaged Python Carcass=Ignore
Lightly Damaged Raptor Carcass=Ignore
Lightning Blackened Chain Greaves=Ignore
Lightning Warrior Eye=Sell
Lightstone=Sell
Lime=Sell
Lineage of Lesser Giants=Destroy
Lion Mane=Sell
Lion Meat=Destroy
Lion Tail=Ignore
Liquefied Earth=KEEP
Living Underfoot Diamond=Sell
Locis' Head=Ignore
Lock of Blessed Unicorn Hair=Ignore
Lock of Siren Hair=Ignore
Loop of Entropic Hues=Ignore
Lost rabbit's foot=Ignore
Low Quality Bear Skin=Sell
Low Quality Cat Pelt=KEEP
Low Quality Cragbeast Skin=KEEP
Low Quality Horse Skin=KEEP
Low Quality Hynid Hide=Sell
Low Quality Wolf Skin=Sell
Lucidem=KEEP
Luggald Dagger=Destroy
Luggald Heart=Ignore
Luggald Trident=Destroy
Luminescent Lichen=Sell
Luminous Ivy=Sell
Luminous Spider Eye=Sell
Lump of Digested Seaweed=Sell
Lustrous Dragorn Scales=Sell
Lustrous Sand Figurine=Sell
Lump of Platinum Ore=Ignore
Lump of Gold Ore=Ignore
Lava Tube Spore=Destroy
Lava Sample=Destroy
Lichen Sample=Ignore
Leering Coldstone Mask=Ignore
Lord Ragarrh's Stickpick=Ignore
Lepertoloth Bone Segment=KEEP
Loam Tainted Slime=Ignore
Lump of Cliknar Brainwax=Ignore
Loam Tainted Spider Silk=Ignore
Large Dragorn Crest=Ignore
Labrys of the Twisted=Ignore
Legend of Lies=Ignore
Large Brick of Acrylia Ore=KEEP
Lucid Shard=Ignore
Leg Guard of Shadows=Ignore
Lavaborn Steel=Ignore
lava golem flesh=Ignore
Lumber Plank=DESTROY
Luclin's Spy=Ignore
Lesser Dreadmote=KEEP
Large Crab Claw=Keep
Lawkeeper's Bulwark=Ignore
Loop of the Clerk=Ignore
Lilac, Cruel Manipulator=Ignore
Last Blood=Ignore
Liquid Crystal Mask=Ignore
Lesser Terrormote=Ignore
[M]
Mabiki's Remains=Ignore
Mace of Confusion=Ignore
Mace of Dark Glory=KEEP
Mageblade=KEEP
Magma Crystals=KEEP
Magnetized Scrap Metal=Ignore
Magnificent Hide=KEEP
Mail Sectional Mold=Sell
Main Whirlie Propeller Shaft=Ignore
Makyah's Axe=Ignore
Malachite=KEEP
Malignant Parchment Scrap=Ignore
Malleable Loam=KEEP
Mammoth Steaks=KEEP
Mana Battery - Class Five=KEEP
Mana Battery - Class Six=KEEP
Manabore Waistguard=Ignore
Manacle of the Wise=Ignore
Manacles of Impudence=Ignore
Manasheen Toadstool=Ignore
Maneater Roots=KEEP
Mangled Animal Pelt=Sell
Mangled Ixt Tail=Sell
Mangled Magnetized Leggings=KEEP
Mangled Ra'Tuk Brute Hide=Sell
Mangled Trusik Flesh=Sell
Manifested Shade Claws=Sell
Manipulated Stoneworker's Head=Ignore
Mantle of Corruption=Ignore
Mantle of Crypts=Ignore
Mantle of Flame Wisdom=Ignore
Mantle of Pure Spirit=Ignore
Mantle of the Rainmaker=Ignore
Mantle of the Spellcaller=KEEP
Mantrap Stalk=Sell
Maple Leaf Mask=KEEP
Marble Ore=Ignore
Mark of Execution=Ignore
Mark of Oroshar=Ignore
Mark of Rallos Zek=Destroy
Marsh Algae=Sell
Mask of Conceptual Energy=Ignore
Mask of Cracked Stone=Ignore
Mask of Forbidden Rites=Ignore
Mask of Reckless Flame=Ignore
Mask of the Crackling Energy=Ignore
Mask of the Dragon Slayer=KEEP
Massive Pile of Rocks=Sell
Massive Rat Head=KEEP
Master Cosensal's Smasher=Ignore
Mastruq Focusing Staff=Sell
Mastruq Havocblade Blood=Ignore
Mastruq's Bloodied Mane=Sell
Mastruq's Broken Facemask=Sell
Mastruq's Broken Ribcage=Sell
Mastruq's Clawed Finger=Sell
Mastruq's Spiked Armguards=Destroy
Matted Greater Cat Pelt=KEEP
Matted-Fur Wristband=Ignore
Mature Drake Saliva=Sell
Mature Silkworm=Sell
Maximillion's Ire=Ignore
Mechanical Clockwork Venom=Ignore
Mechanoinstruction Scraps=KEEP
Mechanomagical Torso Joint Plating=KEEP
Medicinal Moss=KEEP
Medium Quality Bear Skin=KEEP
Medium Quality Cat Pelt=KEEP
Medium Quality Cragbeast Skin=Sell
Medium Quality Horse Skin=KEEP
Medium Quality Hynid Hide=Sell
Medium Quality Wolf Skin=Sell
Meldrath's Gnomish Beer Goggle=Ignore
Meldstone=KEEP
Meliorated Circumlocuting Mechanotablet=Destroy
Meliorated Circumventating Mechanotablet=Destroy
Melodic Greaves=Ignore
Melodic Vambraces=Ignore
Melted Circuits=Sell
Memory Orb=Destroy
Mephit Meat=KEEP
Mephit Talon=Sell
Mephit Wings=Sell
Merchant Vessel Trade Routes=Ignore
Metal Flecked Wirespun Sleeves=KEEP
Metallic Drake Scales=KEEP
Metallic Snake Device=Ignore
Metallic Substance=KEEP
Micro Repair Tools=Ignore
Micro-Cog=Quest|20
Midnight Harvest Hoop=Ignore
Millik's Hand=Ignore
Millik's Head=Ignore
Millik's Leg=Ignore
Mind worm hide=KEEP
Mind worm meat=Destroy
Mindpuncture=Ignore
Mindrend=Ignore
Mindshear Slime=Ignore
Mindshear Tooth=Ignore
Mindspore Toadstool=Ignore
Miner's Pick=Destroy
Mineral Encrusted Hood=KEEP
Mini-gyro Shields=Ignore
Miniature Sword=Ignore
Minor Muramite Rune=KEEP
Minor Signet of the Dark Priest=Ignore
Minor Signet of the Dark Soldier=Ignore
Minor Signet of the Dark Sorcerer=Ignore
Minotaur Blood=KEEP
Minotaur Fur=Sell
Minotaur Hoof=Sell
Minotaur Horn Set=Sell
Minotaur Mane Soot=Ignore
Minotaur Meat=KEEP
Mirrored Mask=Ignore
Misshapen Carving Tool=Sell
Misshapen Chestplate=Sell
Mist of Povar=Sell
Mithril Amulet=Sell
Mithril Dagger=Destroy
Mithril Dust=Sell
Mithril Earring=Sell
Mithril Eye=Sell
Mithril Shard=Sell
Model Identification Plate=Sell
Modest Binding Powder=KEEP
Moist Marrow=KEEP
Molten Nightmare Hoof=Sell
Moonharvest Hoop=Ignore
Moonstone Crystal=KEEP
Morbid Brainfruit=Ignore
Mossflow Stone=KEEP
Mottled Goblin Meat=Ignore
Mottled Hide=KEEP
Mound of Clay=Ignore
Mountain Pooka Meat=Destroy
Mournfollow=Ignore
Mrylokar's Vambraces=KEEP
Mt. Death Mineral Salts=KEEP
Muck-Covered Fly Wing=Sell
Muckdiver Fin Earring=Ignore
Mucocutaneous Mechanotablet=Destroy
Mud Covered Stones=Sell
Muddite Skull=Sell
Muddy Battle Vest=Ignore
Muddy Royal Scroll=Ignore
Mummified Pigmented Skin=Ignore
Mummy Wrappings=Destroy
Muramite Bile Sack=Sell
Muramite Black Maul=Ignore
Muramite Blood=Sell
Muramite Boot Armor=Ignore
Muramite Bracer Armor=Ignore
Muramite Chest Armor=Ignore
Muramite Dragorn Slaver Whip=Sell
Muramite Etched Scales=Sell
Muramite Gemstone of Fortitude=Ignore
Muramite Glove Armor=Ignore
Muramite Helm Armor=Ignore
Muramite Noble's March Award=KEEP
Muramite Residue=KEEP
Muramite Ritual Scroll=Ignore
Muramite Rune=KEEP
Murkglider Blood=KEEP
Murkglider Brain=Sell
Murkglider Claw=Sell
Murkglider Plasma=Ignore
Murkglider Sinew=KEEP
Murkglider Slime=Sell
Murkglider Stomach=Sell
Mushroom Cap Armguards=KEEP
Mushroom Veil=KEEP
Metal Essence Core=Ignore
Mechanical Plating=Sell
Mephit Wing Sample=Sell
Mephit Tongue=Destroy
Mephit mind=Ignore
Moss-Stained Ring=Ignore
Midnight Gem=Ignore
Molten Greken Skin=Sell
Merchant's Letter=Ignore
Mysterious Glowing Sleeves=Ignore
Mace of the Shadowed Soul=Ignore
Mace of the Fallen Crusader=Ignore
Mass of Rancid Spider Palp=Ignore
Mask of the Lava Mephit=Ignore
Mace of Tortured Nightmares=Ignore
Mold-Tainted Ring=Ignore
Mask of Raining Tears=Ignore
Mask of Rage=Ignore
Mardu's Mercurial Visor=Ignore
Magnetic Metal Brick=KEEP
Magnetized Bolts=KEEP
Mask of the Sentinel=Ignore
Mysterious Loam=Keep
Medicinal Herbs=DESTROY
Mace of Forgiveness=Ignore
Mask of the Chetari=Ignore
Medium Quality Walrus Hide=DESTROY
Mithril Boots=Ignore
Mithril Gauntlets=Ignore
Misshapen Stone=Keep
Misthunter's Log #22=Ignore
Misthunter's Log #15=Ignore
Misthunter's Log #1=Ignore
Mask of Oseka's Servant=Ignore
Moonstone Band of the Dark=Ignore
Mysterious Belt of Daggers=Ignore
Muramite Cruelty Medal=Ignore
Moonlight Staff=Ignore
Mark of the Gods=Ignore
Median Alaran Periapt=Ignore
Minor Dreadmote=KEEP
Median Dreadmote=KEEP
Musical Soul=Ignore
Mithril Helm=Ignore
[N]
Nakk's Bauble=Ignore
Nakk's Enduring Bauble=Ignore
Nanzie's Handkerchief=Ignore
Nanzie's Pocket Watch=Ignore
Natural Marrow=KEEP
Natural Silk=KEEP
Natural Spinneret Fluid=KEEP
Necklace of Celestial Energy=Ignore
Necklace of Eyes=Ignore
Necklace of Stability=Ignore
Necklace of the Arch Scrykin=KEEP
Necklace of the Lost=Ignore
Necrotic Shiliskin Tentacle Bundle=KEEP
Nekhon Eye=Sell
Nemis's Personal Diary=Ignore
Nephrite=Sell
Nest Drake Egg=KEEP
Nest Drake Meat=KEEP
Nethercape=Ignore
Nettle Creeper=Sell
Nettling Wraith Stinger=Destroy
Nifilik Bile=Sell
Nightmare Arachnid Silk=KEEP
Nightmare Eyes=Sell
Nightmare Haunch=Ignore
Nightmarewood Bow Staff=KEEP
Nilitim's Grimoire Pg. 115=Sell
Nilitim's Grimoire Pg. 116=Sell
Nilitim's Grimoire Pg. 300=Sell
Nilitim's Grimoire Pg. 301=Sell
Nilitim's Grimoire Pg. 351=Sell
Nilitim's Grimoire Pg. 352=Sell
Nilitim's Grimoire Pg. 35=Sell
Nilitim's Grimoire Pg. 36=Sell
Nilitim's Grimoire Pg. 378=Sell
Nilitim's Grimoire Pg. 379=Sell
Nilitim's Grimoire Pg. 400=Sell
Nilitim's Grimoire Pg. 401=Sell
Nilitim's Grimoire Pg. 415=Sell
Nilitim's Grimoire Pg. 416=Sell
Nilitim's Grimoire Pg. 449=Sell
Nilitim's Grimoire Pg. 450=Sell
Nimbus Mushroom Stalk=Ignore
Noc Blood=Sell
Noc Claw=Sell
Noc Flesh=Sell
Noc Fleshfeasters Tail=Ignore
Noc Guts=Sell
Noc Heart=Sell
Noc Right Hand=KEEP
Noc Tongue=Ignore
Noctivagant Breastplate=Ignore
Noctivagant Gauntlets=Ignore
Noctivagant Greaves=Ignore
Nodding Blue Lily=KEEP
Nogol's Journal=Ignore
North Wing Key=Ignore
Notched Silvery Key=Ignore
Nymph Wing=Ignore
Nightmare Hide=Ignore
Nautilus Shield=Ignore
Neutralized Goo Acid=KEEP
Naglebrak's Belt of Misgivings=Ignore
Naglebrak's Cleansing Tool=Ignore
Natural Spices=KEEP
Necklace of Bones=Ignore
Netherbian Chitin Powder=Keep
Net of the Deep Sea=Ignore
[O]
Oakleaf Girdle=Destroy
Obsidian Cup=Destroy
Obsidianwood Bow Staff=KEEP
Obsidianwood Sap=KEEP
Obsolete Power System=Sell
Obtenebrate Short Sword=KEEP
Ochre Orb of Despair=Ignore
Oddly Shaped Crystal Formation=Sell
Ogre Blood=Sell
Ogre Head=Destroy
Ogre Jawbone=Sell
Ogre Meat=KEEP
Oil Can=Quest|20
Oiled Cog=Ignore
Old Dragon Horn=Sell
Olive=Sell
Ooze Crystal=Sell
Ooze Encrusted Visor=KEEP
Opal Bracelet=Sell
Opal=Sell
Oracle's Barb=Ignore
Oracle's Phylopin=Ignore
Orb of Delvers' Overzeal=Ignore
Orb of Ochre=Ignore
Orb of Subversion=Ignore
Orc Eye=Destroy
Orc Head=Destroy
Orc Scalp=Ignore
Orcish Slaver's Harness=KEEP
Orcskull Cup=Ignore
Orders from Bertoxxulous pg. 3=Ignore
Ornamental Shoulder Dressing=Sell
Ornate Aneuk Mace=Sell
Ornate Binding Powder=KEEP
Ornate Enchanted Spell Parchment=KEEP
Ornate Miner's Pick=Destroy
Orrel's Blood Bauble=KEEP
Orrel's War-Staff=KEEP
Orzhok's Shattered Shield=Ignore
Ossein of Limitless Time=Ignore
Outrider's Taming Whip=Ignore
Overseer's Lasher=Ignore
Oxidized Steel Plate=Sell
Ornate Defiant Plate Bracer=KEEP
Obsidian Ring of Quintessence=Ignore
Onyx=Sell
Ornate Defiant Chain Boots=KEEP
Ornate Defiant Plate Gauntlets=KEEP
Ornate Defiant Cloth Robe=KEEP
Ornate Defiant Cloth Wristwrap=KEEP
Ornate Defiant Gladius=KEEP
Ornate Defiant Cloth Sandals=KEEP
Ornate Defiant Plate Helm=KEEP
Orb of Forbidden Laughter=Ignore
Old Book=Ignore
Oculus of Yar`Lir=Ignore
Organic Clockwork Oil=KEEP
Ornate Defiant Bone Sledgehammer=KEEP
Orb of Secrets=Ignore
Osmium Ore=Keep
Oashim Hide Gorget=Ignore
Oddtune, the Chaotic Minstrel=Ignore
One View Visor=Keep
[P]
Page 11 of Dark Power=Ignore
Page 13 of Dark Power=Ignore
Page 17 of Dark Power=Ignore
Page 19 of Dark Power=Ignore
Page 2 of Dark Power=Ignore
Page 3 of Dark Power=Ignore
Page 5 of Dark Power=Ignore
Page 7 of Dark Power=Ignore
Pain sphere=Sell
Palisade Key=Ignore
Pallorax's Frozen Flame=Ignore
Pantaloons of the Bonecaster=Ignore
Parchment=KEEP
Part of Keris' Dissertation Pg. 5=Sell
Part of Tasarin's Grimoire Pg. 390=Sell
Part of Toharon's Memoir Pg. 15=Sell
Part of Toharon's Memoir Pg. 21=Sell
Part of Yaeth's Compendium Pg. 107=Sell
Part of Yaeth's Compendium Pg. 112=Sell
Part of Yaeth's Compendium Pg. 114=Sell
Part of Yaeth's Compendium Pg. 118=Sell	
Part of Yaeth's Compendium Pg. 25=Sell
Part of Yaeth's Compendium Pg. 26=Sell
Part of Yaeth's Compendium Pg. 50=Sell
Part of Yaeth's Compendium Pg. 61=Sell
Part of Yaeth's Compendium Pg. 63=Sell
Part of Yaeth's Compendium Pg. 65=Sell
Part of Yaeth's Compendium Pg. 73=Sell
Part of Yaeth's Compendium Pg. 78=Destroy
Part of Yaeth's Compendium Pg. 80=Sell
Part of Yaeth's Compendium Pg. 91=Sell
Part of Zeannor's Thesis Pg. 14=Sell
Part of Zeannor's Thesis Pg. 15=Sell
Part of a Sandstone Tablet=Ignore
Patch of Dyed Kobold Fur=Ignore
Patch of Gorilla Fur=Sell
Patorav's Amulet=Ignore
Pauldrons of the Ageless Rage=KEEP
Pearl Earring=Sell
Pearl Necklace=Sell
Pearl=Sell
Pearlescent Bear Tooth=Sell
Pearlescent Boar Tusk=Sell
Pearlescent Crocodilian Claw=Sell
Pearlescent Crocodilian Tooth=Sell
Pearlescent Drake Claw=Sell
Pearlescent Giant Rat Claw=Sell
Pearlescent Pebble Formation=Sell
Pearlescent Predatory Feline Claw=Sell
Pearlescent Predatory Feline Tooth=Sell
Pearlescent Puma Claw=Sell
Pearlescent Puma Tooth=Sell
Pearlescent Reptile Claw=Sell
Pearlescent Snake Fang=Sell
Pearlescent Spider Fang=Sell
Pearlescent Wolf Tooth=Sell
Pendant of Chromatic Crystal=Ignore
Pendant of Cryptic Omens=Ignore
Perfect Black Stone=Sell
Perfectly Cut Diamond=Sell
Peridot=KEEP
Persistent Breeze=Sell
Petrified Girplan Heart=Ignore
Petrified Skull of Commander Koth=Ignore
Phase Spider Blood=Destroy
Phase Spider Silk=Ignore
Phased Eternal Incandessence=Ignore
Phased Eternal Luminessence=Ignore
Phased Medial Incandessence=Ignore
Phased Medial Luminessence=Ignore
Phased Seminal Incandessence=Ignore
Phased Seminal Luminessence=Ignore
Phoenix Egg=KEEP
Phosphorous Powder=KEEP
Phyrael's Coral Collar=Ignore
Piece of Chalk=Ignore
Piece of Parchment=KEEP
Piece of Scarecrow Straw=Quest|5|I Can Fly|
Piece of Scrap Metal=Ignore
Piece of Vrenlar Fruit=KEEP
Piece of the Crystalline Globe=Ignore
Pile of Gravel=KEEP
Pile of Rough Dirt=Sell
Pile of Wood=Ignore
Pinion=KEEP
Pirate Booty=Ignore
Pitcher Plant=Sell
Pitted Mask of Sorrows=Ignore
Pitted Vambraces=Ignore
Plague Mites=KEEP
Plagued Parchment Scrap=Ignore
Planes Rift=Ignore
Platinum Efreeti Chestplate=Ignore
Platinum Efreeti Gauntlets=Ignore
Platinum Efreeti Greaves=Ignore
Platinum Etched Eye Rune=Sell
Platinum Etched Gear #1=Ignore
Platinum Etched Gear #2=Ignore
Platinum Etched Gear #3=Ignore
Platinum Etched Reinforced Rod=Ignore
Platinum Gem Dusted Rune=Sell
Platinum Silvered Rune=DESTROY
Platinum Thread=KEEP
Platinum-Fitted Hyper Stabilizer=Ignore
Pliant Loam=KEEP
Plump Maggot=Ignore
Pod of Water=Destroy
Poisoned Arrowhead=Sell
Poisoned Spear Blade=Sell
Polished Blue Softstone=Ignore
Polished Bone Horn=Ignore
Polished Garnet Loop=Ignore
Polished Hynid Fang=Sell
Polished Krithgor Bone Ring=Ignore
Polished Noc Tusk=Sell
Polished Ragrua Fang Ring=Ignore
Polished Shard=Ignore
Polished Stonemite Shell=Ignore
Polished Velium Warsword=Sell
Pomegranate=KEEP
Pondweed=KEEP
Porous Loam=KEEP
Portal Rock=Destroy
Potameid Dagger=Sell
Potameid Saber=Sell
Pouch of Curses=Ignore
Powder of Ro=KEEP
Powdered Glowrock=KEEP
Powdered Minotaur Hoof=Ignore
Power Infused Chain Link=Destroy
Power Infused Hide=Destroy
Power Infused Scrap Metal=Destroy
Power Infused Swatch=Destroy
Power Stabilization Notes=Ignore
Power Station Alpha blueprints=Ignore
Power Station Beta blueprints=Ignore
Power Station Delta blueprints=Ignore
Power Station Gamma blueprints=Ignore
Precisely Weighted Timing Gear=Ignore
Predatory Feline Teeth=Sell
Preserved Muramite Etched Scales=KEEP
Preserved Snake Eye=Destroy
Prestidigitase=KEEP
Priest's Diary Page=Ignore
Primal Mask of the Earthcrafter=Ignore
Prime Plate Boots=Destroy
Prime Plate Bracers=Destroy
Prime Plate Breastplate=Destroy
Prime Plate Gauntlets=Destroy
Prime Plate Greaves=Destroy
Prime Plate Helm=Destroy
Prime Plate Vambraces=Destroy
Primordial Substance=KEEP
Prismatic Crystal=Ignore
Prismatic Essence=Ignore
Prismatic Feather=Sell
Prismatic Gemstone=Ignore
Prismatic Shield=Ignore
Pristine Animal Pelt=KEEP
Pristine Caladium=DESTROY
Pristine Delphinium=DESTROY
Pristine Emerald=Sell
Pristine Feline Hide=Sell
Pristine Feran Hide=KEEP
Pristine Giant Bat Fang=Sell
Pristine Gorilla Canine=Ignore
Pristine Gorilla Paw=Ignore
Pristine Gorilla Pelt=Ignore
Pristine Gorilla Teeth=Ignore
Pristine Granite Stone=Ignore
Pristine Ixt Fur=Destroy
Pristine Jaguar Canine=Ignore
Pristine Jaguar Paw=Ignore
Pristine Jaguar Pelt=Ignore
Pristine Kirin Brain=Ignore
Pristine Kirin Heart=Sell
Pristine Kirin Hide=Sell
Pristine Kirin Hoof=Sell
Pristine Laburnum=DESTROY
Pristine Larkspur=DESTROY
Pristine Murkglider Skin=KEEP
Pristine Muscimol=DESTROY
Pristine Oleander=DESTROY
Pristine Ore Sample=Destroy
Pristine Privit=DESTROY
Pristine Python Fang=Ignore
Pristine Python Head=Ignore
Pristine Python Skin=Ignore
Pristine Raptor Canine=Ignore
Pristine Raptor Claw=Ignore
Pristine Raptor Skin=Ignore
Pristine Shrieker Cap=Sell
Pristine Silk=KEEP
Pristine Spiderling Carapace=Sell
Pristine Spinneret Fluid=KEEP
Pristine Stone Bracelet=Sell
Processing Gizmo=Ignore
Prophet's Runesteel Sash=Ignore
Protective Sleeves=Ignore
Puella's Head=Ignore
Pulsating Chronal Shear=Ignore
Pulsing Emerald Hoop=Ignore
Pulsing Gem of Refreshment=Ignore
Pulsing Obsidian Shard=Ignore
Pulsing Onyx Ring=Ignore
Puma Paw=Sell
Puma Teeth=Sell
Punctual Earthsaber=Ignore
Pure Discordant Blood=Destroy
Purescale Ore=KEEP
Purified Grade A Choresine Sample=KEEP
Purified Grade A Gormar Venom=KEEP
Purified Grade A Mamba Venom=KEEP
Purified Grade A Nigriventer Venom=KEEP
Purified Grade A Taipan Venom=KEEP
Purified Grade AA Choresine Sample=DESTROY
Purified Grade AA Gormar Venom=DESTROY
Purified Grade AA Mamba Venom=DESTROY
Purified Grade AA Nigriventer Venom=DESTROY
Purified Grade AA Taipan Venom=DESTROY
Purified Grade B Choresine Sample=DESTROY
Purified Grade B Gormar Venom=DESTROY
Purified Grade B Mamba Venom=DESTROY
Purified Grade B Nigriventer Venom=DESTROY
Purified Grade B Taipan Venom=DESTROY
Purified Nest Water=Ignore
Purple Gem Grade Faycite=Destroy
Putrid Belt of Rotten Hide=Ignore
Putrid Ooze=KEEP
Putrid Skeleton Bones=Sell
Pyrewood Earring=Ignore
Pyrilen Blood=KEEP
Pyrilen Brain=KEEP
Pyrilen Essence=Ignore
Pyrilen Heart Blood=KEEP
Pyroclast of the Crystal Core=Ignore
Pellucinite Cylinder=Ignore
Pristine Mephit Wing Veins=Ignore
Pearl Earrings of Elegance=Ignore
Partially Digested Rock=Destroy
Pulsating Crystallized Cosgrove Shard=Ignore
Putrescent Fungal Spores=Sell
Personal Diary Page=Ignore
Putrid Vial of Fluid=Sell
Parchment of Flesh=Sell
Potion of Molten Lava=Sell
Pulsing Sphere=Ignore
Potent Vitamolid Spores=Ignore
Primnitane Spores=Ignore
Petrified Splinterstaff=Ignore
Pristine Band=Ignore
Prism Speckled Stone=Ignore
Particlave Necklace=Ignore
Pewter Teardrop=Ignore
Pristine Acrylia Shard=Ignore
Phosphorous Torch=Destroy
Poncho of Ultimate Destruction=Ignore
Pendant of Di-Chromatic Crystal=Ignore
Palladium Ore=Keep
Planar Goo=KEEP
Planar Energy Shard=KEEP
Purple Skull Wizard Hat Ornament=Ignore
Poison-Coated Fang=DESTROY
Perfect Rhinoceros Horn=Keep
Platinum Embossed Rune=Ignore
Platinum Painted Rune=Ignore
Prototype SH32=Ignore
Peerless Rat Whiskers=Keep
Pulsing Vine=Ignore
Pendant of Irritating Melodies=Ignore
Pendant of Compelling Song=Ignore
[Q]
Quality Caladium=KEEP
Quality Delphinium=KEEP
Quality Feran Hide=KEEP
Quality Laburnum=KEEP
Quality Larkspur=KEEP
Quality Muscimol=KEEP
Quality Oleander=KEEP
Quality Privit=KEEP
Quality Ra'Tuk Brute Hide=Sell
Quicklime=Sell
[R]
Ra'Tuk Tongue=Ignore
Ra'Tuk Warrior's Bauble=Sell
Ra'Tuk Warrior's Blade=Destroy
Ra'Tuk Warrior's Scalp=Sell
Ra`Tuk Screambringer's Jaw=Ignore
Racnar Guts=Sell
Racnar Head=Ignore
Radiant Gem Encrusted Ring=Sell
Radiant Mechanotablet=Destroy
Ragepaw Claw=Sell
Ragepaw Hair=Sell
Ragepaw Pelt=Sell
Ragepaw Teeth=Sell
Ragestone Adorned Ring=Ignore
Ragged Discordling Skin=Ignore
Ragged Ixt Rogue's Banner=Sell
Ragged Warsmasher Gorget=Ignore
Raknos' Lost Fang=Ignore
Rallosian Casterix=Ignore
Rallosian Infantry Bauble=Ignore
Rallosian Iron Rations=Quest|10|Darkhammer Supply Run
Rallosian Mystic's Beads=Ignore
Rallosian Mystic's Charm=Ignore
Rallosian Warmask=Ignore
Rallosian-Adorned Iron Choker=Ignore
Rampageous Lambasting Mechanotablet=Destroy
Ranthock Roots=KEEP
Ranthock Wheat=KEEP
Raptor Eye=Sell
Raptor Tail Spine=Sell
Raptor Teeth=Sell
Rarundel's Locket=Ignore
Rat Ears=Sell
Rat Meat=Sell
Rat Whiskers=Sell
Rathe Berries=KEEP
Raw Amber Nihilite=DESTROY
Raw Crimson Nihilite=DESTROY
Raw Dark Matter=KEEP
Raw Diamond=Sell
Raw Faycite Crystal=KEEP
Raw Fine Hide=KEEP
Raw Fine Runic Hide=KEEP
Raw Fine Supple Runic Hide=KEEP
Raw Indigo Nihilite=DESTROY
Raw Infused Dark Matter=KEEP
Raw Pale Nihilite=KEEP
Raw Runic Hide=KEEP
Raw Shimmering Nihilite=DESTROY
Raw Supple Runic Hide=KEEP
Raw Underfoot Silver=Ignore
Razor Sharp Beetle Horn=Sell
Razor-Edged Shield of War=Ignore
Razor-Sharp Drake Claw=Sell
Razor-sharp Obsidian Blade=Ignore
Razorback Venom Sac=KEEP
Reanimated Bone Dust=Ignore
Recycled Aluminum=Sell
Recycled Platinum=Sell
Red Aviak Feather=Ignore
Red Cups=KEEP
Red Gem Grade Faycite=Destroy
Red Unfinished Gem=Quest|4|Filling the Repository
Redblood Ruby=Ignore
Refined Binding Powder=KEEP
Refined Grade A Choresine Sample=KEEP
Refined Grade A Gormar Venom=KEEP
Refined Grade A Mamba Venom=KEEP
Refined Grade A Nigriventer Venom=KEEP
Refined Grade A Taipan Venom=KEEP
Refined Grade AA Choresine Sample=KEEP
Refined Grade AA Gormar Venom=KEEP
Refined Grade AA Mamba Venom=KEEP
Refined Grade AA Nigriventer Venom=KEEP
Refined Grade AA Taipan Venom=KEEP
Refined Seeding Gem=Ignore
Refined Steamwork Oil=Ignore
Reflecting Sandy Shard=Sell
Regal Arcaapi Ventail=Ignore
Regrua Claws=KEEP
Regrua Eye=Sell
Regrua Shell=Ignore
Regular Gear #3=Ignore
Regurgitated Lichen=Ignore
Relic Golem Heart=Ignore
Relic of the Martyr=Ignore
Relicstone Torch=Ignore
Reliquary Fragment=Destroy
Remnant Rum=Ignore
Reptile Meat=Sell
Repugnant Leather Boots=Sell
Resonant Diazophire Earring=Ignore
Resplendent Crown=Ignore
Resplendent Robe=Ignore
Resplendent Sleeves=Ignore
Retch Spores=Ignore
Reusable Steambomb=Ignore
Reversal Gear Azia=Ignore
Revultant Whip=Ignore
Reyna's Bloody Earring=Ignore
Rhenium Ore=KEEP
Rhenium Studs=KEEP
Rhyolite Tear of Thralldom=Ignore
Riftbreaker's Left Bracelet=Ignore
Riftbreaker's Right Bracelet=Ignore
Riftseeker Heart=Ignore
Riftseeker Trinket=KEEP
Ring Rituals=Ignore
Ring of Amelioration=Ignore
Ring of Architectural Mastery=Ignore
Ring of Dark Omens=KEEP
Ring of Disdain=Ignore
Ring of Evasion=Ignore
Ring of Force=Ignore
Ring of Organic Darkness=Ignore
Ring of Rage=Ignore
Ring of Reconstitution=Ignore
Ring of the Anarchist=Ignore
Ring of the Planar Explorer=Ignore
Ring of the Savage Skull=Ignore
Ring of the Serpent's Eye=Ignore
Ring of the Silent Foe=Ignore
Ringlet of the Fallen Spirit=KEEP
Ringmail Boots=Destroy
Ringmail Cape=Destroy
Ringmail Gloves=Sell
Ringmail Neckguard=Destroy
Ripped Ixt Berserker's Banner=Sell
Ripped Journal Page=Ignore
Ripped Quarter of a Map=Ignore
Robe of Forgotten Paths=Ignore
Robust Shadow Essence=KEEP
Rock Fern=KEEP
Roil's Seething Ember=Ignore
Rolled Discordant Parchment=Sell
Roots=Destroy
Rotational Gear Azia=Ignore
Rotational Gear Caza=Ignore
Rotbone Sleeves=Ignore
Rotten Fish=Ignore
Rotting Fang=Sell
Rough Animal Pelt=KEEP
Rough Dark Gem Fragment=KEEP
Rough Defiant Round Shield=KEEP
Rough Efreeti Beard=Sell
Rough Patch of Goblin Skin=Sell
Rough Silk=KEEP
Roughly Hewn Cairn Stone=Ignore
Rubicite Ore=KEEP
Ruby Crown=Sell
Ruby of Determined Assault=Ignore
Ruby of the Bulwark=Ignore
Ruby-studded Ring=Ignore
Ruby=Sell
Rugged Murkglider Skin=Sell
Ruined Animal Pelt=Destroy
Ruined Bazu Skin=KEEP
Ruined Bear Pelt=Sell
Ruined Cat Pelt=KEEP
Ruined Feran Hide=KEEP
Ruined Gorilla Canine=Sell
Ruined Gorilla Paw=Sell
Ruined Gorilla Pelt=Sell
Ruined Heretic Longsword=Destroy
Ruined Jaguar Paw=Sell
Ruined Murkglider Skin=KEEP
Ruined Pendant of Might=Ignore
Ruined Python Fang=Sell
Ruined Python Head=Sell
Ruined Raptor Canine=Sell
Ruined Raptor Claw=Sell
Ruined Raptor Skin=Sell
Ruined Scaled Cape=Destroy
Ruined Scaled Coif=Sell
Ruined Scaled Skirt=Destroy
Ruined Wolf Pelt=Destroy
Ruinous Blade of Annihilation=Ignore
Rujarkian Executioner Axe=Destroy
Rujarkian Orc Boots=Destroy
Rujarkian Rock Powder=Sell
Rujarkian Stone of Discipline=Ignore
Ruminaran Poison Gland=Ignore
Rumos' Regal Rhinestone=Ignore
Rune Binding Powder=KEEP
Rune Etched Helm=Ignore
Rune of Alternation=DESTROY
Rune of Amalgamation=DESTROY
Rune of Antithesis=DESTROY
Rune of Ap`Sagor=DESTROY
Rune of Astral Celerity=DESTROY
Rune of Attraction=DESTROY
Rune of Cascade=DESTROY
Rune of Concussion=DESTROY
Rune of Conglomeration=DESTROY
Rune of Coruscation=DESTROY
Rune of Crippling=DESTROY
Rune of Current=DESTROY
Rune of Dismemberment=DESTROY
Rune of Draught=DESTROY
Rune of Druzzil=DESTROY
Rune of Ellipse=DESTROY
Rune of Expulsion=DESTROY
Rune of Flash=DESTROY
Rune of Frost=DESTROY
Rune of Futile Resolutions=DESTROY
Rune of Gale=DESTROY
Rune of Glint=DESTROY
Rune of Grim Portents=DESTROY
Rune of Impetus=DESTROY
Rune of Impulse=DESTROY
Rune of Incendiary=DESTROY
Rune of Incitation=DESTROY
Rune of Infraction=DESTROY
Rune of Karana=DESTROY
Rune of Living Lightning=Ignore
Rune of Opposition=DESTROY
Rune of Paralysis=DESTROY
Rune of Petrification=DESTROY
Rune of Prexus=DESTROY
Rune of Rathe=DESTROY
Rune of Scintillation=DESTROY
Rune of Sorcery=DESTROY
Rune of Stone Will=DESTROY
Rune of Synergy=DESTROY
Rune of Tallon Zek=DESTROY
Rune of Tempest=DESTROY
Rune of Vortex=DESTROY
Rune of Xegony=DESTROY
Rune of Zephyr=DESTROY
Rune of the Astral=DESTROY
Rune of the Inverse=DESTROY
Rune-Etched Stone=Ignore
Runed Brass Disk=Ignore
Runed Enchanted Spell Parchment=KEEP
Runed Oak Bow=Destroy
Runestaff of the Deep=Sell
Runewarded Belt=Ignore
Runic Parchment Manual=KEEP
Runic Parchment=KEEP
Runic Scrap=Ignore
Russet Oxide=KEEP
Rusted Blade Fragments=Ignore
Rusted Necklace=Ignore
Rusted Shank=Ignore
Rusty Scythe=Destroy
Rusty Servos=Sell
Ring of Nature's Respite=Ignore
Rune of the Cyclone=DESTROY
Rune of Al'Kabor=DESTROY
Ruined Walrus Hide=DESTROY
Reptillian Claw=Keep
Rigid Ring of Prowess=Ignore
Ring of Deterrence=Ignore
Rotting Flesh Wristband=Ignore
Rotting Talons=Ignore
Rotting Sylvan's Robes=Keep
Reticent Gar=Ignore
[S]
Sableskin Amice=Ignore
Sacred Water=Ignore
Sage Sapphire=Ignore
Salil's Writ Pg. 288=KEEP
Salil's Writ Pg. 60=Sell
Salted Fish=Sell
Saltpeter=KEEP
Salty Loam=KEEP
Salutary Accelerative Mechanotablet=Destroy
Salutary Continuance Mechanotablet=Destroy
Salutary Radiation Mechanotablet=Destroy
Sample of Highland Sludge=KEEP
Sample of Taelosian Sludge=Sell
Sand Elf Head=Sell
Sand Elf Parts=Sell
Sand Verbena=KEEP
Sand-Covered Slate Dagger=Destroy
Sand-Covered Slate Sword=Destroy
Sandblasted Signet=Ignore
Sandstone Effigy=Destroy
Sandstorm Pearl=KEEP
Sandstorm Sphere=Ignore
Sandy Goblin Blood=Ignore
Sanguinary Mechanotablet=Destroy
Sap Root Stem=Ignore
Sapphire Necklace=Sell
Sapphire=Sell
Sarnak Claw Pendant=Ignore
Sarnak Meat=Destroy
Satchel of Darkpaw Supplies=Ignore
Saturated Marrow=KEEP
Scale Ore=SELL
Scaled Dragorn Hide=KEEP
Scaled Pauldrons of Battle=Ignore
Scarecrow Animation Essence=Sell
Scarecrow Head=Sell
Scarred Bolvirk Skin=Destroy
Scarred Kyv Flesh=Sell
Scarred and Tattooed Skin=Ignore
Schematic: Golem of Power=Ignore
Scintillating Shard=Ignore
Scorpion Carcass=Ignore
Scorpion Stinger=Ignore
Scrap Gems=Ignore
Scratched Animated Bone=Sell
Scratched Blood Ruby=Ignore
Scratched Hide Cowl=KEEP
Scratched Hide Tunic=KEEP
Scratched Relic=Ignore
Screaming Aneuk Skull=Sell
Scrindite's Instruction Ink=KEEP
Scrykin Blood=Sell
Scrykin Duelist's Wand=Ignore
Scrykin Focus=Sell
Scrykin Steel Shard=Sell
Sea Moss=Sell
Sea Snake Venom Sac=Ignore
Sea Turtle Liver=Sell
Sea Worn Stones=Sell
Seal: Mastery of All=Ignore
Sealed Letter=Ignore
Sealed Message=Ignore
Sebilisian Fire=Ignore
Sebilisian Legacy=Ignore
Sebilite Scale Mantle=Ignore
Second Fragment of the Heroes' Disk=Ignore
Second Fragment of the Kings' Disk=Ignore
Second Fragment of the Left Eye=Ignore
Second Fragment of the Warriors' Disk=Ignore
Section Eight of Cicero's Notebook=KEEP
Section Five of Cicero's Notebook=KEEP
Section Four of Cicero's Notebook=KEEP
Section Nine of Cicero's Notebook=KEEP
Section One of Cicero's Notebook=KEEP
Section Seven of Cicero's Notebook=KEEP
Section Six of Cicero's Notebook=KEEP
Section Three of Cicero's Notebook=KEEP
Section Two of Cicero's Notebook=KEEP
Section of Boar Pancreas=Sell
Section of Fine Rat Pancreas=Sell
Section of Fine Snake Pancreas=Sell
Section of Rat Pancreas=Sell
Section of Reptile Pancreas=Sell
Section of Superior Rat Pancreas=Sell
Section of Wolf Pancreas=Sell
Seer's Ochre Pouch=Ignore
Segment of Compressed Steel=Ignore
Segmented Leg=Sell
Sentient Prismatic Wyvern-Hoop=Ignore
Serinal=Ignore
Serpent Skin Leggings=Ignore
Serpent Spine Diamond=Sell
Serpent Spine Geode=Sell
Serpent of Vindication=Ignore
Serrated Dart of Energy=Ignore
Serrated Long Blade=Ignore
Serrated Silvery Key=Ignore
Set of Shimmering Battle Chain=Sell
Severed Feran Tentacle=KEEP
Severed Gnoll Finger=Ignore
Severed Hynid Head=Sell
Severed Ikaav Head=Destroy
Severed Noc Tail=Sell
Sewer Gnat Egg Sac=Sell
Sewer Gnat Wing=Sell
Sewer Slime=Sell
Shabby Fine Spell Scroll=KEEP
Shabby Rough Spell Scroll=KEEP
Shabby Runic Vellum=KEEP
Shabby Vellum Parchment=KEEP
Shade Fungus=KEEP
Shade Protoplasm=Sell
Shade Shroud Scraps=Sell
Shaded Anise=Ignore
Shaded Fennel=Ignore
Shaded Tome=Ignore
Shaded Wormwood=Ignore
Shaded shield=Destroy
Shaded skullcap=Ignore
Shadehorn Mask=Ignore
Shadow Counting Page 2=Ignore
Shadow Counting Page 3=Ignore
Shadow Counting Page 5=Ignore
Shadow Flame maul=Ignore
Shadow Forged Axe=Destroy
Shadow Forged Blade=Destroy
Shadow Forged Hammer=Destroy
Shadowed Silk Pants=Ignore
Shadowflow Stone=KEEP
Shadowhorn Mask=Ignore
Shadowhorn=Ignore
Shadowmane Claw=Sell
Shadowmane Hair=Sell
Shadowmane Pelt=KEEP
Shadowmane Spellbook=Ignore
Shadowmane Teeth=Sell
Shadowspine Rune=KEEP
Shambling Sap=Sell
Shambling Vegetables=Sell
Shambling Vines=Sell
Shaped Pale Nihilite=Sell
Shaped Prestidigitase=Sell
Shaped Shimmering Nihilite=KEEP
Shaped Staurolite=Sell
Shaped Taaffeite=Sell
Shard of Expanding Power=Ignore
Shard of Growing Power=Ignore
Shard of Increasing Power=Ignore
Shard of Living Crystal=Sell
Shard of Phenomenal Power=Ignore
Shard of the Guardian=Ignore
Sharp Boar Tusk=Destroy
Sharp Gem Formation=Ignore
Sharp Luggald Claw=Sell
Sharpened Mining Pick=Destroy
Shattered Boarding Axe=Ignore
Shattered Crystal=KEEP
Shattered Goblin Rib=Sell
Shattered Seal of Warding=Ignore
Shattered Ukun Hide=KEEP
Shattered Visage=Sell
Sheet of Steel=Quest|20
Sheetmetal Ulak=Destroy
Shem's Spaulders=Ignore
Shield of Ssraeshza=Ignore
Shield of Strife=Ignore
Shield of the Erendosman=Ignore
Shield of the Vortex=Ignore
Shiliskin Archer Bow=KEEP
Shiliskin Battle Deep Blade=Destroy
Shiliskin Blood=Sell
Shiliskin Bones=KEEP
Shiliskin Feeding Tentacle=Destroy
Shiliskin Finger Webbing=Sell
Shiliskin Hoplite Spear=Destroy
Shiliskin Skin=Sell
Shiliskin Tentacle Cluster=KEEP
Shimmering Aligned Ore=KEEP
Shimmering Bauble of Trickery=Ignore
Shimmering Dragonbane Shield=Ignore
Shimmering Fairy Drake Dust=Sell
Shimmering Fairy Dust=Sell
Shimmering Kedge Scales=Sell
Shimmering Partisan=Destroy
Shimmering Snake Scales=Sell
Shimmering Ukun Hide=Sell
Shinai of the Ancients=Ignore
Shining Talon=Sell
Shiny Bear Tooth=Sell
Shiny Beetle Claw=Sell
Shiny Centaur Tail Hair=Sell
Shiny Fish Scale=Sell
Shiny Green Ring=Ignore
Shiny Hammer of Chaos=KEEP
Shiny Ikaav Scale=Sell
Shiny Metallic Orb=Sell
Shiny Regrua Carapace Fragment=Sell
Shiny Shissar Scale=Sell
Shiny Trinkets=Ignore
Shissar Battlehammer=Sell
Shissar Blood=Sell
Shissar Cerebral Cortex=Ignore
Shissar Dagger=Sell
Shissar Eggs=Ignore
Shissar Fang=Sell
Shissar Fangs=Ignore
Shissar Knight's Sword=Sell
Shissar Meat=Sell
Shissar Scales=KEEP
Shissar Ulak=Sell
Shissar venom sack=Sell
Shiv=Destroy
Shiverback-hide Leggings=Ignore
Shoes of Fleeting Fury=Ignore
Shorn Murkglider Tentacle=Sell
Short Circuited Memory Storage=Sell
Shredded Goblin Flesh=Sell
Shredded Quarter of a Map=Ignore
Shrieking Ahlspiess=Ignore
Shriveled Flesh=Sell
Shroud of Provocation=Ignore
Shroud of the Fallen Defender=KEEP
Shroud of the Three Schools=Ignore
Shrunken Elf Head=Ignore
Shrunken Head=Ignore
Shrunken Shiliskin Skull Totem=Destroy
Shzalk's Earring of Doom=Ignore
Signet of Guard Tregenek=Ignore
Signet of the Dread Lord=Ignore
Silicorrosive Grease=Sell
Silken Strand=Sell
Silken Tail Feather=Sell
Silkworm Larva=Sell
Silkworm=Sell
Silky Cloth=Destroy
Silver Belt Buckles=Ignore
Silver Blade of Rot=Ignore
Silver Earring=Destroy
Silver Moon Arm Wraps=Ignore
Silver Skull Ring=Destroy
Silver Tipped Quill=KEEP
Silver-Petaled Club=KEEP
Silver-Plated Gizmatic Modulator=Ignore
Silvered Drape of the Enclave=Ignore
Silvril Ore=KEEP
Simple Binding Powder=KEEP
Simple Defiant Cloth Robe=KEEP
Simple Defiant Garnet=KEEP
Simple Scrykin Gauntlet=Sell
Simple Scrykin Mask=Sell
Singed Pyrilen Tongue=KEEP
Siren Blood=Sell
Siren Comb=Ignore
Siren Hair=Ignore
Siren Meat=Sell
Siren Scale=Sell
Sixth Fragment of the Heroes' Disk=Ignore
Sixth Fragment of the Kings' Disk=Ignore
Size C Spring=Ignore
Skalmarg's Torn Leather War Banner=Ignore
Skeleton Parts=KEEP
Skeleton Tibia=Sell
Skull Charm=Ignore
Skull Lined Amice=Ignore
Skull of a Shiliskin Praetorian=Ignore
Sky Vine=Sell
Slate Powder=Sell
Slate Scepter=Destroy
Sleek Bat Fur=Sell
Sleek Griffon Feather=Ignore
Sleek Reconnaissance Gloves=Ignore
Sleeves of Conjuration=Ignore
Sleeves of Malefic Rapture=Ignore
Sleeves of Stardust=Ignore
Slime Covered Paulder=KEEP
Slimy Antennae=Sell
Slitted Ikaav Eye=KEEP
Sliver of Dark Essence=Destroy
Sliver of Korascian=Ignore
Slugworms=KEEP
Small Brick of High Quality Steel=KEEP
Small Brick of Ore=KEEP
Small Brick of Refined High Quality Ore=KEEP
Small Brick of Unrefined Ore=Sell
Small Brick of Velium=KEEP
Small Brick of Yttrium Ore=KEEP
Small Clockwork Screws=KEEP
Small Clockwork Shaft=KEEP
Small Coil Spring=Quest|20
Small Golden High Quality Steel Plate=KEEP
Small Mosquito Wing=Sell
Small Piece of Golden High Quality Steel=KEEP
Small Piece of High Quality Steel=KEEP
Small Piece of Velium=KEEP
Small Section of a Carapace=Sell
Small Silver Clockwork Device=Ignore
Small Silverthread Sack=Ignore
Small Sparkling Stalactite=Ignore
Small Sparkling Stalagmite=Ignore
Smashed Magnetized Boots=KEEP
Smoldering Ash=Ignore
Smoldering Phoenix Feather=Sell
Smooth Dark Gem Fragment=KEEP
Smooth Gem of the Tides=Ignore
Smooth Onyx Torque=Ignore
Smooth Wurine Fur Leggings=Ignore
Smouldershank=Ignore
Smudged Rough Paper=KEEP
Smudged Rough Papyrus=KEEP
Smudged Runic Paper=KEEP
Smudged Runic Parchment=KEEP
Snake Carcass=Ignore
Snake Egg=KEEP
Snake Fang=Sell
Snake Meat=Sell
Snake Scales=Sell
Snake Venom Gland=Ignore
Snake Venom Sac=KEEP
Snake Venom Sac=KEEP
Sneaky Shissar Scales=Destroy
Sodes of Semaulis=Ignore
Soft Scale Slippers=Ignore
Softened Feran Hide=KEEP
Softly Glowing Powersource=Ignore
Soiled Parchment Scrap=Ignore
Sokokar Snack=Destroy
Sokokar Wing Webbing=Sell
Soldier's Stone of Purity=Ignore
Solid Block of Perilium=Ignore
Solid Dregcheese=Quest|5|Darkhammer Supply Run
Solidified Magma=KEEP
Soluble Loam=KEEP
Solusek Diamond=Ignore
Song: Amber's Last Lullaby Rk. II=KEEP
Song: Angstlich's Echo of Terror=KEEP
Song: Aura of the Artist=KEEP
Song: Chorus of Restoration Rk. II=KEEP
Song: Composition of Ervaj=KEEP
Song: Denon`s Dirge of Destruction Rk. II=KEEP
Song: Dirge of the Fallen Rathe Rk.II=KEEP
Song: Druzzil's Disillusionment=KEEP
Song: Druzzil's Psalm of Potency Rk.II=KEEP
Song: Elddar's Dawnsong Rk. II=KEEP
Song: Erollisi's Cantata Rk. II=KEEP
Song: Fatesong of the Gelidran Rk.II=KEEP
Song: Firiona's Blessed Clarinet Rk.II=KEEP
Song: Garadell's Fatesong Rk. II=KEEP
Song: Gorenaire's Chant of Frost Rk.II=KEEP
Song: Kildrukaun's Chant of Poison Rk. II=KEEP
Song: Melody of Ervaj=KEEP
Song: Minohten's Purifying Panpipes Rk. II=KEEP
Song: Mirror Melody Rk. II=KEEP
Song: Occlusion of Sound=KEEP
Song: Pulse of Rodcet Rk.II=KEEP
Song: Queen Eletyl's Screech Rk. II=KEEP
Song: Severilous' Chant of Poison Rk.II=KEEP
Song: Talendor's Aria Rk.II=KEEP
Song: Voice of the Mindshear Rk.II=KEEP
Song: Vyskudra's Chant of Disease Rk. II=KEEP
Song: War March of Brekt Rk.II=KEEP
Song: Warsong of Zek=KEEP
Song: Wind of Marr=KEEP
Song: Yowl of the Bloodmoon Rk. II=KEEP
Songblade of the Eternal=Ignore
Sooty Fine Paper=KEEP
Sooty Fine Runic Papyrus=KEEP
Sooty Fine Runic Vellum=KEEP
Sooty Paper=KEEP
Sorcerer's Boots=Ignore
Sorcerer's Sleeves=Ignore
Sorrowmourn Stone=Ignore
Soulstriker=Ignore
Spark of Life=Ignore
Sparking Lightning Spike=Sell
Sparkling Beetle Carapace Fragment=Sell
Sparkling Sand=Destroy
Sparkling Shissar Scale=Sell
Sparkling Shortsword=Ignore
Sparkthorn=Ignore
Spaulders of Gifilnos=KEEP
Speckled Granite Pebble=Sell
Spectral Parchment=Ignore
Spell: Abolish Corruption Rk. II=KEEP
Spell: Adrenaline Burst Rk. II=KEEP
Spell: Adrenaline Surge Rk. II=KEEP
Spell: Adrenaline Swell Rk. II=KEEP
Spell: Aegis of Calliav Rk. II=KEEP
Spell: Aegis of Qandieal Rk. II=KEEP
Spell: Aegis of Xadrith Rk. II=KEEP
Spell: Ahnkaul's Mending Rk. II=KEEP
Spell: Aina's Faithful Rk. II=KEEP
Spell: Amplify Death Rk. II=KEEP
Spell: Ancestral Obligation Rk. II=KEEP
Spell: Annihilate the Aberrant Rk. II=KEEP
Spell: Arc of Arrows=KEEP
Spell: Armor of Inexorable Faith Rk. II=KEEP
Spell: Armor of Unrelenting Faith Rk. II=KEEP
Spell: Armor of the Devout Rk. II=KEEP
Spell: Armor of the Solemn Rk. II=KEEP
Spell: Aspect of Zomm Rk. II=KEEP
Spell: Assiduous Impurity=KEEP
Spell: Atonement Rk. II=KEEP
Spell: Augmentation of Death=KEEP
Spell: Aura of Endless Glamour=KEEP
Spell: Aura of Horror=KEEP
Spell: Aura of Loyalty Rk. II=KEEP
Spell: Aura of Resolve Rk. II=KEEP
Spell: Auroral Darkness Rk. II=KEEP
Spell: Aweshock Rk. II=KEEP
Spell: Awestruck Rk. II=KEEP
Spell: Barrage of Arrows Rk. II=KEEP
Spell: Beam of Molten Dross Rk. II=KEEP
Spell: Beast's Bewitching Rk. II=KEEP
Spell: Beetle Swarm Rk. II=KEEP
Spell: Befuddle Rk. II=KEEP
Spell: Bewilderment Rk. II=KEEP
Spell: Blackwater Bite Rk. II=KEEP
Spell: Blanched Frost Rk. II=KEEP
Spell: Blessed Armor of the Risen=KEEP
Spell: Blessing of Aegolism=KEEP
Spell: Blessing of Loyalty Rk. II=KEEP
Spell: Blessing of Resolve Rk. II=KEEP
Spell: Blessing of the Heartwood Rk. II=KEEP
Spell: Blood of Avoling Rk. II=KEEP
Spell: Blood of Jaled'Dar Rk. II=KEEP
Spell: Blood of the Blackwater Rk. II=KEEP
Spell: Bloodworg Focusing Rk. II=KEEP
Spell: Bolt of Molten Dross Rk. II=KEEP
Spell: Bond of the Blackwater Rk. II=KEEP
Spell: Bone-Rattling Shriek Rk. II=KEEP
Spell: Breath of Big Bynn Rk. II=KEEP
Spell: Breath of Queen Malarian Rk. II=KEEP
Spell: Brell's Loamy Ward Rk. II=KEEP
Spell: Brell's Mountainous Barrier=KEEP
Spell: Brell's Stony Guard Rk. II=KEEP
Spell: Brierbloom Bulwark Rk. II=KEEP
Spell: Brimstone Body Rk. II=KEEP
Spell: Brimstone Tenement Rk. II=KEEP
Spell: Bulwark of Caella Rk. II=KEEP
Spell: Bulwark of Shadows Rk. II=KEEP
Spell: Bulwark of Tri'Qaras Rk. II=KEEP
Spell: Burning Brimbody=KEEP
Spell: Burnout IV=KEEP
Spell: Burnout VII Rk. II=KEEP
Spell: Burst of Spite Rk. II=KEEP
Spell: Burst of Sunlight Rk. II=KEEP
Spell: Burynai Balm Rk. II=KEEP
Spell: Cadmael's Mending Rk. II=KEEP
Spell: Call of Earth=KEEP
Spell: Call of Fire=KEEP
Spell: Call of the Predator=KEEP
Spell: Cataclysm Ash Rk. II=KEEP
Spell: Challenge for Honor Rk. II=KEEP
Spell: Challenge for Power Rk. II=KEEP
Spell: Chant of the Burynai Rk. II=KEEP
Spell: Chant of the Darkvine Rk. II=KEEP
Spell: Chaos Combustion Rk. II=KEEP
Spell: Chilling Renewal Rk. II=KEEP
Spell: Chromassault=KEEP
Spell: Circle of Cobalt Scar=KEEP
Spell: Circle of Divinity=KEEP
Spell: Circle of Great Divide=KEEP
Spell: Circle of Magmaskin Rk. II=KEEP
Spell: Circle of Seasons=KEEP
Spell: Circle of Wakening Lands=KEEP
Spell: Claw of Gorenaire Rk. II=KEEP
Spell: Claw of Selay Rk. II=KEEP
Spell: Clawing Darkness Rk. II=KEEP
Spell: Cloak of Feathers Rk. II=KEEP
Spell: Cloak of Scales Rk. II=KEEP
Spell: Cloak of the Akheva=KEEP
Spell: Coax Rk. II=KEEP
Spell: Cobalt Scar Portal=KEEP
Spell: Coldwhisper Breath Rk. II=KEEP
Spell: Color Cataclysm Rk. II=KEEP
Spell: Color Conflux Rk. II=KEEP
Spell: Color Slant=KEEP
Spell: Concussive Flash Rk. II=KEEP
Spell: Convergence=KEEP
Spell: Corporeal Empathy=KEEP
Spell: Corpseskin Rk. II=KEEP
Spell: Coruscating Darkness Rk. II=KEEP
Spell: Crackling Blades Rk. II=KEEP
Spell: Cripple=KEEP
Spell: Crush of Compunction Rk. II=KEEP
Spell: Crystalwing Shell Rk. II=KEEP
Spell: Curse of Frailty Rk. II=KEEP
Spell: Dannal's Mending Rk. II=KEEP
Spell: Daria's Mending Rk. II=KEEP
Spell: Darianna's Mark Rk. II=KEEP
Spell: Daveron's Pyroblade Rk. II=KEEP
Spell: Deadfall=KEEP
Spell: Decession=KEEP
Spell: Defoliation=KEEP
Spell: Deluge of Thunderbolts Rk. II=KEEP
Spell: Demand for Blood Rk. II=KEEP
Spell: Dementia=KEEP
Spell: Devout Elixir Rk. II=KEEP
Spell: Devout Fury Rk. II=KEEP
Spell: Devout Light Rk. II=KEEP
Spell: Din of Tashan Rk. II=KEEP
Spell: Dire Focusing Rk. II=KEEP
Spell: Disinfecting Aura=KEEP
Spell: Distract the Departed Rk. II=KEEP
Spell: Divine Censure Rk. II=KEEP
Spell: Divine Destiny Rk. II=KEEP
Spell: Divine Strength=KEEP
Spell: Dominate Rk. II=KEEP
Spell: Dragonscale Guard Rk. II=KEEP
Spell: Dreams of Veldyn Rk. II=KEEP
Spell: Drifting Haze Rk. II=KEEP
Spell: Eagle Eye=KEEP
Spell: Earthen Stance Rk. II=KEEP
Spell: Echo of Tashan Rk. II=KEEP
Spell: Eidolic Guardian Rk. II=KEEP
Spell: Elemental Symbiosis Rk. II=KEEP
Spell: Elixir of Atonement Rk. II=KEEP
Spell: Elixir of Expiation Rk. II=KEEP
Spell: Elushar's Mark Rk. II=KEEP
Spell: Enraging Shot Rk. II=KEEP
Spell: Ensorcelling Wave Rk. II=KEEP
Spell: Enticement of Flame=KEEP
Spell: Entrapping Roots=KEEP
Spell: Epitaph of Life=KEEP
Spell: Eranon's Decay Rk. II=KEEP
Spell: Erradien's Animation Rk. II=KEEP
Spell: Ethereal Combustion Rk. II=KEEP
Spell: Ethereal Symbiosis Rk. II=KEEP
Spell: Etherroot Guard Rk. II=KEEP
Spell: Exigency for Blood Rk. II=KEEP
Spell: Expatiate Death Rk. II=KEEP
Spell: Eyes of the Peregrine Rk. II=KEEP
Spell: Falrazim's Gnashing Rk. II=KEEP
Spell: Familiar=KEEP
Spell: Fellgrip Jaws Rk. II=KEEP
Spell: Fellid's Command Rk. II=KEEP
Spell: Fellid's Grasp Rk. II=KEEP
Spell: Fenegar's Mark Rk. II=KEEP
Spell: Feralisis Rk. II=KEEP
Spell: Feralization Rk. II=KEEP
Spell: Fernspike=KEEP
Spell: Fever Spike=KEEP
Spell: Fever Surge Rk. II=KEEP
Spell: Fickle Blaze Rk. II=KEEP
Spell: Flame of Light=KEEP
Spell: Flarelure Rk. II=KEEP
Spell: Flashflames=KEEP
Spell: Focus of Spirit=KEEP
Spell: Fool the Fallen Rk. II=KEEP
Spell: Forbear Corruption Rk. II=KEEP
Spell: Force of the Crying Seas Rk. II=KEEP
Spell: Form of the Great Bear=KEEP
Spell: Frenetic Renewal Rk. II=KEEP
Spell: Frigid Lance Rk. II=KEEP
Spell: Funnel of Frost=KEEP
Spell: Gallantry Rk. II=KEEP
Spell: Galvanic Ash Rk. II=KEEP
Spell: Gelid Frost Rk. II=KEEP
Spell: Gemmi's Mending Rk. II=KEEP
Spell: Gemmi's Restoration Rk. II=KEEP
Spell: Gift of Brilliance=KEEP
Spell: Gift of Insight=KEEP
Spell: Gift of Sathir Rk. II=KEEP
Spell: Girdle of Karana=KEEP
Spell: Glacial Avalanche Rk. II=KEEP
Spell: Glaciating Crystals Rk. II=KEEP
Spell: Glamorous Visage=KEEP
Spell: Gnarl of the Predator Rk. II=KEEP
Spell: Granite Stance Rk. II=KEEP
Spell: Granvida Rk. II=KEEP
Spell: Great Divide Portal=KEEP
Spell: Greater Familiar=KEEP
Spell: Grim Covenant Rk. II=KEEP
Spell: Grounded Stance Rk. II=KEEP
Spell: Growl of the Puma=KEEP
Spell: Halcyon Whisper Rk. II=KEEP
Spell: Halcyon Zephyr Rk. II=KEEP
Spell: Hallowed Ground=KEEP
Spell: Hammer of Souls=KEEP
Spell: Hand of Gallantry Rk. II=KEEP
Spell: Hastening of Ellowind Rk. II=KEEP
Spell: Hastening of Erradien Rk. II=KEEP
Spell: Healing Wave of Prexus=KEEP
Spell: Heartpierce Rk. II=KEEP
Spell: Heartshear Rk. II=KEEP
Spell: Heartshot Rk. II=KEEP
Spell: Heartsting Rk. II=KEEP
Spell: Heartwood Skin Rk. II=KEEP
Spell: Horde of Fireants Rk. II=KEEP
Spell: Horde of the Hive Rk. II=KEEP
Spell: Horrifying Visage=KEEP
Spell: Hushed Mind Rk. II=KEEP
Spell: Ice Sheet Rk. II=KEEP
Spell: Ice Spear of Solist=KEEP
Spell: Icefall Breath Rk. II=KEEP
Spell: Icefall Chill Rk. II=KEEP
Spell: Icesheet Cascade Rk. II=KEEP
Spell: Icy Stitches Rk. II=KEEP
Spell: Ikaav Blood Rk. II=KEEP
Spell: Impel Rk. II=KEEP
Spell: Improved Invis vs Undead=KEEP
Spell: Improved Invisibility=KEEP
Spell: Indomitable Hammer of Zeal Rk. II=KEEP
Spell: Ironwood Skin Rk. II=KEEP
Spell: Jeneca's Mark Rk. II=KEEP
Spell: Jolting Strikes Rk. II=KEEP
Spell: Khura's Focusing=KEEP
Spell: Klixcxyk's Fire Rk. II=KEEP
Spell: Laminae of the Crystalwing Rk. II=KEEP
Spell: Lavaskin Rk. II=KEEP
Spell: Leap of Arclight Rk. II=KEEP
Spell: Leap of Lightning Sprites Rk. II=KEEP
Spell: Leap of Shocking Bolts Rk. II=KEEP
Spell: Leap of Sparks Rk. II=KEEP
Spell: Leap of Static Bolts Rk. II=KEEP
Spell: Legacy of Brierbloom Rk. II=KEEP
Spell: Legacy of Viridiflora Rk. II=KEEP
Spell: Legion of Alendar Rk. II=KEEP
Spell: Legion of Xadrith Rk. II=KEEP
Spell: Lesson of Compunction Rk. II=KEEP
Spell: Lesson of Contrition Rk. II=KEEP
Spell: Lesson of Penitence Rk. II=KEEP
Spell: Lunulation Rk. II=KEEP
Spell: Lure of Isaz Rk. II=KEEP
Spell: Maelstrom of Electricity=Sell
Spell: Magmatic Eruption Rk. II=KEEP
Spell: Maladroit Minion Rk. II=KEEP
Spell: Malarian Spear Rk. II=KEEP
Spell: Malis Rk. II=KEEP
Spell: Malosinatia Rk. II=KEEP
Spell: Manasink=KEEP
Spell: Mark of the Saint Rk. II=KEEP
Spell: Mark of the Unsullied Rk. II=KEEP
Spell: Marzin's Mark=KEEP
Spell: Mask of the Stalker=KEEP
Spell: Mass Ethereal Transvergence Rk. II=KEEP
Spell: Mass Mystical Transvergance=KEEP
Spell: Mass Prime Transvergence=KEEP
Spell: Mind Decomposition Rk. II=KEEP
Spell: Mind Wrack=KEEP
Spell: Minohten Mending Rk. II=KEEP
Spell: Mojo Rk. II=KEEP
Spell: Monster Summoning II=KEEP
Spell: Monster Summoning III=KEEP
Spell: Moonfire=KEEP
Spell: Morning's Glory Rk. II=KEEP
Spell: Mottlescale Rk. II=KEEP
Spell: Multichromatic Assault Rk. II=KEEP
Spell: Multichromatic Rune Rk. II=KEEP
Spell: Mystify Rk. II=KEEP
Spell: Mystifying Flash Rk. II=KEEP
Spell: Nature Walker's Behest=KEEP
Spell: Nectar of Rancor Rk. II=KEEP
Spell: Nectar of the Slitheren Rk. II=KEEP
Spell: Netherside Rk. II=KEEP
Spell: Oceangreen Aquifer Rk. II=KEEP
Spell: Opalescent Rune Rk. II=KEEP
Spell: Order of the Devout Rk. II=KEEP
Spell: Palladium of Vie Rk. II=KEEP
Spell: Pearlescent Rune Rk. II=KEEP
Spell: Peerless Penchant Rk. II=KEEP
Spell: Phantasmal Orb=KEEP
Spell: Phantasmal Protection=KEEP
Spell: Phase March Rk. II=KEEP
Spell: Pocus Rk. II=KEEP
Spell: Polychaotic Assault Rk. II=KEEP
Spell: Polychaotic Rune Rk. II=KEEP
Spell: Polychromatic Assault Rk. II=KEEP
Spell: Polychromatic Rune Rk. II=KEEP
Spell: Potameid Balm Rk. II=KEEP
Spell: Prescience Rk. II=KEEP
Spell: Preternatural Foresight Rk. II=KEEP
Spell: Prime Guard Rk. II=KEEP
Spell: Promised Mending Rk. II=KEEP
Spell: Promised Recovery=KEEP
Spell: Promised Reknit Rk. II=KEEP
Spell: Promised Renewal Rk. II=KEEP
Spell: Protection of the Paw Rk. II=KEEP
Spell: Providence Rk. II=KEEP
Spell: Puravida Rk. II=KEEP
Spell: Purified Blood Rk. II=KEEP
Spell: Putrescence Rk. II=KEEP
Spell: Pyre of the Lifeless=KEEP
Spell: Pyrolure Rk. II=KEEP
Spell: Quiet Mind Rk. II=KEEP
Spell: Radiant Light Rk. II=KEEP
Spell: Rain of Molten Dross Rk. II=KEEP
Spell: Rain of Molten Scoria Rk. II=KEEP
Spell: Rain of Molten Slag Rk. II=KEEP
Spell: Rain of Thunderbolts Rk. II=KEEP
Spell: Rallied Palladium of Vie Rk. II=KEEP
Spell: Ravenous Flames Rk II=KEEP
Spell: Reaping Inferno Rk. II=KEEP
Spell: Reaver's Pyre=KEEP
Spell: Reckoning=KEEP
Spell: Reconcile Rk. II=KEEP
Spell: Regrowth of the Grove=KEEP
Spell: Remorseless Demeanor Rk. II=KEEP
Spell: Renewal of Cadwin Rk. II=KEEP
Spell: Repel Corruption Rk. II=KEEP
Spell: Reprehend Rk. II=KEEP
Spell: Riftbone Manacles Rk. II=KEEP
Spell: Rimefall Bite Rk. II=KEEP
Spell: Ruinous Venin Rk. II=KEEP
Spell: Rune of Erradien Rk. II=KEEP
Spell: Runic Swirl Aura=KEEP
Spell: Ruthless Ferocity Rk. II=KEEP
Spell: Sacred Elixir Rk. II=KEEP
Spell: Sacred Light Rk. II=KEEP
Spell: Salve of Feldan Rk. II=KEEP
Spell: Savage Ferocity Rk. II=KEEP
Spell: Scales of the Crystalwing Rk. II=KEEP
Spell: Scent of Twilight Rk. II=KEEP
Spell: Scorching Sands Rk. II=KEEP
Spell: Searing Shadow Rk. II=KEEP
Spell: Searing Skin Rk. II=KEEP
Spell: Seduction Rk. II=KEEP
Spell: Seer's Cognizance Rk. II=KEEP
Spell: Sermon of Admonition Rk. II=KEEP
Spell: Sermon of Castigation Rk. II=KEEP
Spell: Severilous' Spear of Venom Rk. II=KEEP
Spell: Sha's Ferocity=KEEP
Spell: Sha's Lethargy=KEEP
Spell: Sha's Restoration=KEEP
Spell: Shadow of Renewal Rk. II=KEEP
Spell: Shadowskin Rk. II=KEEP
Spell: Sharp Eyes Rk. II=KEEP
Spell: Shattered Consciousness Rk. II=KEEP
Spell: Shield of Dryspines Rk. II=KEEP
Spell: Shield of Spurs Rk. II=KEEP
Spell: Shield of Vie Rk. II=KEEP
Spell: Shock of Discordant Steel Rk. II=KEEP
Spell: Shock of Fiery Blades=KEEP
Spell: Shock of Many=KEEP
Spell: Shroud of Death=KEEP
Spell: Shroud of Pain=KEEP
Spell: Shroud of the Gloomborn Rk. II=KEEP
Spell: Shroud of the Nightborn Rk. II=KEEP
Spell: Sigil of the Aberrant Rk. II=KEEP
Spell: Silent Dictum Rk. II=KEEP
Spell: Silent Edict Rk. II=KEEP
Spell: Silent Mind Rk. II=KEEP
Spell: Siphon Essence Rk. II=KEEP
Spell: Skin to Flora Rk. II=KEEP
Spell: Skin to Mulch Rk. II=KEEP
Spell: Skylight Sagacity Rk. II=KEEP
Spell: Smother Rk. II=KEEP
Spell: Solarsliver=KEEP
Spell: Solemn Cleansing Rk. II=KEEP
Spell: Solemn Elixir Rk. II=KEEP
Spell: Solemn Force Rk. II=KEEP
Spell: Solemn Light Rk. II=KEEP
Spell: Solemn Remedy Rk. II=KEEP
Spell: Sound of Resonance Rk. II=KEEP
Spell: Sound of Reverberance Rk. II=KEEP
Spell: Sound of Zeal Rk. II=KEEP
Spell: Spectral Guard Rk. II=KEEP
Spell: Spectral Ward Rk. II=KEEP
Spell: Spectralside Rk. II=KEEP
Spell: Speed of Ellowind Rk. II=KEEP
Spell: Speed of Erradien Rk. II=KEEP
Spell: Spell Shield=KEEP
Spell: Spellbound Shield Rk. II=KEEP
Spell: Spellbreaker's Aegis Rk. II=KEEP
Spell: Spellbreaker's Guard Rk. II=KEEP
Spell: Spinecoat Rk. II=KEEP
Spell: Spinning into the Void Rk. II=KEEP
Spell: Spirit Quickening=KEEP
Spell: Spirit of Khati Sha=KEEP
Spell: Spirit of Khurenz=KEEP
Spell: Spirit of Lairn Rk. II=KEEP
Spell: Spirit of Scale=KEEP
Spell: Spirit of Vehemence Rk. II=KEEP
Spell: Spirit of the Resolute Rk. II=KEEP
Spell: Spirit of the Stalwart Rk. II=KEEP
Spell: Spiritual Enlightenment Rk. II=KEEP
Spell: Spiritual Epiphany Rk. II=KEEP
Spell: Spiritual Purity=KEEP
Spell: Spiritual Strength=KEEP
Spell: Splart Rk. II=KEEP
Spell: Splurt=KEEP
Spell: Squamae of the Crystalwing Rk. II=KEEP
Spell: Sting of the Queen Rk. II=KEEP
Spell: Strength of the Gladewalker Rk. II=KEEP
Spell: Stun Command=KEEP
Spell: Summer Solstice Rk. II=KEEP
Spell: Summer's Dew Rk. II=KEEP
Spell: Summon Frigid Paradox Rk. II=KEEP
Spell: Summon Gelid Paradox Rk. II=KEEP
Spell: Sunsinge Rk. II=KEEP
Spell: Swarm of Fireants Rk. II=KEEP
Spell: Sworn Keeper Rk. II=KEEP
Spell: Sworn Protector Rk. II=KEEP
Spell: Talendor's Presence Rk. II=KEEP
Spell: Talisman of Foresight Rk. II=KEEP
Spell: Talisman of Unity Rk. II=KEEP
Spell: Talisman of Vehemence Rk. II=KEEP
Spell: Talisman of the Cougar=KEEP
Spell: Talisman of the Resolute Rk. II=KEEP
Spell: Talisman of the Serpent=KEEP
Spell: Talisman of the Stoic One Rk. II=KEEP
Spell: Tectonic Tumult Rk. II=KEEP
Spell: Tectonic Upheaval Rk. II=KEEP
Spell: Telajara Rk. II=KEEP
Spell: Temerity Rk. II=KEEP
Spell: Tempest of the Stormborn Rk. II=KEEP
Spell: Tenacity Rk. II=KEEP
Spell: Terror of the Soulbleeder Rk. II=KEEP
Spell: The Downward Spiral Rk. II=KEEP
Spell: Thricewoven Energy Rk. II=KEEP
Spell: Torrent of Fatigue=KEEP
Spell: Torrent of Hate=KEEP
Spell: Torrid Sands Rk. II=KEEP
Spell: Torrid Skin Rk. II=KEEP
Spell: Torrid Sunray Rk. II=KEEP
Spell: Touch of Lanys Rk. II=KEEP
Spell: Touch of Tharoff Rk. II=KEEP
Spell: Tranquil Harvest Rk. II=KEEP
Spell: Translocate: Group=KEEP
Spell: Translocate=KEEP
Spell: Transon's Elemental Renewal=KEEP
Spell: Transon's Phantasmal Protection=KEEP
Spell: Trepidation=KEEP
Spell: Trial for Honor=KEEP
Spell: Umbral Skin=KEEP
Spell: Unrivaled Rapidity Rk. II=KEEP
Spell: Unwavering Hammer of Zeal Rk. II=KEEP
Spell: Vegu's Faithful Rk. II=KEEP
Spell: Venonscale Venom=KEEP
Spell: Venril's Covenant Rk. II=KEEP
Spell: Vestax's Spear of Venom Rk. II=KEEP
Spell: Viridifloral Shield Rk. II=KEEP
Spell: Virtue=KEEP
Spell: Visions of Kirathas Rk. II=KEEP
Spell: Visziaj's Command Rk. II=KEEP
Spell: Visziaj's Pallid Haze Rk. II=KEEP
Spell: Vitiate Corruption Rk. II=KEEP
Spell: Voice of Cognizance Rk. II=KEEP
Spell: Voice of Prescience Rk. II=KEEP
Spell: Voice of Terris=KEEP
Spell: Voidwhisper Manacles Rk. II=KEEP
Spell: Volcanic Ash Rk. II=KEEP
Spell: Vow of Victory=KEEP
Spell: Vsorug's Presence Rk. II=KEEP
Spell: Wake of Atrophy Aura=KEEP
Spell: Wake of Subdual Rk. II=KEEP
Spell: Wand of Prime Transvergence Rk. II=KEEP
Spell: Ward of Admonishment Rk. II=KEEP
Spell: Ward of Mystifying Rk. II=KEEP
Spell: Ward of Reprisal Rk. II=KEEP
Spell: Ward of Requital Rk. II=KEEP
Spell: Ward of Resurgence=KEEP
Spell: Ward of the Devout Rk. II=KEEP
Spell: Ward of the Resolute Rk. II=KEEP
Spell: Warder's Protection=KEEP
Spell: Wave of Absolution Rk. II=KEEP
Spell: Wave of Healing=KEEP
Spell: Wild Growth Rk. II=KEEP
Spell: Wilting Foliage Rk. II=KEEP
Spell: Windwhip Bite Rk. II=KEEP
Spell: Wintry Revival Rk. II=KEEP
Spell: Word of Recovery Rk. II=KEEP
Spell: Word of Vivacity Rk. II=KEEP
Spell: Wrath of the Elements=KEEP
Spell: Yaulp IX Rk. II=KEEP
Spell: Yaulp X Rk. II=KEEP
Spell: Zevfeer's Theft of Vitae=KEEP
Spherical Bottle Sketch=KEEP
Spider Brain=Sell
Spider Egg=Ignore
Spider Legs=Destroy
Spider Mandible=Sell
Spider Silk=KEEP
Spider Venom Sac=KEEP
Spiderling Eye=Sell
Spiderling Flesh=Sell
Spiderling Legs=Sell
Spiderling Meat=Sell
Spiderling Silk=KEEP
Spiked Discordling Collar=KEEP
Spiked Metal Wristguards=Sell
Spiked Plank=Destroy
Spiny Fruit=Sell
Spiral Earpin=Ignore
Spirit Mantle=KEEP
Spirit Summoner's Bag=Sell
Spirit Weaver's Breastplate=Ignore
Spirit Weaver's Greaves=Ignore
Spirit-Touched Phased Spider Thorax=Ignore
Spiritvoid Earring=Ignore
Splintered Discordling Bone=Sell
Splintering Club=Destroy
Splintering Spinestone Wand=Ignore
Spongy Loam=KEEP
Spool of Balemoon Silk=KEEP
Spool of Fine Wire=Quest|20
Sporali Cap=KEEP
Sporali Eye=Sell
Sporali Skin=KEEP
Sporali Spores=Sell
Sporali Webbing=Sell
Spore Covered Bone=Ignore
Sporerune Bow=KEEP
Sprig of Rotweed=Ignore
Springy Young Branch=Ignore
Sprockets=KEEP
Ssraeshzian Insignia=Ignore
Staff Shard of Luclin=KEEP
Stained Fine Runic Paper=KEEP
Stained Fine Runic Spell Scroll=KEEP
Stale Caladium=KEEP
Stale Delphinium=KEEP
Stale Laburnum=KEEP
Stale Larkspur=KEEP
Stale Muscimol=KEEP
Stale Oleander=KEEP
Stalking Probe=Sell
Star Ruby Earring=Sell
Star Ruby=Sell
Starshine Band=Ignore
Starshine Moss=Sell
Static Bolt=Ignore
Statue Animation Essence=Sell
Staurolite=KEEP
Steam Core: Dedicant=Ignore
Steam Core: Martialism=Ignore
Steam Core: Necrotic=Ignore
Steam Suit Hydraulic Fluid=Ignore
Steaming Water=Sell
Steamvent Ruby=Ignore
Steamwork Compound Bow=KEEP
Steamwork Powersource=Quest|20
Steamwork Visor=Ignore
Steel Ball Bearing=KEEP
Steel Beam=Quest|20
Steel Skin Armplates=Ignore
Steel Wire=Quest|20
Stellite Encrusted Carpal Clay=Ignore
Steppes Ore=KEEP
Sticky Lotus Sap=Sell
Stitched Burlap Sleeves=Destroy
Stolen Goods=Ignore
Stone Golem Heart=Sell
Stone Idol of Storm Rites=Ignore
Stone Kanabo=Ignore
Stone Mephit Heart=Ignore
Stone Necklace=Sell
Stone Shard=Sell
Stone War Axe=Ignore
Stone of Lost Memories=Ignore
Stone of Marking=Destroy
Stone of Planar Protection=Ignore
Stone of Recovery=Ignore
Stonedust Particles=Ignore
Stonemite Antennae=Ignore
Stonemite Eye=Sell
Stonemite Feelers=Sell
Stonemite Parts=Sell
Stonewood Mail=Ignore
Storm Cloud=Sell
Storm Giant Head=Destroy
Storm Giant Meat=Sell
Storm Giant Toes=Sell
Storm Taarid Bone=Destroy
Storm Volaas Hair=KEEP
Stormflow Stone=KEEP
Stormriders Signet=Ignore
Straight Oak Treant Branch=KEEP
Straight Treant Branch=KEEP
Strand of Brownie Hair=Ignore
Strand of Ether=KEEP
Strands of Living Chain=Ignore
Strange Twisted Torque=Sell
Strength of Yar`Lir=KEEP
Strong Tree Limb=Ignore
Sturdy Bauble of Deceit=KEEP
Sturdy Mushroom Stem=Sell
Stygian Sleeves=Ignore
Sullied Animal Pelt=KEEP
Sullied Silk=KEEP
Sullied Stonemite Hide Gloves=Ignore
Summoned: Blazing Brand=Destroy
Summoned: Muzzle of Mowcha=Destroy
Summoned: Prime Belt=Destroy
Summoned: Winterbane=Destroy
SummonedSword=Ignore
Sunbeam Staff=Ignore
Sundered Blade Shards=KEEP
Sundered Blade=KEEP
Sunderspring Belt=KEEP
Sunderspring Boots=KEEP
Sunshard Dust=KEEP
Sunshard Ore=KEEP
Sunshard Pebble=KEEP
Sunshard Powder=KEEP
Sunsweep Vampire Slayer=Ignore
Superb Animal Pelt=KEEP
Superb Marrow=KEEP
Superb Silk=KEEP
Superb Spinneret Fluid=KEEP
Superior Caladium=KEEP
Superior Delphinium=KEEP
Superior Laburnum=KEEP
Superior Larkspur=KEEP
Superior Muscimol=KEEP
Superior Oleander=KEEP
Superior Privit=KEEP
Supple Basilisk Pelt=Ignore
Supple Corrupted Drake Hide=Sell
Supple Feederskin Boots=Ignore
Supple Loam=KEEP
Supple Onyx Chains=Ignore
Supple Puma Skin=Ignore
Supple Raptor Skin=Ignore
Supple Shark Skin=Sell
Supple Slippers of the Stargazer=Ignore
Supply Crate for Tellen=Ignore
Surcoat of Tragedy=Ignore
Swirling Mist=KEEP
Swirling Shadow Essence=Ignore
Swirling Vapor=Sell
Sylvan Berries=KEEP
Symbol of Ancient Summoning=Ignore
Symbol of Marr=Ignore
Symbol of Mistmoore=Ignore
Symbol of the Kyv=Ignore
Symbol of the Planemasters=Ignore
Stolen Blob of Clay=Ignore
Sack of Aphid Dung=Ignore
Sleek Bellikos Dagger=Sell
Spirit Orb=Ignore
Spark Essence=Ignore
Staff of Infinite Facets=KEEP
Speckled Golem Stone=Ignore
Sister's Handkerchief=Ignore
Sack of Excess Underquarry Ore=Ignore
Sample of Mercuralite=Ignore
Strange Ochre Clay=KEEP
Slimy Green Ring=Ignore
Seal of Torsis=Ignore
Stone Key=Ignore
Simple Etched Rune=Sell
Scroll of the Beguiler=Ignore
Sacred Creator's Guild Amulet=Ignore
Shard of Hsagra's Talisman=Ignore
Smashed Protector of Zek's Head=Ignore
Sporali Spider Palp Stew=Ignore
Snake Head=Sell
Shard of Coherence=Ignore
Stonegrind Solvent=Ignore
Stellite Encrusted Cephalic Clay=Ignore
Spiked War Maul=Ignore
Stellite Encrusted Brachial Clay=Ignore
Signet Amulet=Ignore
Stolen Dragorn Clan Insignia=Ignore
Stone of Focused Rage=KEEP
Stone of Perfidious Wanting=KEEP
Sessiloid Dung=Ignore
Spell: Balance of Discord=KEEP
Spider Tender's Goad=Ignore
Soothing Cliknar Studs=Ignore
Servogizmonic Manipulator=Ignore
Smooth Stone=Ignore
Symbol of Hope=Ignore
Strong Captured Cliknar Mount Saddle=Ignore
Spiderback Axe=Ignore
Slime Stained Hood=Ignore
Spell: Ward of Befuddlement Rk. II=KEEP
Sweet Lotus Sap=Sell
Savage Caiman Egg=Sell
Shiny Reptile Shell=Sell
Shard of Power=Ignore
Sludge-Covered Hoop=Ignore
Song: Cantata of Restoration Rk. II=KEEP
Spell: Torrential Hail Rk. II=KEEP
Spell: Scent of Afterlight Rk. II=KEEP
Spell: Talisman of the Stalwart Rk. II=KEEP
Spell: Ravenscale Rk. II=KEEP
Spell: Viridithorn Coat Rk. II=KEEP
Spell: Pyroclastic Eruption Rk. II=KEEP
Song: Aria of the Artist Rk. II=KEEP
Shroudsteel Pauldrons=Ignore
Spell: Mark of the Devoted Rk. II=KEEP
Spell: Frantic Renewal Rk. II=KEEP
Song: Tjudawos' Chant of Flame Rk. II=KEEP
Spell: Hand of Temerity Rk. II=KEEP
Spell: Thorn Wilting Rk. II=KEEP
Soothsayer's Eye=Ignore
Spell: Spear of Decay=KEEP
Shroud of Allegiance=Ignore
Sample of Apexus Marble=Sell
Silver Etched Gear #1=Ignore
Silver Etched Gear #2=Ignore
Small Brick of Acrylia Ore=KEEP
Silver Etched Reinforced Rod=Ignore
Small Piece of Acrylia=KEEP
Silver Etched Gear #3=Ignore
Spiny Great Mace=Destroy
Spiny Great Staff=Destroy
Spiny Short Spear=Destroy
Spiny Dagger=Destroy
Spiny Warhammer=Destroy
Sky Jewel=Destroy
Spiny Mace=Destroy
Shroud of Vigor=Ignore
Soul Essence of Aten Ha Ra=Ignore
Soot-Stained Shoulders=Ignore
Soot-brushed Shoulders of the Lifebringer=Ignore
Spell: Drape of Korafax Rk. II=KEEP
Synovium Membrane=Ignore
Slime-Etched Leggings=Ignore
Sigil Ring of the Predator=Ignore
Soul of Erillion=SELL
Sylvan Cloth Helm Ornament=Ignore
Scroll: Illusion: Revenant of Thelasa=SELL
Small Glowing Fear Shard=KEEP
Shimmering Loam=Keep
Sylvan Plate Hands Ornament=Ignore
Spiny Turtle Shell=Keep
Sabatons of the Underworld=Keep
Savage Wall=Keep
Sylvan Chain Wrist Ornament=Ignore
Sample of Pure Snow Bunny Blood=DESTROY
Scorched Ore=Keep
Simple Embossed Rune=DESTROY
Stalker's Poisonous Wristband=Keep
Salil's Writ Pg. 64=Ignore
Skull Charm Wizard Hat Ornament=Ignore
Sharpened Conduit=Ignore
Sylvan Cloth Arms Ornament=Ignore
Sliggles' Magic Powder=Ignore
Sylvan Chain Helm Ornament=Ignore
Slippers of Verbosity=Keep
Strap of Glee=Ignore
Sylvan Leather Wrist Ornament=Ignore
Silver Burial Necklace=Ignore
Sylvan Plate Legs Ornament=Ignore
Sylvan Plate Arms Ornament=Ignore
Sylvan Cloth Chest Ornament=Ignore
Sylvan Cloth Wrist Ornament=Ignore
Scaly Diabolist Belt=Ignore
Sylvan Chain Chest Ornament=Ignore
Sylvan Chain Hands Ornament=Ignore
Spell: Words of Tranquility=Keep
Spell: Thunder of Karana=Keep
Spring Minerals=Ignore
Sand Guard Robes=Ignore
Sylvan Leather Helm Ornament=Ignore
Selyrah Ridge=SELL
Shifting Sphere of Veiled Ascension=Ignore
Sylvan Plate Wrist Ornament=Ignore
Sylvan Plate Feet Ornament=Ignore
Sylvan Leather Legs Ornament=Ignore
Sylvan Leather Feet Ornament=Ignore
Selyrah Bones=SELL
Sylvan Chain Feet Ornament=Ignore
Sylvan Cloth Hands Ornament=Ignore
Spernal Fetish=Ignore
Sylvan Chain Arms Ornament=Ignore
Sylvan Plate Helm Ornament=Ignore
Sylvan Plate Chest Ornament=Ignore
Scavenger Head=Keep
Sooty Numen Plaque=Keep
Sylvan Chain Legs Ornament=Ignore
Sapling Wood=DESTROY
Stone of the Landing=Ignore
Snake Tooth Sandals=Keep
Sample of Pure Water=Ignore
Scuffed Traveler's Rucksack=Ignore
Sylvan Leather Chest Ornament=Ignore
Second Piece of Gibbledon's Schematics=Ignore
Spernal's Spiraled Sceptre=Ignore
Sylvan Leather Hands Ornament=Ignore
Sparking Scale=Ignore
Sylvan Cloth Legs Ornament=Ignore
Scuffed Journeyman's Rucksack=Ignore
[T]
Taaffeite=KEEP
Tacky Silk=KEEP
Tactician's Shield=Ignore
Taelosian Geomancy Stone Eril=Ignore
Taelosian Geomancy Stone Jelki=Ignore
Taelosian Geomancy Stone Yiktu=Ignore
Taelosian Mountain Tea Leaves=Sell
Taelosian Mountain Wheat=KEEP
Taelosian Stone=KEEP
Taelosian Tea Leaves=KEEP
Taelosian Wheat=Sell
Tainted Darksteel Battleaxe=Ignore
Tainted Planar Essence=KEEP
Talisman of Living Rock=KEEP
Talisman of the Turasian Sycophant=Ignore
Tallow-marked Candle=Ignore
Talwin's Journal Page 1=Ignore
Talwin's Journal Page 2=Ignore
Tantalum Ore=KEEP
Tantor's Tusk=KEEP
Tarnished Cog=Sell
Tarnished Gold Plate Vambraces=Sell
Tarnished Screw=Quest|4|Browniebot XVII
Tarnished Signet=Ignore
Tarnished Skullhead Earring=KEEP
Tarnished Skullhead Ring=KEEP
Tarnished Sprocket=Ignore
Taskmaster's Pouch=Ignore
Tattered Animal Pelt=KEEP
Tattered Chimera Pelt=Sell
Tattered Cragbeast Hide=KEEP
Tattered Hide Cloak=Destroy
Tattered Hynid Hide=KEEP
Tattered Ikaav Braid=Sell
Tattered Quarter of a Map=Ignore
Tattered Scrolls=Ignore
Tattered Serf's Cap=Sell
Tattooed Discordling Hide=Sell
Tattooed Shiliskin Skin=Destroy
Tattooed Ukun Skin=Sell
Tear Etched Swatch=KEEP
Tears of Prexus=Sell
Temporal Chainmail Sleeves=Ignore
Tender Goblin Flesh=Sell
Tendon-Hilted Scimitar=Destroy
Terrifying Tentacle=Sell
Terror Matriarch Venom Sack=Ignore
Terror sphere=Sell
Thalium Ore=KEEP
Thalium Studs=KEEP
Thaulen Teir'Duuren Infiltration Plans=Ignore
Thaumaturgic Mechanotablet=Destroy
The Ashengate Orders=Ignore
The Green Fog=Destroy
The Guardian's Pouch=Ignore
The Harvester of Souls=Ignore
The Riftseekers' Greatness=Ignore
Thick Grizzly Bear Skin=KEEP
Thick Silk=KEEP
Thick Spinneret Fluid=KEEP
Thin Leather Straps=Ignore
Thin Notebook=Ignore
Third Fragment of the Heroes' Disk=Ignore
Thontik's Blade=Ignore
Thornscrape Spike=Ignore
Thought horror fangs=Sell
Thrallbond Belt=KEEP
Three Oak Acorn=KEEP
Thrice-Laced Wristguard=KEEP
Thrice-Notched Arrow Remains=Ignore
Throneblade of the Ykesha=Ignore
Thulii Meat=Ignore
Thunderclap Hoop=Ignore
Thundercrest Katana=KEEP
Time Phased Quintessence=Ignore
Time Traveler's Abandoned Notebook=Ignore
Timeless Leather Tunic Pattern=Ignore
Timespinner Blade of the Hunter=Ignore
Timeworn Bone Shard=Ignore
Tin Ore=KEEP
Tiny Clockwork Shaft=KEEP
Tiny Jade Ring=Ignore
Titanite=KEEP
Titanium Gears=Sell
Titanium Ore=KEEP
Titanothon Tunic=Ignore
Tizmak Leggings=Destroy
Tizmak Sleeves=Destroy
Tizmak Tunic=Destroy
Toebone Necklace=Ignore
Token of Alignment=KEEP
Token of Order=KEEP
Tolan's Darkwood Greaves=KEEP
Tome of Agitating Scream Rk. II=KEEP
Tome of Armor of Draconic Runes Rk. II=KEEP
Tome of Armor of Endless Honor Rk. II=KEEP
Tome of Astral Projection Rk. II=KEEP
Tome of Bazu Bluster Rk. II=KEEP
Tome of Bleed Rk. II=KEEP
Tome of Blinding Flare Rk. II=KEEP
Tome of Blinding Spark Rk. II=KEEP
Tome of Bloodseeker's Axe=KEEP
Tome of Clawstriker's Flurry Rk. II=KEEP
Tome of Decimator's Volley=KEEP
Tome of Discordant Magic=Ignore
Tome of Docent of Toxicity Rk. II=KEEP
Tome of Echo of Deception Rk. II=KEEP
Tome of Echo of Distraction Rk. II=KEEP
Tome of Eternal Preservation=Ignore
Tome of Final Stand Discipline Rk. II=KEEP
Tome of Fourth Wind Rk. II=KEEP
Tome of Harrow=KEEP
Tome of Jeer Rk. II=KEEP
Tome of Jolting Snapkicks=KEEP
Tome of Jugular Slash Rk. II=KEEP
Tome of Last Breath Rk. II=KEEP
Tome of Last Gasp=KEEP
Tome of Lithe Discipline Rk. II=KEEP
Tome of Maelstrom Blade Rk. II=KEEP
Tome of Malarian Carapace Rk. II=KEEP
Tome of Punch Through Rk. II=KEEP
Tome of Rage Axe=KEEP
Tome of Rigor Mortis Rk. II=KEEP
Tome of Shield Reflect Rk. II=KEEP
Tome of Shimmering Silhouette Rk. II=KEEP
Tome of Tendon Shear Rk. II=KEEP
Tome of Third Wind Rk. II=KEEP
Tome of Umbral Carapace Rk. II=KEEP
Tome of Waylay Rk. II=KEEP
Tome of Wheel of Fists=KEEP
Tome of Withstand Rk. II=KEEP
Tome of a Lorekeeper=Ignore
Tome of the Deep Waters=Ignore
Ton Po's Mystical Pouch=Ignore
Tongue of the Zun'muram=Ignore
Top Section of an Engraved Signet=Ignore
Topaz=Sell
Torgiran Shackle Key=Destroy
Torn Eye Stitches=Sell
Torn Goblin Scroll=Sell
Torn Ixt Warrior's Banner=Sell
Torn Journal Page=Ignore
Torn Murkglider Eye=Sell
Torn Pages=Ignore
Torn Quarter of a Map=Ignore
Torn and Tattooed Orc Flesh=Ignore
Toskirakk Bruiser Bone=Ignore
Toskirakk Shackle Key=Ignore
Toskirakk Signet of the Guard=Ignore
Totem of the Chimera=Ignore
Tough Beetle Leg=Sell
Tough Feran Meat=Sell
Tower Guardian's Scavenged Bauble=Ignore
Tower Guardian's Shield=Ignore
Trade-In Gem: Thaumatize Pet Rk. II=KEEP
Trade-in gem: Dire Constriction Rk. II=KEEP
Trade-in gem: Necrotic Pustules Rk. II=KEEP
Trean Flies=KEEP
Treant Amber=Sell
Treant Bark=Sell
Treant Heart=KEEP
Treant Sap=Sell
Trellik's Lute=Ignore
Tri-coated Metal Casing=Ignore
Tri-platinum Foil=Ignore
Tribal Belt of Bone=KEEP
Trinket of the Scale=Ignore
Troll Blood=Ignore
Troll Parts=KEEP
Truesight Hammer=Ignore
Trusik Blood=Sell
Tsetsian Blood=Sell
Tsetsian Faceted Eye=Sell
Tsetsian Mandibles=Sell
Tuft of War Boar Fur=Destroy
Tungsten Ore=KEEP
Turasian Talisman=Ignore
Turepta Eye=Sell
Turepta Shell=Ignore
Turepta Spine Ring=Ignore
Twice Forged Steel Bulwark=Ignore
Twilight Worms=KEEP
Twisted Longbow=Sell
Twisted Magnetized Belt=KEEP
Twitching Ghoul Finger=Sell
Twitching Giant Frog Leg=KEEP
Twitching Soot=Ignore
Twitching Straw=Sell
Two-Toned Signet=Ignore
Timeless Hunter's Sausage=KEEP
Trade-In Gem: Glorious Denunciation Rk. II=KEEP
Trade-In Gem: Splash of Sanctification Rk. II=KEEP
Trade-In Gem: Wind of Malis Rk. II=KEEP
Therma's Bauble=Ignore
Trade-In Gem: Malediction of Havoc Rk. II=KEEP
Trade-In Gem: Remote Manaflux Rk. II=KEEP
Trade-In Gem: Assault Rk. II=KEEP
Trade-In Gem: Flinch Rk. II=KEEP
Trade-In Gem: Erud's Retort Rk. II=KEEP
Trade-In Gem: Vigorous Dagger-Throw Rk. II=KEEP
Trade-In Gem: Swarm of Bees Rk. II=KEEP
Trade-In Gem: Bestow Undeath Rk. II=KEEP
Trade-In Gem: Malarian Mantle Rk. II=KEEP
Trooper Shield=Ignore
Telmira Core=Sell
Torn Enchanted Silk Wristband=Ignore
Trade-In Gem: Dire Implication Rk. II=KEEP
Trade-In Gem: Lionhearted Rally-Cry Rk. II=KEEP
Trade-In Gem: Vigorous Shuriken Rk. II=KEEP
Trade-In Gem: Necrotize Ally Rk. II=KEEP
Thorny Vine Vambraces=Ignore
Trade-In Gem: Protective Confession Rk. II=KEEP
Trade-In Gem: Arcane Disjunction Aura Rk. II=KEEP
Tower of Gold=Ignore
Trade-In Gem: Splash of Runedust Rk. II=KEEP
Trade-In Gem: Autarchian Mindwrack Rk. II=KEEP
Telmira Mask of Warfare=Ignore
Tribal Necklace of Enlightenment=Ignore
Trade-In Gem: Self-Immolation Rk. II=KEEP
Trade-In Gem: Arcane Distillect Rk. II=KEEP
Trade-In Gem: Blast of Hypergrowth Rk. II=KEEP
Trade-In Gem: Hypnotic Stare Rk. II=KEEP
Trade-In Gem: Chaotic Boon Rk. II=KEEP
Trade-In Gem: Holy Intervention Rk. II=KEEP
The Great Father's Fall Page 1=Ignore
Trade-In Gem: Sundew Blessing Rk. II=KEEP
Trade-In Gem: Bracing Defense Rk. II=KEEP
Trade-In Gem: Honorific Mantle Rk. II=KEEP
Trade-In Gem: Crystallizing Circle Rk. II=KEEP
Transcendent Fungus=Ignore
Telmira Tenent Orb=Ignore
Telmira Veil of Conflict=Ignore
Trade-In Gem: Venimor's Insult Rk. II=KEEP
Turepta Meat=Sell
Turepta Liver=KEEP
Trade-In Gem: Focused Storm of Arrows Rk. II=KEEP
Trade-In Gem: Frost Gift Rk. II=KEEP
Trade-In Gem: Axe of Rallos Rk. II=KEEP
Trade-In Gem: Haergen's Feralgia Rk. II=KEEP
Tome of Knuckle Smash=KEEP
Tome of Sneer Rk. II=KEEP
Taniza the Crystal-Bound=Ignore
Thrumming Essence=Ignore
Trade-In Gem: Call Skeleton Swarm Rk. II=KEEP
Teachings of the Apexi=Ignore
Trade-In Gem: Healing Counterbias Rk. II=KEEP
Trade-In Gem: Surge of Ironvines Rk. II=KEEP
Trade-In Gem: Holy Contravention Rk. II=KEEP
Torch of Judgment=Ignore
Tae Ew Blood Vial=KEEP
Teachings of the Bellikos=Ignore
Trade-In Gem: Desperate Escape Rk. II=KEEP
Trade-In Gem: Surge of Thaumacretion Rk. II=KEEP
Trade-In Gem: Friendly Pet Rk. II=KEEP
Tainted Feather=Keep
Tainted Larkspur=Keep
Tasset of the Underworld=Keep
Tainted Muscimol=Keep
Tainted Oleander=Keep
Tainted Laburnum=Keep
Tainted Privit=Keep
The Rod of Favoritism=Ignore
Tainted Caladium=Keep
Traditional Wizard Hat Ornament=Ignore
Turncoat's Ring=Ignore
Tamer's Whip=Keep
Thick Leather Girdle=Ignore
Triumvirate Blood Stone=Ignore
Tiny Orb of Defense=Ignore
Treant Flower=SELL
Tainted Delphinium=Keep
Twitching Snood=Ignore
Third Piece of the Flute of Calming=Ignore
Third Piece of Gibbledon's Schematics=Ignore
Thunderstone=Ignore
The Matriarch's Hunting Vest=Keep
[U]
Ubel's Discord Amulet=Ignore
Ukun Chained Armplates=KEEP
Ukun Guts=Sell
Ukun Heart Blood=KEEP
Ukun Heart=Sell
Ukun Hide=Sell
Ukun Summoning Idol=Sell
Ukun Tongue=Ignore
Umbral Platemail Bracer=Ignore
Unadorned Symbol of Torden=Ignore
Unanimated Chunk of Stone=Sell
Uncoiled Springs=Ignore
Uncut Alexandrite=KEEP
Uncut Alexantrite=KEEP
Uncut Amethyst=KEEP
Uncut Black Sapphire=KEEP
Uncut Combine Star=KEEP
Uncut Demantoid=KEEP
Uncut Emerald=Ignore
Uncut Goshenite=KEEP
Uncut Jacinth=KEEP
Uncut Morganite=KEEP
Uncut Rubellite=KEEP
Undamaged Animal Organ=Ignore
Undamaged Noc Fang=Ignore
Undead Legionnaire's Skull=Ignore
Undead Shissar Venom Sack=Sell
Undead shissar scales=Ignore
Unrefined Sapphire=Ignore
Unsullied Battle Horn=Sell
Untainted Spectral Essence=Ignore
Urticaceae=KEEP
Used Clockwork Driveshaft=Quest|1|Browniebot XVII
Used Clockwork Spring=Quest|1|Browniebot XVII
Used Parchment=KEEP
Useless Hunk of Metal=Ignore
Useless Shard Piece=Sell
Undertone Wheelstick=Ignore
Unstable Glob of Clay=Ignore
Underfoot Poncho=Ignore
Under-Rune Shoulders=Ignore
Ulthork Meat=DESTROY
Ulthork Hide Boots=DESTROY
Ulthork Blubber=DESTROY
Ulthork Hide=DESTROY
Ulthork Hide Gloves=DESTROY
Ulthork Tusks=DESTROY
Ulthork Hide Bracer=DESTROY
Ulthork Hide Arms=DESTROY
Ulthork Hide Skullcap=DESTROY
Ulthork Whiskers=Ignore
Uncut Pristine Ruby=Ignore
Umbral Plate Faceguard=Ignore
[V]
Vah Shir Meat=Sell
Vaifan's Temporary Power Cell A=Ignore
Vaifan's Temporary Power Cell B=Ignore
Vaifan's Temporary Power Cell C=Ignore
Valor Crystals=KEEP
Valorium Shards=Ignore
Vampire Dust=Sell
Vampire Heart=Sell
Vampire Parts=Sell
Vampire Teeth=Sell
Vampiric Blade of Shadow Spine=Ignore
Vanadium Ore=KEEP
Vann Toes=KEEP
Vegerog Moss=Sell
Vegetable Oil=KEEP
Veil of Warmth=Ignore
Veil of the Cynic=KEEP
Velishoul's Tome Pg. 109=Sell
Velishoul's Tome Pg.17=Sell
Velishoul's Tome Pg.44=Sell
Velishoul's Tome Pg.68=Sell
Velium Dagger=DESTROY
Velium Etched Stone Mace=DESTROY
Velium Gem Dusted Rune=Sell
Velium Gemmed Rune=Sell
Velium Great Staff=DESTROY
Velium Hound Fur=KEEP
Velium Knuckledusters=DESTROY
Velium Long Sword=DESTROY
Velium Mastodon Fur=KEEP
Velium Morning Star=DESTROY
Velium Rapier=DESTROY
Velium Scimitar=DESTROY
Velium Short Sword=DESTROY
Velium Silvered Rune=DESTROY
Velium Spear=DESTROY
Velium Studs=KEEP
Velium Two Handed Sword=DESTROY
Velium Warhammer=DESTROY
Vellum Parchment=KEEP
Vellum=KEEP
Velosk's Ring of Bone=Ignore
Velvet Slippers of Harmony=Ignore
Vengeful Mail of the Void=Ignore
Venomous Secretions=KEEP
Venomous Stonemite Poison Sac=Ignore
Verdant Emerald of Wounding=Ignore
Verdant Tessera=KEEP
Vergalid Clay=KEEP
Vergalid Scale=Ignore
Vergalid Slave Manacles=KEEP
Versluierd Fungus=KEEP
Vessa's Dire Barb=Ignore
Vestal Insignia=KEEP
Vex xi Vius=Ignore
Vexthorne=Ignore
Vial of Black Poison=Sell
Vial of Burning Liquid=Ignore
Vial of Corrosive Slime=Ignore
Vial of Elf Blood=Sell
Vial of Gnoll Blood=Sell
Vial of Iksar Blood=Ignore
Vial of Pious Dragorn Blood=Ignore
Vial of Primal Crystal Fluid=Ignore
Vial of Purified Mana=KEEP
Vial of Shrieker Essence=KEEP
Vial of Slaver Blood=Ignore
Viscid Tar=Ignore
Visor of the Berserker=Ignore
Vitrik Beak=Sell
Vitrik Claw Belt=Ignore
Vitrik Claw=Sell
Vitrik Pinion Feather=Sell
Voidflow Stone=KEEP
vial of corrupted blood=Ignore
Voskatik's Message Jelly=Ignore
Vegetables=KEEP
Vial of Protaurian Command-Flavor Hivejelly=Ignore
Vitallium Encrusted Carpal Clay=Ignore
Vanadium Chain Gloves Template=KEEP
Vault Key=Ignore
Venom-Tipped Arachnid Fang=Sell
Vial of Frog Venom=Sell
Vitallium Encrusted Phalangeal Clay=Ignore
Vitallium Encrusted Crural Clay=Ignore
Vitallium Encrusted Cephalic Clay=Ignore
Vitallium Encrusted Brachial Clay=Ignore
Vitallium Encrusted Tarsal Clay=Ignore
Vitallium Encrusted Thoracic Clay=Ignore
Vine-Covered Spaulders=Ignore
Validus Custodus Long Sword=Destroy
Velium Rings=KEEP
Vial of Clear Mana=KEEP
Vial of Distilled Mana=KEEP
Vial of Pure Water=KEEP
Violet Crystallized Essence=KEEP
Viridian Hero's Forge Chain Chest Ornament=Ignore
Viridian Hero's Forge Leather Arms Ornament=Ignore
Viridian Hero's Forge Plate Wrist Ornament=Ignore
Viridian Hero's Forge Chain Arms Ornament=Ignore
Viridian Hero's Forge Plate Helm Ornament=Ignore
Viridian Hero's Forge Plate Hands Ornament=Ignore
Viridian Hero's Forge Cloth Legs Ornament=Ignore
Viridian Hero's Forge Cloth Hands Ornament=Ignore
Viridian Hero's Forge Chain Feet Ornament=Ignore
Viridian Hero's Forge Cloth Robe Ornament=Ignore
Velium Embossed Rune=DESTROY
Viridian Hero's Forge Cloth Feet Ornament=Ignore
Viridian Hero's Forge Plate Legs Ornament=Ignore
Viridian Hero's Forge Leather Chest Ornament=Ignore
Viridian Hero's Forge Chain Wrist Ornament=Ignore
Viridian Hero's Forge Leather Helm Ornament=Ignore
Vyzh'dra's Log #414=Ignore
Vyzh'dra's Log #600=Ignore
Vyzh'dra's Log #500=Ignore
Vyzh'dra's Log #590=Ignore
Voidwielding Gloves=Keep
Viridian Hero's Forge Plate Feet Ornament=Ignore
Viridian Hero's Forge Cloth Arms Ornament=Ignore
Viridian Hero's Forge Leather Legs Ornament=Ignore
Viridian Hero's Forge Plate Chest Ornament=Ignore
Viridian Hero's Forge Cloth Wrist Ornament=Ignore
Viridian Hero's Forge Chain Hands Ornament=Ignore
Viridian Hero's Forge Plate Arms Ornament=Ignore
Viridian Hero's Forge Chain Helm Ornament=Ignore
Viridian Hero's Forge Leather Hands Ornament=Ignore
Viridian Hero's Forge Chain Legs Ornament=Ignore
Viridian Hero's Forge Leather Feet Ornament=Ignore
Viridian Hero's Forge Leather Wrist Ornament=Ignore
Viridian Hero's Forge Cloth Chest Ornament=Ignore
Verlekarnorm's Horn of Disaster=Ignore
Viridian Hero's Forge Cloth Helm Ornament=Ignore
Viridian Wizard Hat Ornament=Ignore
Vinescaled Selyrah Head=DESTROY
Vambrace of Salubritas=Keep
Violet Speckled Egg=Ignore
Voiceless Hound Skean=Ignore
[W]
Wand Harness=Ignore
Wand of Imperceptibility=Ignore
Wand of Temporal Power=Ignore
War Torch=Destroy
Warbound Boots=Sell
Warden's Stone of Prowess=Ignore
Warped Eternal Incandessence=Ignore
Warped Eternal Luminessence=Ignore
Warped Medial Incandessence=Ignore
Warped Medial Luminessence=Ignore
Warped Seminal Incandessence=Ignore
Warped Seminal Luminessence=Ignore
Warped Steel Breastplate=KEEP
Warped Steel Gauntlets=KEEP
Warped Steel Helm=KEEP
Warrior's Blood=Destroy
Wasp Spider Silk=KEEP
Watchman Orak's Brilliant Bauble=Ignore
Watchman's Breeches=KEEP
Water Drake Wing=Ignore
Waterlogged Britches=KEEP
Waterlogged Rigging=KEEP
Wax Flower=KEEP
Weak Nigriventer Venom=Sell
Weighted Drakkin Whip=Destroy
Wendia's Blessing=KEEP
Wendia's Charm=KEEP
Wendia's Sash=KEEP
Wereorc Arm=Ignore
Wereorc Blood=Sell
Wereorc Canine=Sell
Wereorc Claw=Sell
Wereorc Leg=Ignore
Wereorc Mane=Sell
Werewolf Claws=Sell
Werewolf Heart=Destroy
Werewolf Pelt=Sell
White Dragon Helm=KEEP
Wild Bloodberry Branch=Ignore
Wild Blueberry Branch=Ignore
Wilted Caladium=Destroy
Wilted Laburnum=Destroy
Wilted Larkspur=KEEP
Wilted Muscimol=KEEP
Wilted Oleander=KEEP
Wing of Xegony=Sell
Winged Storm Boots=Ignore
Winter Steel Shard=Ignore
Wiry Rat Whiskers=Sell
Wisp Essence=Sell
Witheran Bile=KEEP
Witheran Skin=Sell
Witheran Slime=KEEP
Withered Discordling Tongue=KEEP
Witherskin Cloak=Ignore
Wito xi Tetoracu=Ignore
Wolf Meat=Destroy
Wolf Teeth=Sell
Wolf Whiskers=Ignore
Wood Ashes=Sell
Wood Elf Parts=KEEP
Words of Abrogation=Sell
Words of Acquisition (Beza)=Sell
Words of Anguish=Sell
Words of Aptitude=Sell
Words of Asylum=Sell
Words of Banshee=Sell
Words of Bondage=Sell
Words of Burnishing=Sell
Words of Capacity=Sell
Words of Cazic-Thule=Sell
Words of Coercion=Sell
Words of Collection (Caza)=Sell
Words of Constancy=Sell
Words of Control=Sell
Words of Covert=Sell
Words of Detachment=Sell
Words of Dimension=Sell
Words of Dissolution=Sell
Words of Distress=Sell
Words of Domination=Sell
Words of Energy=Sell
Words of Expertise=Sell
Words of Grappling=Sell
Words of Immunity=Sell
Words of Incarceration=Sell
Words of Intent=Sell
Words of Knowledge=Sell
Words of Misery=Sell
Words of Neglect=Sell
Words of Obligation=Sell
Words of Obliteration=Sell
Words of Odus=KEEP
Words of Potence=Sell
Words of Projection=KEEP
Words of Recall=Sell
Words of Recourse=Sell
Words of Requisition=Sell
Words of Restraint=Sell
Words of Retention=Sell
Words of Revenant=Sell
Words of Seizure=KEEP
Words of Stimulation=Sell
Words of Tenancy=KEEP
Words of Tenure=KEEP
Words of Torment=Sell
Words of Transcendence=Sell
Words of Voiding=Sell
Words of the Ethereal=Sell
Words of the Psyche=Sell
Words of the Sentient (Beza)=Sell
Worg Blood=Sell
Worg Canine=Sell
Worg Pelt=Sell
Worg Scent Gland=Ignore
Worg Tail=Sell
Worker's Pouch=Destroy
Worldslayer Blessed Crystal=Ignore
Worm-Infested Kyv Brain=Sell
Worn Belt Buckle=Destroy
Worn Bone=Sell
Worn Gearbox=Sell
Worthless Bailing Hook=Ignore
Worthless Mining Pick=Destroy
Woven Nihil Mantle=KEEP
Woven Shadow Chestplate=Ignore
Wrapped Velium Brawl Stick=Sell
Wrext Mal Insignia=Ignore
Wrext Mal Insignia=Ignore
Wrext Mal Sacrificial Blade=Ignore
Wrext Mal Sacrificial Blade=Ignore
Wristband of the Bonecaster=Ignore
Wristguard of Keen Vision=Ignore
Wristplates of Burning Rage=Ignore
Writ of Quellious=Sell
Wurine Alpha Arms=KEEP
Wurine Blood=Sell
Wurine Paw=Destroy
Wurmscale Scroll=Ignore
Wyl`ards Cartography Tools=Destroy
Wyvern Eye=Sell
Wyvern Jaw=Sell
Wyvern Meat=Destroy
Wyvern Scale=Sell
Worthless Rock=Ignore
Written Announcement=Ignore
Words of Collection (Beza)=Sell
Worn Arms=Ignore
Wand of Lava=Ignore
Wand of Darkness=Ignore
Words of Crippling Force=Destroy
Warped Steel Greaves=KEEP
Wavethrasher=Ignore
Words of Collection (Azia)=Sell
Words of Bidding=Sell
Worn Magnetic Collar=KEEP
Walrus Tusk=DESTROY
Wooly Rhino Meat=DESTROY
Words of Possession=DESTROY
Words of Duress=DESTROY
Walrus Tooth=DESTROY
Words of Abatement=Ignore
Webbed Netting Sleeves=Keep
Wooly Rhino Horn=Ignore
Words of the Suffering=Keep
Weight of the Wild=Keep
Whispering Compass=Keep
Wyvern Fang=Keep
Whitestone Shield=Ignore
Wrapping Antennae=Keep
Windsong Horn=DESTROY
Windsong Flute=DESTROY
Windsong Drum=DESTROY
[X]
Xangef's Nightmace=Ignore
Xeegarn's Head=Ignore
Xictic's Bloody Robes=Ignore
Xounii's Journal Page 1=Ignore
Xounii's Journal Page 2 Right Half=Ignore
Xounii's Journal Page 3 Left Half=Ignore
Xounii's Journal Page 3 Right Half=Ignore
Xanthiune Spores=Ignore
[Y]
Yaeth's Compendium Pg. 108=Sell
Yaeth's Compendium Pg. 92=Sell
Yakman Parts=Destroy
Yelinak's Head=Ignore
Yelinak's Talisman=Ignore
Yellow Gem Grade Faycite=Destroy
Yellow Spider Silk=Ignore
Yerensaal Plains Belt=Ignore
Yerensaal Savannalord Belt=Ignore
Yogundi's Remains=Ignore
Young Plains Cat Backbone=Ignore
Young Puma Skin=Ignore
Young Witheran Hide Leggings=Ignore
Yar`Lir's Fang=Ignore
Yellow Speckled Egg=Ignore
[Z]
Zahlikk Crystal=Ignore
Zaushiz's Collar of Darkness=Ignore
Zazuzh's Idol=Ignore
Zherozsh's Key=Ignore
Zherozsh's Ring=Ignore
Zombie Essence=Sell
Zombie Flesh=Sell
Zombie Skin=Sell
Zraxthril Forged Axe=Destroy
Zraxthril Forged Cutlass=Destroy
Zraxthril Forged Flamberge=Destroy
Zraxthril Forged Mace=Destroy
Zraxthril's Studded Earring=KEEP
Zraxthril=Ignore
Zun'Muram's Spear of Doom=Ignore
Zenium Pyroclast of the Crystal Core=Ignore
Zoicite=Keep
 
I have to say that this is a pretty awesome way to necro rez this thread. Very useful information.
 
I use this. I assumed this came with the mmobugs updater since I've had it for some time-- sellitem.mac .

Usage works as /mac sellitem "The Item"

Credit to someone for this. Probably not me, but I have used this for several years.

Code:
Sub Main 
  /if (!${Window[MerchantWnd].Open}) {
    /echo You need to have a merchant window open!
    /end
  }
  /if (!${Defined[Param0]}) {
    /echo Proper usage: /macro sellitem ItemName
    /end
  }
  /declare OldMoney int Inner    
  /call ClearCursor
  /if (${Param0.Equal[NULL]})  /return
  /delay 2s
  :Finding 
  /if (${FindItemCount[=${Param0}]}) { 
    /nomodkey /itemnotify ${FindItem[=${Param0}].InvSlot} leftmouseup 
    /delay 5 ${SelectedItem.ID}==${FindItem[=${Param0}].ID}
    /if (${SelectedItem.ID}==${FindItem[=${Param0}].ID}) {
      /delay 1s
      /varset OldMoney ${Me.Cash} 
      /nomodkey /shift /notify MerchantWnd MW_Sell_Button leftmouseup 
      /delay 2s (${Me.Cash}!=${OldMoney})
    }
    /goto :Finding 
  }
  /echo No more ${Param0} to sell!!!      
  /return 

Sub ClearCursor 
  /declare x int local 
  :auto_inv 
  /if (${Cursor.ID}) { 
    /if (${Cursor.Container}) { 
      /for x 1 to 8
        /if (!${InvSlot[pack${x}].Item.Container}) /nomodkey /itemnotify pack${x} leftmouseup 
      /next x 
    } else { 
      /timed 5 /autoinventory 
    } 
    /goto :auto_inv 
  } 
  /return