diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-25 23:31:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-25 23:31:37 -0300 |
commit | 63766192598762a06e4255f7a9e27d64a58a757e (patch) | |
tree | 72f957de61477108a1552aa306d28f3e34dc8b85 /npc/001-13 | |
parent | 5e5efbf4841d22cad1188f098869ca1ef38e1c9c (diff) | |
download | serverdata-63766192598762a06e4255f7a9e27d64a58a757e.tar.gz serverdata-63766192598762a06e4255f7a9e27d64a58a757e.tar.bz2 serverdata-63766192598762a06e4255f7a9e27d64a58a757e.tar.xz serverdata-63766192598762a06e4255f7a9e27d64a58a757e.zip |
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.
Diffstat (limited to 'npc/001-13')
-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 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; |