diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-05 11:29:45 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-05 11:29:45 +0200 |
commit | 57f072749c9cb2b8407fbe40fa05e2891707f5e1 (patch) | |
tree | c2d6cf1030ebf4bd32e8690b43f4e7a0e735208d /npc/042-1 | |
parent | a03d6aa6043269d2d15d82c141f47c2c3a24e1f3 (diff) | |
download | serverdata-57f072749c9cb2b8407fbe40fa05e2891707f5e1.tar.gz serverdata-57f072749c9cb2b8407fbe40fa05e2891707f5e1.tar.bz2 serverdata-57f072749c9cb2b8407fbe40fa05e2891707f5e1.tar.xz serverdata-57f072749c9cb2b8407fbe40fa05e2891707f5e1.zip |
making maggot fight available for many players the same time and some fixes
Diffstat (limited to 'npc/042-1')
-rw-r--r-- | npc/042-1/hasan.txt | 2 | ||||
-rw-r--r-- | npc/042-1/kaan.txt | 3 | ||||
-rw-r--r-- | npc/042-1/malik.txt | 6 |
3 files changed, 9 insertions, 2 deletions
diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index 63acf2c0..e3949de3 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -59,6 +59,7 @@ L_Pay: set kaan, 0; set sorfina, 0; set tanisha, 0; + set maggot, 0; set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; close; @@ -95,6 +96,7 @@ L_Thank: set kaan, 0; set sorfina, 0; set tanisha, 0; + set maggot, 0; set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; close; diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt index 9cd91982..e0aeacc3 100644 --- a/npc/042-1/kaan.txt +++ b/npc/042-1/kaan.txt @@ -129,7 +129,8 @@ L_Hasan_Saved: L_Tut_Done: mes "[Kaan]"; - mes "\"Hi there. I hope you enjoy your time in Tulimshar.\""; + mes "\"Hi there. I hope you enjoy your time in Tulimshar."; + mes "Hasan is a real troublemaker, but it seems he calmed down now.\""; close; L_Close: diff --git a/npc/042-1/malik.txt b/npc/042-1/malik.txt index 59358aec..a6a190ee 100644 --- a/npc/042-1/malik.txt +++ b/npc/042-1/malik.txt @@ -4,7 +4,11 @@ menu "yes",-, "no",L_Close; - set tutorial, 0; + set hasan, 0; + set kaan, 0; + set sorfina, 0; + set tanisha, 0; + set maggot, 0; L_Close: close; } |