diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-22 19:04:51 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-22 20:35:36 +0100 |
commit | ab2de755eeb5f693ffbdab42df121f6c83c80f63 (patch) | |
tree | 7a58944c421b77b4434a61d4f34299c89a1e98eb /world/map/npc/007-1 | |
parent | 81b565fd1e81d64d5e67fda7fb6f8c7ee9a1b44c (diff) | |
download | serverdata-ab2de755eeb5f693ffbdab42df121f6c83c80f63.tar.gz serverdata-ab2de755eeb5f693ffbdab42df121f6c83c80f63.tar.bz2 serverdata-ab2de755eeb5f693ffbdab42df121f6c83c80f63.tar.xz serverdata-ab2de755eeb5f693ffbdab42df121f6c83c80f63.zip |
Illia witch: announce players that will participate, remove one dialog.
Diffstat (limited to 'world/map/npc/007-1')
-rw-r--r-- | world/map/npc/007-1/witch.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/world/map/npc/007-1/witch.txt b/world/map/npc/007-1/witch.txt index 69badc64..62b98d41 100644 --- a/world/map/npc/007-1/witch.txt +++ b/world/map/npc/007-1/witch.txt @@ -574,7 +574,7 @@ OnTimer3000: OnTimer2500: if ($@ILLIA_STATUS != 3) end; - npctalk "All of you, listen!"; + npctalk $@ILLIA_HERO$ + ", " + $@ILLIA_HELPER1$ + ", " + $@ILLIA_HELPER2$ + ", " + $@ILLIA_HELPER3$ + ", listen!"; end; OnTimer7500: @@ -600,13 +600,7 @@ OnTimer24000: npctalk "This will be awfully dangerous, but do your best and save my sister!"; end; -OnTimer32000: - if ($@ILLIA_STATUS != 3) - end; - npctalk "Get ready!"; - end; - -OnTimer38000: +OnTimer34000: if ($@ILLIA_STATUS != 3) end; // Trigger 4 areatimers to show the teleport spell |