• 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 - SK epic will not fire

Lamarye

New member
Joined
Jun 17, 2017
RedCents
10¢
Hello, this is my first time posting here.
I am unable to get my SK epic to fire no matter what section of the ini file I place it. Oddly this is an ini file I took from this site and modified/changed it to better suit my needs but in its original form, the epic would fire.
Is anyone able to tell me what I am doing wrong? I did add the epic to fire in different sections than the original ini file had it firing
I will include what my ini looks in the sections where I want the epic to fire so someone may be able to offer me a solution.

Thanks for taking the time to read my post in advance for any who do.

[AE]
AEOn=1
AESize=10
AERadius=50
AE1=Contempt|2|Mob
AE2=Explosion of Hatred|2|Mob
AE3=Explosion of Spite|3|Mob
AE4=Stream of Hatred|4|Mob
AE5=Innoruuk's Dark Blessing|3|Mob
AE6=Velium Threaded Soulrender Breastplate|4
AE7=NULL
AE8=NULL
AE9=NULL
AE10=NULL

DebuffAllOn=0
[Heals]
HealsOn=1
HealsSize=4
Heals1=Shield Flash|35|Tap|Cond11
Heals2=NULL
Heals3=Composite Fang|50|Tap
Heals4=Innoruuk's Dark Blessing|40
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
XTarHeal=0
XTarHealList=NULL
HealGroupPetsOn=0
AutoRezOn=0
RezMeLast=0


[Burn]
BurnSize=16
BurnText=Decepticons attack
BurnAllNamed=0
Burn1=command:/stopdisc|Cond18
Burn2=Deflection Discipline|Cond18
Burn3=Impenitent Influence|Cond18
Burn4=Restless Mantle|Cond13
Burn5=Cursed Guardian Discipline|Cond12
Burn6=Leechcurse Discipline|Cond12
Burn7=Unholy Aura Discipline|Cond12
Burn8=T`Vyl's Resolve
Burn9=Cerise Blade
Burn10=Harmtouch|Cond11
Burn11=Reflexive Contempt
Burn12=Scale Touched Soulrender Breastplate
Burn13=Spite of Kra`Du
Burn14=Scourge Skin
Burn15=Chattering Bones|Cond11
Burn16=Innoruuk's Dark Blessing
UseTribute=0
 
AE: The epic isn't targeting the mob so I'm pretty sure you can remove the |Mob
I thought it would still work as you have it though

Heals: For testing, change the value to 90. Does it fire?

Burn: you have BurnAllNamed = 0
Are you using a hotkey to trigger burn? Otherwise, you are telling KA to not burn, thus no Epic
 
Thanks for the reply and yes I had already removed the |mob but still have not seen it fire.
I will try the heal value change and see what happens.
Yes, I trigger the burn as it was burning things that were not truly named when I had that enabled.
 
You are going to want to use the |Me flag to specify to heal you. Without it I believe it is looking at group health maybe?
try
Code:
Heals4=Innoruuk's Dark Blessing|40|Me
 
You are going to want to use the |Me flag to specify to heal you. Without it I believe it is looking at group health maybe?
try
Code:
Heals4=Innoruuk's Dark Blessing|40|Me

Code:
Heal Spells must use the following syntax: Spell Name|% health to heal at as seen below. Not using flags will cast that spell on anyone if they meet the spells casting criteria.
|Me - Specific setting for just the healer

You are correct but the problem you are going to experience it that you will switch target to yourself to use epic. Not good for a tanking SK that uses lifetap proc (buff/shield) to stay alive.
Rather use a condition.

Code:
Heals4=Innoruuk's Dark Blessing|40|CondXX
CondXX=${Me.PctHP} < 40
 
Code:
Heal Spells must use the following syntax: Spell Name|% health to heal at as seen below. Not using flags will cast that spell on anyone if they meet the spells casting criteria.
|Me - Specific setting for just the healer

You are correct but the problem you are going to experience it that you will switch target to yourself to use epic. Not good for a tanking SK that uses lifetap proc (buff/shield) to stay alive.
Rather use a condition.

Code:
Heals4=Innoruuk's Dark Blessing|40|CondXX
CondXX=${Me.PctHP} < 40
instead of |me, you should consider using |tap
Very true, both these options are better than mine. I forgot
Code:
|Me
switches targets. I’m still a kiss noob but I’m getting there.
 
You are going to want to use the |Me flag to specify to heal you. Without it I believe it is looking at group health maybe?
try
Code:
Heals4=Innoruuk's Dark Blessing|40|Me
I believe I had tried that and it did not fire but I could be mistaken I had tried a few combos of things to get it to fire,
 
Code:
Heal Spells must use the following syntax: Spell Name|% health to heal at as seen below. Not using flags will cast that spell on anyone if they meet the spells casting criteria.
|Me - Specific setting for just the healer

You are correct but the problem you are going to experience it that you will switch target to yourself to use epic. Not good for a tanking SK that uses lifetap proc (buff/shield) to stay alive.
Rather use a condition.

Code:
Heals4=Innoruuk's Dark Blessing|40|CondXX
CondXX=${Me.PctHP} < 40
[/QUOTE

Thanks for the input I will give that a shot and see what happens
 
PS Do you have the epic ornament ?

Could be related if you do


No, it is just the 2.0.
I have gotten it to fire in the burn and heal sections but it has not fired in the AE section that I have noticed yet.
 
Problem - SK epic will not fire

Users who are viewing this thread

Back
Top
Cart