From 61ba1b5ae4c06a64377e601076621bf645d425ec Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 14 Jun 2011 21:54:21 +0200 Subject: adding comments and a small addition to the fix in hasan --- npc/022-1_Tulimshar/tutorial.txt | 4 ++++ npc/041-1/tutorial.txt | 4 ++++ npc/042-1/hasan.txt | 4 ++++ npc/042-1/kaan.txt | 3 +++ npc/042-1/valon.txt | 3 +++ npc/042-2/sorfina.txt | 3 +++ npc/042-2/tanisha.txt | 3 +++ 7 files changed, 24 insertions(+) diff --git a/npc/022-1_Tulimshar/tutorial.txt b/npc/022-1_Tulimshar/tutorial.txt index 2ab32bdb..a0166921 100644 --- a/npc/022-1_Tulimshar/tutorial.txt +++ b/npc/022-1_Tulimshar/tutorial.txt @@ -1,3 +1,7 @@ +// This file is part of the Tutorial +// Author: Jenalya +// if you enter the tutorial area, it is set to be already done + 022-1.gat,19,37,0 script #tutorial 127,0,2{ set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; warp "042-1.gat", 114, 76; diff --git a/npc/041-1/tutorial.txt b/npc/041-1/tutorial.txt index 93d19e69..866bc145 100644 --- a/npc/041-1/tutorial.txt +++ b/npc/041-1/tutorial.txt @@ -1,3 +1,7 @@ +// This file is part of the Tutorial +// Author: Jenalya +// if you enter the tutorial area, it is set to be already done + 041-1.gat,33,5,0 script #tutorial 127,1,0{ set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; warp "042-1.gat", 17, 80; 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; diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index 2b1a8f84..5b55997f 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -1,3 +1,6 @@ +// This file is part of the Tutorial +// Author: Jenalya + 042-2.gat,28,26,0 script Sorfina 154,4,4{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Again; diff --git a/npc/042-2/tanisha.txt b/npc/042-2/tanisha.txt index 6fc7de1d..5e040da3 100644 --- a/npc/042-2/tanisha.txt +++ b/npc/042-2/tanisha.txt @@ -1,3 +1,6 @@ +// This file is part of the Tutorial +// Authors: Jenalya, alastrim + 042-2.gat,37,90,0 script Tanisha 114,{ set @playerlimit, 4; -- cgit v1.2.3-70-g09d2