diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-03 18:22:06 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-03 18:22:06 +0000 |
commit | 2e7fa4ed1a604ae08196ecd94429f1f773452c78 (patch) | |
tree | 0349aed84b41630d2b62504ee1297ac3b4b5a224 /npc/quest_variables.txt | |
parent | decdda8a5c937499b7fddfe03b2fec645d1c4b1a (diff) | |
download | hercules-2e7fa4ed1a604ae08196ecd94429f1f773452c78.tar.gz hercules-2e7fa4ed1a604ae08196ecd94429f1f773452c78.tar.bz2 hercules-2e7fa4ed1a604ae08196ecd94429f1f773452c78.tar.xz hercules-2e7fa4ed1a604ae08196ecd94429f1f773452c78.zip |
* Updated Ninja quest variable usage
- now MISC_QUEST variable is used when completed
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10144 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quest_variables.txt')
-rw-r--r-- | npc/quest_variables.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/quest_variables.txt b/npc/quest_variables.txt index c9c8c08f5..cc36a5533 100644 --- a/npc/quest_variables.txt +++ b/npc/quest_variables.txt @@ -79,6 +79,16 @@ Info: Yuno, Hypnotist Teacher How to set: set MISC_QUEST,MISC_QUEST | 1024; How to check: if(MISC_QUEST & 1024){} +Quest: Slotted Arm Guard Quest +Info: Ninja Job Room, Boshuu +How to set: set MISC_QUEST,MISC_QUEST | 2048; +How to check: if(MISC_QUEST & 2048){} + +Quest: Improved Arm Guard Quest +Info: Ninja Job Room, Basshu +How to set: set MISC_QUEST,MISC_QUEST | 4096; +How to check: if(MISC_QUEST & 4096){} + -------------------------------------------------------------- Variable: MISC_QUEST2 |