Difference between revisions of "Quest Tutorial"

112 bytes added ,  18:39, 2 April 2009
no edit summary
imported>TheImperialDragon
m
imported>Kkistel
Line 1: Line 1:
I haven't seen any other tutorials on this subject matter in its entirety.
<div class="header" style="width:auto;margin:0 0 0.5em 0;border:1px solid #6e5229;font-size:1.35em;font-weight:bolder;text-align:left;text-transform:none;">A Simple Quest Tutorial</div>
So here it is.


All given names and location names are of my making, and can be changed to your glee, just kept them like this for my own sake.
All following locations, names and text is entirely open for use. Any use in other sites will not cause conflict between me and the site master.


Tutorial Outline:
Tutorial Outline:
#Make an NPC
#Make a Quest
#Get an Item
#Talk to an NPC
#Talk to an NPC
#Get given a choice
#End Quest
#Get given a key
#Key opens a door
#Now in interior




==Talk to an NPC==
==Make an NPC==
[[Image:QT1npc.JPG|thumb|right|NPC properties window]]
[[Image:QT1npc.JPG|thumb|right|NPC properties window]]
You will need an NPC to talk to. Go to the Actors -> NPC tab, right click in the large white section and click New. I called mine "Diemos Veland". Click OK to close.
You will need an NPC to talk to. Go to the Actors -> NPC tab, right click in the large white section and click New. I called mine "Diemos Veland". Click OK to close.
Line 19: Line 18:




==Get given a choice==
==Make a Quest==
[[Image:QT2questdata.JPG|thumb|right|Quest data window]]
[[Image:QT2questdata.JPG|thumb|right|Quest data window]]
''''Menu Bar -> Character -> Quests''''
''''Menu Bar -> Character -> Quests''''
Line 34: Line 33:
Its basic and it works.
Its basic and it works.


==Get given a key==
==Talk to an NPC==
Now click on "Topics" tab. Right click under "Editor ID" and scroll down till you find "GREETING", add that.
Now click on "Topics" tab. Right click under "Editor ID" and scroll down till you find "GREETING", add that.


Line 46: Line 45:




==Key opens a door==
==Get an Item==
Right click under "Editor ID" and click new.  Make three this time before you select one.
Right click under "Editor ID" and click new.  Make three this time before you select one.


Line 76: Line 75:
Time to add the extra bits such as a key, door for the key, Interior and scripting some stuff. It's all fairly simple.
Time to add the extra bits such as a key, door for the key, Interior and scripting some stuff. It's all fairly simple.


==Key opens a door==
==Making the Key, Making the Door, Making the Cell==
[[Image:QT4queststages.JPG|thumb|right|Outline of the Quest Data Tab]]
[[Image:QT4queststages.JPG|thumb|right|Outline of the Quest Data Tab]]
Go now to the "Quest stages" tab in the Quest window.  This will add journal entries.
Go now to the "Quest stages" tab in the Quest window.  This will add journal entries.
Line 159: Line 158:
I did the same back to the other door as well.  Dont forget to align the newly made door markers to align 180 degrees to the door. Facing outwards.  And be on ground level.<br>
I did the same back to the other door as well.  Dont forget to align the newly made door markers to align 180 degrees to the door. Facing outwards.  And be on ground level.<br>


That should be all.<br>
And that should be it!<br>


What we can do:<br>
What we can do:<br>
Anonymous user