diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:44:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 08:44:05 -0300 |
commit | 64f59bf8be5dcf1ad3f73684ac595e2a925d5cb8 (patch) | |
tree | 02de561591dfe01ea992586e20e22a50b6599471 | |
parent | 358fccd87cc546becef9945a3f2c6bcf38f758c5 (diff) | |
download | serverdata-64f59bf8be5dcf1ad3f73684ac595e2a925d5cb8.tar.gz serverdata-64f59bf8be5dcf1ad3f73684ac595e2a925d5cb8.tar.bz2 serverdata-64f59bf8be5dcf1ad3f73684ac595e2a925d5cb8.tar.xz serverdata-64f59bf8be5dcf1ad3f73684ac595e2a925d5cb8.zip |
More test chunk
-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 61ebaf619..e00191e13 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -71,12 +71,18 @@ OnSkry: dispbottom l("STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit)); end; +OnJustDoIt: + //dispbottom l("STR: %d AGI %d VIT %d", readparam2(bStr), readparam2(bAgi), readparam2(bVit)); + unitskilluseid(getcharid(3), 10012, 1, getcharid(3)); + 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 "gdreco", "@k::OnJustDoIt", 80, 80, 1; bindatcmd "instcheck", "@k::OnInstCheck", 99, 100, 1; bindatcmd "instdestr", "@k::OnInstDestroy", 99, 100, 1; |