diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 04:50:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 04:50:27 -0300 |
commit | a8e09c2df195dd4bf95c33de14eccb1494de2619 (patch) | |
tree | c0558ff52f32d73ab29a3fcbcf0e4f2f10be57d9 /npc/commands | |
parent | 0b822b68cfa79cedd4f5ea21b1d8e78f5d998a12 (diff) | |
download | serverdata-a8e09c2df195dd4bf95c33de14eccb1494de2619.tar.gz serverdata-a8e09c2df195dd4bf95c33de14eccb1494de2619.tar.bz2 serverdata-a8e09c2df195dd4bf95c33de14eccb1494de2619.tar.xz serverdata-a8e09c2df195dd4bf95c33de14eccb1494de2619.zip |
For some reason
There are bugs with mobs
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/kami.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 4b62cfb17..71d71dc74 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -75,6 +75,9 @@ 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"); @@ -86,7 +89,7 @@ OnInit: bindatcmd "blessing", "@k::OnBuff", 99, 100, 1; bindatcmd "skry", "@k::OnSkry", 80, 80, 1; - bindatcmd "gdreco", "@k::OnJustDoIt", 80, 80, 1; + bindatcmd "gdreco", "@k::OnJustDoIt", 99, 99, 1; bindatcmd "instcheck", "@k::OnInstCheck", 99, 100, 1; bindatcmd "instdestr", "@k::OnInstDestroy", 99, 100, 1; |