Advertisement
Guest User

FGDFU003.txt

a guest
Aug 14th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. Messages: 81
  2. Quest: FGDFU003
  3. DisplayName: Monarch's Request
  4. -- Message panels
  5. QRC:
  6.  
  7. QuestorOffer: [1000]
  8. <ce> We try to stay out of politics as much as
  9. <ce> possible, but sometimes the powers
  10. <ce> that be in %reg force our hand.
  11. <ce> There's some criminal down in
  12. <ce> __dungeon_ that the guards have
  13. <ce> given up on but the crown needs to kill.
  14. <ce> It's paying _reward_ gold. Is that
  15. <ce> enough for you?
  16.  
  17. RefuseQuest: [1001]
  18. <ce> I'm fine with that. What do we
  19. <ce> look like? The Dark Brotherhood?
  20.  
  21. AcceptQuest: [1002]
  22. <ce> You just can't resist, can you %pcf?
  23. <ce> Just remember, this isn't murder.
  24. <ce> We're lawfully contracted by the
  25. <ce> government in this. Get down to
  26. <ce> __dungeon_ and back here in
  27. <ce> =timer_ days, and I'll have your
  28. <ce> _reward_ gold here.
  29. <ce>
  30. <ce> By the way, this one's a ringleader
  31. <ce> of some band of some kind. So
  32. <ce> be ready if things go south.
  33.  
  34. QuestFail: [1003]
  35. <ce> I guess it's back to killing bats and imps for you.
  36.  
  37. QuestComplete: [1004]
  38. <ce> Well done. That should keep the guard
  39. <ce> off our backs for awhile. Here's your gold.
  40.  
  41. Message: 1020
  42. <ce> Your foe lets out a blood-curdling
  43. <ce> scream which echoes through the halls.
  44.  
  45.  
  46. Message: 1030
  47. %qdt:
  48. I've been contracted by
  49. the city guard through
  50. the Fighters Guild of
  51. ___questgiver_ to hunt
  52. down a criminal ringleader
  53. in __dungeon_. I need to
  54. be back in =timer_ days
  55. to get my _reward_ gold.
  56.  
  57. QBN:
  58. Item _reward_ gold
  59.  
  60. Person _questgiver_ group Questor male
  61.  
  62. Place _dungeon_ remote dungeon
  63.  
  64. Clock _timer_ 00:00 0 flag 17 range 0 2
  65.  
  66. Foe _enemy1_ is Nightblade
  67. Foe _enemy2_ is Assassin
  68. Foe _enemy3_ is Rogue
  69. Foe _enemy4_ is Spellsword
  70.  
  71. -- Quest start-up:
  72. start timer _timer_
  73. log 1030 step 0
  74. pick one of _E.01_ _E.02_ _E.03_ _E.04_
  75.  
  76. _E.01_ task:
  77. place foe _enemy1_ at _dungeon_
  78.  
  79. _E.02_ task:
  80. place foe _enemy2_ at _dungeon_
  81.  
  82. _E.03_ task:
  83. place foe _enemy3_ at _dungeon_
  84.  
  85. _E.04_ task:
  86. place foe _enemy4_ at _dungeon_
  87.  
  88. _pcgetsgold_ task:
  89. when _qgclicked_ and _slain_
  90. give pc _reward_
  91. end quest
  92.  
  93. _slain_ task:
  94. killed 1 _enemy1_ saying 1020
  95. killed 1 _enemy2_ saying 1020
  96. killed 1 _enemy3_ saying 1020
  97. killed 1 _enemy4_ saying 1020
  98. create foe _enemy1_ every 1 minutes 100 times with 4% success
  99. create foe _enemy2_ every 1 minutes 100 times with 4% success
  100. create foe _enemy3_ every 1 minutes 100 times with 4% success
  101. create foe _enemy4_ every 1 minutes 100 times with 4% success
  102.  
  103. _qgclicked_ task:
  104. clicked npc _questgiver_
  105.  
  106. _1stparton_ task:
  107. end quest
  108.  
  109. variable _2ndparton_
  110. _clearclick_ task:
  111. when _qgclicked_ and not _slain_
  112. clear _qgclicked_ _clearclick_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement