Fixed showing rewards for Expulsion of Evil Spirits (311).
This commit is contained in:
parent
06452e87ea
commit
fb7cab64bb
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||
<npcs>
|
||||
<npc>32655</npc> <!-- Chairen -->
|
||||
</npcs>
|
||||
<item>
|
||||
<!-- Ragna Orc's Amulet -->
|
||||
<ingredient count="326" id="14882" />
|
||||
|
@ -163,7 +163,7 @@ public class Q00311_ExpulsionOfEvilSpirits extends Quest
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||
<npcs>
|
||||
<npc>32655</npc> <!-- Chairen -->
|
||||
</npcs>
|
||||
<item>
|
||||
<!-- Ragna Orc's Amulet -->
|
||||
<ingredient count="326" id="14882" />
|
||||
|
@ -163,7 +163,7 @@ public class Q00311_ExpulsionOfEvilSpirits extends Quest
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user