diff options
author | Livio Recchia <recchialivio@libero.it> | 2020-10-15 20:52:39 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-15 20:52:39 +0000 |
commit | d6675f0587e69cdceaf845d566d62f4b0f522883 (patch) | |
tree | 6c6f008c4ef5e3e84a8909a2da2b2a78e906503b /npc/functions | |
parent | 5875fec0f93e8af944040e884b7d03be54f821f1 (diff) | |
download | serverdata-d6675f0587e69cdceaf845d566d62f4b0f522883.tar.gz serverdata-d6675f0587e69cdceaf845d566d62f4b0f522883.tar.bz2 serverdata-d6675f0587e69cdceaf845d566d62f4b0f522883.tar.xz serverdata-d6675f0587e69cdceaf845d566d62f4b0f522883.zip |
Galimatia Quest - Incomplete Draft.
Merged to prevent conflicts with contentIII which has priority.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt b/npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt new file mode 100644 index 00000000..01a058e7 --- /dev/null +++ b/npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt @@ -0,0 +1,32 @@ +// Galimatia quest debug +// Author: +// Livio +// Someone else I've forgot the name + +function script QuestDebug58 { + do + { + clear; + setnpcdialogtitle l("Quest debug"); + mes "ArgaesQuest_Galimatia"; + mes "---"; + mes l("Quest state: @@", getq(ArgaesQuest_Galimatia)); + next; + + GenericQuestDebug ArgaesQuest_Galimatia, + l("[RESET QUEST] Does not have the quest"), 0, + l("PC have to pour chemicals on dirt"), 1, + l("Galimatia needs Fertility Potion ingredients"), 2, + l("PC have to pour Fertility Potion on the same spot"), 3, + l("Something grows or it should be"), 4, + l("Galimatia offers a reward"), 5, + l("Galimatia offers to exchange flower things"), 6; + + if (@menuret < 0) + { + return; + } + + } while (1); + return; +}
\ No newline at end of file |