From 4ffcb701f8f6e350975dbf77193d51a6f2f66e49 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 15:34:55 -0300 Subject: During night, there are 50% more monsters --- npc/functions/weather.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 85c78326b..6f40f50fd 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -112,6 +112,13 @@ OnMinute45: } htidelete(.@hti); + + // During night, there are 50% more monsters + if (gettime(2) >= 15 && gettime(2) < 45) + setbattleflag("mob_count_rate", 150); + else + setbattleflag("mob_count_rate", 100); + debugmes "[Weather.sys] Weather reloaded"; end; -- cgit v1.2.3-70-g09d2