Reduced FortressOfTheDead spawn timers.

Contributed by 7exce.
This commit is contained in:
MobiusDevelopment 2020-08-23 06:40:10 +00:00
parent 9a3c33b1d9
commit fba46e863a
8 changed files with 16 additions and 16 deletions

View File

@ -142,14 +142,14 @@ public class FortressOfTheDead extends AbstractInstance
{
if (world.getAliveNpcs(VAMPIRIC_SOLDIER).isEmpty())
{
startQuestTimer("vampire_dead", 3000, npc, player);
startQuestTimer("vampire_dead", 180, npc, player);
}
}
else if (npc.getId() == VON_HELLMAN)
{
npc.deleteMe();
playMovie(player, Movie.ERT_QUEST_A);
startQuestTimer("hellman_dead", 6000, npc, player);
startQuestTimer("hellman_dead", 180, npc, player);
}
}
return super.onKill(npc, player, isSummon);

View File

@ -142,14 +142,14 @@ public class FortressOfTheDead extends AbstractInstance
{
if (world.getAliveNpcs(VAMPIRIC_SOLDIER).isEmpty())
{
startQuestTimer("vampire_dead", 3000, npc, player);
startQuestTimer("vampire_dead", 180, npc, player);
}
}
else if (npc.getId() == VON_HELLMAN)
{
npc.deleteMe();
playMovie(player, Movie.ERT_QUEST_A);
startQuestTimer("hellman_dead", 6000, npc, player);
startQuestTimer("hellman_dead", 180, npc, player);
}
}
return super.onKill(npc, player, isSummon);

View File

@ -142,14 +142,14 @@ public class FortressOfTheDead extends AbstractInstance
{
if (world.getAliveNpcs(VAMPIRIC_SOLDIER).isEmpty())
{
startQuestTimer("vampire_dead", 3000, npc, player);
startQuestTimer("vampire_dead", 180, npc, player);
}
}
else if (npc.getId() == VON_HELLMAN)
{
npc.deleteMe();
playMovie(player, Movie.ERT_QUEST_A);
startQuestTimer("hellman_dead", 6000, npc, player);
startQuestTimer("hellman_dead", 180, npc, player);
}
}
return super.onKill(npc, player, isSummon);

View File

@ -142,14 +142,14 @@ public class FortressOfTheDead extends AbstractInstance
{
if (world.getAliveNpcs(VAMPIRIC_SOLDIER).isEmpty())
{
startQuestTimer("vampire_dead", 3000, npc, player);
startQuestTimer("vampire_dead", 180, npc, player);
}
}
else if (npc.getId() == VON_HELLMAN)
{
npc.deleteMe();
playMovie(player, Movie.ERT_QUEST_A);
startQuestTimer("hellman_dead", 6000, npc, player);
startQuestTimer("hellman_dead", 180, npc, player);
}
}
return super.onKill(npc, player, isSummon);

View File

@ -142,14 +142,14 @@ public class FortressOfTheDead extends AbstractInstance
{
if (world.getAliveNpcs(VAMPIRIC_SOLDIER).isEmpty())
{
startQuestTimer("vampire_dead", 3000, npc, player);
startQuestTimer("vampire_dead", 180, npc, player);
}
}
else if (npc.getId() == VON_HELLMAN)
{
npc.deleteMe();
playMovie(player, Movie.ERT_QUEST_A);
startQuestTimer("hellman_dead", 6000, npc, player);
startQuestTimer("hellman_dead", 180, npc, player);
}
}
return super.onKill(npc, player, isSummon);

View File

@ -142,14 +142,14 @@ public class FortressOfTheDead extends AbstractInstance
{
if (world.getAliveNpcs(VAMPIRIC_SOLDIER).isEmpty())
{
startQuestTimer("vampire_dead", 3000, npc, player);
startQuestTimer("vampire_dead", 180, npc, player);
}
}
else if (npc.getId() == VON_HELLMAN)
{
npc.deleteMe();
playMovie(player, Movie.ERT_QUEST_A);
startQuestTimer("hellman_dead", 6000, npc, player);
startQuestTimer("hellman_dead", 180, npc, player);
}
}
return super.onKill(npc, player, isSummon);

View File

@ -142,14 +142,14 @@ public class FortressOfTheDead extends AbstractInstance
{
if (world.getAliveNpcs(VAMPIRIC_SOLDIER).isEmpty())
{
startQuestTimer("vampire_dead", 3000, npc, player);
startQuestTimer("vampire_dead", 180, npc, player);
}
}
else if (npc.getId() == VON_HELLMAN)
{
npc.deleteMe();
playMovie(player, Movie.ERT_QUEST_A);
startQuestTimer("hellman_dead", 6000, npc, player);
startQuestTimer("hellman_dead", 180, npc, player);
}
}
return super.onKill(npc, player, isSummon);

View File

@ -141,14 +141,14 @@ public class FortressOfTheDead extends AbstractInstance
{
if (world.getAliveNpcs(VAMPIRIC_SOLDIER).isEmpty())
{
startQuestTimer("vampire_dead", 3000, npc, player);
startQuestTimer("vampire_dead", 180, npc, player);
}
}
else if (npc.getId() == VON_HELLMAN)
{
npc.deleteMe();
playMovie(player, Movie.ERT_QUEST_A);
startQuestTimer("hellman_dead", 6000, npc, player);
startQuestTimer("hellman_dead", 180, npc, player);
}
}
return super.onKill(npc, player, isSummon);