From adaafd6a2b9a01977bd86b15ea9925667a524b37 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Sep 2022 16:55:00 -0300 Subject: Rename this file --- npc/004-2/_import.txt | 2 +- npc/004-2/bug.txt | 48 ------------------------------------------------ npc/004-2/sign.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 npc/004-2/bug.txt create mode 100644 npc/004-2/sign.txt diff --git a/npc/004-2/_import.txt b/npc/004-2/_import.txt index 3ff901475..7c8d017b6 100644 --- a/npc/004-2/_import.txt +++ b/npc/004-2/_import.txt @@ -2,6 +2,6 @@ // 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", "npc/004-2/mirio.txt", "npc/004-2/pachua.txt", +"npc/004-2/sign.txt", diff --git a/npc/004-2/bug.txt b/npc/004-2/bug.txt deleted file mode 100644 index 46a2e757c..000000000 --- a/npc/004-2/bug.txt +++ /dev/null @@ -1,48 +0,0 @@ -// TMW2 Script. -// Author: -// Jesusalva -// Description: -// Error Handler - -004-2,64,63,0 script Sign#HalinRoute NPC_SWORDS_SIGN,{ - mesc "← "+l("Tulimshar"); - mesc "→ "+l("Canyon - Safe Route"); - mesc "↓ "+l("Canyon - Settlement Route"); - mes ""; - mesc l("\"Follow the light.\" - Weary traveler"); - mesc l("\"Those whom believe the Pink Moouboo wear rock knifes at the entrances.\" - Aahna"); - mesc l("\"Those whom stray from the light shall met a quick death.\" - Saulc, from the 'Blame Saulc' famous book"), 1; - close; - -OnInit: - .sex = G_OTHER; - .distance = 3; - end; -} - -004-2,81,23,0 script Sign#TempBugfix NPC_SWORDS_SIGN,{ - if (countitem(DesertTablet)) goto L_Tablet; - if (MAGIC_LVL >= 7) goto L_RawPower; - mesc l("Impossible to read."); - close; - -L_Tablet: - mes l("The %s shines with a strange light...", getitemlink(DesertTablet)); - next; - closeclientdialog; - cwarp "001-3", 117, 135; - close; - -L_RawPower: - mes l("You can sense powerful cloaking magic emanating from this sign. With your superior magic, you dismiss the enchantment, and see what the cliffs have been hiding all along..."); - next; - closeclientdialog; - cwarp "001-3", 117, 135; - close; - -OnInit: - .sex = G_OTHER; - .distance = 3; - end; -} - diff --git a/npc/004-2/sign.txt b/npc/004-2/sign.txt new file mode 100644 index 000000000..46a2e757c --- /dev/null +++ b/npc/004-2/sign.txt @@ -0,0 +1,48 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Error Handler + +004-2,64,63,0 script Sign#HalinRoute NPC_SWORDS_SIGN,{ + mesc "← "+l("Tulimshar"); + mesc "→ "+l("Canyon - Safe Route"); + mesc "↓ "+l("Canyon - Settlement Route"); + mes ""; + mesc l("\"Follow the light.\" - Weary traveler"); + mesc l("\"Those whom believe the Pink Moouboo wear rock knifes at the entrances.\" - Aahna"); + mesc l("\"Those whom stray from the light shall met a quick death.\" - Saulc, from the 'Blame Saulc' famous book"), 1; + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + +004-2,81,23,0 script Sign#TempBugfix NPC_SWORDS_SIGN,{ + if (countitem(DesertTablet)) goto L_Tablet; + if (MAGIC_LVL >= 7) goto L_RawPower; + mesc l("Impossible to read."); + close; + +L_Tablet: + mes l("The %s shines with a strange light...", getitemlink(DesertTablet)); + next; + closeclientdialog; + cwarp "001-3", 117, 135; + close; + +L_RawPower: + mes l("You can sense powerful cloaking magic emanating from this sign. With your superior magic, you dismiss the enchantment, and see what the cliffs have been hiding all along..."); + next; + closeclientdialog; + cwarp "001-3", 117, 135; + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + -- cgit v1.2.3-60-g2f50