From fbf79e6160c4800ec48f107c88d90a740fb3d55d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 2 Nov 2018 19:22:43 -0300 Subject: Update translations, bug fixes, rent Light Bringer for only one hour --- npc/019-2/guards.txt | 6 ++++++ npc/023-2/lightbringer.txt | 4 ++-- npc/023-2/mk.txt | 1 + npc/functions/news.txt | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index be2f088b4..cf325ac15 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -110,6 +110,11 @@ L_MK: L_Delay: mesn; mesq l("You already helped us today. Come back tomorrow."); + next; + mesc l("Do you want to cross to the other side? You'll need to find the sea to return here if you do."), 1; + next; + if (askyesno() == ASK_YES) + warp "019-1", 70, 30; close; OnInit: @@ -134,6 +139,7 @@ OnClock1830: if ($NLIB_DAY != 7) end; setmapflag("023-2",mf_bexp,200); + setmapflag("023-2",mf_nopenalty); donpcevent("The Monster King#NLib::OnBegin"); end; } diff --git a/npc/023-2/lightbringer.txt b/npc/023-2/lightbringer.txt index 17b2512b4..d2186a1cb 100644 --- a/npc/023-2/lightbringer.txt +++ b/npc/023-2/lightbringer.txt @@ -6,7 +6,7 @@ 023-2,91,86,0 script Lightbringer#NLib NPC_LIGHTBRINGER,{ if ($NLIB_DAY == 7) goto L_Today; - npctalkonce l("This sword is frightening, and is alive. You better not touch it!"); + npctalkonce l("It still isn't time to awake the King Of Holy Swords, Light Bringer."); end; L_Today: @@ -14,7 +14,7 @@ L_Today: npctalk3 l("The sword glows too much. Perhaps @@ could take it.", $NLIB_HIGHNAME$); end; } - rentitem Lightbringer, (60*60*24); + rentitem Lightbringer, (60*60); dispbottom l("This live sword drafts itself to your hand. You can wield it during today's event."); disablenpc .name$; end; diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt index c649c4960..f48d9204f 100644 --- a/npc/023-2/mk.txt +++ b/npc/023-2/mk.txt @@ -80,6 +80,7 @@ L_Finish2: removemapflag("020-1", mf_nosave); removemapflag("023-2", mf_bexp); removemapflag("023-2", mf_nosave); + removemapflag("023-2", mf_nopenalty); removemapmask "019-3", MASK_MATTACK; stopnpctimer; end; diff --git a/npc/functions/news.txt b/npc/functions/news.txt index c0fed4294..b61c79da7 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -8,6 +8,13 @@ function script GameNews { .@entry=getarg(0, 0); switch(.@entry) { case 0: + case 20181102: + mesc l("Release 7.2 - Frozen Jesusalva"); + next; + mes ""; + mesc l("The Alliance prepared an attack against the Monster King. Report at Nivalis Guard for more information."); + mesc l("Event Duration: November 3rd ~ November 9th 2018"), 1; + next; // No break case 20180913: mes ""; mesc l("Release 7.0 - Polished Emerald"); -- cgit v1.2.3-70-g09d2