Corrections for quest Best Choice (10566).
Contributed by Index.
This commit is contained in:
@@ -7,4 +7,5 @@ My brother Pushkin and I are going to open the best blacksmith shop in the town.
|
|||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -7,4 +7,5 @@ What would you like? I can craft everything, from jewelry to battle golems! Your
|
|||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -16,6 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
package quests.Q10566_BestChoice;
|
package quests.Q10566_BestChoice;
|
||||||
|
|
||||||
|
import org.l2jmobius.Config;
|
||||||
import org.l2jmobius.gameserver.enums.QuestType;
|
import org.l2jmobius.gameserver.enums.QuestType;
|
||||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||||
import org.l2jmobius.gameserver.model.actor.Player;
|
import org.l2jmobius.gameserver.model.actor.Player;
|
||||||
@@ -33,7 +34,7 @@ public class Q10566_BestChoice extends Quest
|
|||||||
// NPC
|
// NPC
|
||||||
private static final int HERPHAH = 34362;
|
private static final int HERPHAH = 34362;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 95;
|
private static final int MIN_LEVEL = 100;
|
||||||
// Items
|
// Items
|
||||||
private static final int CERTIFICATE_SANTIAGO = 48173;
|
private static final int CERTIFICATE_SANTIAGO = 48173;
|
||||||
private static final int CERTIFICATE_RUPIO = 48174;
|
private static final int CERTIFICATE_RUPIO = 48174;
|
||||||
@@ -95,7 +96,14 @@ public class Q10566_BestChoice extends Quest
|
|||||||
{
|
{
|
||||||
case State.CREATED:
|
case State.CREATED:
|
||||||
{
|
{
|
||||||
htmltext = (player.hasPremiumStatus()) ? "34362-01.htm" : "34362-99.html";
|
if (Config.PREMIUM_SYSTEM_ENABLED)
|
||||||
|
{
|
||||||
|
htmltext = (player.hasPremiumStatus()) ? "34362-01.htm" : "34362-99.html";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
htmltext = "34362-01.htm";
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case State.STARTED:
|
case State.STARTED:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Fishing Guild Member:<br>
|
<html><body>Herphah:<br>
|
||||||
Hmm, it would seem that it's a bit too early still to discuss the Fishing Guild with you. Please return after you've become stronger.<br>
|
I don't understand why someone like you is intrested in this mission?<br>
|
||||||
(Only characters with Lv. 95 or above may undertake this quest.)
|
(This quest is for characters Lv. 100 and higher.)
|
||||||
</body></html>
|
</body></html>
|
@@ -7,4 +7,5 @@ My brother Pushkin and I are going to open the best blacksmith shop in the town.
|
|||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -7,4 +7,5 @@ What would you like? I can craft everything, from jewelry to battle golems! Your
|
|||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -16,6 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
package quests.Q10566_BestChoice;
|
package quests.Q10566_BestChoice;
|
||||||
|
|
||||||
|
import org.l2jmobius.Config;
|
||||||
import org.l2jmobius.gameserver.enums.QuestType;
|
import org.l2jmobius.gameserver.enums.QuestType;
|
||||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||||
import org.l2jmobius.gameserver.model.actor.Player;
|
import org.l2jmobius.gameserver.model.actor.Player;
|
||||||
@@ -33,7 +34,7 @@ public class Q10566_BestChoice extends Quest
|
|||||||
// NPC
|
// NPC
|
||||||
private static final int HERPHAH = 34362;
|
private static final int HERPHAH = 34362;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 95;
|
private static final int MIN_LEVEL = 100;
|
||||||
// Items
|
// Items
|
||||||
private static final int CERTIFICATE_SANTIAGO = 48173;
|
private static final int CERTIFICATE_SANTIAGO = 48173;
|
||||||
private static final int CERTIFICATE_RUPIO = 48174;
|
private static final int CERTIFICATE_RUPIO = 48174;
|
||||||
@@ -95,7 +96,14 @@ public class Q10566_BestChoice extends Quest
|
|||||||
{
|
{
|
||||||
case State.CREATED:
|
case State.CREATED:
|
||||||
{
|
{
|
||||||
htmltext = (player.hasPremiumStatus()) ? "34362-01.htm" : "34362-99.html";
|
if (Config.PREMIUM_SYSTEM_ENABLED)
|
||||||
|
{
|
||||||
|
htmltext = (player.hasPremiumStatus()) ? "34362-01.htm" : "34362-99.html";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
htmltext = "34362-01.htm";
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case State.STARTED:
|
case State.STARTED:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Fishing Guild Member:<br>
|
<html><body>Herphah:<br>
|
||||||
Hmm, it would seem that it's a bit too early still to discuss the Fishing Guild with you. Please return after you've become stronger.<br>
|
I don't understand why someone like you is intrested in this mission?<br>
|
||||||
(Only characters with Lv. 95 or above may undertake this quest.)
|
(This quest is for characters Lv. 100 and higher.)
|
||||||
</body></html>
|
</body></html>
|
@@ -7,4 +7,5 @@ My brother Pushkin and I are going to open the best blacksmith shop in the town.
|
|||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -7,4 +7,5 @@ What would you like? I can craft everything, from jewelry to battle golems! Your
|
|||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_03.htm">Upgrade R-grade or higher grade items</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Link common/crafting_01.htm">Crafting</Button>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_TerritoryStatus">Ask about local governor and taxes</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -16,6 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
package quests.Q10566_BestChoice;
|
package quests.Q10566_BestChoice;
|
||||||
|
|
||||||
|
import org.l2jmobius.Config;
|
||||||
import org.l2jmobius.gameserver.enums.QuestType;
|
import org.l2jmobius.gameserver.enums.QuestType;
|
||||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||||
import org.l2jmobius.gameserver.model.actor.Player;
|
import org.l2jmobius.gameserver.model.actor.Player;
|
||||||
@@ -33,7 +34,7 @@ public class Q10566_BestChoice extends Quest
|
|||||||
// NPC
|
// NPC
|
||||||
private static final int HERPHAH = 34362;
|
private static final int HERPHAH = 34362;
|
||||||
// Misc
|
// Misc
|
||||||
private static final int MIN_LEVEL = 95;
|
private static final int MIN_LEVEL = 100;
|
||||||
// Items
|
// Items
|
||||||
private static final int CERTIFICATE_SANTIAGO = 48173;
|
private static final int CERTIFICATE_SANTIAGO = 48173;
|
||||||
private static final int CERTIFICATE_RUPIO = 48174;
|
private static final int CERTIFICATE_RUPIO = 48174;
|
||||||
@@ -95,7 +96,14 @@ public class Q10566_BestChoice extends Quest
|
|||||||
{
|
{
|
||||||
case State.CREATED:
|
case State.CREATED:
|
||||||
{
|
{
|
||||||
htmltext = (player.hasPremiumStatus()) ? "34362-01.htm" : "34362-99.html";
|
if (Config.PREMIUM_SYSTEM_ENABLED)
|
||||||
|
{
|
||||||
|
htmltext = (player.hasPremiumStatus()) ? "34362-01.htm" : "34362-99.html";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
htmltext = "34362-01.htm";
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case State.STARTED:
|
case State.STARTED:
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<html><body>Fishing Guild Member:<br>
|
<html><body>Herphah:<br>
|
||||||
Hmm, it would seem that it's a bit too early still to discuss the Fishing Guild with you. Please return after you've become stronger.<br>
|
I don't understand why someone like you is intrested in this mission?<br>
|
||||||
(Only characters with Lv. 95 or above may undertake this quest.)
|
(This quest is for characters Lv. 100 and higher.)
|
||||||
</body></html>
|
</body></html>
|
Reference in New Issue
Block a user