diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-12 15:27:02 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-12 15:27:02 -0500 |
commit | 7189e7d0d5130b7bb37c4d65e595b1608b3c39c8 (patch) | |
tree | f2e74ad947f6d018d8ea6431140b5f40d1ff7f81 /xml | |
parent | 202b5a75428b2405eeff3080cde0e657b76978f9 (diff) |
quest requirements/rewards
Diffstat (limited to 'xml')
-rw-r--r-- | xml/!town.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/xml/!town.xml b/xml/!town.xml index 9ab4c1c..d256af9 100644 --- a/xml/!town.xml +++ b/xml/!town.xml @@ -7,6 +7,7 @@ <weather>Sunny</weather> <link right="!town2.xml"/> <spawnx>-300</spawnx> + <time>8000</time> <npc name="Sanc" hasDialog="true"/> <npc name="Bob" hasDialog="true" position="50.0,100.0"/> <structure type="1" position="300.0,100.0"/> @@ -15,20 +16,26 @@ </World> <Dialog name="Bob"> - <text id="0" nextid="1" pause="true"> + <text id="0" nextid="1"> <give name="Dank MayMay" count="10"/> <content> Hey there! The name's Bob. Good to see you've finally woken up from your nap by the cliff there... lol </content> </text> - <text id="1" pause="true"> + <text id="1" pause="true" nextid="2"> <quest assign="Check out m'swag, man!" desc="Go inside Bob's house and check out the stuff he has."> - Debug, 5 + Debug, 5, + Reward, + Dank MayMay, 50 </quest> <content> Looks like you've got yourself pretty empty handed... you know, I have a simple solution for that. Come on inside, I have somethin' to show you. </content> </text> + <text id="2"> + <quest check="Check out m'swag, man!" /> + <content>Hooray!</content> + </text> </Dialog> <Dialog name="Sanc"> |