• 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! 👋
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.
Resource icon

MyChat 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 DB and build a fresh one to eliminate these issues **
(6861d17) ~grimmier378

Features⛲


- Default NPC channel
Added settings to load in default NPC channel if missing. channel ID 9100
(907ef5a) ~grimmier378
- Default channels update
Updated say, tells, and shouts to use the P3 token and only show players.

Added a default NPC channel using N3 token to only show NPC say, shouts, tells, and whispers.

this still misses random quest emotes.
(d48f25c) ~grimmier378

Performance🏎️


- SQL query
Making the SQL Query handle the heavy work of removing special characters from the names.

This is faster, than using lua to do this. Since we can pull the data formatted all at once instead of formatting the name row by row.
(57729a5) ~grimmier378

〰️Commits​


- N3, P3 for NPC and PC
Added 2 tokens N3 for NPC names and P3 for PC names.

Useful to filter only npc or pc spam from normal channels and into their own channel.
(cbf59ff) ~grimmier378

[1.88] - 2024-05-07​


Bug Fixes🐛


- On Off toggle set backward
Set the on off setting to the correct values I had them backward in one spot.
(1f19f3d) ~grimmier378

[1.87] - 2024-05-06​


Bug Fixes🐛


- Popstyle
Found a mismatch pop style that will crash you if you don't have a theme setup. so basically first time you load it.
(29db571) ~grimmier378

[1.86] - 2024-05-06​


Bug Fixes🐛


- Pattern match '(). chars
Was missing subs for ( ) and . characters
making (Beza) and any Pg. item to not properly link.
(f4a0d42) ~grimmier378

Features⛲


- Toggle auto refresh from menu
You can now toggle auto refresh from the main menu, without having to change the delay timer setting.
(4e79586) ~grimmier378

[1.85] - 2024-05-06​


Performance🏎️


- Cleaned up the SQL query
SQL Query is now more effecent at pulling names out of the links with less mistakes.
(eb27237) ~grimmier378

[1.84] - 2024-05-05​


Bug Fixes🐛


- Replaced removed connection line
Accidently deleted the connection line.
(e059c3f) ~grimmier378

[1.83] - 2024-05-05​


Bug Fixes🐛


- SQL db checks
Added some checks to make sure the DB exists. and if not we disable link lookups.

Also will check build type, and if EMU check for emu db then fall back on live db if that exists.

If both are missing we will disable link lookups.
(fc53cc6) ~grimmier378

[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.
(ef6fb8e) ~grimmier378

Features⛲


- Refresh link db
Added refresh links delay setting.

this is in increments of 5 min and 0 being no auto refresh
(1a24e5f) ~grimmier378

Performance🏎️


- Make SQL get the name
Make SQL query do the name pulling from the string for us.
(b9c5bc8) ~grimmier378

[1.81] - 2024-05-05​


〰️Commits​


- Config windows
Removed some redundancies.
fixed my backward labeling.
removed some unneeded returns.

removed the init calls for the config windows
instead calling them from the main window.
(8db81a4) ~grimmier378

[1.80] - 2024-05-05​


Bug Fixes🐛


- Properly working close
We have a proper close button on the title bar that works.
(953e344) ~grimmier378
fixed issue with not having lsqlite module installed was
added the call to main init.lua so we can make sure its there before loading in the links.lua.

fixed some sillyness with the window open / close

Added backups to config/MyChat/Backups
sorted into folders by Server_Name
Back
Top