Jump to content

Summon Mount


Crockeoeo

Recommended Posts

I need a script to summon a mount, I'm making a pack of spells for my hero (and everyone else) including something to summon a mount, and I have a problem, how the hell do you summon a mount? (This can use OBSE scripts if needed)
Link to comment
Share on other sites

There are several summon (mount) mods out there, maybe you could ask the owners if you could incorporate theirs into your mod. I don't know how to create one from scratch lol, wish I could help with that.
Link to comment
Share on other sites

You might try this one:

 

scn SummonYourCreatureScript

Begin ScriptEffectStart

YourCreatureref.moveto player, 100, 0, 0

End

Begin ScriptEffectFinish

End

Link to comment
Share on other sites

My own remedy to the situation. Whenever I want to summon a mount I have made, I use this tutorial here. I made several in the past, and even my own Daedroth mount mod uses the same principle. If the above is better (as it is shorter), don't hesitate to use it. My own two cents, is all. As far as getting stuck in walls, I've never had that issue when using this method, but I guess you'll see in your own situation. Good luck!

 

Triforce1

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...