• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
CHIMpS Drop

Utility CHIMpS Drop 2023-09-20

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
/lua run chimpsdrop
/lua run chimpsdrop like='stringmatch'
/lua run chimpsdrop "like='firstmatch' like='secondmatch'"
/lua run chimpsdrop dropbag1 <--- Drops the contents from the first bag SLOT of your inventory (top left most inventory slot). dropbag2...dropbag12
/lua run chimpsdrop cat='research' <--- only one category supported at a time, will drop items as defined in the configuration file.

Category info can be edited in the configuration file CHIMpS.json in the VeryVanilla\config directory
CATEGORIES included by default in the CHIMpS.json file saved in configuration (you have to manually edit it until I write CHIMpS CONFIGURE):
Name = "research",
Description = "Research materials",
Like_strings = { "words of", "binding powder", " papyrus", " spell scroll", " parchment", "Nilitim", "Rune of ", "Salil", "Vellum", "Smudged R", "Sooty ", "Stained fine ", "Writing Ink" },
Exclude_strings = {}
},
{
Name = "silk",
Description = "Silks and Pelts for tailoring",
Like_strings = { " silk", " skin", " pelt", " hide" , " fibers" , " fur", "leather roll" , " scale" , "strands of ether", "storm volaas hair"},
Exclude_strings = {" silk net"}
},
{
Name = "meat",
Description = "Meat, parts and blood for Cooking and other... things",
Like_strings = { "egg", " meat", " parts", " blood", " heart", " tail", " guts" },
Exclude_strings = {}
},
{
Name = "archery",
Description = "Archery related TS items",
Like_strings = { "fearbone", " feather", " wood", "lumber", " timber", "Braxi Horn" , " oak", " spinneret ", " wing bones", " branch", " bowstave", "lumber plank", " laminate", " sap", " logs" },
Exclude_strings = {}
},
{
Name = "gems",
Description = "Jewelry items and high value vendor / bazaar items",
Like_strings = { "diamond", "sapphire", "garnet", "glowrock" , "glowstone", "crystal", "meldstone", "miragestone", "uncut " },
Exclude_strings = {}
},
{
Name = "ore",
Description = "Stone, Ore, Metals and other items for blacksmithing",
Like_strings = { " ore", " stone" },
Exclude_strings = {}
}
Back
Top