Improved starting Ertheia quests.
This commit is contained in:
@@ -116,7 +116,7 @@ public class Q10735_ASpecialPower extends Quest
|
||||
@Override
|
||||
public String onTalk(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
QuestState qs = getQuestState(player, true);
|
||||
final QuestState qs = getQuestState(player, true);
|
||||
String htmltext = getNoQuestMsg(player);
|
||||
|
||||
if (qs.isCompleted())
|
||||
|
@@ -221,8 +221,10 @@ public class Q10736_ASpecialPower extends Quest
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
|
@@ -117,6 +117,7 @@ public class Q10742_AFurryFriend extends Quest
|
||||
player.sendPacket(new ExSendUIEvent(player, false, false, 0, 0, NpcStringId.REMAINING_TIME));
|
||||
startQuestTimer("unspawn_ricky", 2000, npc, player);
|
||||
cancelQuestTimer("check_ricky_distance", npc, player);
|
||||
cancelQuestTimer("unspawn_ricky_failed", npc, player);
|
||||
break;
|
||||
}
|
||||
|
||||
|
@@ -1,5 +0,0 @@
|
||||
<html><body>Maestro Dolkin:<br>
|
||||
You're better than I thought!<br>
|
||||
Shall we step outside ?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest KaraphonHabitat exit_instance">"Let's go then."</button>
|
||||
</body></html>
|
Reference in New Issue
Block a user