diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-21 11:12:52 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-21 11:12:52 +0000 |
commit | 348cd330565c71c6468f55dc15bef2f6a4042cd1 (patch) | |
tree | 4b8510d6611eae7cdb80f09741276d2a43f4b89f /npc/quest_variables.txt | |
parent | 6e6ee08f7a162e128eae4e28ff983954990a2fdf (diff) | |
download | hercules-348cd330565c71c6468f55dc15bef2f6a4042cd1.tar.gz hercules-348cd330565c71c6468f55dc15bef2f6a4042cd1.tar.bz2 hercules-348cd330565c71c6468f55dc15bef2f6a4042cd1.tar.xz hercules-348cd330565c71c6468f55dc15bef2f6a4042cd1.zip |
freed 15 more perm variables. Fixed bugs in Cube Room
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8831 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quest_variables.txt')
-rw-r--r-- | npc/quest_variables.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quest_variables.txt b/npc/quest_variables.txt index dc61bcaab..2d53d35a5 100644 --- a/npc/quest_variables.txt +++ b/npc/quest_variables.txt @@ -69,10 +69,10 @@ Info: The Lost Girl in Niflheim. How to set: set MISC_QUEST,MISC_QUEST | 256;
How to check: if(MISC_QUEST & 256){}
-Quest: ?
-Info: ?
-How to set: set MISC_QUEST,MISC_QUEST | ?;
-How to check: if(MISC_QUEST & ?){}
+Quest: Cube Room
+Info: Lighthalzen. Cube Room Quest (Pass to Bio-Lab)
+How to set: set MISC_QUEST,MISC_QUEST | 512;
+How to check: if(MISC_QUEST & 512){}
--------------------------------------------------------------
Variable: MISC_QUEST2
|