diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-13 23:43:32 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-13 23:43:32 +0000 |
commit | fedb3520ee37c1c235106113a786dd56617be5c7 (patch) | |
tree | 6069946837c78897836bb1f454239a3ff7c72393 /npc/quest_variables.txt | |
parent | 178b43506dcc3078f869aa574f802682572bb28c (diff) | |
download | hercules-fedb3520ee37c1c235106113a786dd56617be5c7.tar.gz hercules-fedb3520ee37c1c235106113a786dd56617be5c7.tar.bz2 hercules-fedb3520ee37c1c235106113a786dd56617be5c7.tar.xz hercules-fedb3520ee37c1c235106113a786dd56617be5c7.zip |
Finished Bio Ethics Quest (needs bug testers)
Added Bio Ethics to quest_variables.txt for bit shift character variable optimization... And I don't feel good, so look over it for errors.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8262 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quest_variables.txt')
-rw-r--r-- | npc/quest_variables.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/quest_variables.txt b/npc/quest_variables.txt index d3448ef71..bdd1bec24 100644 --- a/npc/quest_variables.txt +++ b/npc/quest_variables.txt @@ -48,6 +48,18 @@ Info: The only way from Niflheim to Umbala. How to set: set MISC_QUEST,MISC_QUEST | 32;
How to check: if(MISC_QUEST & 32){}
+Quest: Piano Quest
+Info: The only way from Niflheim to Umbala.
+How to set: set MISC_QUEST,MISC_QUEST | 32;
+How to check: if(MISC_QUEST & 32){}
+
+Quest: Bio Ethics Quest
+Info: Bio Ethics quest for homunculus
+ skill for alchemists. This bit
+ is for final part of quest.
+ (completed or not.)[Evera]
+How to set: set MISC_QUEST,MISC_QUEST | 64;
+How to check: if(MISC_QUEST & 64){}
Quest: ?
Info: ?
|