From 11f8efbc4e0e8576126ba411b5d500111a4acffb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 11 Dec 2021 22:24:48 -0300 Subject: Hotfix code --- npc/commands/kami.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; } -- cgit v1.2.3-60-g2f50