From afadf22143124bf63967c2c282222dadc2d5fdee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Jan 2021 23:53:19 -0300 Subject: *sounds of nerf gun shooting* --- npc/functions/event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 77ac42eb5..abb5a2774 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -276,9 +276,9 @@ function script FSFDay { if (gettime(5) != 9) return; - // Max. 0.20% chances, 0.001% per monster level + // Max. 0.16% chances, 0.008% per monster level .@lv=min(200, getmonsterinfo(killedrid, MOB_LV)); - if (rand(1000000) < (.@lv*10)) { + if (rand(1000000) < (.@lv*8)) { getmapxy(.@m$, .@x, .@y, 0); .@x+=rand2(-1,1); .@y+=rand2(-1,1); -- cgit v1.2.3-70-g09d2