summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/099-7/boss.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/099-7/boss.txt b/npc/099-7/boss.txt
index 9668ceed..7f47910e 100644
--- a/npc/099-7/boss.txt
+++ b/npc/099-7/boss.txt
@@ -575,22 +575,22 @@ OnBoss:
OnTimer150000:
// 1148
- $@KeshlamMc = mobcount("099-7", "Keshlam::OnDeath8");
- if ($@KeshlamMc < 10)
- areamonster "099-7", 20, 20, 120, 120, "", 1148, 10-$@KeshlamMc, "Keshlam::OnDeath8";
+ .@KeshlamMc = mobcount("099-7", "Keshlam::OnDeath8");
+ if (.@KeshlamMc < 10)
+ areamonster "099-7", 20, 20, 120, 120, "", 1148, 10-.@KeshlamMc, "Keshlam::OnDeath8";
// 1149
- $@KeshlamMc = mobcount("099-7", "Keshlam::OnDeath9");
- if ($@KeshlamMc < 10)
- areamonster "099-7", 20, 20, 120, 120, "", 1149, 10-$@KeshlamMc, "Keshlam::OnDeath9";
+ .@KeshlamMc = mobcount("099-7", "Keshlam::OnDeath9");
+ if (.@KeshlamMc < 10)
+ areamonster "099-7", 20, 20, 120, 120, "", 1149, 10-.@KeshlamMc, "Keshlam::OnDeath9";
// Boss (TODO maybe give boss their own timer with 5 minutes)
- $@KeshlamMc = mobcount("099-7", "Keshlam::OnBoss");
- if ($@KeshlamMc < 1)
+ .@KeshlamMc = mobcount("099-7", "Keshlam::OnBoss");
+ if (.@KeshlamMc < 1)
monster "099-7", 20, 105, "Grim Reaper", 1068, 1, "Keshlam::OnBoss";
// Done
- $@KeshlamMc = 0;
+ .@KeshlamMc = 0;
stopnpctimer;
end;
}