I think it would be good to add this event
This is the emote for the bard AA invis, Shauri's Clouding. Which is pretty much the goto invis since it's double (regular and undead) and insta cast.
There already exists this event
Which triggers this code
Are pull requests reviewed and accepted in the kiss git? It looks like it's been inactive for 8 months.... If so I'll test and submit a PR.
Code:
#Event Invised "A soft mist surrounds you.#*#"
There already exists this event
Code:
#Event Invised "You Vanish #*#"
Which triggers this code
Code:
Sub Event_Invised
/varset EventFlag 1
/if (${IAmABard}) {
/if (${Twist}) /call CastBardCheck
}
/return
Are pull requests reviewed and accepted in the kiss git? It looks like it's been inactive for 8 months.... If so I'll test and submit a PR.
Last edited:

