• 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 --->
(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.
There was an issue if you were grouped with a merc
mq.pickle() now properly supports keys with spaces. This means I was able to get rid of the lua based persistence libraries. Now if you have thousands of items from converting from lootly, /yalm setitem and other commands will finish MUCH faster. Almost instantly compared to the 20+ seconds it took.

This does require updating to the latest MQ version though.
Added Bank item preference and /yalm bank command.

Needed to make a defiant gear bank toon for the 5 groups i took to 85 working on YALM so far.
Fixed crashing when setitem or reloading configs.
Breaking Change

This is a pretty big update as it paves the way for getting a GUI working.

The main change is that Rules are no longer separate files. They will live only in YALM.LUA. Helper functions now must be defined in yalm/config/functions/ and must be under functions in YALM.LUA. Here's an example

{ functions = { GetClassList = { name = "GetClassList", }, GetEquipmentQuantity = { name = "GetEquipmentQuantity", }, }, rules: { Defiant = { category = "", conditions = { { name = "Defiant", setting = "Guild", quantity = "GetEquipmentQuantity", list = "GetClassList", }, }, items = {}, name = "Defiant", }, }

This also makes it easier to use functions in other files.
Solo loot was broken in the same way the buy command was.
Bug fixes:
  • implemented better delay logic for sell command. Sometimes it would stop.
  • small fix to setitem. If you supplied an item name in the command and didin't supple all or me, it would fail.
Bug fixes:
  • Buy was broken due to previous code changes to fix looting
  • Simulate was broken due to previous code changes to fix looting

Enhancements:
  • setitem by default will use all
  • Working on code refactors to start implementing full config commands
There was a bug on retrying looting
Improvements:

  • made setitem command case insensitive for preferences
  • improved the reliability of the guild deposit command
Back
Top