• 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

Problem - Enchanter casting haste on self over and over

wceqtx

Member
Joined
Mar 2, 2023
RedCents
100¢
My enchanter casts the previous haste on themselves over and over until OOM. The highest level haste is cast on group, but for some reason the previous spell is used as a self buff and they cast constantly. I have worked around this by deleting the previous spell from the book but when I got to a spell I could not delete, I had to remove it from the class config.
 
The spell I could not just delete from my book and ended up removing from the config was Speed of Vallon. It did it with every haste spell up to that point as well though. Let me know if you want me to replicate it and run some logging or something. I would be happy to help any way I can.
 
I can verify this also. char is on Laz. Does that matter?
My enchanter will keep casting "Aanya's quickening" lvl 53 on me until oom. Even if I manually cast lvl 58 "Wonderous rapidity" then hit unpause, mems Aanya and will cast, get resisted. Keeps going until oom. To manage I made key to pause and sit him.
 
I have the same problem. He will load a single target haste spell then reload the gem with the previous spell and the reload the haste spell .. rinse and repeat until OOM
I thought it was getting stuck trying and failing to haste the pet.
He was doing this with the last few single target haste spells starting as lvl 60
 
Another option is to add the previous spell to the block list until he has the chance to resolve the issue.
 
deleting old single targe haste spell was working for me till lvl 60...for some reason, i can't delete visions of grandeur from the spellbook
 
best i can tell is the enchanter wants to cast haste on his pet..but instead casts haste on himself. then cycle repeats...enc sees no haste on pet, and tries to cast haste again, but haste himself..over and over.

when you manually cast haste on your pet, the issue goes away...until the haste wears off.
 
Is it possible that you are running kissassist on the account that is running say MQ2? I get similar issues when i forget that i was using bard kissassist then change to my enc on that account without typing /end to end the macro so basically kissassist and MQ2Enchanter are fighting each other and kissassist wins.
 
i'm a bit confused. if you're running KA and switch to another char ( i assume you mean logging off and then on to another char)..then KA will no longer be active. but in any case, i wasn't running KA on this group. i made this group solely to learn RGmercs.
 
Hi I'm having the same problem on a level 60ish ENC.
I'm not logged in atm so I cant provide exact details but I think from my quick investigation, he was trying to buff pet with haste and not targetting pet but himself instead, resulting in an infinite needbuff loop.

Let me know if you need more debugging info on this, I can run tests
 
Dunno if this helps, but its a screenshots of my ENC casting vision of grandeur on himself, while rotation says pet management
He's alternating this and speed of vallon (which is group haste i think)

+edit: I dinged 65 and the same thing happens with vallon's quickening which is the next tier of haste spell learned at 65
Screenshot 2024-06-08 141544.png
 
Last edited:
I read this in the class config Lua file

--- Speed of the Brood won't take effect properly on pets. Unless u Purchase the AA

I got no idea about how ENC works, what AA are we talking about here?
 
I read this in the class config lua file

--- Speed of the Brood won't take effect properly on pets. Unless u Purchase the AA

I got no idea about how ENC works, what AA are we talking about here?
Autogrant (and TLP) pets require single target buffs until the owner gets the AA (60 or 65)
 
I deleted lines 855 to 860 in enc_class_config.Lua
Definitely not a clean fix but it seems to stop the loop
those lines:
{
name = "PetBuffSpell",
type = "Spell",
active_cond = function(self, spell) return mq.TLO.Me.PetBuff(spell.ID()).ID() end,
cond = function(self, spell) return RGMercUtils.SelfBuffPetCheck(spell) end,
},
 
i'm a bit confused. if you're running KA and switch to another char ( i assume you mean logging off and then on to another char)..then KA will no longer be active. but in any case, i wasn't running KA on this group. i made this group solely to learn RGmercs.
Again not sure if this is your issue, however, logging off a toon that is running kissassist and then logging in a toon rinning say MQ2enc will cause issues if you did not /end the kissassist macro. To make my example more clear... I run the bard using kissassist and he has a specific song rotation, if i forget to /end when I log into my enc he will start casting or trying to cast spells that were in that song rotation. You can then hit end and resolve that issue, but i remember one time i noticed it because the enc was just stuck in a perpetual loop of casting haste. Now I can't recall which haste it was or if it was self or pet, but it did happen and someone on the forum suggested that I make sure kissassist wasn't still running and that was the culprit.
 
i created an issue on the pet haste bug on there github site. Received zn email that there is a fix .
BST and ENC fixes and updates (#73)

* [BST] Fixes for Focused Paragon

[BST] Corrected typo in Focused Paragon
[BST] Added condition to Focused paragon to avoid spamming when group Paragon was active
[Utils] Slightly modified the underlying function behind the Paragon rotation so Paragon and Focused Paragon weren't used if the BST had 100% mana.

Current behavior:
Group Paragon will be used when any group member's mana is below the class config setting "ParagonPct".
Focused Paragon will be used on the BST unless another target meets the criteria above and Group Paragon is on cooldown.

* [BST] Additional Paragon fixes

[BST] Adjusted rotations so that (group) Paragon of Spirit would properly fire only when a group member was under the ParagonPct threshold.

* Update enc_class_config.lua

[ENC] Adjusted rotations so that low level haste spells that were intended to be used on a pet before pet-specific buffs were available don't continually spam the Enchanter (tested with Speed of Vallon).
[ENC] Updated Downtime rotations to support BuffWaitMoveTimer
[ENC] Added support for NDT to be cast on the group (once group versions are available) regardless of the presence of melee party members (tested (single) Night's Darkest Terror, NDT group buff currently not available).

* Update bst_class_config.lua

Minor adjustment to Focused Paragon rotation as it was being cancelled due to combat

* Update bst_class_config.lua

Formatting
(e3bf517) ~AlgarDude
 
Problem - Enchanter casting haste on self over and over

Users who are viewing this thread

Back
Top
Cart