From 48475f59c168ab97767212c93ca64105da0ba710 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 May 2022 16:48:19 -0300 Subject: The Episode is almost complete --- npc/functions/util.txt | 4 ++++ npc/functions/weather.txt | 2 ++ 2 files changed, 6 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/util.txt b/npc/functions/util.txt index d3aebb7d1..68967b55e 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -1191,6 +1191,10 @@ function script NewcomerEXPDROPUP { sc_end SC_CASH_RECEIVEITEM; sc_start SC_CASH_PLUSEXP, 86400000, (REBIRTH ? .@BONUS : .@BONUS*2/3); sc_start SC_CASH_RECEIVEITEM, 86400000, .@BONUS; + // This does not belong here, but... + if (getq(LoFQuest_EPISODE) == 13) { + sc_start SC_POISON, 86400000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK; + } return .@BONUS; } diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 149cb1618..f2642ee80 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -98,6 +98,8 @@ OnInit: htput(.wcore, "019-2", "iceland"); htput(.wcore, "019-3", "iceland"); htput(.wcore, "019-4", "iceland"); + htput(.wcore, "019-5", "iceland"); + htput(.wcore, "019-6", "iceland"); htput(.wcore, "020-1", "iceland"); htput(.wcore, "022-1", "iceland"); htput(.wcore, "024-1", "iceland"); -- cgit v1.2.3-60-g2f50