Last edited:
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.

You necroposted a thread in the cwtn section with a kiss question.Also, is there a way to prevent it from trying to summon mounts underwater? What would the condition look like?
This is what I have right now:
Buffs13=Giant White Drum|Cond7
Cond7=(!${Me.Mount.ID} && ${Zone.Outdoor})
How would you say, && !${"Underwater"} ?
I'm getting a lot of these from my crew:
View attachment 50282
View attachment 50283
View attachment 50284
What's a necropost? Also, moving to Kiss support probably makes sense.You necroposted a thread in the cwtn section with a kiss question.
I'm going to move this to kiss support
Thanks. I'll give that a try right now.Code:${Me.FeetWet}
Necro post is attaching to something that hasnt had a reply or action for X time. some things live on, but other times, no point in "hey this issue from 2011 (this has happened) ever get fixed?"What's a necropost? Also, moving to Kiss support probably makes sense.
Sorry, I'm still getting the hang of the different forums and forum etiquette.
I didn't want to start a whole new thread if something similar is already being talked or asked about.
You replied to an unrelated thread from a long time ago. You replied to a cwtn plugins question discussion with something for kissassist.What's a necropost? Also, moving to Kiss support probably makes sense.
Sorry, I'm still getting the hang of the different forums and forum etiquette.
I didn't want to start a whole new thread if something similar is already being talked or asked about.

Well again, kiss has a |mount flag which is going to check on some things. Like .Can mount etcI thought that's what it meant but I also wasn't 100% sure. I looked for other threads that were focusing on Underwater issues and this was the closest match I found.
Thanks for taking the time and explaining things.
Here's what I was hoping for and it works. No more annoying messages and disruptive attempts to summon a mount underwater.
Thanks to Trapper for the solution.
Buffs13=<Insert Mount Clicky Name Here>|Cond7
Cond7=(!${Me.Mount.ID} && ${Zone.Outdoor} && !${Me.FeetWet})
I thought that's what it meant but I also wasn't 100% sure. I looked for other threads that were focusing on Underwater issues and this was the closest match I found.
Thanks for taking the time and explaining things.
Here's what I was hoping for and it works. No more annoying messages and disruptive attempts to summon a mount underwater.
Thanks to Trapper for the solution.
Buffs13=<Insert Mount Clicky Name Here>|Cond7
Cond7=(!${Me.Mount.ID} && ${Zone.Outdoor} && !${Me.FeetWet})
I did that before and mounts quit working. I understand "|mount" is supposed to be there but my crew started not mounting up for whatever reason when I used it.KissAssist - Read📖Guides
www.redguides.com
Any mount buff should include the |mount modifier. This will tell kissasist to treat this buff as a mount.
Example: Buffs1=Verdant Hedgerow Leaf|mount
