diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-18 16:05:16 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-20 12:44:08 +0200 |
commit | b6cb55eef4c16d4a0679458ba874e2b4fde87592 (patch) | |
tree | 9a6bfd01e448258316b22db77d031c1462fd2580 /world/map/npc/042-1/kaan.txt | |
parent | d5b66f08d6d7ed4a53be5a51bca8f05b50a77702 (diff) | |
download | serverdata-b6cb55eef4c16d4a0679458ba874e2b4fde87592.tar.gz serverdata-b6cb55eef4c16d4a0679458ba874e2b4fde87592.tar.bz2 serverdata-b6cb55eef4c16d4a0679458ba874e2b4fde87592.tar.xz serverdata-b6cb55eef4c16d4a0679458ba874e2b4fde87592.zip |
Some changes in tutorial to make it easier:
- Hint in Hasan's dialogue to talk to Kaan.
- Hint in Kaan's dialogue to talk to Sorfina or Tanisha.
- Sorfina offers free heal as long as the player didn't complete the tutorial.
Diffstat (limited to 'world/map/npc/042-1/kaan.txt')
-rw-r--r-- | world/map/npc/042-1/kaan.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/042-1/kaan.txt b/world/map/npc/042-1/kaan.txt index e1a8b483..89c75132 100644 --- a/world/map/npc/042-1/kaan.txt +++ b/world/map/npc/042-1/kaan.txt @@ -92,15 +92,16 @@ L_Hasan: mes "I'd like to help you, but - I won't risk an open confrontation with him.\""; next; mes "\"Sometimes he just freaks out and then he's dangerous."; - mes "We should think about some kind of trick. Ah, if only I knew his weak point.\""; + mes "He might listen to one of the adult men, but they're all off to work in Tulimshar during the day.\""; next; - mes "\"He might listen to one of the adult men, but they're all off to work in Tulimshar during the day.\""; + mes "\"We should think about some kind of trick. Ah, if only I knew his weak point.\""; set kaan, 3; next; L_Trick: mes "[Kaan]"; mes "\"Do you have any idea what Hasan's weakness could be?"; + mes "I wonder if Sorfina or Tanisha know something about him that could help us.\""; if (hasan < 2) goto L_Close; next; |