• 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

MyChat v2.06

Download

[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

[1.78] - 2024-05-04​


Bug Fixes🐛


- Fix for pop out channel windows hiding when the main window was not. also fixed docking bugs with pop out widow.
(372c763) ~grimmier378

[1.77] - 2024-05-04​


Bug Fixes🐛


- Spam tab is now better at finding unfiltered lines of text.
(956f76e) ~grimmier378
- Fix for crashing when closing by clicking the X
(0a026f2) ~grimmier378

Features⛲


- Version update and features.
Added link lookup options to tabs.
You can toggle these on and off either from a menu or right clicking the tab.

Spam window is better at filtering out items that already have events for them.

Time Stamps are now color coded.
(0395c63) ~grimmier378
- Link Lookups are enabled on a per channel basis.
Added a Links menu to toggle links on and off per channel.

Added right click context menu item on tab to toggle links.

Defaults to off on all channels.
(38d0a07) ~grimmier378

Performance🏎️


- Performance Improvements with link lookups.
Added some / commands.

/lootlink add
will add item on cursor the MQ2LinkDB.

/lootlink find item name
takes item name quotes shouldn't be needed.

/lootlink refresh
reloads local table from MQ2LinkDB try this if an item doesn't show a link first. Especially if you have already added it.
(3990d1b) ~grimmier378

〰️Commits​


- Some code cleanup before version update.
(cd97e4b) ~grimmier378
- Testing Item Links.
Had pick apart the chat line and parse the combinations of word to find any items with links. and replace the text with a clickable link.

this is still in testing.
(950b56e) ~grimmier378
editing a channel will no longer clear it when saving.
added a flag to make sure this only reindexes on load. or when you force it to.

Added Menu Item to force re-index while running.
Has Heavy Reminders that it will clear your channels of old chat.

[1.73] - 2024-04-30​


Performance🏎️


- Changed the consider tags to search by faction standing part of the message, less to filter through.
(df57d69) ~grimmier378

[1.72] - 2024-04-30​


Bug Fixes🐛


- Missed the grey con.
(2c3d85e) ~grimmier378

[1.71] - 2024-04-30​


Features⛲


- Added a default channel Consider
This is a catch all to hold consider messages.
these messages will be color coded based on Con Color of your target.

I think i got all of the consider messages added, let me know if I am missing anything.

This channel will auto-magically be added to your existing configs if missing. So feel free to accidently delete it. =P

The only way to edit this is to have the channel tab enabled and right click to get to the events config page. or through the config file itself. Colors on this don't matter as we overwrite the settings with con color.
(0272081) ~grimmier378

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

[1.69] - 2024-04-23​


Bug Fixes🐛


- Fix for blank filter strings. you could create them but they wouldn't show and thus couldn't be directly deleted without deleting the entire event.
Now the blank filters will show in the config window so you can delete them directly.
(7a4b5e8) ~grimmier378

〰️Commits​


- Set default scaling on main window to 1.0
Added Tooltip to the command line, if on any other tab beside main it will show you the configured echo / setting. ex./say /tell etc.

code commenting and cleanup here and there.
(1ca310b) ~grimmier378

[1.68] - 2024-04-07​


Bug Fixes🐛


- Fix for collapsible headers all having the same event string name.
(b327ae1) ~grimmier378
old tag broke git updates.

Cosmetic adjustment on command line, should be centered now.

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.
Back
Top