• 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 - Cleric and Invisibilty

Dallas41

Well-known member
Joined
Oct 7, 2014
RedCents
132¢
Example: I use my enchanter to cast improved invisibility on my group, move everyone to the spot I wish to camp, and then start Kissassist. My cleric will immediately cast Elixir of the Seas Rk. II, self clickys and any other buffs listed in the ini file. The enchanter won't do anything until a mob is in camp or I purposely drop the invis.

If I start Kissassist and then cast improved invisibility the cleric will not do anything and remain invisible.

I'm not sure why the cleric is casting spells while invis and kissassist is started.
 
Because the heal routine is called before the check invis. I will look at the order see if there is an easy fix.
 
Because the heal routine is called before the check invis. I will look at the order see if there is an easy fix.

Just an idea Maskoi, but can we do a simple one line check in CastWhat sub itself to check against invis..
Since I am thinking we want this universal.. and to not cast globally if invised.. then the CastWhat sub itself would be universal since it handles 99.9999% of all KA casting.

Rich (BB code):
Sub CastWhat(string castWhat,int castTargetID,string sentFrom)
/if (${Me.Invis}) /return
 
Just an idea Maskoi, but can we do a simple one line check in CastWhat sub itself to check against invis..
Since I am thinking we want this universal.. and to not cast globally if invised.. then the CastWhat sub itself would be universal since it handles 99.9999% of all KA casting.

Rich (BB code):
Sub CastWhat(string castWhat,int castTargetID,string sentFrom)
/if (${Me.Invis}) /return

This will prevent all spell casting and toons will not assist when mob aggros
 
Problem - Cleric and Invisibilty

Users who are viewing this thread

Back
Top
Cart