diff options
Diffstat (limited to 'npc/042-1')
-rw-r--r-- | npc/042-1/hasan.txt | 4 | ||||
-rw-r--r-- | npc/042-1/kaan.txt | 3 | ||||
-rw-r--r-- | npc/042-1/valon.txt | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index ff7ad12b..e39ad986 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -1,3 +1,6 @@ +// This file is part of the Tutorial +// Authors: Jenalya, alastrim + 042-1.gat,111,68,0 script Hasan 189,{ set @toll, 10000; @@ -201,6 +204,7 @@ onScorpionDeath: set $@ScorpionTimer, 0; set $@ScorpionFighter$, ""; stopnpctimer; + setnpctimer 0; end; OnInit: diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt index 30376310..8af50cd5 100644 --- a/npc/042-1/kaan.txt +++ b/npc/042-1/kaan.txt @@ -1,3 +1,6 @@ +// This file is part of the Tutorial +// Author: Jenalya + 042-1.gat,106,70,0 script Kaan 160,{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; diff --git a/npc/042-1/valon.txt b/npc/042-1/valon.txt index 3e2cd791..6ca6ff6a 100644 --- a/npc/042-1/valon.txt +++ b/npc/042-1/valon.txt @@ -1,3 +1,6 @@ +// This file is part of the Tutorial +// Author: Jenalya + 042-1.gat,17,82,0 script Valon 156,1,0{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; |