• 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

Request - Mount=

Joined
Jul 1, 2015
RedCents
248¢
I was wondering for kiss if we could have mount=x where it only tries to summon your mount if you're in an outdoor zone.

In the meantime what would be a downshit that would work for this?
 
Rich (BB code):
[Buffs]
BuffsOn=1
Buffs1=Bridle of the Seething Chimera|Mount
 
On similar note, is there a TLO/Code one could use in holys/downs that would check to see if you were indoors /outdoors?
 
I typed
/echo ${Zone.SkyType}
and it gave me a 1.
Will have to check other zones to see if OUTDOORS always =1 or if there is a multiple variable here ( or if there is a specific # or #set for Indoors)
Thxs for the info..... more and more testing ......
 
Kiss should cover this. It was something Maskoi fixed for me a year or so ago. Also, you can add the mount tag with |dual so that it will only cast the mount when the buff fades. Just FYI
 
So does the |Mount tag work with other spells that are "outdoor only" is there a tag for spells that are "indoor only"?

I have other reasons for wishing to know if i can figure indoor/outdoor than just a mount. but thankyou for your assistance.... (out of thanky clickys for the day...)
 
Rich (BB code):
downshit1=/if (!${Me.Invis} && ${Zone.Type[255]} && ${Zone.SkyType[1]} && ${Me.State.NotEqual[MOUNT]} && ${Me.CombatState.NotEqual[COMBAT]}) /casting "Highland Cragslither Saddle" item

Change the name in quotes to the name of your mount... works from the keyring or inventory...

It has worked so far... not 100% sure that Zone Type 255 is outdoor, but it seems to be.
Edited it... added the ${Zone.SkyType[1]} ... works in instanced indoor zones now.

${Zone.SkyType} always seems to be opposite... It's 1 in outdoor zones and 255 in indoor zones. Checked raining and it's not that... might be day or night or no sky too.. I dunno
 
Last edited:
Request - Mount=

Users who are viewing this thread

Back
Top
Cart