From 49dbf2f00509081627332edfea28db4984b60379 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 4 Jun 2011 22:17:10 +0200 Subject: adapting Ian and the time stamp variable to the new start --- npc/001-1_Tulimshar/guide.txt | 8 +------- npc/042-1/kaan.txt | 3 ++- npc/042-2/sorfina.txt | 7 ++++++- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'npc') diff --git a/npc/001-1_Tulimshar/guide.txt b/npc/001-1_Tulimshar/guide.txt index d00a2a6f..4b0d8a25 100644 --- a/npc/001-1_Tulimshar/guide.txt +++ b/npc/001-1_Tulimshar/guide.txt @@ -1,6 +1,6 @@ // -001-1.gat,32,27,0 script Ian 102,4,4,{ +001-1.gat,32,27,0 script Ian 102,{ // This line is only relevant for players, who started before the timestamp was introduced. // Set the graduation cap flag at the right position. // It is a bugfix @@ -176,10 +176,4 @@ L_TooMany: mes "\"I wanted to give you something, but you don't have room for it.\""; next; return; - -OnTouch: - if (TUT_var != 0) close; - callfunc "GameRules"; - mes "Ian, the trainer, can help you get to know the game."; - close; } diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt index 19d05ea8..cb0f67b2 100644 --- a/npc/042-1/kaan.txt +++ b/npc/042-1/kaan.txt @@ -49,7 +49,8 @@ L_Tanisha: mes "\"Well, it keeps the scorpions out. That's all that matters.\""; next; mes "\"Are you going to visit main Tulimshar?"; - mes "The bazaar there is a wondeful place! Traders, entertainers, adventurers - it's very exciting there.\""; + mes "The bazaar there is a wondeful place! Traders, entertainers, adventurers - it's very exciting there."; + mes "And Ian the trainer is hanging around there often. You should talk to him, he's a smart guy.\""; set kaan, 2; close; diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt index 67ae1a87..a422d428 100644 --- a/npc/042-2/sorfina.txt +++ b/npc/042-2/sorfina.txt @@ -1,4 +1,4 @@ -042-2.gat,28,26,0 script Sorfina 154,{ +042-2.gat,28,26,0 script Sorfina 154,4,4{ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; if (sorfina == 2) goto L_Again; @@ -209,6 +209,11 @@ L_Tut_Done: L_Close: close; + +OnTouch: + if (TUT_var != 0) close; + callfunc "GameRules"; + close; } 042-2.gat,45,31,0 script #DoorOut 127,2,2,{ -- cgit v1.2.3-60-g2f50