summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt')
-rw-r--r--npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt b/npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt
deleted file mode 100644
index 01a058e7..00000000
--- a/npc/functions/quest-debug/058-ArgaesQuest_Galimatia.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-// 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