summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-24 00:32:58 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-24 00:32:58 -0300
commit0d2c9e23e8820a6ba7fa28a2f18c3097c263559a (patch)
tree28cd8cf8d290b0aeb315b5c0a4a5926eb26225eb
parentb9d4993ba0c0226cff8fd95e683e039ca8e24fe7 (diff)
downloadserverdata-0d2c9e23e8820a6ba7fa28a2f18c3097c263559a.tar.gz
serverdata-0d2c9e23e8820a6ba7fa28a2f18c3097c263559a.tar.bz2
serverdata-0d2c9e23e8820a6ba7fa28a2f18c3097c263559a.tar.xz
serverdata-0d2c9e23e8820a6ba7fa28a2f18c3097c263559a.zip
Minor cleanup
-rw-r--r--npc/commands/kami.txt19
1 files changed, 1 insertions, 18 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 8cb21bbea..531d09a9d 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -67,22 +67,6 @@ OnPurify:
}
end;
-OnChamp:
- setnpcdialogtitle l("Aurora Events")+" - "+$EVENT$;
- setskin "aurora_"+$EVENT$;
- mes "There is no ranking information available for this event.";
- //mes "This is a debug message. Your manaplus version is wrong.";
- //mes "You should not be reading this. I'll call you a cheater.";
- //mes "I hope you report this (if a bug). Reading source code?";
- //mes "4144 will hear about this. You are NOT amazing by the way.";
- select("Ok");
- setskin "";
- clear;
- HallOfAurora();
- next;
- closeclientdialog;
- end;
-
OnHarm:
harm(getcharid(3), 500, 1);
end;
@@ -96,9 +80,8 @@ OnHarm2:
OnInit:
bindatcmd "k", "@k::OnCall", 60, 80, 1;
bindatcmd "servmsg", "@k::OnServMsg", 80, 99, 1;
- bindatcmd "blessing", "@k::OnBuff", 99, 100, 1;
- bindatcmd "champ", "@k::OnChamp", 99, 100, 0;
+ bindatcmd "blessing", "@k::OnBuff", 99, 100, 1;
bindatcmd "harm", "@k::OnHarm", 80, 80, 1;
bindatcmd "cruelty", "@k::OnHarm2", 99, 99, 1;