• 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 - Adding additional lines to kissassist?

NC23

New member
Joined
Mar 10, 2005
RedCents
44¢
What I want to know is if its possible to add additional lines to certain kissiassist categories and have them register correctly? Say for example kissassist has 5 lines set for the heal category Heal1-5 Can I add a Heal6 and a Heal7 and have those lines register correctly for use?

Also on an additional note. I know for SK life taps you have to list is as a tap in the heal line. What about with AA's? I'm having difficulty getting the AA Leech Touch to function. Do I need to label it as a tap as well?

Also with heals I want to add an item click effect. How would I add it the the heal category (example: Heal5=Abtruse Darktouch Breastplate|40)? Also same for SK epic click effect.
 
Leech touch is kind of a panic thing. Why not have it fire with a holyshit?

holyshit2=/if (${Target.Type.Equal[NPC]} && ${Me.AltAbilityReady[Leech Touch]} && ${Target.PctHPs}<95 && ${Me.PctHPs}<30) /casting "Leech Touch"

That's what I use to fire off leech touch if I'm low.


holyshit1=/if (${Target.Type.Equal[NPC]} && ${Target.Named} && ${Me.AltAbilityReady[Fundament: First Spire of the Reavers]} && ${Target.PctHPs}<95) /multiline ; /casting "Visage of Death" ; /timed 10 ; /casting "Fundament: First Spire of the Reavers" ; /timed 10 ; /casting "Innoruuk's Dark Blessing" ; /timed 10 ; /casting "Harm Touch" ; /timed 10 ; /disc malarian


This is what I have fire off for a named. Epic, VoD, Spire, Harmtouch, defensive. Obviously you can cut out and change it to what you want to happen, and the triggers you want. Using holyshits to fire off things like your epic and defensive and stuff has a much faster reaction time than any macro.
 
What I want to know is if its possible to add additional lines to certain kissiassist categories and have them register correctly? Say for example kissassist has 5 lines set for the heal category Heal1-5 Can I add a Heal6 and a Heal7 and have those lines register correctly for use?

Also on an additional note. I know for SK life taps you have to list is as a tap in the heal line. What about with AA's? I'm having difficulty getting the AA Leech Touch to function. Do I need to label it as a tap as well?

Also with heals I want to add an item click effect. How would I add it the the heal category (example: Heal5=Abtruse Darktouch Breastplate|40)? Also same for SK epic click effect.

All sections can be automatically increased in the mac file find
Rich (BB code):
/declare Heals[5]                       string      outer
change it to
Rich (BB code):
/declare Heals[10]                       string      outer
Rich (BB code):
HealsOn=1
Heals1=Touch of Falsin|55|Tap
Heals2=Dire Insinuation|35|Tap
Heals3=Leech Touch|20|Tap
Heals4=NULL
Heals5=NULL
 
Question - Adding additional lines to kissassist?

Users who are viewing this thread

Back
Top
Cart