summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/kami.txt5
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;