diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-04 03:15:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-04 03:15:10 -0300 |
commit | 3049bb5b386bd1e820e88e29943e148c59e011b2 (patch) | |
tree | 58e3fb2d941f01c3176ea12ed6892e474f42d2c2 /npc/commands/kami.txt | |
parent | 63b6de139988dcfd6cc8fe00a4625aa7f7251e68 (diff) | |
download | serverdata-3049bb5b386bd1e820e88e29943e148c59e011b2.tar.gz serverdata-3049bb5b386bd1e820e88e29943e148c59e011b2.tar.bz2 serverdata-3049bb5b386bd1e820e88e29943e148c59e011b2.tar.xz serverdata-3049bb5b386bd1e820e88e29943e148c59e011b2.zip |
Remove unused debug code from Kami. Update Kamelot's Sign
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r-- | npc/commands/kami.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 71d71dc74..12cf0ee11 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -67,30 +67,11 @@ OnPurify: } end; -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), GD_LEADERSHIP, 1, getcharid(3)); - // This is only for testing - $@GM_OVERRIDE=true; - atcommand("@speed 90"); - warp "Save", 0, 0; - - // areasc(range, time, skill code, who targets, power, filter) - //areasc(9, 20000, SC_MAGNIFICAT, BL_PC, 1, "filter_sameguild"); - 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", 99, 99, 1; - bindatcmd "instcheck", "@k::OnInstCheck", 99, 100, 1; bindatcmd "instdestr", "@k::OnInstDestroy", 99, 100, 1; bindatcmd "burnlivio", "@k::OnPurify", 99, 100, 1; |