summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-29 09:10:33 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-29 09:10:33 -0300
commitc30125da91827419bf55d7bf5300d34338acd87d (patch)
treeac7170f9c2549e09335ccbd9437b767c0c34064f
parentef41fb9e4cc7a601aff2ff5abcdb63f83e840ed1 (diff)
downloadserverdata-c30125da91827419bf55d7bf5300d34338acd87d.tar.gz
serverdata-c30125da91827419bf55d7bf5300d34338acd87d.tar.bz2
serverdata-c30125da91827419bf55d7bf5300d34338acd87d.tar.xz
serverdata-c30125da91827419bf55d7bf5300d34338acd87d.zip
Fix bugs
-rw-r--r--npc/023-2/mk.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/023-2/mk.txt b/npc/023-2/mk.txt
index b4c763dce..f2037966c 100644
--- a/npc/023-2/mk.txt
+++ b/npc/023-2/mk.txt
@@ -17,7 +17,7 @@ OnInit:
.sex = G_MALE;
.distance = 5;
.sakar = 0;
- .mk = 0;
+ .MK = 0;
OnHour00:
OnReprocess:
@@ -128,7 +128,7 @@ OnTimer3000:
// Andrei Sakar's Fake Chant
if (.wcycle % 15 < 3) {
unittalk(.sakar, sprintf("Come %s %s, and %s %s!", any("great", "magnificent"), any("light", "oath", "sacrament"), any("devastate", "annihilate", "obliterate", "liquidate", "eviscerate"), "nearby"));
- harm(.mk, 100, HARM_MISC, Ele_Holy, .sakar);
+ harm(.MK, 100, HARM_MISC, Ele_Holy, .sakar);
}
end;
@@ -152,7 +152,7 @@ OnBegin:
channelmes("#world", "Defeat, decided by a certain threshold of points, will result in MAGIC BEING PERMANENTLY HARDER TO OBTAIN.");
announce "The Alliance attacks the Monster King! 15 minutes! Rules in #world", bc_all|bc_npc;
movenpc(.name$, 0, 0);
- .mk=monster("023-2", 24, 111, "The Monster King", MonsterKing, 1, "The Monster King#NLib::OnVictory");
+ .MK=monster("023-2", 24, 111, "The Monster King", MonsterKing, 1, "The Monster King#NLib::OnVictory");
.sakar=monster("023-2", 30, 109, "Andrei Sakar", AndreiSakar, 1, "The Monster King#NLib::OnSkip", Size_Medium, 1);
areamonster "023-2", 21, 109, 31, 114, "Monster", AngryScorpion, 1;
areamonster "023-2", 21, 109, 31, 114, "Monster", BlackSlime, 2;