summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-11 22:24:48 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-11 22:24:48 -0300
commit11f8efbc4e0e8576126ba411b5d500111a4acffb (patch)
tree30ee7e1e2e9fd1b7502ddfaffcca1811cdf50831
parente379e1fa20d8917b9c94db785a64b4a89e03c98b (diff)
downloadserverdata-11f8efbc4e0e8576126ba411b5d500111a4acffb.tar.gz
serverdata-11f8efbc4e0e8576126ba411b5d500111a4acffb.tar.bz2
serverdata-11f8efbc4e0e8576126ba411b5d500111a4acffb.tar.xz
serverdata-11f8efbc4e0e8576126ba411b5d500111a4acffb.zip
Hotfix code
-rw-r--r--npc/commands/kami.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index 113ea4b7..46d422a3 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -36,6 +36,14 @@ OnInstNuke:
}
end;
+OnHotfix1:
+ maptimer2(getmap(), 10, instance_npcname("Alissa#ED1")+"::OnFin");
+ end;
+
+OnHotfix2:
+ maptimer2(getmap(), 10, instance_npcname("Gak#X21")+"::OnFin");
+ end;
+
OnBuff:
// Disabled command, used for debug purposes
.@c = getunits(BL_PC, .@players, MAX_CYCLE_PC);
@@ -73,6 +81,8 @@ OnInit:
bindatcmd "instcheck", "@k::OnInstCheck", 99, 100, 1;
bindatcmd "instdestr", "@k::OnInstDestroy", 99, 100, 1;
bindatcmd "instnuke", "@k::OnInstNuke", 99, 100, 1;
+ bindatcmd "hotfix", "@k::OnHotfix1", 99, 100, 1;
+ bindatcmd "altfix", "@k::OnHotfix2", 99, 100, 1;
end;
}