Removed some scripts.
This commit is contained in:
parent
1ffd4f4b1e
commit
636fac80c6
@ -1,84 +0,0 @@
|
||||
/*
|
||||
* This file is part of the L2J Mobius project.
|
||||
*
|
||||
* This program 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.
|
||||
*
|
||||
* This program 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 ai.others;
|
||||
|
||||
import com.l2jmobius.gameserver.enums.ChatType;
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jmobius.gameserver.network.NpcStringId;
|
||||
|
||||
import ai.AbstractNpcAI;
|
||||
|
||||
/**
|
||||
* Aden Reconstructor Manager AI.
|
||||
* @author St3eT
|
||||
*/
|
||||
public final class AdenReconstructorManager extends AbstractNpcAI
|
||||
{
|
||||
// NPCs
|
||||
private static final int[] NPCS =
|
||||
{
|
||||
33584, // Moe
|
||||
33581, // Eeny
|
||||
};
|
||||
|
||||
private AdenReconstructorManager()
|
||||
{
|
||||
addSpawnId(NPCS);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
if (npc != null)
|
||||
{
|
||||
switch (event)
|
||||
{
|
||||
case "SPAM_TEXT":
|
||||
{
|
||||
npc.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.THE_LAND_OF_ADEN_IS_IN_NEED_OF_MATERIALS_TO_REBUILD_FROM_SHILEN_S_DESTRUCTION);
|
||||
startQuestTimer("SPAM_TEXT2", 1000, npc, null);
|
||||
break;
|
||||
}
|
||||
case "SPAM_TEXT2":
|
||||
{
|
||||
npc.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.PLEASE_DONATE_ANY_UNUSED_MATERIALS_YOU_HAVE_TO_HELP_REBUILD_ADEN);
|
||||
startQuestTimer("SPAM_TEXT3", 1000, npc, null);
|
||||
break;
|
||||
}
|
||||
case "SPAM_TEXT3":
|
||||
{
|
||||
npc.broadcastSay(ChatType.NPC_GENERAL, NpcStringId.YOU_LL_RECEIVE_A_GIFT_FOR_ANY_APPLICABLE_DONATION);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
return super.onAdvEvent(event, npc, player);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onSpawn(L2Npc npc)
|
||||
{
|
||||
startQuestTimer("SPAM_TEXT", (5 * 60 * 1000), npc, null, true);
|
||||
return super.onSpawn(npc);
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
new AdenReconstructorManager();
|
||||
}
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
You know, you can help someone in need while attaining fame and fortune!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludin.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
You know, our Adventure Guild was created for brave warriors like you!<br>
|
||||
I predict great fortune in your future!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludin.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludin.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
The world is a dark and scary place, my friend! If everyone would only follow the teachings of Eva and Einhasad, this chaos would finally end!<br>
|
||||
What's needed is for a brave warrior like you to stand up for the downtrodden, to restore peace and justice to the world! Are you up for the task?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludin.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome to the Adventure Guild, my friend! What sort of challenge suits you today?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludin.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Ah, yes, I recognize that burning look in your eyes! You're ready to go out in the world and find the perfect adventure, aren't you? Well, my friend, you've come to the right place!<br>
|
||||
May Eva be with you!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludio.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
What do you seek? Is it romance? Or does your heart burn with anticipation of wealth and fame beyond your wildest imagination? Ah, yes, that's more like it, isn't it?<br>
|
||||
Well, there are many opportunities available for a young go-getter like you! From the prosaic to the ridiculously frightening, our Adventure Guild has them all!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludio.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
The world is a dark and scary place, my friend! If everyone would only follow the teachings of Eva and Einhasad, this chaos would finally end!<br>
|
||||
What's needed is for a brave warrior like you to stand up for the downtrodden, to restore peace and justice to the world! Are you up for the task?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludio.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
You know, our Adventure Guild was created for brave warriors like you!<br>
|
||||
I predict great fortune in your future!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludio.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Bored, mate?<br>
|
||||
The Adventurer Guild comes to your rescue! We have countless adventures for you, you see.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludio.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Dion.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
You know, you can help someone in need while attaining fame and fortune!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Dion.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
You know, our Adventure Guild was created for brave warriors like you!<br>
|
||||
I predict great fortune in your future!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Dion.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Our Adventure Guild specializes in matching up adventurers like yourself with exciting opportunities for wealth and fame all over the world!<br>
|
||||
We have exclusive access to the most unimaginable challenges! What suits your fancy?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Dion.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Our guild brokers information regarding opportunities for adventure all over the world.<br>
|
||||
You won't find our information anywhere else!<br1>
|
||||
What sort of adventure are you interested in?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Pleased to meet you! Our guild's mission is to help match adventurers like yourself with the people who are most desperately in need of help.<br>
|
||||
What sort of adventure are you interested in, my friend?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Your adventure awaits! Our guild is the gateway to your wildest dreams!<br>
|
||||
Choose carefully, as your future could well be decided here! Do you feel the adrenaline? Take your pick and be off!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
What is it that you seek? Is it romance? Or does your heart burn with anticipation of wealth and fame beyond your wildest imagination? Ah, yes, that's more like it, isn't it?<br>
|
||||
Well, there are many opportunities available for a young go-getter like you! From the prosaic to the ridiculously frightening, our Adventure Guild has them all!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Giran.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
The world is a dark and scary place, my friend! If everyone would only follow the teachings of Eva and Einhasad, this chaos would finally end!<br>
|
||||
What's needed is for a brave warrior like you to stand up for the downtrodden, to restore peace and justice to the world! Are you up for the task?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Giran.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Ah, yes, I recognize that burning look in your eyes! You're ready to go out in the world and find the perfect adventure, aren't you? Well, my friend, you've come to the right place!<br>
|
||||
May Eva be with you!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Giran.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
You know, you can help someone in need while attaining fame and fortune!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Giran.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
You know, our Adventure Guild was created for brave warriors like you!<br>
|
||||
I predict great fortune in your future!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Giran.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
You want a thrilling adventure, don't you? Well, sorry to break the news to you, but adventures aren't always exciting... Fame and fortune only come after much time and effort.<br>
|
||||
But with the help of our Adventure Guild, I'm sure you'll find something worth your while. I promise!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Just think of it! All of your wildest dreams of fame and fortune could come true! Our guild has the information you need!<br>
|
||||
Your path to wealth may begin with something as trivial as delivering a letter, and could culminate in encounters with formidable beasts! And who knows, you might even find romance along the way! The world is your oyster!<br1>
|
||||
So, tell me, what kind of adventure are you interested in?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
This is a violent and corrupt world, my friend! No amount of peace and healing from Einhasad or love and harmony from Eva is enough to change it! True change can only be accomplished when people like you take the lead to bring peace and justice to all!<br>
|
||||
I have no doubt that you can help many people less fortunate than yourself! Are you ready for a challenge?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, welcome!<br>
|
||||
Looking for adventure? That's what our guild is named for! Haha!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Oren.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
You know, our Adventure Guild was created for brave warriors like you!<br>
|
||||
I predict great fortune in your future!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Oren.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
What do you seek? Is it romance? Or does your heart burn with anticipation of wealth and fame beyond your wildest imagination? Ah, yes, that's more like it, isn't it?<br>
|
||||
Well, there are many opportunities available for a young go-getter like you! From the prosaic to the ridiculously frightening, our Adventure Guild has them all!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Oren.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
You know, you can help someone in need while attaining fame and fortune!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Oren.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
You know, you can help someone in need while attaining fame and fortune!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Heine.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><head><body>Adventure Guildsman:<br>
|
||||
Ah, yes, I recognize that burning look in your eyes! You're ready to go out in the world and find the perfect adventure, aren't you? Well, my friend, you've come to the right place!<br>
|
||||
May Eva be with you!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Hunter.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><head><body>Adventure Guildsman:<br>
|
||||
Looking for some excitement, are ya?<br>
|
||||
Adventurer's Guild is here to help ya, then! We can whisper all sorts of advice and information into yer willing ears. Will ya listen?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Hunter.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><head><body>Adventure Guildsman:<br>
|
||||
What do you seek? Is it romance? Or does your heart burn with anticipation of wealth and fame beyond your wildest imagination? Ah, yes, that's more like it, isn't it?<br>
|
||||
Well, there are many opportunities available for a young go-getter like you! From the prosaic to the ridiculously frightening, our Adventure Guild has them all!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Hunter.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><head><body>Adventure Guildsman:<br>
|
||||
The world is a dark and scary place, my friend! If only everyone followed the teachings of Eva and Einhasad, this chaos would finally end!<br>
|
||||
What's needed is for a brave warrior like you to stand up for the downtrodden, to restore peace and justice to the world! Are you up for the task?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Hunter.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
The world is a dark and scary place, my friend! If everyone would only follow the teachings of Eva and Einhasad, this chaos would finally end!<br>
|
||||
What's needed is for a brave warrior like you to stand up for the downtrodden, to restore peace and justice to the world! Are you up for the task?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Aden.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Ah, yes, I recognize that burning look in your eyes! You're ready to go out in the world and find the perfect adventure, aren't you? Well, my friend, you've come to the right place!<br>
|
||||
May Eva guide you!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Aden.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome to the Adventure Guild! What sort of challenge suits you today?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Aden.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
What do you seek, my friend? Romance, wealth, fame, or perhaps the thrill of battle?<br>
|
||||
Whatever it is, we will get to the heart of it. The Adventure Guild, that is -- we are here to provide the info you need for whatever quest you undertake!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Aden.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
You know, you can help someone in need while attaining fame and fortune!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Aden.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
You know, our Adventure Guild was created for brave warriors like you!<br>
|
||||
I predict great fortune in your future!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Rune.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
The world is a dark and scary place, my friend! If everyone would only follow the teachings of Eva and Einhasad, this chaos would finally end!<br>
|
||||
What's needed is for a brave warrior like you to stand up for the downtrodden, to restore peace and justice to the world! Are you up for the task?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Rune.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Our Adventure Guild specializes in matching up adventurers like yourself with exciting opportunities for wealth and fame all over the world!<br>
|
||||
We have exclusive access to the most unimaginable challenges! What suits your fancy?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Rune.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Looking for adventures, mate?<br>
|
||||
The world of full of them! But we at Adventure Guild make them easier to tackle.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Rune.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
I see flames of passion in your eyes. Do you long for romance? Danger? Fame and glory? Mounds of gold? Whatever it is, the Adventure Guild is here to help!<br>
|
||||
From the prosaic to the ridiculously frightening, we will give you the information you need.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Godard.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Godard.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Our Adventure Guild was created for brave warriors like you!<br>
|
||||
I predict great fortune in your future!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Godard.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
You know, you can help someone in need while attaining fame and fortune!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Godard.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome! You're looking for something to do, aren't you, mate?<br>
|
||||
You have a distinguished air about you! I'll wager you're looking for a unique experience. Right? I knew it! <br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Schuttgart.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, friend! I gather information about fascinating -- and lucrative -- opportunities for adventure.<br>
|
||||
You look like a kind soul. I know many a poor folk in sore need of capable help. Are you game? What sort of adventure did you have in mind?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Schuttgart.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome, my friend! Some astonishingly macabre adventures have just become available!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Schuttgart.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Our Adventure Guild specializes in matching up adventurers like yourself with exciting opportunities for wealth and fame all over the world!<br>
|
||||
We have exclusive access to the most unimaginable challenges! What suits your fancy?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">Quest information</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Schuttgart.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Our guild specializes in collecting information from all corners of the world to disseminate it to adventurers who need it. Think of us as a nerve center for information.<br>
|
||||
It was quite a busy time when Faeron first emerged. The only channel of communication we had with the Spirit Realm was to go through the Ertheia!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">"Tell me about quests."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman raidbossInfo.html">"I want to know about raid monsters."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,9 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Welcome to Underground Gainak, a place with endless adventures.<br>
|
||||
I've been dispatched here from the Adventurer's Guild.<br>
|
||||
We know anything and everything that can help you in your adventures. We are also <font color="LEVEL">exchanging Adventurer's Marks and Seals</font>. How can I help you?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman questList">"Tell me about quests."</Button>
|
||||
<Button ALIGN="LEFT" ICON="NORMAL" action="bypass -h npc_%objectId%_Quest">"I want to exchange Adventurer's Marks and Seals."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Gludin.html">"I'd like to use a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 539">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 543">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 537">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 536">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 534">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 535">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 533">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>
|
||||
Perhaps you remember that in the past, Life Crystals were assigned grades based on the strength of the monsters. That was because a Life Crystal resembles the core energy of a powerful monster, and so different cores came from monsters of different strength.<br>
|
||||
However, recent research has discovered that the Life Crystal grades really only indicate differences in volume rather than fundamental differences in their characteristics. Therefore, the old grading system has been abandoned, and the Crystals are now categorized according to the amount of energy contained. Using this new system, the previous C-grade crystal has 2 times as much value, the B-grade crystal has 4 times as much value and the A-grade crystal has 10 times as much value.<br>
|
||||
If you currently hold Life Crystals with the old grades, please exchange them for new Life Crystals with the new measures.
|
||||
</body></html>
|
@ -1,8 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 538">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
<br>
|
||||
</body></html>
|
@ -1,14 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
Talk to the Area Manager of the Adventure Guild if you want to create a higher-quality item.<br>
|
||||
He only comes to the town <font color="LEVEL">when the Lord or Clan of the castle destroys a certain type of monster</font> to celebrate the occasion.<br>
|
||||
He's most interested in:<br>
|
||||
<font color="LEVEL">Master Anays<br>
|
||||
High Priestess van Halter<br>
|
||||
Varka's Chief Horus<br>
|
||||
Ketra's Chief Brakki<br>
|
||||
Cherub Galaxia<br>
|
||||
Ocean Flame Ashakiel<br>
|
||||
Storm Winged Naga<br>
|
||||
Doom Blade Thanatos<br>
|
||||
Anakim's Nemesis Zakaron</font>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 542">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Adventure Guildsman:<br>
|
||||
We don't provide information about raid monsters any more. You can get the information from the <font color="LEVEL">Raid</font> tab of <font color="LEVEL">World Info</font> on the map.
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 541">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body><center>Use Life Crystals</center><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-Help.html">"Any information about the new Life Crystals?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 602">"Can I exchange my Life Crystals for new ones?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 540">"I want to craft a Life Crystal."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 548">"I'd like to craft an Adventurer's Box."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventureGuildsman AdventureGuildsman-ManagerHelp.html">"Can you tell me about higher-level crafting?"</Button>
|
||||
</body></html>
|
@ -1,101 +0,0 @@
|
||||
/*
|
||||
* This file is part of the L2J Mobius project.
|
||||
*
|
||||
* This program 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.
|
||||
*
|
||||
* This program 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 ai.others.AdventureGuildsman;
|
||||
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jmobius.gameserver.network.serverpackets.ExShowQuestInfo;
|
||||
|
||||
import ai.AbstractNpcAI;
|
||||
|
||||
/**
|
||||
* Adventurers Guidsman AI.
|
||||
* @author St3eT
|
||||
*/
|
||||
public final class AdventureGuildsman extends AbstractNpcAI
|
||||
{
|
||||
// NPCs
|
||||
// @formatter:off
|
||||
private static final int[] ADVENTURERS_GUILDSMAN =
|
||||
{
|
||||
31787, 31788, 31789,
|
||||
31790, 31791, 31792,
|
||||
31793, 31794, 31795,
|
||||
31796, 31797, 31798,
|
||||
31799, 31800, 31804,
|
||||
31805, 31806, 31808,
|
||||
31809, 31814, 31815,
|
||||
31816, 31818, 31822,
|
||||
31823, 31824, 31825,
|
||||
31826, 31827, 31828,
|
||||
31829, 31830, 31831,
|
||||
31832, 31833, 31834,
|
||||
31835, 31837, 31838,
|
||||
31840, 31841, 31991,
|
||||
31992, 31993, 31995,
|
||||
33946, 34187, 31812,
|
||||
31813, 31811, 31801,
|
||||
31802, 31803
|
||||
};
|
||||
// @formatter:on
|
||||
// Skills
|
||||
|
||||
private AdventureGuildsman()
|
||||
{
|
||||
addStartNpc(ADVENTURERS_GUILDSMAN);
|
||||
addTalkId(ADVENTURERS_GUILDSMAN);
|
||||
addFirstTalkId(ADVENTURERS_GUILDSMAN);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
String htmltext = null;
|
||||
|
||||
switch (event)
|
||||
{
|
||||
case "AdventureGuildsman-Aden.html":
|
||||
case "AdventureGuildsman-Dion.html":
|
||||
case "AdventureGuildsman-Giran.html":
|
||||
case "AdventureGuildsman-Gludin.html":
|
||||
case "AdventureGuildsman-Gludio.html":
|
||||
case "AdventureGuildsman-Godard.html":
|
||||
case "AdventureGuildsman-Heine.html":
|
||||
case "AdventureGuildsman-Hunter.html":
|
||||
case "AdventureGuildsman-Oren.html":
|
||||
case "AdventureGuildsman-Rune.html":
|
||||
case "AdventureGuildsman-Schuttgart.html":
|
||||
case "AdventureGuildsman-Help.html":
|
||||
case "AdventureGuildsman-ManagerHelp.html":
|
||||
case "AdventureGuildsman-RaidbossInfo.html":
|
||||
{
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
case "questList":
|
||||
{
|
||||
player.sendPacket(ExShowQuestInfo.STATIC_PACKET);
|
||||
}
|
||||
}
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
new AdventureGuildsman();
|
||||
}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
<html><body>Adventurers' Guide:<br>
|
||||
Greetings, traveler! How may I be of assistance?<br>
|
||||
My job is to offer what little assistance I can as you charge into all this endless evil and intense fighting!<br>
|
||||
Even now, the monster attacks on this village grow stronger each day; it is only due to your tireless efforts that we have remained safe this long.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide guide-01.html"><font color="LEVEL">"Can I see the list of available buffs?"</font></Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide guide-05.html">"I'd like to exchange for a Special Appearance Stone"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide guide-02.html">"Here, I have some Steel Door Guild Coins..."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide weakenBreath">"I heard you could weaken Shilen's Breath Lv.3 or above."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,8 +0,0 @@
|
||||
<html><body>Apprentice Adventurers' Guide:<br>
|
||||
You're about to start a long journey.<br>
|
||||
My job is to offer what little assistance I can as you charge into all this endless evil and intense fighting!<br>
|
||||
Of course, I'm just an apprentice, so I can't help you as much as the full-fledged Adventurers' Guides.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide guide-01.html"><font color="LEVEL">"Can I see the list of available buffs?"</font></Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide guide-02.html">"Here, I have some Steel Door Guild Coins..."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,140 +0,0 @@
|
||||
/*
|
||||
* This file is part of the L2J Mobius project.
|
||||
*
|
||||
* This program 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.
|
||||
*
|
||||
* This program 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 ai.others.AdventurersGuide;
|
||||
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jmobius.gameserver.model.holders.SkillHolder;
|
||||
import com.l2jmobius.gameserver.model.skills.Skill;
|
||||
import com.l2jmobius.gameserver.model.skills.SkillCaster;
|
||||
|
||||
import ai.AbstractNpcAI;
|
||||
|
||||
/**
|
||||
* Adventurers Guide AI.
|
||||
* @author St3eT
|
||||
*/
|
||||
public final class AdventurersGuide extends AbstractNpcAI
|
||||
{
|
||||
// NPC
|
||||
private static final int[] ADVENTURERS_GUIDE =
|
||||
{
|
||||
32327,
|
||||
33950,
|
||||
};
|
||||
// Skills
|
||||
private static final SkillHolder BLESS_PROTECTION = new SkillHolder(5182, 1); // Blessing of Protection
|
||||
private static final SkillHolder KNIGHT = new SkillHolder(15648, 1); // Knight's Harmony (Adventurer)
|
||||
private static final SkillHolder WARRIOR = new SkillHolder(15649, 1); // Warrior's Harmony (Adventurer)
|
||||
private static final SkillHolder WIZARD = new SkillHolder(15650, 1); // Wizard's Harmony (Adventurer)
|
||||
private static final SkillHolder[] GROUP_BUFFS =
|
||||
{
|
||||
new SkillHolder(15642, 1), // Horn Melody (Adventurer)
|
||||
new SkillHolder(15643, 1), // Drum Melody (Adventurer)
|
||||
new SkillHolder(15644, 1), // Pipe Organ Melody (Adventurer)
|
||||
new SkillHolder(15645, 1), // Guitar Melody (Adventurer)
|
||||
new SkillHolder(15646, 1), // Harp Melody (Adventurer)
|
||||
new SkillHolder(15647, 1), // Lute Melody (Adventurer)
|
||||
new SkillHolder(15651, 1), // Prevailing Sonata (Adventurer)
|
||||
new SkillHolder(15652, 1), // Daring Sonata (Adventurer)
|
||||
new SkillHolder(15653, 1), // Refreshing Sonata (Adventurer)
|
||||
};
|
||||
|
||||
private AdventurersGuide()
|
||||
{
|
||||
addStartNpc(ADVENTURERS_GUIDE);
|
||||
addTalkId(ADVENTURERS_GUIDE);
|
||||
addFirstTalkId(ADVENTURERS_GUIDE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
String htmltext = null;
|
||||
|
||||
switch (event)
|
||||
{
|
||||
case "guide-01.html":
|
||||
case "guide-02.html":
|
||||
case "guide-03.html":
|
||||
case "guide-04.html":
|
||||
case "guide-05.html":
|
||||
{
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
case "index":
|
||||
{
|
||||
htmltext = npc.getId() + ".html";
|
||||
break;
|
||||
}
|
||||
case "weakenBreath":
|
||||
{
|
||||
if (player.getShilensBreathDebuffLevel() < 3)
|
||||
{
|
||||
htmltext = "guide-noBreath.html";
|
||||
break;
|
||||
}
|
||||
|
||||
player.setShilensBreathDebuffLevel(2);
|
||||
htmltext = "guide-cleanedBreath.html";
|
||||
break;
|
||||
}
|
||||
case "knight":
|
||||
{
|
||||
htmltext = applyBuffs(npc, player, KNIGHT.getSkill());
|
||||
break;
|
||||
}
|
||||
case "warrior":
|
||||
{
|
||||
htmltext = applyBuffs(npc, player, WARRIOR.getSkill());
|
||||
break;
|
||||
}
|
||||
case "wizard":
|
||||
{
|
||||
htmltext = applyBuffs(npc, player, WIZARD.getSkill());
|
||||
break;
|
||||
}
|
||||
}
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
private String applyBuffs(L2Npc npc, L2PcInstance player, Skill skill)
|
||||
{
|
||||
if (player.getLevel() > 90)
|
||||
{
|
||||
return "guide-noBuffs.html";
|
||||
}
|
||||
|
||||
for (SkillHolder holder : GROUP_BUFFS)
|
||||
{
|
||||
SkillCaster.triggerCast(npc, player, holder.getSkill());
|
||||
}
|
||||
SkillCaster.triggerCast(npc, player, skill);
|
||||
|
||||
if ((player.getLevel() < 40) && (player.getClassId().level() <= 1))
|
||||
{
|
||||
SkillCaster.triggerCast(npc, player, BLESS_PROTECTION.getSkill());
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
new AdventurersGuide();
|
||||
}
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<html><body>
|
||||
I can offer you the following buffs, if you're below Lv. 91.<br>
|
||||
Horn Melody / Drum Melody / Pipe Organ Melody<br1>
|
||||
Guitar Melody / Harp Melody / Lute Melody<br1>
|
||||
Prevailing Sonata / Daring Sonata / Refreshing Sonata<br1>
|
||||
You can receive the above buffs as a group.<br>
|
||||
For Knight's Harmony / Warrior's Harmony / Wizard's Harmony, you will have to choose one.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide knight">"I want the Knight's Harmony."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide warrior">"Warrior's Harmony, please."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide wizard">"Wizard's Harmony, of course!"</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>
|
||||
The Steel Door Guild tops all Dwarven guilds in power and prestige. As such, it is our duty to aid adventurers who work to restore peace unto this war-torn land. We will be happy to offer special assistance if you have Steel Door Guild Coins.<br>
|
||||
Well?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide guide-03.html">"How do I use Steel Door Guild Coins?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest AdventurersGuide guide-04.html">"Here, I have some Steel Door Guild Coins..."</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>
|
||||
You can use Steel Door Guild Coins to purchase <font color="LEVEL">weapons, armor, and accessories of each grade</font>. These items may be restricted in terms of augmentations or attribute options, but they will be more than enough to help you on your journey.<br>
|
||||
Once you outgrow the equipment, <font color="LEVEL">you can trade them back for Steel Door Guild Coins again</font>! You can also invest in the Aden Reconstruction project if it suits your fancy, or even gamble. Don't forget that Steel Weapon Packs and Steel Armor Packs have a chance of yielding Requiem, Apocalypse, or Specter equipment!<br>
|
||||
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Quest AdventurersGuide guide-02.html">Back</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>
|
||||
You can use Steel Door Guild Coins to receive equipment, and trade them back for coins again. Just remember, <font color="LEVEL">you cannot bring us junk to exchange for coins!</font><br>
|
||||
Well?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 902">"I want to buy some things."</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Adventurer's Guide:<br>
|
||||
You can exchange the Special Appearance Stone Coupon from the L2Store for a variety of Appearance Stones.<br><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 2066">"I'll trade for a Special Appearance Stone."</Button>
|
||||
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Quest AdventurersGuide index">Back</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Adventurers' Guide<br>
|
||||
I was able to weaken Shilen's Breath to a degree...<br>
|
||||
But there isn't much I can do about the tendrils of it coursing deep within your veins.<br>
|
||||
Be patient. Time will heal.<br>
|
||||
Until then, farewell.
|
||||
</body></html>
|
@ -1,4 +0,0 @@
|
||||
<html><body>Adventurers' Guide<br>
|
||||
I can only weaken Shilen's Breath Lv. 3 or above.<br>
|
||||
There is nothing I can do for you.
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>
|
||||
Characters who are Lv. 91 or above cannot receive Newbie Buffs.
|
||||
</body></html>
|
@ -1,85 +0,0 @@
|
||||
/*
|
||||
* This file is part of the L2J Mobius project.
|
||||
*
|
||||
* This program 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.
|
||||
*
|
||||
* This program 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 ai.others;
|
||||
|
||||
import com.l2jmobius.gameserver.model.actor.L2Attackable;
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jmobius.gameserver.model.holders.SkillHolder;
|
||||
import com.l2jmobius.gameserver.model.skills.Skill;
|
||||
import com.l2jmobius.gameserver.network.NpcStringId;
|
||||
import com.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
|
||||
|
||||
import ai.AbstractNpcAI;
|
||||
|
||||
/**
|
||||
* Altar of Evil AI.
|
||||
* @author St3eT
|
||||
*/
|
||||
public final class AltarOfEvil extends AbstractNpcAI
|
||||
{
|
||||
// NPCs
|
||||
private static final int RIFTER = 23179; // Dimensional Rifter
|
||||
// Skill
|
||||
private static final SkillHolder SKILL = new SkillHolder(14643, 1); // Summon
|
||||
|
||||
public AltarOfEvil()
|
||||
{
|
||||
addAttackId(RIFTER);
|
||||
addNpcHateId(RIFTER);
|
||||
addSpellFinishedId(RIFTER);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onNpcHate(L2Attackable mob, L2PcInstance player, boolean isSummon)
|
||||
{
|
||||
teleportPlayer(mob, player);
|
||||
return super.onNpcHate(mob, player, isSummon);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAttack(L2Npc npc, L2PcInstance attacker, int damage, boolean isSummon)
|
||||
{
|
||||
teleportPlayer(npc, attacker);
|
||||
return super.onAttack(npc, attacker, damage, isSummon);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onSpellFinished(L2Npc npc, L2PcInstance player, Skill skill)
|
||||
{
|
||||
if (skill.getId() == SKILL.getSkillId())
|
||||
{
|
||||
showOnScreenMsg(player, NpcStringId.DIMENSIONAL_RIFTER_SUMMONED_YOU, ExShowScreenMessage.TOP_CENTER, 5000);
|
||||
player.teleToLocation(npc);
|
||||
}
|
||||
return super.onSpellFinished(npc, player, skill);
|
||||
}
|
||||
|
||||
private void teleportPlayer(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
if (npc.isScriptValue(0) && (npc.calculateDistance(player, true, false) > 200))
|
||||
{
|
||||
addSkillCastDesire(npc, player, SKILL, 23);
|
||||
npc.setScriptValue(1);
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
new AltarOfEvil();
|
||||
}
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
/*
|
||||
* This file is part of the L2J Mobius project.
|
||||
*
|
||||
* This program 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.
|
||||
*
|
||||
* This program 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 ai.others;
|
||||
|
||||
import com.l2jmobius.gameserver.model.actor.L2Attackable;
|
||||
import com.l2jmobius.gameserver.model.actor.L2Character;
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
|
||||
import ai.AbstractNpcAI;
|
||||
|
||||
/**
|
||||
* Gordon AI
|
||||
* @author TOFIZ, malyelfik
|
||||
*/
|
||||
public final class Gordon extends AbstractNpcAI
|
||||
{
|
||||
private static final int GORDON = 29095;
|
||||
|
||||
private Gordon()
|
||||
{
|
||||
addSpawnId(GORDON);
|
||||
addSeeCreatureId(GORDON);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onSeeCreature(L2Npc npc, L2Character creature, boolean isSummon)
|
||||
{
|
||||
if (creature.isPlayer() && ((L2PcInstance) creature).isCursedWeaponEquipped())
|
||||
{
|
||||
addAttackPlayerDesire(npc, (L2PcInstance) creature);
|
||||
}
|
||||
return super.onSeeCreature(npc, creature, isSummon);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onSpawn(L2Npc npc)
|
||||
{
|
||||
((L2Attackable) npc).setCanReturnToSpawnPoint(false);
|
||||
return super.onSpawn(npc);
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
new Gordon();
|
||||
}
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<html><body>Nornil Teleport Device:<br>
|
||||
A teleport device used by Dr. Chaos for entry into Nornil's Cave. It is unaffected by the Laido Virus, and looks usable.<br><br>
|
||||
Available Destinations:<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_1">Chamber of Records</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_2">Chamber of Observations</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_3">Chamber of Prophecies</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_4">Boz Core</Button>
|
||||
</body></html>
|
@ -1,8 +0,0 @@
|
||||
<html><body>Nornil Teleport Device:<br>
|
||||
A teleport device used by Dr. Chaos for entry into Nornil's Cave. It is unaffected by the Laido Virus, and looks usable.<br><br>
|
||||
Available Destinations:<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_2">Chamber of Observations</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_3">Chamber of Prophecies</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_4">Boz Core</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_5">Entrance to Nornil's Cave</Button>
|
||||
</body></html>
|
@ -1,8 +0,0 @@
|
||||
<html><body>Nornil Teleport Device:<br>
|
||||
A teleport device used by Dr. Chaos for entry into Nornil's Cave. It is unaffected by the Laido Virus, and looks usable.<br><br>
|
||||
Available Destinations:<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_1">Chamber of Records</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_3">Chamber of Prophecies</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_4">Boz Core</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_5">Entrance to Nornil's Cave</Button>
|
||||
</body></html>
|
@ -1,8 +0,0 @@
|
||||
<html><body>Nornil Teleport Device:<br>
|
||||
A teleport device used by Dr. Chaos for entry into Nornil's Cave. It is unaffected by the Laido Virus, and looks usable.<br><br>
|
||||
Available Destinations<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_1">Chamber of Records</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_2">Chamber of Observations</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_4">Boz Core</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_5">Entrance to Nornil's Cave</Button>
|
||||
</body></html>
|
@ -1,8 +0,0 @@
|
||||
<html><body>Nornil Teleport Device:<br>
|
||||
A teleport device used by Dr. Chaos for entry into Nornil's Cave. It is unaffected by the Laido Virus, and looks usable.<br><br>
|
||||
Available Destinations:<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_1">Chamber of Records</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_2">Chamber of Observations</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_3">Chamber of Prophecies</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NornilTeleportDevice teleport_5">Entrance to Nornil's Cave</Button>
|
||||
</body></html>
|
@ -1,71 +0,0 @@
|
||||
/*
|
||||
* This file is part of the L2J Mobius project.
|
||||
*
|
||||
* This program 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.
|
||||
*
|
||||
* This program 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 ai.others.NornilTeleportDevice;
|
||||
|
||||
import com.l2jmobius.gameserver.model.Location;
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
|
||||
import ai.AbstractNpcAI;
|
||||
|
||||
/**
|
||||
* Nornil Teleport Device AI.
|
||||
* @author St3eT
|
||||
*/
|
||||
public final class NornilTeleportDevice extends AbstractNpcAI
|
||||
{
|
||||
// NPCs
|
||||
private static final int DEVICE = 33790; // Nornil Teleport Device
|
||||
// Locations
|
||||
private static final Location[] LOCATIONS =
|
||||
{
|
||||
new Location(-79667, 54028, -4824),
|
||||
new Location(-87483, 54024, -4440),
|
||||
new Location(-87839, 49803, -4344),
|
||||
new Location(-84995, 50974, -4600),
|
||||
new Location(-86945, 42814, -2656),
|
||||
};
|
||||
|
||||
public NornilTeleportDevice()
|
||||
{
|
||||
addStartNpc(DEVICE);
|
||||
addFirstTalkId(DEVICE);
|
||||
addTalkId(DEVICE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
if (event.startsWith("teleport_"))
|
||||
{
|
||||
final int locId = Integer.parseInt(event.replace("teleport_", ""));
|
||||
player.teleToLocation(LOCATIONS[locId - 1]);
|
||||
}
|
||||
return super.onAdvEvent(event, npc, player);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onFirstTalk(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
return "NornilTeleportDevice-" + npc.getParameters().getInt("device_place", 0) + ".html";
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
new NornilTeleportDevice();
|
||||
}
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
<html><body>Weaver Olf Kanore:<br>
|
||||
Select an item from which you wish the seal removed.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 32610-2.htm">Remove the seal on the pin.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 32610-3.htm">Remove the seal on the pouch.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 32610-4.htm">Remove the seal on the clip.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 32610-5.htm">Remove the seal on the accessory.</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Weaver Olf Kanore:<br>
|
||||
Select a magic pin from which to remove the seal. Keep in mind that there is a fee for doing so.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 0_grade_pin">C-Grade Magic Pin (3200 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 1_grade_pin">B-Grade Magic Pin (11,800 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 2_grade_pin">A-Grade Magic Pin (26,500 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 3_grade_pin">S-Grade Magic Pin (136,600 Adena)</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Weaver Olf Kanore:<br>
|
||||
Select a magic pouch from which to remove the seal. Keep in mind that there is a fee for doing so.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 0_grade_pouch">C-Grade Magic Pouch (3200 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 1_grade_pouch">B-Grade Magic Pouch (11,800 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 2_grade_pouch">A-Grade Magic Pouch (26,500 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 3_grade_pouch">S-Grade Magic Pouch (136,600 Adena)</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Weaver Olf Kanore:<br>
|
||||
Select a magic clip from which to remove the seal. Keep in mind that there is a fee for doing so.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 2_grade_clip">A-Grade Magic Clip (26,500 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 3_grade_clip">S-Grade Magic Clip (136,600 Adena)</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Weaver Olf Kanore:<br>
|
||||
Select an accessory from which to remove the seal. Keep in mind that there is a fee for doing so.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 2_grade_ornament">A-Grade Accessory (26,500 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 3_grade_ornament">S-Grade Accessory (136,600 Adena)</Button>
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Weaver Olf Kanore:<br>
|
||||
Either you have no sealed items for me to release, or you don't have enough Adena to pay the fee.
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Weaver Olf Kanore:<br>
|
||||
I see no sealed items here...
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Weaver Olf Adams:<br>
|
||||
Select an item from which you wish the seal removed.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 32612-2.htm">Remove the seal on the pin.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 32612-3.htm">Remove the seal on the pouch.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 32612-4.htm">Remove the seal on the clip.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 32612-5.htm">Remove the seal on the accessory.</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Weaver Olf Adams:<br>
|
||||
Select a magic pin from which to remove the seal. Keep in mind that there is a fee for doing so.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 0_grade_pin">C-Grade Magic Pin (3200 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 1_grade_pin">B-Grade Magic Pin (11,800 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 2_grade_pin">A-Grade Magic Pin (26,500 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 3_grade_pin">S-Grade Magic Pin (136,600 Adena)</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Weaver Olf Adams:<br>
|
||||
Select a magic pouch from which to remove the seal. Keep in mind that there is a fee for doing so.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 0_grade_pouch">C-Grade Magic Pouch (3200 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 1_grade_pouch">B-Grade Magic Pouch (11,800 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 2_grade_pouch">A-Grade Magic Pouch (26,500 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 3_grade_pouch">S-Grade Magic Pouch (136,600 Adena)</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Weaver Olf Adams:<br>
|
||||
Select a magic clip from which to remove the seal. Keep in mind that there is a fee for doing so.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 2_grade_clip">A-Grade Magic Clip (26,500 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 3_grade_clip">S-Grade Magic Clip (136,600 Adena)</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Weaver Olf Adams:<br>
|
||||
Select an accessory from which to remove the seal. Keep in mind that there is a fee for doing so.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 2_grade_ornament">A-Grade Accessory (26,500 Adena)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest WeaverOlf 3_grade_ornament">S-Grade Accessory (136,600 Adena)</Button>
|
||||
</body></html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user