diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-02 19:22:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-02 19:22:43 -0300 |
commit | fbf79e6160c4800ec48f107c88d90a740fb3d55d (patch) | |
tree | 1f9910374089ca510380b2d10ff47cdb0cfdcaf5 /npc/023-2 | |
parent | d7038a66728d9f5ab889050be288556aa73031eb (diff) | |
download | serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.gz serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.bz2 serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.xz serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.zip |
Update translations, bug fixes, rent Light Bringer for only one hourr07.2_20181102
Diffstat (limited to 'npc/023-2')
-rw-r--r-- | npc/023-2/lightbringer.txt | 4 | ||||
-rw-r--r-- | npc/023-2/mk.txt | 1 |
2 files changed, 3 insertions, 2 deletions
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; |