• 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

Lua - Inspector GUI

Coldblooded

Zero Fuchs Given
Creator
Joined
Mar 23, 2019
RedCents
8,961¢
Pronouns
He/Him
This is just something I threw together this afternoon, so it's somewhat of a work in progress.

What it does is show you the TLO:Me and TLO:Target real time broken into the individual datatypes that those TLOs expose. I took a list of the enum members from the DataType classes, so in some cases where a member is expecting an argument, the return value is nil. I want to make it such that I can flag those and have a user interact with the inspector to provide arguments at some point.

To Use, unzip the attachment into your Lua folder, and either use the Next Lua GUI to run or use the command line /lua run inspector.lua

1624236459888.png

I broke the script into two files; 1) the actual script that runs the layout and logic, and the other file is an include of all the datatype members.
 

Attachments

Hi Dragonslayer - I'm at work atm, but will take a look at that and see what the issue is. I'll update this and get a new version with the fix out ASAP.
 
Updated for latest version of MQ.

-- Fixed unbalanced ImGui "Begin" and "End" methods
-- Removed members of Datatypes that no longer exist
-- Added logic to skip and alert the user with copious amounts of spam to fix the datamember file if problem arises again
 

Attachments

Lua - Inspector GUI

Users who are viewing this thread

Back
Top
Cart