diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-04 23:53:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-04 23:53:19 -0300 |
commit | afadf22143124bf63967c2c282222dadc2d5fdee (patch) | |
tree | e2d8fd9d794c54612b54c1cd87581c6a78b45328 /npc/functions/event.txt | |
parent | 4330a6d5a599d14183ed6f8c3b5ba11fb200a8e8 (diff) | |
download | serverdata-afadf22143124bf63967c2c282222dadc2d5fdee.tar.gz serverdata-afadf22143124bf63967c2c282222dadc2d5fdee.tar.bz2 serverdata-afadf22143124bf63967c2c282222dadc2d5fdee.tar.xz serverdata-afadf22143124bf63967c2c282222dadc2d5fdee.zip |
*sounds of nerf gun shooting*
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r-- | npc/functions/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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); |