• 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 --->
  • There is a suspension/ban wave happening. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.
Resource icon

lootnscoot (for emu) 08/04/2025

Download now:  Join us with Level 2 access or earn your way in with  RedCents.

〰️Commits​


Dont use formatting in prefix if loot channel is eq chat
(8d6825a) ~aquietone

Bug Fixes 🐛


- Unlocking corpses when new item is set to ignore (#41)
Should no longer unlock a corpse if the settings are the same or are set to ignore.
(f33676b) ~Grimmier378

〰️Commits​


Add ReportSkippedItems setting (#40)
(a3290f7) ~aquietone

Bug Fixes 🐛


- ML stuck loops (#39)
* clear the items to loot and ML tables on zoning so we don't beeline to a corpse a cross the zone when coming back after wiping.

* fixed the stuck loop when a corpse or item is missing and we get stuck trying to loot and remove it over and over. had the index value wrong.

* Added combat checks when directing a character to loot. combatlooting setting will be checked as well. otherwise we will wait till after combat to try and loot the item.
(7b22950) ~Grimmier378

〰️Commits​


Include npc in xtarhater nearby mobs scan for buggy XT
(d6226d0) ~aquietone

Bug Fixes 🐛


- Decision checks (#38)
* decision checks should properly check classes
* decision checks will honor the `CanUse` tag better.
* prevent `finditemid` lookups from locking tables.
(f8e07e9) ~Grimmier378

〰️Commits​


Master Loot Option (#37)

* You can enable `MasterLooting` in the settings or through `/lns set` command
* Changing the setting on one char will tell the others to match
* When MasterLooting is on we will report back any items not marked as ignore or destroy.
* the items will appear in a new window showing some basic information about the item,
* clicking on the item name will open its link in game
* the members column will list people from actors and how many of the item they have
* clicking the `loot` button next to a name will tell that person to loot the correct mob and one of those items
* users will nav to the corpse and attempt to loot one of the item specified.
* You can also dismiss an item form the list (may reappear on next corpse if another drops, you can set it to ignore to prevent reappearances)
* There is also a `Self Loot` button to just loot the item yourself.
(78e3af7) ~Grimmier378

Features ⛲


- Import Old Database Rules (#36)
* Added command `/lns importold` incase you already had a `LootRules_Server_name.db` file in your MQ/Config folder and wanted to import those.

* this will open a window for you to enter the db name (including .db at the end) and import everything with a button click.

* any items in the db we couldn't find or that had more than one item matching that name will have a negative ID in the DB for now.

* Items with negative ID's or mossing items will have a red button with an X on it instead of the green edit pencil =)

* Clicking the button will bring the normal modify items window but if we find more than one item with that ID we will list them below so you can click and view their data to decide and set the right one.

* If we find an item while looting that matches one of the `missing items` we will update that item rule with the proper ID. assuming this item has 0 other matches on the name. aka first time seeing one named that.
d0a66f
(da3cf5f) ~Grimmier378

Bug Fixes 🐛


- Buy items saving qty as strings (#35)
* fix: buy items saving qty as strings

* fix: crash trying to open new item table when empty

fixed a crash if you tried to open the new items window without new items from the mini button context.

also hide the context menu item if no new items

* fix: Manual Looting windows closing out issue

will abort lootMobs() routine if already looting
(0c52c10) ~Grimmier378

Bug Fixes 🐛


- Restock var mismatch and timing (#34)
(811f2a4) ~Grimmier378

Styling 🦋


- Clone settings gets its own window (#33)
Cloning settings should now be more intuitive

clicking on the clone settings button will open a new window.

Select the source and destination users from the list on the left. Right click to bring up the selection context menu.

Once both are selected you can compare their settings side by side . Clicking the "Clone Now" button will send the new settings over to the destination user.
This will also unset the destination user so you can clone the same settings to someone else.

* Help window tables can now have their columns resized
(382c9de) ~Grimmier378
Back
Top