summaryrefslogtreecommitdiff
path: root/npc/functions/gmbot.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-07 01:21:33 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-07 01:21:33 -0300
commit370113bc961a8da71e9d4a208b07717cc362b458 (patch)
treea9a10340e6fdd1a6faedb9bce2b3bb876faa631c /npc/functions/gmbot.txt
parent5b079b814b66258aba2eb73a30931684e45ee317 (diff)
downloadserverdata-370113bc961a8da71e9d4a208b07717cc362b458.tar.gz
serverdata-370113bc961a8da71e9d4a208b07717cc362b458.tar.bz2
serverdata-370113bc961a8da71e9d4a208b07717cc362b458.tar.xz
serverdata-370113bc961a8da71e9d4a208b07717cc362b458.zip
[skip ci] better formula
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r--npc/functions/gmbot.txt2
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;
}