Tempfix for Test of the Reformer (227) Crimson Werewolf kill.
This commit is contained in:
@@ -495,7 +495,8 @@ public class Q227_TestOfTheReformer extends Quest
|
|||||||
if ((cond == 12) && !npc.isScriptValue(1))
|
if ((cond == 12) && !npc.isScriptValue(1))
|
||||||
{
|
{
|
||||||
npc.setScriptValue(1);
|
npc.setScriptValue(1);
|
||||||
startQuestTimer("werewolf_despawn", 1000, npc, attacker, false);
|
// TODO: Proper skill check.
|
||||||
|
// startQuestTimer("werewolf_despawn", 1000, npc, attacker, false);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -562,6 +563,9 @@ public class Q227_TestOfTheReformer extends Quest
|
|||||||
{
|
{
|
||||||
if (cond == 12)
|
if (cond == 12)
|
||||||
{
|
{
|
||||||
|
// TODO: Remove message when proper skill check is done.
|
||||||
|
npc.broadcastNpcSay("Cowardly guy!");
|
||||||
|
|
||||||
st.setCond(13);
|
st.setCond(13);
|
||||||
st.playSound(QuestState.SOUND_MIDDLE);
|
st.playSound(QuestState.SOUND_MIDDLE);
|
||||||
cancelQuestTimer("werewolf_cleanup", null, player);
|
cancelQuestTimer("werewolf_cleanup", null, player);
|
||||||
|
@@ -495,7 +495,8 @@ public class Q227_TestOfTheReformer extends Quest
|
|||||||
if ((cond == 12) && !npc.isScriptValue(1))
|
if ((cond == 12) && !npc.isScriptValue(1))
|
||||||
{
|
{
|
||||||
npc.setScriptValue(1);
|
npc.setScriptValue(1);
|
||||||
startQuestTimer("werewolf_despawn", 1000, npc, attacker, false);
|
// TODO: Proper skill check.
|
||||||
|
// startQuestTimer("werewolf_despawn", 1000, npc, attacker, false);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -562,6 +563,9 @@ public class Q227_TestOfTheReformer extends Quest
|
|||||||
{
|
{
|
||||||
if (cond == 12)
|
if (cond == 12)
|
||||||
{
|
{
|
||||||
|
// TODO: Remove message when proper skill check is done.
|
||||||
|
npc.broadcastNpcSay("Cowardly guy!");
|
||||||
|
|
||||||
st.setCond(13);
|
st.setCond(13);
|
||||||
st.playSound(QuestState.SOUND_MIDDLE);
|
st.playSound(QuestState.SOUND_MIDDLE);
|
||||||
cancelQuestTimer("werewolf_cleanup", null, player);
|
cancelQuestTimer("werewolf_cleanup", null, player);
|
||||||
|
Reference in New Issue
Block a user