Fixed showing rewards for Expulsion of Evil Spirits (311).
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>32655</npc> <!-- Chairen -->
|
||||||
|
</npcs>
|
||||||
<item>
|
<item>
|
||||||
<!-- Ragna Orc's Amulet -->
|
<!-- Ragna Orc's Amulet -->
|
||||||
<ingredient count="326" id="14882" />
|
<ingredient count="326" id="14882" />
|
||||||
|
@@ -163,7 +163,7 @@ public class Q00311_ExpulsionOfEvilSpirits extends Quest
|
|||||||
}
|
}
|
||||||
else if (qs.isStarted())
|
else if (qs.isStarted())
|
||||||
{
|
{
|
||||||
htmltext = !hasQuestItems(player, SOUL_CORE_CONTAINING_EVIL_SPIRIT, RAGNA_ORCS_AMULET) ? "32655-05.html" : "32655-06.html";
|
htmltext = hasAtLeastOneQuestItem(player, RAGNA_ORCS_AMULET, SOUL_CORE_CONTAINING_EVIL_SPIRIT) ? "32655-06.html" : "32655-05.html";
|
||||||
}
|
}
|
||||||
return htmltext;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||||
|
<npcs>
|
||||||
|
<npc>32655</npc> <!-- Chairen -->
|
||||||
|
</npcs>
|
||||||
<item>
|
<item>
|
||||||
<!-- Ragna Orc's Amulet -->
|
<!-- Ragna Orc's Amulet -->
|
||||||
<ingredient count="326" id="14882" />
|
<ingredient count="326" id="14882" />
|
||||||
|
@@ -163,7 +163,7 @@ public class Q00311_ExpulsionOfEvilSpirits extends Quest
|
|||||||
}
|
}
|
||||||
else if (qs.isStarted())
|
else if (qs.isStarted())
|
||||||
{
|
{
|
||||||
htmltext = !hasQuestItems(player, SOUL_CORE_CONTAINING_EVIL_SPIRIT, RAGNA_ORCS_AMULET) ? "32655-05.html" : "32655-06.html";
|
htmltext = hasAtLeastOneQuestItem(player, RAGNA_ORCS_AMULET, SOUL_CORE_CONTAINING_EVIL_SPIRIT) ? "32655-06.html" : "32655-05.html";
|
||||||
}
|
}
|
||||||
return htmltext;
|
return htmltext;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user