Fixes for most script warnings.

This commit is contained in:
MobiusDev
2017-08-05 13:41:36 +00:00
parent 24c3adced1
commit ceef4087e6
294 changed files with 29 additions and 2205 deletions

View File

@@ -63,13 +63,7 @@ public final class FeedableBeasts extends AbstractNpcAI
// all mobs that can eat...
private static final int[] FEEDABLE_BEASTS =
{
21451, 21452, 21453, 21454, 21455, 21456, 21457, 21458, 21459, 21460,
21461, 21462, 21463, 21464, 21465, 21466, 21467, 21468, 21469, 21470,
21471, 21472, 21473, 21474, 21475, 21476, 21477, 21478, 21479, 21480,
21481, 21482, 21483, 21484, 21485, 21486, 21487, 21488, 21489, 21490,
21491, 21492, 21493, 21494, 21495, 21496, 21497, 21498, 21499, 21500,
21501, 21502, 21503, 21504, 21505, 21506, 21507, 21824, 21825, 21826,
21827, 21828, 21829, TRAINED_BUFFALO1, TRAINED_BUFFALO2, TRAINED_COUGAR1, TRAINED_COUGAR2, TRAINED_KOOKABURRA1, TRAINED_KOOKABURRA2
TRAINED_BUFFALO1, TRAINED_BUFFALO2, TRAINED_COUGAR1, TRAINED_COUGAR2, TRAINED_KOOKABURRA1, TRAINED_KOOKABURRA2
};
// @formatter:on

View File

@@ -27,7 +27,7 @@ import ai.AbstractNpcAI;
*/
public final class PavelArchaic extends AbstractNpcAI
{
private static final int SAFETY_DEVICE = 18917; // Pavel Safety Device
// private static final int SAFETY_DEVICE = 18917; // Pavel Safety Device
private static final int PINCER_GOLEM = 22801; // Cruel Pincer Golem
private static final int PINCER_GOLEM2 = 22802; // Cruel Pincer Golem
private static final int PINCER_GOLEM3 = 22803; // Cruel Pincer Golem
@@ -35,7 +35,7 @@ public final class PavelArchaic extends AbstractNpcAI
private PavelArchaic()
{
addKillId(SAFETY_DEVICE, PINCER_GOLEM, JACKHAMMER_GOLEM);
addKillId(/* SAFETY_DEVICE, */ PINCER_GOLEM, JACKHAMMER_GOLEM);
}
@Override

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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();
}
}

View File

@@ -45,7 +45,6 @@ public final class FleeMonsters extends AbstractNpcAI
18156, // Victim
18157, // Victim
20002, // Rabbit
20432, // Elpy
22228, // Grey Elpy
25604, // Mutated Elpy
};

View File

@@ -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 java.util.HashMap;
import java.util.Map;
import com.l2jmobius.gameserver.model.actor.L2Attackable;
import com.l2jmobius.gameserver.model.actor.L2Npc;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
import ai.AbstractNpcAI;
/**
* Angel spawns...when one of the angels in the keys dies, the other angel will spawn.
*/
public final class PolymorphingAngel extends AbstractNpcAI
{
private static final Map<Integer, Integer> ANGELSPAWNS = new HashMap<>(5);
static
{
ANGELSPAWNS.put(20830, 20859);
ANGELSPAWNS.put(21067, 21068);
ANGELSPAWNS.put(21062, 21063);
ANGELSPAWNS.put(20831, 20860);
ANGELSPAWNS.put(21070, 21071);
}
private PolymorphingAngel()
{
addKillId(ANGELSPAWNS.keySet());
}
@Override
public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon)
{
final L2Attackable newNpc = (L2Attackable) addSpawn(ANGELSPAWNS.get(npc.getId()), npc);
newNpc.setRunning();
return super.onKill(npc, killer, isSummon);
}
public static void main(String[] args)
{
new PolymorphingAngel();
}
}

View File

@@ -29,12 +29,10 @@ public final class Scarecrow extends AbstractNpcAI
// NPCs
private static final int TRAINING_DUMMY = 19546;
private static final int SCARECROW = 27457;
private static final int PHYSICAL_PUNCH_MACHINE = 33752;
private static final int MAGICAL_PUNCH_MACHINE = 33753;
private Scarecrow()
{
addSpawnId(TRAINING_DUMMY, SCARECROW, PHYSICAL_PUNCH_MACHINE, MAGICAL_PUNCH_MACHINE);
addSpawnId(TRAINING_DUMMY, SCARECROW);
}
@Override

