From e6834dc497489e3219daf3f2770a975817de64e7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Jul 2021 14:30:19 -0300 Subject: Systematically fix most if not every improper instance of npctalk --- npc/007-2/witch.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'npc/007-2') diff --git a/npc/007-2/witch.txt b/npc/007-2/witch.txt index 6dcd7d5c..254fa4ea 100644 --- a/npc/007-2/witch.txt +++ b/npc/007-2/witch.txt @@ -519,18 +519,18 @@ L_ReactToPlayersReturn: end; L_SurprisedByHeroWin: - npctalk strnpcinfo(0), "(How is it possible... " + $@iLLIA_HERO$ + " survived...)"; + npctalk "(How is it possible... " + $@iLLIA_HERO$ + " survived...)"; emotion EMOTE_SURPRISE; goto L_EndQuest; L_Disappoint: - npctalk strnpcinfo(0), "Oh no... It seems " + $@iLLIA_HERO$ + " did not make it... Who will save my sister now?"; + npctalk "Oh no... It seems " + $@iLLIA_HERO$ + " did not make it... Who will save my sister now?"; emotion EMOTE_SAD; goto L_EndQuest; L_PlayerGaveUp: close2; - npctalk strnpcinfo(0), "Well... It seems you can't do it " + $@iLLIA_HERO$ + ". I knew it as soon as I saw you!"; + npctalk "Well... It seems you can't do it " + $@iLLIA_HERO$ + ". I knew it as soon as I saw you!"; emotion EMOTE_UPSET; goto L_EndQuest; @@ -574,30 +574,30 @@ OnTimer3000: OnTimer2500: if ($@iLLIA_STATUS != 3) end; - npctalk strnpcinfo(0), $@iLLIA_HERO$ + ", " + $@iLLIA_HELPER1$ + ", " + $@iLLIA_HELPER2$ + ", " + $@iLLIA_HELPER3$ + ", listen!"; + npctalk $@iLLIA_HERO$ + ", " + $@iLLIA_HELPER1$ + ", " + $@iLLIA_HELPER2$ + ", " + $@iLLIA_HELPER3$ + ", listen!"; end; OnTimer7500: if ($@iLLIA_STATUS != 3) end; - npctalk strnpcinfo(0), "I will teleport the 4 of you in a forest that isn't far from the waterfall."; + npctalk "I will teleport the 4 of you in a forest that isn't far from the waterfall."; end; OnTimer14000: if ($@iLLIA_STATUS != 3) end; - npctalk strnpcinfo(0), "Each of you takes one of these rings. They will allow you to come back here when needed."; + npctalk "Each of you takes one of these rings. They will allow you to come back here when needed."; end; OnTimer24000: if ($@iLLIA_STATUS != 3) end; if ($Illia_Luvia_Harvest < 10) - npctalk strnpcinfo(0), "Do your best and save my sister!"; + npctalk "Do your best and save my sister!"; if ($Illia_Luvia_Harvest >= 10 && $Illia_Luvia_Harvest < 35) - npctalk strnpcinfo(0), "This will be quite dangerous, but do your best and save my sister!"; + npctalk "This will be quite dangerous, but do your best and save my sister!"; if ($Illia_Luvia_Harvest >= 35) - npctalk strnpcinfo(0), "This will be awfully dangerous, but do your best and save my sister!"; + npctalk "This will be awfully dangerous, but do your best and save my sister!"; end; OnTimer34000: @@ -609,7 +609,7 @@ OnTimer34000: areatimer 0, "007-2", 0, 0, 57, 55, 3500, "Valia::OnWarpHelper1"; areatimer 0, "007-2", 0, 0, 57, 55, 4000, "Valia::OnWarpHelper2"; areatimer 0, "007-2", 0, 0, 57, 55, 4500, "Valia::OnWarpHelper3"; - npctalk strnpcinfo(0), "Spiralis Major!"; + npctalk "Spiralis Major!"; misceffect FX_BLUE_MAGIC_CAST; end; @@ -627,19 +627,19 @@ OnTimer150000: if ($@iLLIA_STATUS != 1) end; $@iLLIA_STATUS = 2; - npctalk strnpcinfo(0), $@iLLIA_HERO$ + ", I am ready to cast the teleport spell. You and your comrades should not wait any longer!"; + npctalk $@iLLIA_HERO$ + ", I am ready to cast the teleport spell. You and your comrades should not wait any longer!"; end; OnTimer280000: if ($@iLLIA_STATUS != 2) end; - npctalk strnpcinfo(0), "Hurry up " + $@iLLIA_HERO$ + ", I am losing patience."; + npctalk "Hurry up " + $@iLLIA_HERO$ + ", I am losing patience."; end; OnTimer300000: if ($@iLLIA_STATUS != 2) end; - npctalk strnpcinfo(0), $@iLLIA_HERO$ + ", you and your missing comrades made me lose a precious time! Out of my sight!"; + npctalk $@iLLIA_HERO$ + ", you and your missing comrades made me lose a precious time! Out of my sight!"; emotion EMOTE_UPSET; if (attachrid($@iLLIA_HERO_ID)) goto L_KillHero; -- cgit v1.2.3-60-g2f50