summaryrefslogtreecommitdiff
path: root/npc/020-2_Nivalis
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2010-12-16 01:06:56 +0100
committerStefan Beller <stefanbeller@googlemail.com>2010-12-16 01:06:56 +0100
commit705bd5c948b856513a560d085961e2dc2ebea224 (patch)
treef5ce6d66a4a59343c9eddd487f346f5d63bfa253 /npc/020-2_Nivalis
parentf6e57121b237dd1f84e49885e99cfa18fe087ec5 (diff)
downloadserverdata-705bd5c948b856513a560d085961e2dc2ebea224.tar.gz
serverdata-705bd5c948b856513a560d085961e2dc2ebea224.tar.bz2
serverdata-705bd5c948b856513a560d085961e2dc2ebea224.tar.xz
serverdata-705bd5c948b856513a560d085961e2dc2ebea224.zip
nivalis
Diffstat (limited to 'npc/020-2_Nivalis')
-rwxr-xr-xnpc/020-2_Nivalis/baktar.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/020-2_Nivalis/baktar.txt b/npc/020-2_Nivalis/baktar.txt
index b29b4be1..f62c9bb8 100755
--- a/npc/020-2_Nivalis/baktar.txt
+++ b/npc/020-2_Nivalis/baktar.txt
@@ -6,7 +6,6 @@
//#
//# In the first stage you need to bring 7 different items, but only one of each kind.
//#
-//#
//# In the second stage he tells you what hard life he is living. He will be very aggressive telling you some stuff.
//# He will send you to kill Scroticular. That npc will be located in the labyrinth caves.
//# (its a mob actually, to be spawned only, if the players knows his name and his location)
@@ -48,8 +47,8 @@
set @Q_status2_bits, ((QUEST_Nivalis_state) & @Q_MASK2_BITS) >> @Q_SHIFT2_BITS;
// if all bits are set, you brought him everything! Now we continue in Phase 2 of this npc.
- mes @Q_status;
- if(@Q_status == @Q_MASK) goto L_2_init;
+ // this is not ready yet, so do not enable that stage
+ // if(@Q_status == @Q_MASK) goto L_2_init;
set @BIT_KNOWHIM, 0;