diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-17 11:44:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-17 11:44:49 -0300 |
commit | 9764f5abbbbd7c1a47f34d768606861723d83a27 (patch) | |
tree | 51c2afa07f7cf544111992b5081e0113a2d0c89c /npc/004-2/bug.txt | |
parent | 841331bf156ebaece2b4c5cc5179a0a4d3662df8 (diff) | |
download | serverdata-9764f5abbbbd7c1a47f34d768606861723d83a27.tar.gz serverdata-9764f5abbbbd7c1a47f34d768606861723d83a27.tar.bz2 serverdata-9764f5abbbbd7c1a47f34d768606861723d83a27.tar.xz serverdata-9764f5abbbbd7c1a47f34d768606861723d83a27.zip |
Tonori Canyon.
Diffstat (limited to 'npc/004-2/bug.txt')
-rw-r--r-- | npc/004-2/bug.txt | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/npc/004-2/bug.txt b/npc/004-2/bug.txt index a7d0a16e9..4c100bf87 100644 --- a/npc/004-2/bug.txt +++ b/npc/004-2/bug.txt @@ -4,9 +4,11 @@ // 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; +004-2,64,63,0 script Sign#HalinRoute NPC_SWORDS_SIGN,{ + mesc "← "+l("Tulimshar"); + mesc "→ "+l("Canyon - Safe Route"); + mesc "↓ "+l("Canyon - Dangerous Route"); + close; close; OnInit: @@ -15,22 +17,3 @@ OnInit: 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 without a %s 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; -} |