Difference between revisions of "Bethesda Tutorial Quest Loose Ends"

Jump to navigation Jump to search
1,401 bytes removed ,  03:34, 17 February 2012
m
Applying the three new templates: InDepth, ProTip and WarningBox.
imported>Scrivener07
imported>Catwheezle
m (Applying the three new templates: InDepth, ProTip and WarningBox.)
Line 147: Line 147:
[[File:AllowDisabled.png]]
[[File:AllowDisabled.png]]


::{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0"
{{Template:InDepth|Technically for a "Specific Reference" fill type alias, you can get away without checking this box, but it's good practice and will help establish strong alias habits for when we do the more advanced material later. :-)}}
|-
|style="border-style: solid; border-width: 0"|[[Image:InDepth.jpg|48px]]
|style="border-style: solid; border-width: 0"|Technically for a "Specific Reference" fill type alias, you can get away without checking this box, but it's good practice and will help establish strong alias habits for when we do the more advanced material later. :-)  
|}


Now we just need to set the thief to turn on at the appropriate time. We'll do this in the script for quest stage 10. Alter it so it now reads:  
Now we just need to set the thief to turn on at the appropriate time. We'll do this in the script for quest stage 10. Alter it so it now reads:  
Line 185: Line 181:
Now there's the matter of the gold. We add gold the same way we add any item. But that means we have to make a property on the quest script that points to the gold. Click on the "Properties" button, and you'll see the automatically-created alias properties already in the list. Add a new property of type "MiscObject" and call it "Gold001" -- it will auto-fill, so you're good to go.  
Now there's the matter of the gold. We add gold the same way we add any item. But that means we have to make a property on the quest script that points to the gold. Click on the "Properties" button, and you'll see the automatically-created alias properties already in the list. Add a new property of type "MiscObject" and call it "Gold001" -- it will auto-fill, so you're good to go.  


::{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0"
{{Template:InDepth|Back in the day, we used to have different base objects for different denominations of gold, hence the "001" appended to the name of the single gold piece.}}
|-
|style="border-style: solid; border-width: 0"|[[Image:InDepth.jpg|48px]]
|style="border-style: solid; border-width: 0"|Back in the day, we used to have different base objects for different denominations of gold, hence the "001" appended to the name of the single gold piece.
|}


Now that we have that property, we just have to add this line:  
Now that we have that property, we just have to add this line:  
Line 207: Line 199:
Now it will automatically multiply the worth of amulet by two, and give that much gold to the player.  
Now it will automatically multiply the worth of amulet by two, and give that much gold to the player.  


::{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0"
{{Template:InDepth|Note that we're making this gold out of thin air, rather than having it in Bendu's inventory and moving it to the player. This is a minor break in "realism" that we typically use for quest rewards, to avoid players getting them too easily via pickpocketing/killing/etc.}}
|-
|style="border-style: solid; border-width: 0"|[[Image:InDepth.jpg|48px]]
|style="border-style: solid; border-width: 0"|Note that we're making this gold out of thin air, rather than having it in Bendu's inventory and moving it to the player. This is a minor break in "realism" that we typically use for quest rewards, to avoid players getting them too easily via pickpocketing/killing/etc.
|}


=Dropping the Amulet=
=Dropping the Amulet=
Line 226: Line 214:
Now the player will be stuck with this item until they finish the quest. (Luckily for her, quest objects don't count towards encumbrance, so it will never be a true burden.)
Now the player will be stuck with this item until they finish the quest. (Luckily for her, quest objects don't count towards encumbrance, so it will never be a true burden.)


::{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0"
{{Template:NewFeature|In Fallout 3 and earlier Elder Scrolls games, the "Quest Object" flag lived on the base object itself.}}
|-
|style="border-style: solid; border-width: 0"|[[Image:NewFeature.jpg|48px]]
|style="border-style: solid; border-width: 0"|In Fallout 3 and earlier Elder Scrolls games, the "Quest Object" flag lived on the base object itself.
|}


=Coming Back Later=
=Coming Back Later=
Line 267: Line 251:
Now if you leave the dialogue while Bendu is talking, he'll react just as if you had chosen "Sorry, not right now."  
Now if you leave the dialogue while Bendu is talking, he'll react just as if you had chosen "Sorry, not right now."  


::{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0"
{{Template:InDepth|We could also have handled this by playing with the reset timers on the initial line, or using a quest variable instead of a stage.}}
|-
|style="border-style: solid; border-width: 0"|[[Image:InDepth.jpg|48px]]
|style="border-style: solid; border-width: 0"|We could also have handled this by playing with the reset timers on the initial line, or using a quest variable instead of a stage.  
|}


=Hellos/Goodbyes=
=Hellos/Goodbyes=
Line 310: Line 290:
** GetQuestCompleted GSQ01 == 1
** GetQuestCompleted GSQ01 == 1


::{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0"
{{Template:InDepth|That second line is actually not a great example, since it's asking a question that we haven't written prompts to allow the player to answer. But you get the idea.}}
|-
|style="border-style: solid; border-width: 0"|[[Image:InDepth.jpg|48px]]
|style="border-style: solid; border-width: 0"|That second line is actually not a great example, since it's asking a question that we haven't written prompts to allow the player to answer. But you get the idea.  
|}


You can also make a Goodbye topic, which will get used whenever the player leaves a conversation.  
You can also make a Goodbye topic, which will get used whenever the player leaves a conversation.  
Anonymous user

Navigation menu