diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 19 |
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; |