From 63766192598762a06e4255f7a9e27d64a58a757e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Jan 2022 23:31:37 -0300 Subject: Due some extremely precise calculations, boss would fail to use the last skill This is now fixed; Boss Raid will cast their skill 4 times. --- npc/001-13/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/001-13/main.txt b/npc/001-13/main.txt index 6feb8ff4c..9d8cace07 100644 --- a/npc/001-13/main.txt +++ b/npc/001-13/main.txt @@ -114,7 +114,7 @@ function script FYRaid_Select { instance_init(.@inst); warp .@mp$, 47, 52; addtimer 180000, "sBossRaid::OnTimeout"; - addtimer 45000, "sBossRaid::OnPump"; + addtimer 40000, "sBossRaid::OnPump"; dispbottom l("Time left: %s", FuzzyTime(@tm)); closeclientdialog; return; -- cgit v1.2.3-70-g09d2