summaryrefslogtreecommitdiff
path: root/npc/commands/kami.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r--npc/commands/kami.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index f5ab1423c..8cb21bbea 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -83,12 +83,24 @@ OnChamp:
closeclientdialog;
end;
+OnHarm:
+ harm(getcharid(3), 500, 1);
+ end;
+
+OnHarm2:
+ .@id=getcharid(3);
+ detachrid();
+ harm(.@id, 500, 1);
+ end;
+
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 "harm", "@k::OnHarm", 80, 80, 1;
+ bindatcmd "cruelty", "@k::OnHarm2", 99, 99, 1;
bindatcmd "instcheck", "@k::OnInstCheck", 99, 100, 1;
bindatcmd "instdestr", "@k::OnInstDestroy", 99, 100, 1;