diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:17:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:17:09 -0300 |
commit | 31f8f6d4038d090cf1ab86e605fb36d199e53602 (patch) | |
tree | 86311750d361f5827fe07e8e16c99784a5e9b865 /npc/commands | |
parent | bb11d3ebe8b285561a84af6cf7fa7c1969ebdc21 (diff) | |
download | serverdata-31f8f6d4038d090cf1ab86e605fb36d199e53602.tar.gz serverdata-31f8f6d4038d090cf1ab86e605fb36d199e53602.tar.bz2 serverdata-31f8f6d4038d090cf1ab86e605fb36d199e53602.tar.xz serverdata-31f8f6d4038d090cf1ab86e605fb36d199e53602.zip |
Test command
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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; |