Minor change for quest Divided Sakum Kanilov (10336).
Contributed by NightBR.
This commit is contained in:
@@ -157,7 +157,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
|
|||||||
if ((st != null) && st.isStarted() && st.isCond(1))
|
if ((st != null) && st.isStarted() && st.isCond(1))
|
||||||
{
|
{
|
||||||
st.set("killed_" + KANILOV, 1);
|
st.set("killed_" + KANILOV, 1);
|
||||||
st.setCond(2);
|
st.setCond(2, true);
|
||||||
}
|
}
|
||||||
return super.onKill(npc, killer, isSummon);
|
return super.onKill(npc, killer, isSummon);
|
||||||
}
|
}
|
||||||
|
@@ -157,7 +157,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
|
|||||||
if ((st != null) && st.isStarted() && st.isCond(1))
|
if ((st != null) && st.isStarted() && st.isCond(1))
|
||||||
{
|
{
|
||||||
st.set("killed_" + KANILOV, 1);
|
st.set("killed_" + KANILOV, 1);
|
||||||
st.setCond(2);
|
st.setCond(2, true);
|
||||||
}
|
}
|
||||||
return super.onKill(npc, killer, isSummon);
|
return super.onKill(npc, killer, isSummon);
|
||||||
}
|
}
|
||||||
|
@@ -157,7 +157,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
|
|||||||
if ((st != null) && st.isStarted() && st.isCond(1))
|
if ((st != null) && st.isStarted() && st.isCond(1))
|
||||||
{
|
{
|
||||||
st.set("killed_" + KANILOV, 1);
|
st.set("killed_" + KANILOV, 1);
|
||||||
st.setCond(2);
|
st.setCond(2, true);
|
||||||
}
|
}
|
||||||
return super.onKill(npc, killer, isSummon);
|
return super.onKill(npc, killer, isSummon);
|
||||||
}
|
}
|
||||||
|
@@ -154,7 +154,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
|
|||||||
if ((st != null) && st.isStarted() && st.isCond(1))
|
if ((st != null) && st.isStarted() && st.isCond(1))
|
||||||
{
|
{
|
||||||
st.set("killed_" + KANILOV, 1);
|
st.set("killed_" + KANILOV, 1);
|
||||||
st.setCond(2);
|
st.setCond(2, true);
|
||||||
}
|
}
|
||||||
return super.onKill(npc, killer, isSummon);
|
return super.onKill(npc, killer, isSummon);
|
||||||
}
|
}
|
||||||
|
@@ -154,7 +154,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
|
|||||||
if ((st != null) && st.isStarted() && st.isCond(1))
|
if ((st != null) && st.isStarted() && st.isCond(1))
|
||||||
{
|
{
|
||||||
st.set("killed_" + KANILOV, 1);
|
st.set("killed_" + KANILOV, 1);
|
||||||
st.setCond(2);
|
st.setCond(2, true);
|
||||||
}
|
}
|
||||||
return super.onKill(npc, killer, isSummon);
|
return super.onKill(npc, killer, isSummon);
|
||||||
}
|
}
|
||||||
|
@@ -154,7 +154,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
|
|||||||
if ((st != null) && st.isStarted() && st.isCond(1))
|
if ((st != null) && st.isStarted() && st.isCond(1))
|
||||||
{
|
{
|
||||||
st.set("killed_" + KANILOV, 1);
|
st.set("killed_" + KANILOV, 1);
|
||||||
st.setCond(2);
|
st.setCond(2, true);
|
||||||
}
|
}
|
||||||
return super.onKill(npc, killer, isSummon);
|
return super.onKill(npc, killer, isSummon);
|
||||||
}
|
}
|
||||||
|
@@ -154,7 +154,7 @@ public final class Q10336_DividedSakumKanilov extends Quest
|
|||||||
if ((st != null) && st.isStarted() && st.isCond(1))
|
if ((st != null) && st.isStarted() && st.isCond(1))
|
||||||
{
|
{
|
||||||
st.set("killed_" + KANILOV, 1);
|
st.set("killed_" + KANILOV, 1);
|
||||||
st.setCond(2);
|
st.setCond(2, true);
|
||||||
}
|
}
|
||||||
return super.onKill(npc, killer, isSummon);
|
return super.onKill(npc, killer, isSummon);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user