diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-14 08:13:21 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-14 08:13:21 +0000 |
commit | 554942bb8205a0b2b3f136242c6824b3d7285c0e (patch) | |
tree | 0808fadf2a8318a06f7b46411ae2034f5bc5b90d /npc/quest_variables.txt | |
parent | b69a878e648239e073a422e7cb8d10aea5ba55e3 (diff) | |
download | hercules-554942bb8205a0b2b3f136242c6824b3d7285c0e.tar.gz hercules-554942bb8205a0b2b3f136242c6824b3d7285c0e.tar.bz2 hercules-554942bb8205a0b2b3f136242c6824b3d7285c0e.tar.xz hercules-554942bb8205a0b2b3f136242c6824b3d7285c0e.zip |
updated dts_warper.txt to use MISC_QUEST|128 instead of dtseligible,2
Added that to garbage cleaning
Added garbage cleaning func call to dts_warper.txt (only makes sense)
And I did this at 1am, so look for bugs before I merge to stable, and report on forums.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8266 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quest_variables.txt')
-rw-r--r-- | npc/quest_variables.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/quest_variables.txt b/npc/quest_variables.txt index bdd1bec24..996d9267f 100644 --- a/npc/quest_variables.txt +++ b/npc/quest_variables.txt @@ -58,8 +58,16 @@ 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){}
+How to set: set MISC_QUEST,MISC_QUEST|64;
+How to check: if(MISC_QUEST&64){}
+
+Quest: DTS Warper
+Info: Not really a quest, but to
+ show if a person has
+ already voted. Cleaning
+ up the variables -.-;[Evera]
+How to set: set MISC_QUEST,MISC_QUEST|128;
+How to check: if(MISC_QUEST&128){}
Quest: ?
Info: ?
|