View File

@@ -30,7 +30,7 @@ public class SeeThroughSilentMove extends AbstractNpcAI
//@formatter:off
private static final int[] MONSTERS =
{
18001, 18002, 22199, 22215, 22216, 22217, 22327, 22746, 22747, 22748,
18001, 18002, 22199, 22215, 22216, 22217, /*22327,*/ 22746, 22747, 22748,
22749, 22750, 22751, 22752, 22753, 22754, 22755, 22756, 22757, 22758,
22759, 22760, 22761, 22762, 22763, 22764, 22765, 22794, 22795, 22796,
22797, 22798, 22799, 22800, 22843, 22857, 25725, 25726, 25727, 29009,

View File

@@ -19,7 +19,6 @@ package instances.NightmareKamaloka;
import java.util.HashMap;
import java.util.Map;
import com.l2jmobius.gameserver.data.xml.impl.SkillData;
import com.l2jmobius.gameserver.model.StatsSet;
import com.l2jmobius.gameserver.model.actor.L2Npc;
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
@@ -38,7 +37,7 @@ public final class NightmareKamaloka extends AbstractInstance
private static final int DARK_RIDER = 26102;
private static final int INVISIBLE_NPC = 18919;
// Skills
private static final int DARK_RIDER_UD = 16574;
// private static final int DARK_RIDER_UD = 16574;
//@formatter:off
private static final Map<Integer, Integer> BOSS_MAP = new HashMap<>();
static
@@ -59,7 +58,7 @@ public final class NightmareKamaloka extends AbstractInstance
addStartNpc(KURTIZ);
addTalkId(KURTIZ);
addSpawnId(INVISIBLE_NPC);
addAttackId(DARK_RIDER_UD);
// addAttackId(DARK_RIDER_UD);
addKillId(BOSS_MAP.keySet());
}
@@ -123,38 +122,12 @@ public final class NightmareKamaloka extends AbstractInstance
return super.onKill(npc, killer, isSummon);
}
@Override
public String onAttack(L2Npc npc, L2PcInstance attacker, int damage, boolean isSummon)
{
final Instance instance = npc.getInstanceWorld();
if (isInInstance(instance))
{
if (npc.getId() == DARK_RIDER_UD)
{
if ((npc.getCurrentHpPercent() >= 95) && npc.isScriptValue(0))
{
npc.doCast(SkillData.getInstance().getSkill(DARK_RIDER_UD, 1));
npc.setScriptValue(1);
}
else if ((npc.getCurrentHpPercent() >= 75) && npc.isScriptValue(1))
{
npc.doCast(SkillData.getInstance().getSkill(DARK_RIDER_UD, 2));
npc.setScriptValue(2);
}
else if ((npc.getCurrentHpPercent() >= 50) && npc.isScriptValue(2))
{
npc.doCast(SkillData.getInstance().getSkill(DARK_RIDER_UD, 3));
npc.setScriptValue(3);
}
else if ((npc.getCurrentHpPercent() >= 25) && npc.isScriptValue(3))
{
npc.doCast(SkillData.getInstance().getSkill(DARK_RIDER_UD, 4));
npc.setScriptValue(4);
}
}
}
return super.onAttack(npc, attacker, damage, isSummon);
}
/*
* @Override public String onAttack(L2Npc npc, L2PcInstance attacker, int damage, boolean isSummon) { final Instance instance = npc.getInstanceWorld(); if (isInInstance(instance)) { if (npc.getId() == DARK_RIDER_UD) { if ((npc.getCurrentHpPercent() >= 95) && npc.isScriptValue(0)) {
* npc.doCast(SkillData.getInstance().getSkill(DARK_RIDER_UD, 1)); npc.setScriptValue(1); } else if ((npc.getCurrentHpPercent() >= 75) && npc.isScriptValue(1)) { npc.doCast(SkillData.getInstance().getSkill(DARK_RIDER_UD, 2)); npc.setScriptValue(2); } else if ((npc.getCurrentHpPercent() >= 50) &&
* npc.isScriptValue(2)) { npc.doCast(SkillData.getInstance().getSkill(DARK_RIDER_UD, 3)); npc.setScriptValue(3); } else if ((npc.getCurrentHpPercent() >= 25) && npc.isScriptValue(3)) { npc.doCast(SkillData.getInstance().getSkill(DARK_RIDER_UD, 4)); npc.setScriptValue(4); } } } return
* super.onAttack(npc, attacker, damage, isSummon); }
*/
public static void main(String[] args)
{