• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - ACManaPct for Hybrids

howlinhoss

Active member
Joined
Aug 10, 2019
RedCents
265¢
I noticed my pally on a mana draining raid mob stop melee attacking because he was out of mana. I got the message "Low Mana. Turning off melee." I checked ACManaPct and it was properly set to 0 as per the wiki guide. Has anyone else seen this or know if hybrids should be set to some other ACManaPct?

  • ACManaPct=<#>
    • Stop assisting when Mana drops below this.
      • Set to 0 for melee only
      • Set to 101 for non-melee casters
 
I assume he ran completely down to zero mana? You can change line 442 in modmelee.inc (change the ">" to ">="):

From: /if (${Me.PctMana}>${ACManaPct} || (${Me.MaxMana}==0 && ${ACManaPct}!=101)) {

To: /if (${Me.PctMana}>=${ACManaPct} || (${Me.MaxMana}==0 && ${ACManaPct}!=101)) {

I will include with the next release. Thank you for the report.
 
I assume they were actually at 0 and not some fluke higher mana. I have actually never seen this happen on my pally. The statistical odds of a modern toon hitting actual 0 is about the same as winning the lotto probably. Most likely only due to the mana drain mob.
 
I assume he ran completely down to zero mana? You can change line 442 in modmelee.inc (change the ">" to ">="):

From: /if (${Me.PctMana}>${ACManaPct} || (${Me.MaxMana}==0 && ${ACManaPct}!=101)) {

To: /if (${Me.PctMana}>=${ACManaPct} || (${Me.MaxMana}==0 && ${ACManaPct}!=101)) {

I will include with the next release. Thank you for the report.
Thanks for the code review and change.

Yes he completely ran out of mana due to a debuff in ToV. The debuff brought his mana down and pegged him there so when I tried to restart MB I would get the stop assist message and PAL would stop attacking.
 
I notices there are a few glitches the program should filter out. IE my previous post about the MT w aggro trying to swap spells. Any other toon not a big deal. The MT will take a round of max dmg for sitting.
 
Question - ACManaPct for Hybrids

Users who are viewing this thread

Back
Top
Cart