summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-20 17:54:45 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-20 17:54:45 -0300
commitd0298bf7e44f50743d34cb7fb210f0d724e92166 (patch)
treebec2fea4374ae06cf3e5ed1bfae5e47cb75df4ac /npc
parent4ffcb701f8f6e350975dbf77193d51a6f2f66e49 (diff)
downloadserverdata-d0298bf7e44f50743d34cb7fb210f0d724e92166.tar.gz
serverdata-d0298bf7e44f50743d34cb7fb210f0d724e92166.tar.bz2
serverdata-d0298bf7e44f50743d34cb7fb210f0d724e92166.tar.xz
serverdata-d0298bf7e44f50743d34cb7fb210f0d724e92166.zip
Balance stuff
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/weather.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 6f40f50fd..7bfe4ea88 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -113,9 +113,9 @@ OnMinute45:
}
htidelete(.@hti);
- // During night, there are 50% more monsters
+ // During night, there are 20% more monsters on all maps
if (gettime(2) >= 15 && gettime(2) < 45)
- setbattleflag("mob_count_rate", 150);
+ setbattleflag("mob_count_rate", 120);
else
setbattleflag("mob_count_rate", 100);