summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/042-General_Brotherhood.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-16 18:32:08 +0000
committerJesusaves <cpntb1@ymail.com>2019-04-16 18:32:08 +0000
commit2c225255950a09ee5641913bb6022e8881c1c679 (patch)
tree8a092147e03ef4be86fb5288c5a27690bedaa4ab /npc/functions/quest-debug/042-General_Brotherhood.txt
parent69dd9c2d6dac4bcf3a396a8c375c1098a86dd541 (diff)
downloadserverdata-2c225255950a09ee5641913bb6022e8881c1c679.tar.gz
serverdata-2c225255950a09ee5641913bb6022e8881c1c679.tar.bz2
serverdata-2c225255950a09ee5641913bb6022e8881c1c679.tar.xz
serverdata-2c225255950a09ee5641913bb6022e8881c1c679.zip
Package Legion for travel.
Get your act straight, Legion! You need to release the player from Artis! > Q'Anon dialog, close evol-all#25 until joining a faction/clan/guild gets available. > More placeholders > Sophialla will call player telling them to talk to her so we can advance. Requires PvE room - it needs to be mapped so call @Micksha about that. Requires !165 submitted and working, with Lozerk's approval.
Diffstat (limited to 'npc/functions/quest-debug/042-General_Brotherhood.txt')
-rw-r--r--npc/functions/quest-debug/042-General_Brotherhood.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/npc/functions/quest-debug/042-General_Brotherhood.txt b/npc/functions/quest-debug/042-General_Brotherhood.txt
new file mode 100644
index 00000000..3eb3683b
--- /dev/null
+++ b/npc/functions/quest-debug/042-General_Brotherhood.txt
@@ -0,0 +1,27 @@
+// Mona quest debug
+// Authors:
+// gumi
+// monwarez
+// jesusalva
+
+function script QuestDebug42 {
+ do
+ {
+ clear;
+ setnpcdialogtitle l("Quest debug");
+ mes "General_Brotherhood";
+ mes "---";
+ mes l("Quest state: @@", getq(General_Brotherhood));
+ next;
+
+ GenericQuestDebug General_Brotherhood,
+ l("Does not have the quest"), 0,
+ l("Contacted by Sopiahalla"), 1;
+
+ if (@menuret < 0)
+ {
+ return;
+ }
+
+ } while (1);
+}