This commit is contained in:
mobius
2015-01-01 20:02:50 +00:00
parent eeae660458
commit a6a3718849
17894 changed files with 2818932 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<html><body>Sergeant Allenos:<br>
Oh! This letter is from Admiral Keucereus. Thank you! Allow me to show you me gratitude.<br>
You certainly are qualified to enter. (Whew! This place would be much safer with more like this one...)<br>
Yes? Oh, nothing. Ha! Just talking to myself...
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Sergeant Allenos:<br>
I have already given you the reward for this mission. Instead of worrying about that, you should start thinking about your next mission.<br>It involves entering the Death Gate. Begin preparing for that!<br>
(You have already completed this quest.)
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Keucereus:<br>
I'm sorry, but I can't possibly send you there. I need adventurers, but I only want those capable of facing the dangers. Given your inexperience, it would be a death sentence.<br>
(Only characters who are level 75 or above may undertake this quest.)
</body></html>

View File

@@ -0,0 +1,7 @@
<html><body>Keucereus:<br>
You look like you're ready for action. If so, I have a mission for you.<br>
I'd like you to enter the <font color="LEVEL">Seed of Destruction</font>. Since Dragonkin assumed power there, it has become a extremely violent and dangerous place. A skilled adventurer like you may do a great deal of good there.<br>
<a action="bypass -h Quest Q10269_ToTheSeedOfDestruction 32548-02.htm">"Tell me more about Seed of Destruction."</a><br>
<a action="bypass -h Quest Q10269_ToTheSeedOfDestruction 32548-04.htm">"I'm ready."</a><br>
<a action="bypass -h Quest Q10269_ToTheSeedOfDestruction 32548-03.html">"Uh, not today. Maybe some other time..."</a>
</body></html>

View File

@@ -0,0 +1,9 @@
<html><body>Keucereus:<br>
The Seed of Destruction, located to the west of my Alliance Base, is ruled by <font color="LEVEL">Tiat</font>, Lord of the Dragonkin and a follower of Shilen.<br>
She is called the wife of the <font color="LEVEL">Dragon of Darkness</font>, and when she appeared here, the monsters in the region were transformed into the likeness of Dragonkin -- at least that's how my magicians explain it. As they gather, the Seed of Destruction grows in strength.<br>
To enter it, you must use a <font color="LEVEL">clan airship</font> or <font color="LEVEL">transformation magic</font>.<br>
Heed my advice: many of the dangers here will exceed the individual skills of even the strongest adventurer. If at all possible, you should only venture there in the company of a powerful party.<br>
Do you understand?<br>
<a action="bypass -h Quest Q10269_ToTheSeedOfDestruction 32548-04.htm">"Tell me about the mission."</a><br>
<a action="bypass -h Quest Q10269_ToTheSeedOfDestruction 32548-03.html">"Hmm, I think I need some time to consider what you've said..."</a>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>Keucereus:<br>
Really? It grieves me to hear you speak so. If you change your mind, there will always be a place for you in my army.
</body></html>

View File

@@ -0,0 +1,6 @@
<html><body>Keucereus:<br>
Very well. When you enter the Seed of Destruction, you will be assigned to either attack or defend the Dragonkin's stronghold depending on the situation. Either way, we need your help to stabilize this area.<br>
Whatever your mission, there will likely be <font color="LEVEL">a time limit in which to complete it</font>.<br>
Ah, wait! Take this with you...<br>
<a action="bypass -h Quest Q10269_ToTheSeedOfDestruction 32548-05.html">"What is it?"</a>
</body></html>

View File

@@ -0,0 +1,5 @@
<html><body>Keucereus:<br>
This <font color="LEVEL">letter of recommendation</font> authorizes you to be active within the Seed of Destruction. It says an adventurer like you can be trusted to take care of yourself.<br>
Give this letter to <font color="LEVEL">Sergeant Allenos</font> inside the Seed of Destruction. Then he'll assign you an important mission.<br>
If you wish to move freely in Gracia, you must acquire a <font color="LEVEL">Flying Transformed Object</font>. You can do so by completing a simple mission assigned by <font color="LEVEL">Engineer Lekon</font>, a Dwarf located south of here. You can also purchase a Transformation Scroll from <font color="LEVEL">Officer Tolonis</font> next to him. Now then, good luck and good hunting!
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Keucereus:<br>
Deliver the <font color="LEVEL">letter of recommendation</font> I gave you to <font color="LEVEL">Sergeant Allenos</font> inside the Seed of Destruction. Then he'll give you a small reward and assign you an important mission.<br>
If you wish to move freely through the skies of Gracia, complete a simple mission assigned by <font color="LEVEL">Engineer Lekon</font>, a Dwarf located south of here. You can also purchase a Transformation Scroll from <font color="LEVEL">Officer Tolonis</font> next to him.
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Keucereus:<br>
There's nothing left for you to do there. Your skills are better used elsewhere.<br>
(You have already completed this quest.)
</body></html>

View File

@@ -0,0 +1,110 @@
/*
* Copyright (C) 2004-2014 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* L2J DataPack is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package quests.Q10269_ToTheSeedOfDestruction;
import com.l2jserver.gameserver.model.actor.L2Npc;
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
import com.l2jserver.gameserver.model.quest.Quest;
import com.l2jserver.gameserver.model.quest.QuestState;
import com.l2jserver.gameserver.model.quest.State;
/**
* To the Seed of Destruction (10269)<br>
* Original Jython script by Kerberos.
* @author nonom
*/
public class Q10269_ToTheSeedOfDestruction extends Quest
{
// NPCs
private static final int KEUCEREUS = 32548;
private static final int ALLENOS = 32526;
// Item
private static final int INTRODUCTION = 13812;
public Q10269_ToTheSeedOfDestruction()
{
super(10269, Q10269_ToTheSeedOfDestruction.class.getSimpleName(), "To the Seed of Destruction");
addStartNpc(KEUCEREUS);
addTalkId(KEUCEREUS, ALLENOS);
registerQuestItems(INTRODUCTION);
}
@Override
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
{
final QuestState st = getQuestState(player, false);
if (st == null)
{
return getNoQuestMsg(player);
}
if (event.equals("32548-05.html"))
{
st.startQuest();
st.giveItems(INTRODUCTION, 1);
}
return event;
}
@Override
public String onTalk(L2Npc npc, L2PcInstance player)
{
String htmltext = getNoQuestMsg(player);
final QuestState st = getQuestState(player, true);
if (st == null)
{
return htmltext;
}
switch (npc.getId())
{
case KEUCEREUS:
switch (st.getState())
{
case State.CREATED:
htmltext = (player.getLevel() < 75) ? "32548-00.html" : "32548-01.htm";
break;
case State.STARTED:
htmltext = "32548-06.html";
break;
case State.COMPLETED:
htmltext = "32548-0a.html";
break;
}
break;
case ALLENOS:
switch (st.getState())
{
case State.STARTED:
htmltext = "32526-01.html";
st.giveAdena(29174, true);
st.addExpAndSp(176121, 7671);
st.exitQuest(false, true);
break;
case State.COMPLETED:
htmltext = "32526-02.html";
break;
default:
break;
}
break;
}
return htmltext;
}
}