diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-09 19:13:24 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-09 19:13:24 +0000 |
commit | e802ccf43c8588cc12a54b87bcfcbf8cbe1b4b92 (patch) | |
tree | e53ab2aeaf2ff5e0511f7e5b0f191210829cea2f /npc/quest_variables.txt | |
parent | 67e8d17feb8e5562b357909d70c627813e825b2b (diff) | |
download | hercules-e802ccf43c8588cc12a54b87bcfcbf8cbe1b4b92.tar.gz hercules-e802ccf43c8588cc12a54b87bcfcbf8cbe1b4b92.tar.bz2 hercules-e802ccf43c8588cc12a54b87bcfcbf8cbe1b4b92.tar.xz hercules-e802ccf43c8588cc12a54b87bcfcbf8cbe1b4b92.zip |
Semi-official version of Rachel Sanctuary entrance
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10197 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quest_variables.txt')
-rw-r--r-- | npc/quest_variables.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/quest_variables.txt b/npc/quest_variables.txt index cc36a5533..1f2270dc1 100644 --- a/npc/quest_variables.txt +++ b/npc/quest_variables.txt @@ -89,6 +89,11 @@ Info: Ninja Job Room, Basshu How to set: set MISC_QUEST,MISC_QUEST | 4096; How to check: if(MISC_QUEST & 4096){} +Quest: Rachel Sanctuary Quest +Info: Gained access to Rachel Santuary (yes/no) +How to set: set MISC_QUEST,MISC_QUEST | 8192; +How to check: if(MISC_QUEST & 8192){} + -------------------------------------------------------------- Variable: MISC_QUEST2 |