From 79d649d8c61a06cb44c36cbca558d7cb03f9d661 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 21:57:33 -0200 Subject: Don't let Msawis sad without his Canyon %%0 --- npc/004-2/_import.txt | 1 + npc/004-2/bug.txt | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 npc/004-2/bug.txt (limited to 'npc/004-2') diff --git a/npc/004-2/_import.txt b/npc/004-2/_import.txt index 741f8a548..b1ae519fa 100644 --- a/npc/004-2/_import.txt +++ b/npc/004-2/_import.txt @@ -2,3 +2,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/004-2/_mobs.txt", "npc/004-2/_warps.txt", +"npc/004-2/bug.txt", diff --git a/npc/004-2/bug.txt b/npc/004-2/bug.txt new file mode 100644 index 000000000..9cf3e38a9 --- /dev/null +++ b/npc/004-2/bug.txt @@ -0,0 +1,36 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Error Handler + +004-2,54,63,0 script Sign#ErrorHandler0041 NPC_SWORDS_SIGN,{ + mesc l("WARNING: Desert Canyon locked down due major bugs"), 1; + mesc l("Please use the alternative route provided by the Alliance High Council"), 1; + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + + +004-2,84,77,0 script Sign#ErrorHandler0042 NPC_SWORDS_SIGN,{ + mesc l("WARNING: This path has been locked down due to major bugs"), 1; + mesc l("You may be trapped forever inside the desert maze beyond help"), 1; + mesc l("shall you decide to disregard this warning."), 1; + mes ""; + mesc l("Do not attempt to use the normal route with a @@ with you.", getitemlink(TimeFlask)), 1; + next; + mesc l("Use the normal route?"); + if (askyesno() == ASK_YES) + warp "004-2-1", 26, 87; + closeclientdialog; + close; + +OnInit: + .sex = G_OTHER; + .distance = 2; + end; +} -- cgit v1.2.3-70-g09d2