• 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 --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.
(YALM) Yet Another Loot Manager

Work in Progress (YALM) Yet Another Loot Manager 0.12.7

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Updated the convert command. You can now convert Lootly or the built in AdvLoot filters.

/yalm convert lootly
/yalm convert advloot
Fixed some bugs

Added some commands to add configuration
Behavior has been tweaked. Original behavior everything was controlled by the loot master. This means if your character configurations didn't match, then characters could still end up with unwanted items.

Now loot rules are checked per character. Here's an example:

Say if you wanted only one toon to loot tradeskill items. You could put a condition for Tradeskill items in a rule and specify that character name in a list like:

INI:
        {
            ["name"] = "Tradeskill",
            ["setting"] = "Keep",
            ["list"] = "MyCharacterName",
        }

This means that this behavior would only work if this rule is set on the lootmaster. However, now you could forgo that rule on the lootmaster, and place it on MyCharacterName. Like so:

INI:
        {
            ["name"] = "Tradeskill",
            ["setting"] = "Keep",
        }

This means no matter what group MyCharacterName is in, they will always be given tradeskill items.

Of course you can still do it the 1st way. This just gives you more options.
Features:

Added support for guild deposit. It will:

  1. Promote all items that may be in the deposit list
  2. Deposit all items marked as Guild
  3. Change all permissions to Public
Fixes:

Fixed issue with setitem command
Fixed an issue with the management subcommands

Added delete support so you can delete stuff

Added beginning of help for the management commands.
You can do /yalm command help, /yalm rule help, /yalm condition help
Added:

Added commands command, rules, conditions. These can accept subcommands. Right now they can only do create. So /yalm condition create Foo for example would create a new condition file called Foo and also add it to the config. You can then edit this file in your favorite editor.

Breaking:

Renamed sets to rules to prevent confusion with setting a value via commands.

Fixes:

Increased dannet delay as I was getting back nil in some cases due to timeout

Fixed an issue where always_loot was being passed in prematurely, so items weren't being given to the proper character if you utilized list for an item preference.
Fixed issue with convert command crashing
Fixed the zip file so it extracts to the correct directory
Sample config should be fixed. Was missing a few keys cause I'm an idiot.
Back
Top