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 ++++++++++++++++++++++++++++++++++++ npc/010-1-1/_warps.txt | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 npc/004-2/bug.txt (limited to 'npc') 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; +} diff --git a/npc/010-1-1/_warps.txt b/npc/010-1-1/_warps.txt index 62554cd09..adcb84846 100644 --- a/npc/010-1-1/_warps.txt +++ b/npc/010-1-1/_warps.txt @@ -5,7 +5,7 @@ 010-1-1,27,71,0 warp #010-1-1_27_71 0,0,010-1,52,53 010-1-1,30,39,0 warp #010-1-1_30_39 0,0,010-1,53,93 010-1-1,41,37,0 warp #010-1-1_41_37 0,0,010-2,88,114 -010-1-1,34,30,0 warp #010-1-1_34_30 0,0,010-1,44,73 +010-1-1,34,30,0 warp #010-1-1_34_30 0,0,010-1,45,73 010-1-1,32,24,0 warp #010-1-1_32_24 0,0,010-2,36,104 010-1-1,43,18,0 warp #010-1-1_43_18 0,0,010-1,42,35 010-1-1,47,83,0 warp #010-1-1_47_83 0,0,010-2,162,69 -- cgit v1.2.3-60-g2f50