diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 17:54:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 17:54:45 -0300 |
commit | d0298bf7e44f50743d34cb7fb210f0d724e92166 (patch) | |
tree | bec2fea4374ae06cf3e5ed1bfae5e47cb75df4ac /npc/functions/weather.txt | |
parent | 4ffcb701f8f6e350975dbf77193d51a6f2f66e49 (diff) | |
download | serverdata-d0298bf7e44f50743d34cb7fb210f0d724e92166.tar.gz serverdata-d0298bf7e44f50743d34cb7fb210f0d724e92166.tar.bz2 serverdata-d0298bf7e44f50743d34cb7fb210f0d724e92166.tar.xz serverdata-d0298bf7e44f50743d34cb7fb210f0d724e92166.zip |
Balance stuff
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r-- | npc/functions/weather.txt | 4 |
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); |