summaryrefslogtreecommitdiff
path: root/doc/quest_variables.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-02 17:44:48 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-02 17:44:48 +0000
commite671f4e068b8b143e4e4cfc76bcad2058f082ac8 (patch)
treed29a54ae167ef8ec1bdc42426a016db3d7e18cfc /doc/quest_variables.txt
parent981ece63b8d58f4607d5f1ea9365bceb3772a7e1 (diff)
downloadhercules-e671f4e068b8b143e4e4cfc76bcad2058f082ac8.tar.gz
hercules-e671f4e068b8b143e4e4cfc76bcad2058f082ac8.tar.bz2
hercules-e671f4e068b8b143e4e4cfc76bcad2058f082ac8.tar.xz
hercules-e671f4e068b8b143e4e4cfc76bcad2058f082ac8.zip
First round of minor updates for WoE SE.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12462 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/quest_variables.txt')
-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