- Version of KissAssist.mac?
- 12.002
- When did your problem start?
- After trying to use soul orbs to heal
- Character Role?
- Assist
- Tank
- PullerPetTank
- What class is having this issue?
- Necromancer
- How often does this issue occur?
- Always
I've been browsing back through Ini's trying to find a way to do this, and forgive me if I didn't immediately see this but necros level 61 get the soul orb spell to summon a clicky heal. So I got my dps to fire with a conditional to make sure I am not getting more than a full stack of these in inventory
DPS2=Soul Orb|90|Cond4
Cond4=${FindItemCount[Soul Orb]} < 20
That part works fine and dandy.
But now the problem comes when trying to actually heal with these.
I tried initially just Heals3=Soul Orb|60 and that attempts to fire off the spell to get another actual orb in inventory instead of using the stack I have (since the spell and the name of the item are named the same)
I tried changing it to Heals3=Command:/useitem "Soul Orb"|60 and that never seems to fire off.
What might I be missing here with these clicky orbs for healing?
My hope was to use them to spot heal pet, myself, etc during the middle of the fight when available.
DPS2=Soul Orb|90|Cond4
Cond4=${FindItemCount[Soul Orb]} < 20
That part works fine and dandy.
But now the problem comes when trying to actually heal with these.
I tried initially just Heals3=Soul Orb|60 and that attempts to fire off the spell to get another actual orb in inventory instead of using the stack I have (since the spell and the name of the item are named the same)
I tried changing it to Heals3=Command:/useitem "Soul Orb"|60 and that never seems to fire off.
What might I be missing here with these clicky orbs for healing?
My hope was to use them to spot heal pet, myself, etc during the middle of the fight when available.

