From a8e09c2df195dd4bf95c33de14eccb1494de2619 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Apr 2020 04:50:27 -0300 Subject: For some reason There are bugs with mobs --- npc/commands/kami.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/commands') 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; -- cgit v1.2.3-60-g2f50