• 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

Bug - Temperance spam "Clicking" on Cleric (Yes it said "CLICKING")

Status
Not open for further replies.

Meistro

Member
Joined
Nov 19, 2014
RedCents
634¢
Was leveling a group the old fashion way, Cleric hit level 40 and attained the spell "Temperance".
I set it to cast on everyone in the group, single target spell.
It buffs the group just fine (Buffing Temperance on "Toonname").
On the cleric himself however he clicks it (Clicking > Temperance). He will do this until he runs out of mana, put group into med mode, and then when he has gained back enough mana to cast it again, remem the Temperance spell, target himself and "Click" it.
The only way to get him to NOT do this was to put it as a Buff1=Temperance|!Me

Now as I am writing this the group is fast approaching level 45 so it won't be an issue for very long for this spell, but i figured I would bring it to your attention as it MAY be something that TLP might want to have taken care of.
 
Was leveling a group the old fashion way, Cleric hit level 40 and attained the spell "Temperance".
I set it to cast on everyone in the group, single target spell.
It buffs the group just fine (Buffing Temperance on "Toonname").
On the cleric himself however he clicks it (Clicking > Temperance). He will do this until he runs out of mana, put group into med mode, and then when he has gained back enough mana to cast it again, remem the Temperance spell, target himself and "Click" it.
The only way to get him to NOT do this was to put it as a Buff1=Temperance|!Me

Now as I am writing this the group is fast approaching level 45 so it won't be an issue for very long for this spell, but i figured I would bring it to your attention as it MAY be something that TLP might want to have taken care of.


That Clicking > Whatever is in the Item cast section. Not sure how Temperance spell is being found as an Item.

Need to change line 2567 from:

Rich (BB code):
            /if (${FindItem[${Buffs[${i}]}].Spell.Stacks[0]} && !${Int[${Me.Buff[${FindItem[${Buffs[${i}]}].Spell}].ID}]} && ${FindItem[${Buffs[${i}]}].Timer}==0 && ${Select[${2ndPart},Aura,Mount,Mana]}<1)  {

To This:

Rich (BB code):
            /if (${FindItemCount[${Buffs[${i}]}]} && ${FindItem[${Buffs[${i}]}].Spell.Stacks[0]} && !${Int[${Me.Buff[${FindItem[${Buffs[${i}]}].Spell}].ID}]} && ${FindItem[${Buffs[${i}]}].Timer}==0 && ${Select[${2ndPart},Aura,Mount,Mana]}<1)  {

That's the only thing I can think of to double check it is NOT an item so don't click it.
 
Re: Temperance spam &amp;quot;Clicking&amp;quot; on Cleric (Yes it said &amp;quot;CLICKING&amp;quot;)

Made the change...didn't change the results. Still repeat casting Temperance on cleric himself, and MQ2 window denotes it as Clicking<

- - - Updated - - -

sent Debug.
 
Re: Temperance spam &amp;quot;Clicking&amp;quot; on Cleric (Yes it said &amp;quot;CLICKING&amp;quot;)

Made the change...didn't change the results. Still repeat casting Temperance on cleric himself, and MQ2 window denotes it as Clicking<

- - - Updated - - -

sent Debug.


Try changing the line too:

Rich (BB code):
    /if (${FindItemCount[${1stPart}]} && ${FindItem[${1stPart}].Spell.Stacks[0]} && !${Int[${Me.Buff[${FindItem[${1stPart}].Spell}].ID}]} && ${FindItem[${1stPart}].Timer}==0 && ${Select[${2ndPart},Aura,Mount,Mana]}<1)  {

To whom did you send the debug?
 
Sent again both a debugbuffs and a debugall. Didn't send yesterday becouse it was "too long". Made new and shorter ones with you most recent changes, but still doing it.

Only thing that I seem to with your changes is it doesn't seem to be buffing anyone now with it if I use the |!ME tag.
 
Bug - Temperance spam "Clicking" on Cleric (Yes it said "CLICKING")
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart