• 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 --->
MQ2DPSAdv

Utility MQ2DPSAdv

〰️Commits​


(5f17b0c) ~brainiac
Update MQ2DPSAdv with constants and new chat colors
(fb1fc01) ~brainiac

〰️Commits​


(9bfa48a) ~Knightly
Merge branch 'v143' into 'master'

Update for v143

See merge request redguides/plugins/mq2dpsadv!5
(bf6f774) ~Knightly

〰️Commits​


- Misc cleanup for dpsadv

- GetCharInfo() -> pLocalPC
- GetCharInfo()->pSpawn -> pLocalPlayer
- Added usage of mq::MQColor to clean up some of the color code.
- Remove unnecessary casting
(1bdd68e)
- Merge branch 'misc-cleanup' into 'master'

Misc cleanup for dpsadv

See merge request redguides/plugins/mq2dpsadv!4 (f85ea76)
Posted by: DoNotReply
  • Updated IsPet check. -- Previous update to remove pets/swarm pets would cause a crash if your pet was the recipient of damage from the mob you were fighting. -- Now we just skip adding it as a mob in the dropdown.
  • Reverted previous update as it is not necessary with this fix.

Incorrectly adding `s pet to the MobList, these are not mobs and should not be given an entry in the MobList.
  • adjusted a strcpy_s to strncpy_s to help future proof potential issues where too much information is passed and cause an overflow.
  • updated "healed" to " healed " for the strstr to try and avoid catching user names like shealedallah the warrior princess.

  • Credit CWTN & Sic
  • color 301 is now "Critical" for self
  • color 302 is not Critical Dots AND Spells for self -- this requires checking handlenonmelee and handledot --- this can cause error in debug reporting, but that is expected.
  • color 305 this is other pet flurry
  • updated note for 328 for my pet hit
  • 331 is My Pet Flurry
  • 332 is now My Pet Critical
  • 356 is now My Flurry
  • added "stabs" to OtherHits

Addresses issue in #87
Added gore/gores and rend/rends to OtherHits and yourHits arrays
Hopefully the last, but we'll see.
  • Further cleans up MQ2DPSAdv (type setting, etc) where I noticed it while looking for the other crashes
  • Adds some future TODOs for other items I noticed
  • Adds UI option for History Limit (thank you Sic for pointing out my failures)
  • Fixes the ini setting of History Limit to 1 (sorry, you'll have to fix that yourself)
  • Fixes a previous crash that I made happen a lot more frequently (dangling pointer)
Back
Top