- Joined
- May 1, 2011
- RedCents
- 1,823¢
Re: KissAssist 6 Updated 09/07/2013 v6.8.1
nope, one is an enchanter, one is a shadowknight
nope, one is an enchanter, one is a shadowknight
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Runic Radiance Aura|Aura|Runic Rad. Aura
| Enchanter exception for Mana Reverberation Aura lv 100
/if (${1stPart.Find[Mana Reverberation]}) /varset AuraName Mana Rev
| Enchanter exception for Mana Reverberation Aura lv 100
/if (${1stPart.Find[Mana Reverberation]}) /varset AuraName Mana Rev.
/if (${1stPart.Find[Mana Resurgence]}) /varset AuraName Mana Resurgence Aura
/if (${1stPart.Find[Runic Radiance Aura]}) /varset AuraName Runic Rad. Aura
DPSOn=1
DPSSkip=20
DPSInterval=5
DPS1=Turgur's Insects|98
DPS2=Spirit of the Panther|92|Me
/noparse /varset AggroTargetID ${Me.XTarget[${XTSlot}].ID}
/if (${Select[${MacroQuest.Server},fippy,vulak]}) {
/noparse /varset AggroTargetID ${NearestSpawn[1,npc radius 20].ID}
} else {
/noparse /varset AggroTargetID ${Me.XTarget[${XTSlot}].ID}
}
I have a question
I use a monk puller... (I know bard is better but I have a lot invested in my ikky monk).
Anyway when a pull goes bad mq2 melee auto FDs at 30% and mends at 35%.
When he feigns KA stalls out if I set the stand up option on MQ2 melee (say 90%) he never tries to get back to camp he just stands there and gets pwned.
There anything I should do differently?
I didnt see anyone else post an issue with this unless I missed it. I'm having an issue with the camp on death feature. When I die KA is apparently trying to camp me out before i return to my bind point so i get this msg in MQ2
"I am dead and not where I am supposed to be. Time to camp out.
The current macro has ended."
Then I get this msg in EQ.
"You must be sitting to prepare to camp.
Returning to Bind Location, please wait...
LOADING PLEASE WAIT..."
And now since KA has already attempted to camp me out it wont try again.
Any thoughts?
/if (!${CampOnDeathTimer}) {
/if (!${CampOnDeathTimer} && ${CampZone} != ${Zone.ID}) {
/echo I am dead and not where I am suppose to be. Time to camp out.
/docommand /camp
/delay 40s
/endmac
}
KA will rez anyone in range. In crowded zones it can be an issue. I don't even use rez because of this.
/if (${Spawn[${RezID}].Deity.ID} && ${Spawn[${RezID}].Type.Equal[corpse]} && ${OOCRezTimer${RezID}}==0 && ${Cast.Ready[${AutoRezWith}]}) {
/if (${Spawn[${RezID}].Deity.ID} && ${Spawn[${RezID}].Guild.Equal[${Me.Guild}]} && ${Spawn[${RezID}].Type.Equal[corpse]} && ${OOCRezTimer${RezID}}==0 && ${Cast.Ready[${AutoRezWith}]}) {
since i turned cures on i keep seeing this over and over
[Wed Oct 02 03:58:44 2013] No such 'string' member 'Size'
[Wed Oct 02 03:58:44 2013] kissassist.mac@3788 (CheckCures): /for i 1 to ${Cures.Size}
[Wed Oct 02 03:58:44 2013] kissassist.mac@730 (Combat): /if (${CuresOn}) /call CheckCures
[Wed Oct 02 03:58:44 2013] kissassist.mac@564 (Main): /call Combat
/call LoadIni Cures CuresOn string 0
/call LoadIni Cures CuresOn int 0
It appears to have a ${Spell[Spiritual Surge].Type} of Targeted AE. Kiss currently wouldn't recognize it. I do not have Cotf on my shammy. Would it be better to use the spell based on a single players health or group average? i can code and post it either way.
