diff options
Diffstat (limited to 'npc/001-13/main.txt')
-rw-r--r-- | npc/001-13/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |