From 0d2c9e23e8820a6ba7fa28a2f18c3097c263559a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 24 May 2020 00:32:58 -0300 Subject: Minor cleanup --- npc/commands/kami.txt | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2