• 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 --->
RGMercs - Lua Edition!

Combat Assist RGMercs - Lua Edition! v1411

Download now:  Join us with Level 2 access or earn your way in with  RedCents.

[599] - 2024-09-18​


〰️Commits​


DanNetPeer Buff Check efficiency pass -now only runs 1 time per spell and rolls all the sub effects into a single query

Buff checks for self witll no longer use dannet to check.

/rgl backoff no longer fails to run
(d96a18c) ~Derple

[597] - 2024-09-17​


〰️Commits​


Added some more FAQ info (#194)

also cleaned up the layout some as it gets rather long.
(41624fa) ~Grimmier378

[595] - 2024-09-17​


〰️Commits​


Fix for FAQ crash (#193)
(ac3aa42) ~AlgarDude

[594] - 2024-09-17​


〰️Commits​


Variable Name change for Consistency and clarity. (#192)

* Variable Name change for Consistancy and clarity.

also added a general FAQ as an example in the Charm Module,

These can be used for any questions that might involve more than one setting or just basic questions.

* removed duplicate class section
(bad53d5) ~Grimmier378

[592] - 2024-09-17​


〰️Commits​


Made pull radius setting quieter.
(a164770) ~Derple

[590] - 2024-09-17​


〰️Commits​


Added Class Specific FAQ section (#191)

* added Class Specific FAQ section

this will show class related settings and their FAQ

* fix: missing class options .

---------

Co-authored-by: derple <[email protected]>
(247d96a) ~Grimmier378

[589] - 2024-09-17​


〰️Commits​


[SHD] Added a max mob count for snares after which we no longer snare.
(3642195) ~Derple

[588] - 2024-09-17​


〰️Commits​


[All] Class Config options shoudl once again render.
(5278ebb) ~Derple

[587] - 2024-09-17​


〰️Commits​


Removed debug line
(3fea7a2) ~Derple
[Loot] Fixed self looting
(309d5cf) ~Derple

[585] - 2024-09-17​


Styling 🦋


- Fixed column wrapping (#190)
(a83b4f2) ~Grimmier378

[584] - 2024-09-17​


〰️Commits​


Removed spell stacking check from UseSpell for now.
(b17ec0a) ~Derple

[583] - 2024-09-17​


〰️Commits​


[FAQ] FAQ Module cleanup pass.
(4c13be3) ~Derple

[581] - 2024-09-17​


〰️Commits​


FAQ Module (#189)

* FAQ Module

Adds a FAQ tab:

Lists a command line help.
also lists a Table of FAQ's for each setting.

Will need to populate the settings information in the Module.DefaultConfig

example
`['MezAECount'] = { DisplayName = "Mez AE Count", Category = "Mez", Tooltip = "Mez if you have more than [X] on xtarget", FAQ = "How do I set my AE mes limits?", Answer = "Set your Mez AE Count Setting to the minimum number of Mobs on Xtarget before using AE Mez.", Default = 3, Min = 1, Max = 20, },`

* added FAQ's to Loot Module

* text wrapping

* search FAQ

searches both tables and filters them

* search string to lower so things match easier

* crash fix forgot to set categoties

* added FAQ to Charm Module
(e86dc7e) ~Grimmier378
Back
Top