From 054a449b3919ebff9579e48d22948ec389d8bef3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Sep 2022 13:31:39 -0300 Subject: High level boss raid now uses their special skill more often --- npc/001-13/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/001-13/main.txt') diff --git a/npc/001-13/main.txt b/npc/001-13/main.txt index 8ee4fe300..619c263f7 100644 --- a/npc/001-13/main.txt +++ b/npc/001-13/main.txt @@ -164,7 +164,7 @@ OnPump: unittalk(@mb, .@msg$); dispbottom l("Time left: %s", FuzzyTime(@tm)); // TODO: Maybe flush the boss HP to upstream to prevent farming? - addtimer 45000, "sBossRaid::OnPump"; + addtimer max(20000, 46000-($FYRAID_LV[@id]*1000)), "sBossRaid::OnPump"; end; // Boss defeated -- cgit v1.2.3-70-g09d2