Making a travel spell?

Post » Sat May 28, 2011 5:51 pm

Can anyone explain how to make a spell that takes you to a certain place? I'm working on a small island world space for personal use, and hoping to be able to use a spell to take me there, as well as one to take me back to Cyrodiil.

Also, could someone explain a script that would teach me this spell through reading a book?

Help is much appreciated, thanks.
User avatar
alicia hillier
 
Posts: 3387
Joined: Tue Feb 06, 2007 2:57 am

Post » Sat May 28, 2011 1:03 pm

Can anyone explain how to make a spell that takes you to a certain place? I'm working on a small island world space for personal use, and hoping to be able to use a spell to take me there, as well as one to take me back to Cyrodiil.

That type of spell usually uses the MoveTo command. Using spells of this nature to go from one worldspace to another is not recommended, as it can cause problems with dialogue. It's best to use a gateway (door) of some kind, as was done for Shivering Isles.


Also, could someone explain a script that would teach me this spell through reading a book?

http://cs.elderscrolls.com/constwiki/index.php/Scripting_Tutorial:_Spell_Tome should do the trick nicely.
User avatar
Ron
 
Posts: 3408
Joined: Tue Jan 16, 2007 4:34 am

Post » Sat May 28, 2011 4:14 am

That type of spell usually uses the MoveTo command. Using spells of this nature to go from one worldspace to another is not recommended, as it can cause problems with dialogue. It's best to use a gateway (door) of some kind, as was done for Shivering Isles.



http://cs.elderscrolls.com/constwiki/index.php/Scripting_Tutorial:_Spell_Tome should do the trick nicely.


Thats very helpful. Thank you very much.
User avatar
Alexander Horton
 
Posts: 3318
Joined: Thu Oct 11, 2007 9:19 pm


Return to IV - Oblivion