diff options
Diffstat (limited to 'npc/020-2_Nivalis/baktar.txt')
-rwxr-xr-x | npc/020-2_Nivalis/baktar.txt | 5 |
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; |