• 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 - Paladin Spell questions

Myysterio

Myysterio
Creator
Joined
Jun 13, 2020
RedCents
1,761¢
With Kissassisst I have a couple technical questions

How do I make it cast Brilliant Acquittal everytime it pops and I'm fighting something? (its a nuke that gives twincast). It appears mash only works with melee. I have it set to cast it at 99,

[CODE title="DPS Code"]DPSOn=2
DPSSize=21
DPSSkip=0
DPSInterval=2
DPS6=Brilliant Acquittal|99[/CODE]

Is there a way I could make it do Brilliant Acquittal (for healing twincast) before it casts Splash of Repentance as a cure or a heal? Id like the two spells to be linked if possible.

Not looking to specifically work these two together, but I'd like see what's possible.

Hand of the Dreamer Keeper, is a group pally buff similar to cleric persistence (does not overwrite or stack with it). Is it possible to make the buff not cast or mem it if there's a cleric buff or a cleric around or do i need to disable it in the INI file if a buff it doesn't stack with should be on?


Thank you ahead of time for any help. I'm new to the whole paladin thing.
 
Last edited:
you could make a condition for splash of repentance to only cast when you have the twincast buff ( not sure what that is)

I was checking out the pally ini library and didnt see it anywhere

I heard that sic guy is pretty good at that stuff
 
you could make a condition for splash of repentance to only cast when you have the twincast buff ( not sure what that is)

I was checking out the pally ini library and didnt see it anywhere

I heard that sic guy is pretty good at that stuff
I want to be able to cast the splash whether there's a buff on or not, id just like it to try and link them. Buff, DPS, and Heals routines have a hard time interacting with each other sometimes.

Most ini's in the library are tank inis. Im working on support pallies for raids, dont need them tanking except in emergencies.
 
Hand of the Dreamer Keeper, is a group pally buff similar to cleric persistence (does not overwrite or stack with it). Is it possible to make the buff not cast or mem it if there's a cleric buff or a cleric around or do i need to disable it in the INI file if a buff it doesn't stack with should be on?
That's doable with a conditional stacking check.
Adjust this for your spell,
Code:
Cond13=!${Target.Buff[Righteousness].ID} && ${Spell[Righteousness].StacksTarget}
 
How do I make it cast Brilliant Acquittal everytime it pops and I'm fighting something? (its a nuke that gives twincast). It appears mash only works with melee. I have it set to cast it at 99,
Perhaps use multiple entries, with varied % and conditional? Maybe add a matching splash line with condition to check if the twincast is active?
 
Question - Paladin Spell questions

Users who are viewing this thread

Back
Top
Cart