summaryrefslogtreecommitdiff
path: root/doc/quest_variables.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quest_variables.txt')
-rw-r--r--doc/quest_variables.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/quest_variables.txt b/doc/quest_variables.txt
index 5f9adff65..ee1339d71 100644
--- a/doc/quest_variables.txt
+++ b/doc/quest_variables.txt
@@ -104,6 +104,11 @@ Info: Reward: 1 yggdrasil leaf.
How to set: set MISC_QUEST,MISC_QUEST | 32768;
How to check: if(MISC_QUEST & 32768){}
+Quest: Access to the Turtle Island
+Info: Reward: ~1 OCA, OVB, GB, .
+How to set: set MISC_QUEST,MISC_QUEST | 65536;
+How to check: if(MISC_QUEST & 65536){}
+
--------------------------------------------------------------
Variable: MISC_QUEST2