diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-09 06:35:13 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-09 06:35:13 +0000 |
commit | 7f5f64602944b91363d086f466b30284a9e2dc76 (patch) | |
tree | 828af1b2910d69fd8c73148411141b0989ee8672 /npc/quests | |
parent | 400200948796c1fcd529b79a1026be4064c37b67 (diff) | |
download | hercules-7f5f64602944b91363d086f466b30284a9e2dc76.tar.gz hercules-7f5f64602944b91363d086f466b30284a9e2dc76.tar.bz2 hercules-7f5f64602944b91363d086f466b30284a9e2dc76.tar.xz hercules-7f5f64602944b91363d086f466b30284a9e2dc76.zip |
reverted counter_mixture quest again. Don't touch!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7061 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/counteragent_mixture.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/npc/quests/counteragent_mixture.txt b/npc/quests/counteragent_mixture.txt index eb5f7f0d9..019030992 100644 --- a/npc/quests/counteragent_mixture.txt +++ b/npc/quests/counteragent_mixture.txt @@ -4,7 +4,7 @@ //= kobra_k88
//= added some dialogs for Morgenstein by Komurka
//===== Current Version: =====================================
-//= 1.9
+//= 2.1
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
@@ -17,11 +17,8 @@ //= More li'l thing, added comments for items IDs [Lupus]
//= 1.5 Fixed Spelling mistakes. [Nexon]
//= 1.6 Fixed some bugs, also related to Alch Job quest [Lupus]
-//= 1,7 Fixed exploit [Lupus]
-//= 1.8 Got rid of 'al_morgen' var [Lupus]
-//= 1.9 now uses (MISC_QUEST & 4) bit
-//= 2.0 Readded the 'al_morgen' var since it's required for the [MasterOfMuppets]
-//= alchemist quest. What's up with the mass removing of variables Lupus?
+//= 1,7 Fixed exploit 1.8 Got rid of 'al_morgen' var [Lupus]
+//= 2.1 now uses (MISC_QUEST & 4) bit instead of al_morgen [Lupus]
//============================================================
@@ -168,7 +165,6 @@ M_Menu: mes "You too can feel my 'excitement' if you wish..... Ahhhhh.... I can make you feel...";
set MISC_QUEST,MISC_QUEST | 4;
set MORGEN,0;
- if(ALCH_Q == 4) set al_morgen,1;
close;
L_1:
|