• 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 - Can you have spells cast on certain cons only?

Bandit42

New member
Joined
Feb 5, 2014
RedCents
50¢
Hi,

I was wondering if you set a spell to cast on even con and above only? I know i could create a burn command, but any syntax where it will cast < Even con?

I also seem to have issues getting cure disease and posion to work.

Just put them in cures, and there spell name?

Thanks
 
Probable something like

/if (${Target.Level}=>${Me.Level})

Not completely sure of syntax, but something similar.
I don't use kissassist but if I understand it correctly probable would be in the holyshit/downshit stuff.
 
In general.. you can always filter mob spawns to pull by level... but that is not supported in KA.

I use it via a social hotkey i make to only get targets up to 1 level below my current level... or max of 2 levels above me.

Rich (BB code):
Page2Button5Name=GetTarget
Page2Button5Line1=/target ${Spawn[npc targetable radius 290 zradius 50]}
Page2Button5Line2=/if (${Target.Level}<${Math.Calc[${Me.Level}-1]} || ${Target.Level}>${Math.Calc[${Me.Level}+2]}) /target clear
Page2Button5Line3=/if (${Target.Distance}>35) /moveto id  ${Target.ID} mdist 30
Page2Button5Line5=/if (${Target.Level}>=${Math.Calc[${Me.Level}-1]} && ${Target.Level}<=${Math.Calc[${Me.Level}+2]}) /pet attack

This way i target and send in a pet to attack only when a mob in my specified distance an level range are found/pulled.

This is a manual way to get the mob u want by level range... not in KA macro.
I provided my manual level based pull social as an example of the mq2 syntax you would use.

Obviously you need to create a social hotkey using this info, but use it to cast a specific spell based on the mobs level in comparison to you.
- - - Updated - - -

Hi,

I was wondering if you set a spell to cast on even con and above only? I know i could create a burn command, but any syntax where it will cast < Even con?

I also seem to have issues getting cure disease and posion to work.

Just put them in cures, and there spell name?

Thanks

Refer to the manual for syntax for cures in KA....
KissAssist 8 Instructions & Settings Info - Updated 05/29/2015
 
Last edited:
Question - Can you have spells cast on certain cons only?

Users who are viewing this thread

Back
Top
Cart