• 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 Grab

Utility CHIMpS Grab 2022-04-01

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
/lua run chimpsgrab
/lua run chimpsgrab like=' silk' <--- notice the leading space, this will grab anything with the string " silk" in it's name like "Befouled Silk" but not "Silk Robe"
/lua run chimpsgrab like=' ' <--- notice the space, this will grab ANYTHING with a space in it's name.
/lua run chimpsgrab "like=' silk'"
/lua run chimpsgrab "like='diamond' like='ruby' like='opal'" This will grab anything with "diamond" "ruby" or "opal" in it's name, anywhere in it's name.
/lua run chimpsgrab "like='a' like='e' like='i' like='o' like='u' like='y'" This will grab everything it can until running out of inventory space.
/lua run chimpsgrab cat='research' <--- only one category supported at a time, will grab 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