Winds of fate a promise missing onFirstTalk.
Contributed by gigilo1968.
This commit is contained in:
@@ -158,6 +158,17 @@ public final class FortressOfTheDead extends AbstractInstance
|
|||||||
return super.onKill(npc, player, isSummon);
|
return super.onKill(npc, player, isSummon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String onFirstTalk(L2Npc npc, L2PcInstance player)
|
||||||
|
{
|
||||||
|
final QuestState qs = player.getQuestState(Q10752_WindsOfFateAPromise.class.getSimpleName());
|
||||||
|
if (qs.isCond(8))
|
||||||
|
{
|
||||||
|
return "33979.html";
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
public static void main(String[] args)
|
public static void main(String[] args)
|
||||||
{
|
{
|
||||||
new FortressOfTheDead();
|
new FortressOfTheDead();
|
||||||
|
@@ -158,6 +158,17 @@ public final class FortressOfTheDead extends AbstractInstance
|
|||||||
return super.onKill(npc, player, isSummon);
|
return super.onKill(npc, player, isSummon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String onFirstTalk(L2Npc npc, L2PcInstance player)
|
||||||
|
{
|
||||||
|
final QuestState qs = player.getQuestState(Q10752_WindsOfFateAPromise.class.getSimpleName());
|
||||||
|
if (qs.isCond(8))
|
||||||
|
{
|
||||||
|
return "33979.html";
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
public static void main(String[] args)
|
public static void main(String[] args)
|
||||||
{
|
{
|
||||||
new FortressOfTheDead();
|
new FortressOfTheDead();
|
||||||
|
Reference in New Issue
Block a user