diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/quest_variables.txt | 5 |
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 |