summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/mkbot.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt
index 5ad43d3ea..1f9be0dad 100644
--- a/npc/functions/mkbot.txt
+++ b/npc/functions/mkbot.txt
@@ -35,6 +35,8 @@
OnSlaveDie:
end;
OnBourneAgain:
+ // Reset aggro
+ $@MK_AGGRO=0;
if (playerattached()) {
channelmes("#world", strcharinfo(0)+" did an act worth of notice.");
dispbottom l("Oh well, this sucks, but that was only an illusion.");
@@ -60,8 +62,8 @@ OnInit:
.users=getusers(1);
.nearby=getusers(8);
.mp$="boss";
- .aid="200000";
- .cid="150002";
+ .aid=200000;
+ .cid=150002;
// Constants
// We should jump straight to loop (it runs every 90 seconds)