Quests rework.

This commit is contained in:
MobiusDev
2016-02-11 21:39:33 +00:00
parent b2cafd8e2e
commit 09976b0ce6
173 changed files with 6416 additions and 4720 deletions

View File

@@ -135,7 +135,7 @@ public class Q10338_SeizeYourDestiny extends Quest
{
htmltext = "33477-06.html";
}
else if (qs.hasQuestItems(SCROLL_OF_AFTERLIFE.getId()) || qs.isCompleted())
else if (hasQuestItems(player, SCROLL_OF_AFTERLIFE.getId()) || qs.isCompleted())
{
htmltext = "33477-05.html";
}
@@ -147,7 +147,7 @@ public class Q10338_SeizeYourDestiny extends Quest
}
case HADEL:
{
if (qs.isCompleted() || player.isInCategory(CategoryType.AWAKEN_GROUP) || qs.hasQuestItems(SCROLL_OF_AFTERLIFE.getId()))
if (qs.isCompleted() || player.isInCategory(CategoryType.AWAKEN_GROUP) || hasQuestItems(player, SCROLL_OF_AFTERLIFE.getId()))
{
htmltext = "33344-07.html";
}
@@ -194,7 +194,7 @@ public class Q10338_SeizeYourDestiny extends Quest
htmltext = "33340-01.html";
break;
}
else if (qs.hasQuestItems(SCROLL_OF_AFTERLIFE.getId()))
else if (hasQuestItems(player, SCROLL_OF_AFTERLIFE.getId()))
{
htmltext = "33340-03.html";
break;