From 86e77db51506b5b031df27c78c0730a7e99cfd1f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 11 Sep 2018 10:59:28 -0300 Subject: Register 019-1 on Weather Cycle + fix typo --- npc/019-1/well.txt | 2 +- npc/functions/weather.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index fff9efc07..e9c55f90c 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -68,7 +68,7 @@ L_Throw: // If ID is invalid, there's not enough items, it is bound = Cannot bury if (.@id < 1 || countitem(.@id) < 1 || checkbound(.@id) || !getiteminfo(.@id, ITEMINFO_MAXCHANCE)) { if (checkbound(.@id)) - mesc l("You cannot bury this item!"); + mesc l("You cannot drop this item!"); else if (!getiteminfo(.@id, ITEMINFO_MAXCHANCE)) mesc l("This item is too precious, you cannot part with it!"); else diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index bf8ed5570..464af8c96 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -65,6 +65,7 @@ OnInit: // Icelands htput(.wcore, "001-7", "iceland"); + htput(.wcore, "019-1", "iceland"); debugmes "[Weather.sys] Total Maps = " + htsize(.wcore); // No "end" here, so server starts with weather -- cgit v1.2.3-60-g2f50