• 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 --->
cauldron.lua

Utility cauldron.lua 2023-05-23

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Server Type
🏢 Live 🏘️ Emu Test
Will scribe the spell if you have it and summon a cauldron if you don't have one, then click it when its ready. Edit the config.Lua file to keep or destroy summoned items.

If you want to use an older cauldron you would need to manually delete your cauldron and manually summon the cauldron you want to use.

Change
the config_default.Lua to config.Lua to keep saved settings from being overwritten on updates.

Default Settings in the config_default.Lua will be used when you do not use a config.Lua file.
INI:
local _C = {}

--Items to Destroy
_C.items_to_destroy = {
    'Imprint of the Enhanced Minion',
    'Tavon\'s Burnished Gemstone',
    'Tavon\'s Polished Gemstone',
    'Brightedge',
    'Mardu\'s Mercurial Visor',
    'Wavethrasher',
    'Mardu\'s Maniacal Mask',
    'Tideslasher',
    'Skull of the Spire Servant',
    'Summoned: Nightblade',
    'Summoned: Darkshine Staff',
    'Solus\' Polished Gemstone',
    'Solus\' Marquise-Cut Gemstone',
    'Summoned: Kotahl\'s Tonic of Healing',
    'Summoned: Kotahl\'s Tonic of Clarity',
    'Summoned: Kotahl\'s Tonic of Refreshment',
    'Ether-Fused Shard',
    'Pail of Slop'
}

--Items to Keep
_C.items_to_keep = {
    'Aircrisp Apple',
    'Ether-Fused Tea',
    'Void Shard',
    'Bulwark of Many Portals',
    'Flamekin-Baked Rolls',
    'Diffused Green Tonic',
    'Worlu\'s Windcloak',
    'Worlu\'s Prying Eyes',
    'Regal Tonic of Greater Healing',
    'Crystallized Sulfur',
    'Exalted Tonic of Healing',
    'Murky Energy Tonic',
    'Majestic Tonic of Healing',
    'Airkin-Baked Croissant',
    'Wand of Temporal Mastery',
    'Modulating Rod',
    'Rod of Mystical Transvergence',
    'Wand of Restless Modulation',
    'Summoned: Shir Birenj',
    'Summoned: Sahdi\'s Emblem',
    'Summoned: Nepeta Mint Tea'
}

return _C
Author
Coldblooded
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from Coldblooded

Share this resource

Latest updates

  1. Update

    Now scribes spell properly. Thanks for the report Rudmud.
  2. Update

    Will now keep your saved settings in config.lua file when updating or for first use you can...
  3. Updated Items To Destroy

    Removed a couple items that were in the destroy and keep list. You should look at the script and...

Latest reviews

Exactly what I was looking for. It's simple and customizable. Thanks!
Back
Top