• 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 --->
Resource icon

Lua - MyChat (1 Viewer) v2.05

Download
grimmier updated MyChat with a new update entry:

04/28/2024

[1.70] - 2024-04-23​


Bug Fixes🐛


- Added some checks to also prevent saving blank names to Events and Channels. they will just default back to New. incase this was an accident.
(8b78e74) ~grimmier378
- Added some checks to also prevent saving blank names to Events and Channels. they will just default back to New. incase this was an accident...

Read the rest of this update entry...
 
Coming Soon!!!!

Clickable Item Links

Currently available for test.

  • need to make sure there isn;t a huge performance hit, and that we can catch all special characters that shouldn't belong.

Feel free to grab a copy from Git to test.

TEST VERSION

1714645193448.png
 
Last edited:
grimmier updated MyChat with a new update entry:

v1.82

[1.82] - 2024-05-05​


Bug Fixes🐛


- LinkDB empty raw data table
If the link db has an empty raw data table from not using /link /update it was causing issues with not having a name to pull from.

There is merit to building a personal DB from scratch especially on EMU. as this weeds out items not on your server.

As such we not will strip the item name out of the item link.
...

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

v1.89

[1.89] - 2024-05-16​


Bug Fixes🐛


- Links various build and db combinations
This should address a lot of the mismatch linkdb vs build issues.

We will check for the DB against Build type MQ2LinkDB_Live
MQ2LinkDB_Test
MQ2LinkDB_Emu
and if that doesn't exist for the current build. we will check for the merged db.
MQ2LinkDB

if EMU and using a merged DB fresh from live. the links will need additional formating.
** Recommend EMU users start with no...

Read the rest of this update entry...
 
Hey @grimmier , would it be possible to get your up to date mychat config whenever you are free? Trying to figure out how to pull the MQ console into MyChat. Thank you Sir!
 
I will add a proper file picker soon.
maybe just use what i have in ConfigEdit for the import option. this is easier than depending on people to properly write out the name.
 
Thanks for that! I loaded that file and there isn't a MQ Console channel. Possibly clue me in on what Events and Filters I would put to get MQ Console text to pull into a set channel?
 
you would need to build the events for whatever lines you wanted to format. There isn't a built in way to pull all of the console.
in the above i have a dannet one where i filter out the dannet spam into.
you could technically just do like the spam channel and #*# but i would not really recommend running that all the time, as that is every line from all chat.
the spam channel will actually try and filter out the stuff you already have channels for with about 80% accuracy some filters it misses.


personally i just dock mychat and the console ctrl ~ for console gui together so they are 2 tabs. and then MyChat has the channel tabs.
 
1719864102301.png

Sample of using Lua Patterns for your Filters. the above is looking for the positive or negative number at the end of the string. and coloring accordingly
 
grimmier updated MyChat with a new update entry:

v1.95

[1.95] - 2024-07-02​


Features⛲


- NO2 Token
Placing NO2 on a filter will find those lines and discard them. you can NO2 a token to ommit those lines, or NO2 a word or phrase.

Still needs some more testing but working fairly well so far.

To make this work properly pay attention to your fID # as they are processed in order.

so if you want to ommit something but allow others with similar patterns through put the ommit first.
...

Read the rest of this update entry...
 
Looks amazing. What happens to the old chat windows when you use this? And what happens if you want to play directly after a patch, so you need to use the original EQ chat windows again?
 
Looks amazing. What happens to the old chat windows when you use this? And what happens if you want to play directly after a patch, so you need to use the original EQ chat windows again?
eq chat windows i just shrink and hide off to the side behind other ImGui windows.
sadly yeah you would need to use your OG EQ windows between patch and mq update.
 
eq chat windows i just shrink and hide off to the side behind other ImGui windows.
sadly yeah you would need to use your OG EQ windows between patch and mq update.
Right, so chat will go to those windows as well as to the new one. No messing with the "real" UI so to speak. Awesome. Will give this a try. :)
 
grimmier updated MyChat with a new update entry:

v1.98

[1.98] - 2024-07-06​


Documentation📕


- Settings migration
Moving settings configs from:

/config/MyChat_Server_Name_CharName.Lua

to

/config/MyUI/MyChat/Server_Name/charname.Lua

this should help with organization.

adjusted import option to start from /config/MyUI/MyChat folder and you supply Server_name/CharName.Lua

This is a change i am making with all of my scripts. (slowly) to both organize the config folder some and separate some of...

Read the rest of this update entry...
 
Getting the following error. Even after fresh install.


YAML:
D:\mqnext\eq-Ret\lua\MyChat\links.lua:137: bad argument #1 to '(for generator)' (attempt to use closed sqlite virtual machine)
stack traceback:
    [C]: in function 'require'
    D:\mqnext\eq-Ret\lua\MyChat\init.lua:42: in main chunk
Ending lua script 'MyChat' with PID 17 and status -1
 
grimmier updated MyChat with a new update entry:

v2.00

[2.00] - 2024-09-17​


Bug Fixes🐛


- Npc check
(ef8f084) ~grimmier378

Features⛲


- Option to focus on keypress, and link changes
If Enabled you can select the key you would like to have reset focus into the input box.

Default is off, and Default key is 'RightShift'.

Also changed how links work, they should now use the event...

Read the rest of this update entry...

 
Lua - MyChat

Users who are viewing this thread

Back
Top