diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-07 01:21:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-07 01:21:33 -0300 |
commit | 370113bc961a8da71e9d4a208b07717cc362b458 (patch) | |
tree | a9a10340e6fdd1a6faedb9bce2b3bb876faa631c | |
parent | 5b079b814b66258aba2eb73a30931684e45ee317 (diff) | |
download | serverdata-370113bc961a8da71e9d4a208b07717cc362b458.tar.gz serverdata-370113bc961a8da71e9d4a208b07717cc362b458.tar.bz2 serverdata-370113bc961a8da71e9d4a208b07717cc362b458.tar.xz serverdata-370113bc961a8da71e9d4a208b07717cc362b458.zip |
[skip ci] better formula
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 6372019f3..f94f6b5b7 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -136,7 +136,7 @@ OnTimer62000: $@MK_AGGRO=$@MK_AGGRO*3/2; // Spawn stuff - areamonster(.@m$, .@x-20, .@y-20, .@x+20, .@y+20, "Monster", ManaGhost, $@MK_AGGRO, "Monster King::OnSlaveDie"); + areamonster(.@m$, .@x-20, .@y-20, .@x+20, .@y+20, "Monster", ManaGhost, ($@MK_AGGRO/10)+.nearby, "Monster King::OnSlaveDie"); $@MK_AGGRO=0; } |