diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 13:21:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 14:59:56 -0300 |
commit | 5f538fbcfdd675bbf88253232569c25b7f5b3b78 (patch) | |
tree | 9cef694b5bb78a8fe2e50bc2492996d4d15de548 /npc/012-1/guards.txt | |
parent | 2df2cf598c91bf4198004b8b1308b42d7da23be3 (diff) | |
download | serverdata-5f538fbcfdd675bbf88253232569c25b7f5b3b78.tar.gz serverdata-5f538fbcfdd675bbf88253232569c25b7f5b3b78.tar.bz2 serverdata-5f538fbcfdd675bbf88253232569c25b7f5b3b78.tar.xz serverdata-5f538fbcfdd675bbf88253232569c25b7f5b3b78.zip |
Sorry, will be fixed in a while
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index e13b05051..956c08c91 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -209,10 +209,10 @@ OnTimer240000: // Scripted monsters if (.CYCLES == 2) { mapannounce("012-1", "Monster Lieutenant appears! Watch out!", bc_map); - bg_monster($@FK_Team2, "012-1", 65, 71, "Monster Lieutenant", NightScorpion, 1, "Hurnsguard::OnXtreem"); + bg_monster($@FK_Team2, "012-1", 65, 71, "Monster Lieutenant", NightScorpion, "Hurnsguard::OnXtreem"); } else if (.CYCLES == 3) { mapannounce("012-1", "Monster Admiral appears! Kill it to liberate Hurns!", bc_map); - bg_monster($@FK_Team2, "012-1", 65, 71, "Monster Admiral", GiantMutatedBat, 1, "Hurnsguard::OnVictory"); + bg_monster($@FK_Team2, "012-1", 65, 71, "Monster Admiral", GiantMutatedBat, "Hurnsguard::OnVictory"); } // One monster per user alive |