• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Resource icon

Release looted 06/02/2024

No permission to download

grimmier

grimGUI
Creator
Joined
Nov 14, 2023
RedCents
2,976¢
grimmier submitted a new resource:

looted - loot output console window

Simple console window Dedicated to displaying who looted what in group, with item links.

Standalone Mode
* start in standalone mode
/lua run looted start

Standalone Commands
/looted show toggles show hide on window.
/looted stop exit sctipt.

Or you can Import into another lua.

Import Mode

1. place in your scripts folder name it looted.lua.
2. local guiLoot = require('looted')
3...

Read more about this resource...
 
grimmier updated looted with a new update entry:

v1.06

[1.06] - 2024-03-08​


Features ⛲


- Menu items
* Added toggle for hide names to the menu.
* Added Exit to menu, Close Console will now only close the window but leave the script running.
* consolidated the events into one.
* imported and standalone windows can be run at the same time. Imported ones have a '*' in the title.
* you can have both running one showing names the other not if you choose.
...

Read the rest of this update entry...
 
Not sure if you follow eqlogparse, but it also has a feature similar to this for tracking lewtz.
yeah I have used that and gamparse before as well.

This was just for a simple output console I could pop and look at quickly from the game.
 
grimmier updated looted with a new update entry:

v1.08

[1.08] - 2024-03-09​


Features ⛲


- Reports
* You can now record data and report it after runs.
* Reported data is sorted by who looted what and qty.
* Report spits out clickable item links.

*Added drop down menu option to record data. default is off.
* All echos are now to our own console and not MQ console. with a few exceptions.

* Removed unused functions.
...

Read the rest of this update entry...
 
grimmier updated looted with a new update entry:

v1.09

[1.09] - 2024-03-09​


〰️Commits​


Menu

Adjusted the menu layout
Added menu item "View Report"

Added menu item Show Links. default is off
* this enables or disables using mq2linkdb to lookup items that we don't directly have a link for.
*** THIS WILL cause a stutter when issuing a report as it has to lookup each item in the DB.
Default is off. ***

removed unused functions.
...

Read the rest of this update entry...
 
grimmier updated looted with a new update entry:

v1.11

[1.11] - 2024-03-10​


〰️Commits​


- Import Menu's from Other Scripts
* You can export menu items from your lua into the console.
* Do this by passing your menu into guiLoot.importGUIElements table.

See Example function to include in your script Below:

Code:
	local function guiExport()
		-- Define a new menu element function
		local function myCustomMenuElement()
			if ImGui.BeginMenu('My Custom Menu') then
				-- Add menu items here
				_...

Read the rest of this update entry...
 
Release looted

Users who are viewing this thread

Back
Top
Cart