Quests rework.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user