• 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

Problem - Under Water Issues

Joined
Jun 6, 2017
RedCents
455¢
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:

1691823959388.png
1691823964600.png
1691823968669.png
 
Last edited:
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
You necroposted a thread in the cwtn section with a kiss question.

I'm going to move this to kiss support
 
you can use the mount flag, i'd imagine the mount flag is checking for all the various reasons to mount (tho some old timey mounts are weird)
 
You necroposted a thread in the cwtn section with a kiss question.

I'm going to move this to kiss support
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.
 
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.
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.

Necropost is "reviving a thread from the dead with a post".

You're doing right and you'll figuring it out
 
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. :cool:

Buffs13=<Insert Mount Clicky Name Here>|Cond7
Cond7=(!${Me.Mount.ID} && ${Zone.Outdoor} && !${Me.FeetWet})
 
Last edited:
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. :cool:

Buffs13=<Insert Mount Clicky Name Here>|Cond7
Cond7=(!${Me.Mount.ID} && ${Zone.Outdoor} && !${Me.FeetWet})
Well again, kiss has a |mount flag which is going to check on some things. Like .Can mount etc
 
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. :cool:

Buffs13=<Insert Mount Clicky Name Here>|Cond7
Cond7=(!${Me.Mount.ID} && ${Zone.Outdoor} && !${Me.FeetWet})

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
 
Problem - Under Water Issues

Users who are viewing this thread

Back
Top
Cart