From 31f8f6d4038d090cf1ab86e605fb36d199e53602 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Apr 2020 08:17:09 -0300 Subject: Test command --- npc/commands/kami.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/commands') diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 12cf0ee11..85917f2d7 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -67,11 +67,17 @@ OnPurify: } end; +OnSkry: + dispbottom "STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit); + end; + OnInit: bindatcmd "k", "@k::OnCall", 60, 80, 1; bindatcmd "servmsg", "@k::OnServMsg", 80, 99, 1; bindatcmd "blessing", "@k::OnBuff", 99, 100, 1; + bindatcmd "skry", "@k::OnSkry", 80, 80, 1; + bindatcmd "instcheck", "@k::OnInstCheck", 99, 100, 1; bindatcmd "instdestr", "@k::OnInstDestroy", 99, 100, 1; bindatcmd "burnlivio", "@k::OnPurify", 99, 100, 1; -- cgit v1.2.3-70-g09d2