summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/quest_variables.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/quest_variables.txt b/doc/quest_variables.txt
index 1f2270dc1..5f9adff65 100644
--- a/doc/quest_variables.txt
+++ b/doc/quest_variables.txt
@@ -94,6 +94,16 @@ Info: Gained access to Rachel Santuary (yes/no)
How to set: set MISC_QUEST,MISC_QUEST | 8192;
How to check: if(MISC_QUEST & 8192){}
+Quest: Message Delivery Quest
+Info: Send a message to Elly, in Niflheim from Erious.
+How to set: set MISC_QUEST,MISC_QUEST | 16384;
+How to check: if(MISC_QUEST & 16384){}
+
+Quest: Umbala Domestic Dispute?
+Info: Reward: 1 yggdrasil leaf.
+How to set: set MISC_QUEST,MISC_QUEST | 32768;
+How to check: if(MISC_QUEST & 32768){}
+
--------------------------------------------------------------
Variable: MISC_QUEST2