diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 10:35:19 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 10:35:19 +0000 |
commit | 373bd27fd29189f7e387b11021bbd9e15fa6468c (patch) | |
tree | 5fb3917f0d899c4bfae31827c7fcc9194760bbf4 /npc/jobs | |
parent | c396a443e73dacaeed338c023b8393d6c2949d18 (diff) | |
download | hercules-373bd27fd29189f7e387b11021bbd9e15fa6468c.tar.gz hercules-373bd27fd29189f7e387b11021bbd9e15fa6468c.tar.bz2 hercules-373bd27fd29189f7e387b11021bbd9e15fa6468c.tar.xz hercules-373bd27fd29189f7e387b11021bbd9e15fa6468c.zip |
optimized some quests vars
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6839 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 4bee67f69..6848a8346 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -4,7 +4,7 @@ //= nestor_zulueta (Fusion)
//= converted by Darkchild
//===== Current Version: =====================================
-//= 2.0
+//= 2.1
//===== Compatible With: =====================================
//= eAthena 1.0 +
//===== Description: =========================================
@@ -23,6 +23,7 @@ //= to go. [Lupus]
//= 1.6a fixed some wrong answers, thanks to zlider for info [Lupus]
//= 2.0 Changed numbers to constants. [Vicious]
+//= 2.1 Got rid of 'al_morgen' var [Lupus]
//============================================================
@@ -774,7 +775,7 @@ L_Start: mes "If you dont have business here just go away. Ok!!!";
close;
L_Check:
- if(al_morgen != 1) goto L_NotRdy;
+ if(MORGEN != 3) goto L_NotRdy;
mes "Yes, cut the Tentacle..";
mes "and mix some Sticku Mucus,";
mes "Jellopy solution in the test tube Darn, where did the Medicine Bowl go...";
|