Difference between revisions of "Quest Tutorial"
Jump to navigation
Jump to search
no edit summary
imported>TheImperialDragon m |
imported>Kkistel |
||
Line 1: | Line 1: | ||
<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> | |||
All | 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 | ||
# | #End Quest | ||
== | ==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: | ||
== | ==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. | ||
== | ==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: | ||
== | ==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 | ==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> | ||
And that should be it!<br> | |||
What we can do:<br> | What we can do:<br> |