Addition of missing quest 10579 condition dialog.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment 2020-11-11 14:44:52 +00:00
parent 24e182cac2
commit 54c5becabf
10 changed files with 25 additions and 5 deletions

View File

@ -0,0 +1,4 @@
<html><body>Head Blacksmith Ferris:<br>
Hey, let nature take its course. It's not good for us to go against it.<br>
(Only Premium characters who have the quest "Best Choice" in progress, can play this quest.)<br>
</body></html>

View File

@ -62,7 +62,7 @@ public class Q10579_ContainingTheAttributePower extends Quest
addTalkId(FERRIS);
addCondMinLevel(MIN_LEVEL, "noLevel.html");
registerQuestItems(ATTRIBUTE_PRACTICE_LONG_SWORD, ATTRIBUTE_PRACTICE_FIRE_STONE, ATTRIBUTE_PRACTICE_WATER_STONE, ATTRIBUTE_PRACTICE_EARTH_STONE, ATTRIBUTE_PRACTICE_WIND_STONE, ATTRIBUTE_PRACTICE_HOLY_STONE, ATTRIBUTE_PRACTICE_DARK_STONE);
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "34138-99.html");
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "30847-99.html");
Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_ITEM_ATTRIBUTE_ADD, (OnItemAttributeAdd event) -> OnItemAttributeAdd(event), this));
}

View File

@ -0,0 +1,4 @@
<html><body>Head Blacksmith Ferris:<br>
Hey, let nature take its course. It's not good for us to go against it.<br>
(Only Premium characters who have the quest "Best Choice" in progress, can play this quest.)<br>
</body></html>

View File

@ -62,7 +62,7 @@ public class Q10579_ContainingTheAttributePower extends Quest
addTalkId(FERRIS);
addCondMinLevel(MIN_LEVEL, "noLevel.html");
registerQuestItems(ATTRIBUTE_PRACTICE_LONG_SWORD, ATTRIBUTE_PRACTICE_FIRE_STONE, ATTRIBUTE_PRACTICE_WATER_STONE, ATTRIBUTE_PRACTICE_EARTH_STONE, ATTRIBUTE_PRACTICE_WIND_STONE, ATTRIBUTE_PRACTICE_HOLY_STONE, ATTRIBUTE_PRACTICE_DARK_STONE);
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "34138-99.html");
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "30847-99.html");
Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_ITEM_ATTRIBUTE_ADD, (OnItemAttributeAdd event) -> OnItemAttributeAdd(event), this));
}

View File

@ -0,0 +1,4 @@
<html><body>Head Blacksmith Ferris:<br>
Hey, let nature take its course. It's not good for us to go against it.<br>
(Only Premium characters who have the quest "Best Choice" in progress, can play this quest.)<br>
</body></html>

View File

@ -62,7 +62,7 @@ public class Q10579_ContainingTheAttributePower extends Quest
addTalkId(FERRIS);
addCondMinLevel(MIN_LEVEL, "noLevel.html");
registerQuestItems(ATTRIBUTE_PRACTICE_LONG_SWORD, ATTRIBUTE_PRACTICE_FIRE_STONE, ATTRIBUTE_PRACTICE_WATER_STONE, ATTRIBUTE_PRACTICE_EARTH_STONE, ATTRIBUTE_PRACTICE_WIND_STONE, ATTRIBUTE_PRACTICE_HOLY_STONE, ATTRIBUTE_PRACTICE_DARK_STONE);
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "34138-99.html");
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "30847-99.html");
Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_ITEM_ATTRIBUTE_ADD, (OnItemAttributeAdd event) -> OnItemAttributeAdd(event), this));
}

View File

@ -0,0 +1,4 @@
<html><body>Head Blacksmith Ferris:<br>
Hey, let nature take its course. It's not good for us to go against it.<br>
(Only Premium characters who have the quest "Best Choice" in progress, can play this quest.)<br>
</body></html>

View File

@ -62,7 +62,7 @@ public class Q10579_ContainingTheAttributePower extends Quest
addTalkId(FERRIS);
addCondMinLevel(MIN_LEVEL, "noLevel.html");
registerQuestItems(ATTRIBUTE_PRACTICE_LONG_SWORD, ATTRIBUTE_PRACTICE_FIRE_STONE, ATTRIBUTE_PRACTICE_WATER_STONE, ATTRIBUTE_PRACTICE_EARTH_STONE, ATTRIBUTE_PRACTICE_WIND_STONE, ATTRIBUTE_PRACTICE_HOLY_STONE, ATTRIBUTE_PRACTICE_DARK_STONE);
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "34138-99.html");
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "30847-99.html");
Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_ITEM_ATTRIBUTE_ADD, (OnItemAttributeAdd event) -> OnItemAttributeAdd(event), this));
}

View File

@ -0,0 +1,4 @@
<html><body>Head Blacksmith Ferris:<br>
Hey, let nature take its course. It's not good for us to go against it.<br>
(Only Premium characters who have the quest "Best Choice" in progress, can play this quest.)<br>
</body></html>

View File

@ -62,7 +62,7 @@ public class Q10579_ContainingTheAttributePower extends Quest
addTalkId(FERRIS);
addCondMinLevel(MIN_LEVEL, "noLevel.html");
registerQuestItems(ATTRIBUTE_PRACTICE_LONG_SWORD, ATTRIBUTE_PRACTICE_FIRE_STONE, ATTRIBUTE_PRACTICE_WATER_STONE, ATTRIBUTE_PRACTICE_EARTH_STONE, ATTRIBUTE_PRACTICE_WIND_STONE, ATTRIBUTE_PRACTICE_HOLY_STONE, ATTRIBUTE_PRACTICE_DARK_STONE);
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "34138-99.html");
addCondStartedQuest(Q10566_BestChoice.class.getSimpleName(), "30847-99.html");
Containers.Global().addListener(new ConsumerEventListener(Containers.Global(), EventType.ON_ITEM_ATTRIBUTE_ADD, (OnItemAttributeAdd event) -> OnItemAttributeAdd(event), this));
}