rpherbig / dr-scripts

A series of Lich 5 (https://github.com/elanthia-online/lich-5) scripts for use with DragonRealms (http://www.play.net/dr/). Donations are welcome (http://www.paypal.me/rcuhljr)!
GNU General Public License v2.0
54 stars 178 forks source link

[script] [bescort] Added more flying mount functionality #6928

Closed hat071af closed 1 week ago

hat071af commented 1 month ago

Added support for flying mounts that use different nouns for the activation item and the mount. Flying mounts of the carpet, rug, broom and dirigible type that don't change nouns retain the same functionality they had previous to this update.

Related yaml settings:

# Flying mount setting
# Currently only used by bescort for the Faldesu, Segoltha and the Hib ice road.
# Example: flying_mount: silk carpet
flying_mount: 
# carpets, rugs, brooms and dirigibles are supported with just the above setting.
# If the item you use to summon your mount is different than the mount include it here as well as the activation/dismount verbs, otherwise leave all blank.
mountable_item: 
mountable_verb: 
mountable_dismount:

Possible missing things:

If your mount doesn't work, please tag me in the Lich discord with the following information:

Mount's noun:
Activated item's noun:
Mount verb(s):
Mount message(s):
Dismount verb(s):
Dismount message(s):
Speed options (slow to fast):
MahtraDR commented 1 month ago

@BinuDR Can you please have a gander through this one?

MahtraDR commented 2 weeks ago

@hat071af Is this good to go from your perspective? Any known/obvious issues?

hat071af commented 1 week ago

It works fine from my perspective.