Improved quest Audience with the Land Dragon (337).
Contributed by Iris.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<html><body>Prefect Chakiris:<br>
|
||||
Ah, this angel feather tells me that you were sent by Gabrielle! You seek to confront Antharas? You are very brave! Let's see if your skill matches your bravery! Go right away to the <font color="LEVEL">Cave of Giants</font> and kill <font color="LEVEL">kranrot and hamrut</font> and return with evidence of their demise! If you can't handle this, the very breath of Antharas will be too much for you!
|
||||
Ah, this angel feather tells me that you were sent by Gabrielle! You seek to confront Antharas? You are very brave! Let's see if your skill matches your bravery! Go right away to the <font color="LEVEL">Forsaken Plains</font> and kill <font color="LEVEL">kranrot and hamrut</font> and return with evidence of their demise! If you can't handle this, the very breath of Antharas will be too much for you!
|
||||
</body></html>
|
@@ -1,5 +1,5 @@
|
||||
<html><body>Antharas Watchman Gilmore:<br>
|
||||
The Abyss Jewel is guarded by <font color="LEVEL">cave keepers and cave maidens</font>. Through their sorcery they have made the jewel invisible... As you kill them, the power of their sorcery will be diminished and the jewel will become visible once more.<br>
|
||||
The Abyss Jewel is guarded by <font color="LEVEL">cave keepers and cave maidens in the Watcher's Tomb</font>. Through their sorcery they have made the jewel invisible... As you kill them, the power of their sorcery will be diminished and the jewel will become visible once more.<br>
|
||||
You must destroy it and then find <font color="LEVEL">Antharas Watchman Theodric</font>. He will give you a <font color="LEVEL">Portal Stone</font>. You will find him at the entrance of the Lair of Antharas, in the deepest part of Dragon Valley.<br>
|
||||
If you plan to take any friends with you, send them to see me first. They will need Portal Stones as well.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>High Priest Orven:<br>
|
||||
Ah, the Feather of Gabrielle... So you seek the Mark of Watchman? It pains me to have seen so many fine young warriors throw themselves into the jaws of that beast Antharas... What a waste...<br>We have suffered long under that tyrant. So you think that you are the one to finally kill it? It is said that the gods sent Antharas to torment us as punishment for the evil actions of our ancestors.<br>Have you heard this story? Before the force field was set up to confine Antharas, our ancestors sacrificed virgins to the dragon every year. To mock us, Antharas used black magic to transform the virgins into evil creatures called bloody queens. To this day, those wretched beings have cursed the Humans that sacrificed them.<br>If you wish to confront Antharas, you must first redeem our selfish ancestors. East of this village you will find an area called the Seal of Shilen. You must kill the <font color="LEVEL">bloody queens</font> that roam that area. Once you do that, the <font color="LEVEL">malignant spirits of sacrifice</font> will appear. Give them the repose of death and bring back the <font color="LEVEL">remains of sacrificed virgins</font>. When you do that, I shall perform the repose of soul mass to give eternal peace to the souls of the virgins.
|
||||
Ah, the Feather of Gabrielle... So you seek the Mark of Watchman? It pains me to have seen so many fine young warriors throw themselves into the jaws of that beast Antharas... What a waste...<br>We have suffered long under that tyrant. So you think that you are the one to finally kill it? It is said that the gods sent Antharas to torment us as punishment for the evil actions of our ancestors.<br>Have you heard this story? Before the force field was set up to confine Antharas, our ancestors sacrificed virgins to the dragon every year. To mock us, Antharas used black magic to transform the virgins into evil creatures called bloody queens. To this day, those wretched beings have cursed the Humans that sacrificed them.<br>If you wish to confront Antharas, you must first redeem our selfish ancestors. Near the Dragon Valley you will find an area called the Watcher's Tomb. You must kill the <font color="LEVEL">bloody queens</font> that roam that area. Once you do that, the <font color="LEVEL">malignant spirits of sacrifice</font> will appear. Give them the repose of death and bring back the <font color="LEVEL">remains of sacrificed virgins</font>. When you do that, I shall perform the repose of soul mass to give eternal peace to the souls of the virgins.
|
||||
</body></html>
|
@@ -158,7 +158,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
takeItems(player, THIRD_FRAGMENT_OF_ABYSS_JEWEL, 1);
|
||||
takeItems(player, HERALD_OF_SLAYER, 1);
|
||||
giveItems(player, PORTAL_STONE, 1);
|
||||
qs.exitQuest(false, true);
|
||||
qs.exitQuest(true, true);
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
@@ -219,7 +219,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
{
|
||||
if (qs.isCond(1))
|
||||
{
|
||||
if (qs.getInt("drop2") == 1)
|
||||
if (hasQuestItems(player, TOTEM_OF_LAND_DRAGON))
|
||||
{
|
||||
takeItems(player, TOTEM_OF_LAND_DRAGON, 1);
|
||||
giveItems(player, MARK_OF_WATCHMAN, 1);
|
||||
@@ -618,8 +618,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
{
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
final L2Npc mob1 = addSpawn(HARIT_LIZARDMAN_ZEALOT, npc.getX() + getRandom(-50, 50), npc.getY() + getRandom(-50, 50), npc.getZ(), npc.getHeading(), true, 60000L, false);
|
||||
addAttackDesire(mob1, qs.getPlayer());
|
||||
addSpawn(HARIT_LIZARDMAN_ZEALOT, npc.getX() + getRandom(-100, 100), npc.getY() + getRandom(-100, 100), npc.getZ(), npc.getHeading(), true, 60000L, false);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Prefect Chakiris:<br>
|
||||
Ah, this angel feather tells me that you were sent by Gabrielle! You seek to confront Antharas? You are very brave! Let's see if your skill matches your bravery! Go right away to the <font color="LEVEL">Cave of Giants</font> and kill <font color="LEVEL">kranrot and hamrut</font> and return with evidence of their demise! If you can't handle this, the very breath of Antharas will be too much for you!
|
||||
Ah, this angel feather tells me that you were sent by Gabrielle! You seek to confront Antharas? You are very brave! Let's see if your skill matches your bravery! Go right away to the <font color="LEVEL">Forsaken Plains</font> and kill <font color="LEVEL">kranrot and hamrut</font> and return with evidence of their demise! If you can't handle this, the very breath of Antharas will be too much for you!
|
||||
</body></html>
|
@@ -1,5 +1,5 @@
|
||||
<html><body>Antharas Watchman Gilmore:<br>
|
||||
The Abyss Jewel is guarded by <font color="LEVEL">cave keepers and cave maidens</font>. Through their sorcery they have made the jewel invisible... As you kill them, the power of their sorcery will be diminished and the jewel will become visible once more.<br>
|
||||
The Abyss Jewel is guarded by <font color="LEVEL">cave keepers and cave maidens in the Watcher's Tomb</font>. Through their sorcery they have made the jewel invisible... As you kill them, the power of their sorcery will be diminished and the jewel will become visible once more.<br>
|
||||
You must destroy it and then find <font color="LEVEL">Antharas Watchman Theodric</font>. He will give you a <font color="LEVEL">Portal Stone</font>. You will find him at the entrance of the Lair of Antharas, in the deepest part of Dragon Valley.<br>
|
||||
If you plan to take any friends with you, send them to see me first. They will need Portal Stones as well.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>High Priest Orven:<br>
|
||||
Ah, the Feather of Gabrielle... So you seek the Mark of Watchman? It pains me to have seen so many fine young warriors throw themselves into the jaws of that beast Antharas... What a waste...<br>We have suffered long under that tyrant. So you think that you are the one to finally kill it? It is said that the gods sent Antharas to torment us as punishment for the evil actions of our ancestors.<br>Have you heard this story? Before the force field was set up to confine Antharas, our ancestors sacrificed virgins to the dragon every year. To mock us, Antharas used black magic to transform the virgins into evil creatures called bloody queens. To this day, those wretched beings have cursed the Humans that sacrificed them.<br>If you wish to confront Antharas, you must first redeem our selfish ancestors. East of this village you will find an area called the Seal of Shilen. You must kill the <font color="LEVEL">bloody queens</font> that roam that area. Once you do that, the <font color="LEVEL">malignant spirits of sacrifice</font> will appear. Give them the repose of death and bring back the <font color="LEVEL">remains of sacrificed virgins</font>. When you do that, I shall perform the repose of soul mass to give eternal peace to the souls of the virgins.
|
||||
Ah, the Feather of Gabrielle... So you seek the Mark of Watchman? It pains me to have seen so many fine young warriors throw themselves into the jaws of that beast Antharas... What a waste...<br>We have suffered long under that tyrant. So you think that you are the one to finally kill it? It is said that the gods sent Antharas to torment us as punishment for the evil actions of our ancestors.<br>Have you heard this story? Before the force field was set up to confine Antharas, our ancestors sacrificed virgins to the dragon every year. To mock us, Antharas used black magic to transform the virgins into evil creatures called bloody queens. To this day, those wretched beings have cursed the Humans that sacrificed them.<br>If you wish to confront Antharas, you must first redeem our selfish ancestors. Near the Dragon Valley you will find an area called the Watcher's Tomb. You must kill the <font color="LEVEL">bloody queens</font> that roam that area. Once you do that, the <font color="LEVEL">malignant spirits of sacrifice</font> will appear. Give them the repose of death and bring back the <font color="LEVEL">remains of sacrificed virgins</font>. When you do that, I shall perform the repose of soul mass to give eternal peace to the souls of the virgins.
|
||||
</body></html>
|
@@ -158,7 +158,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
takeItems(player, THIRD_FRAGMENT_OF_ABYSS_JEWEL, 1);
|
||||
takeItems(player, HERALD_OF_SLAYER, 1);
|
||||
giveItems(player, PORTAL_STONE, 1);
|
||||
qs.exitQuest(false, true);
|
||||
qs.exitQuest(true, true);
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
@@ -219,7 +219,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
{
|
||||
if (qs.isCond(1))
|
||||
{
|
||||
if (qs.getInt("drop2") == 1)
|
||||
if (hasQuestItems(player, TOTEM_OF_LAND_DRAGON))
|
||||
{
|
||||
takeItems(player, TOTEM_OF_LAND_DRAGON, 1);
|
||||
giveItems(player, MARK_OF_WATCHMAN, 1);
|
||||
@@ -618,8 +618,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
{
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
final L2Npc mob1 = addSpawn(HARIT_LIZARDMAN_ZEALOT, npc.getX() + getRandom(-50, 50), npc.getY() + getRandom(-50, 50), npc.getZ(), npc.getHeading(), true, 60000L, false);
|
||||
addAttackDesire(mob1, qs.getPlayer());
|
||||
addSpawn(HARIT_LIZARDMAN_ZEALOT, npc.getX() + getRandom(-100, 100), npc.getY() + getRandom(-100, 100), npc.getZ(), npc.getHeading(), true, 60000L, false);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Prefect Chakiris:<br>
|
||||
Ah, this angel feather tells me that you were sent by Gabrielle! You seek to confront Antharas? You are very brave! Let's see if your skill matches your bravery! Go right away to the <font color="LEVEL">Cave of Giants</font> and kill <font color="LEVEL">kranrot and hamrut</font> and return with evidence of their demise! If you can't handle this, the very breath of Antharas will be too much for you!
|
||||
Ah, this angel feather tells me that you were sent by Gabrielle! You seek to confront Antharas? You are very brave! Let's see if your skill matches your bravery! Go right away to the <font color="LEVEL">Forsaken Plains</font> and kill <font color="LEVEL">kranrot and hamrut</font> and return with evidence of their demise! If you can't handle this, the very breath of Antharas will be too much for you!
|
||||
</body></html>
|
@@ -1,5 +1,5 @@
|
||||
<html><body>Antharas Watchman Gilmore:<br>
|
||||
The Abyss Jewel is guarded by <font color="LEVEL">cave keepers and cave maidens</font>. Through their sorcery they have made the jewel invisible... As you kill them, the power of their sorcery will be diminished and the jewel will become visible once more.<br>
|
||||
The Abyss Jewel is guarded by <font color="LEVEL">cave keepers and cave maidens in the Watcher's Tomb</font>. Through their sorcery they have made the jewel invisible... As you kill them, the power of their sorcery will be diminished and the jewel will become visible once more.<br>
|
||||
You must destroy it and then find <font color="LEVEL">Antharas Watchman Theodric</font>. He will give you a <font color="LEVEL">Portal Stone</font>. You will find him at the entrance of the Lair of Antharas, in the deepest part of Dragon Valley.<br>
|
||||
If you plan to take any friends with you, send them to see me first. They will need Portal Stones as well.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>High Priest Orven:<br>
|
||||
Ah, the Feather of Gabrielle... So you seek the Mark of Watchman? It pains me to have seen so many fine young warriors throw themselves into the jaws of that beast Antharas... What a waste...<br>We have suffered long under that tyrant. So you think that you are the one to finally kill it? It is said that the gods sent Antharas to torment us as punishment for the evil actions of our ancestors.<br>Have you heard this story? Before the force field was set up to confine Antharas, our ancestors sacrificed virgins to the dragon every year. To mock us, Antharas used black magic to transform the virgins into evil creatures called bloody queens. To this day, those wretched beings have cursed the Humans that sacrificed them.<br>If you wish to confront Antharas, you must first redeem our selfish ancestors. East of this village you will find an area called the Seal of Shilen. You must kill the <font color="LEVEL">bloody queens</font> that roam that area. Once you do that, the <font color="LEVEL">malignant spirits of sacrifice</font> will appear. Give them the repose of death and bring back the <font color="LEVEL">remains of sacrificed virgins</font>. When you do that, I shall perform the repose of soul mass to give eternal peace to the souls of the virgins.
|
||||
Ah, the Feather of Gabrielle... So you seek the Mark of Watchman? It pains me to have seen so many fine young warriors throw themselves into the jaws of that beast Antharas... What a waste...<br>We have suffered long under that tyrant. So you think that you are the one to finally kill it? It is said that the gods sent Antharas to torment us as punishment for the evil actions of our ancestors.<br>Have you heard this story? Before the force field was set up to confine Antharas, our ancestors sacrificed virgins to the dragon every year. To mock us, Antharas used black magic to transform the virgins into evil creatures called bloody queens. To this day, those wretched beings have cursed the Humans that sacrificed them.<br>If you wish to confront Antharas, you must first redeem our selfish ancestors. Near the Dragon Valley you will find an area called the Watcher's Tomb. You must kill the <font color="LEVEL">bloody queens</font> that roam that area. Once you do that, the <font color="LEVEL">malignant spirits of sacrifice</font> will appear. Give them the repose of death and bring back the <font color="LEVEL">remains of sacrificed virgins</font>. When you do that, I shall perform the repose of soul mass to give eternal peace to the souls of the virgins.
|
||||
</body></html>
|
@@ -158,7 +158,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
takeItems(player, THIRD_FRAGMENT_OF_ABYSS_JEWEL, 1);
|
||||
takeItems(player, HERALD_OF_SLAYER, 1);
|
||||
giveItems(player, PORTAL_STONE, 1);
|
||||
qs.exitQuest(false, true);
|
||||
qs.exitQuest(true, true);
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
@@ -219,7 +219,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
{
|
||||
if (qs.isCond(1))
|
||||
{
|
||||
if (qs.getInt("drop2") == 1)
|
||||
if (hasQuestItems(player, TOTEM_OF_LAND_DRAGON))
|
||||
{
|
||||
takeItems(player, TOTEM_OF_LAND_DRAGON, 1);
|
||||
giveItems(player, MARK_OF_WATCHMAN, 1);
|
||||
@@ -618,8 +618,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
{
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
final L2Npc mob1 = addSpawn(HARIT_LIZARDMAN_ZEALOT, npc.getX() + getRandom(-50, 50), npc.getY() + getRandom(-50, 50), npc.getZ(), npc.getHeading(), true, 60000L, false);
|
||||
addAttackDesire(mob1, qs.getPlayer());
|
||||
addSpawn(HARIT_LIZARDMAN_ZEALOT, npc.getX() + getRandom(-100, 100), npc.getY() + getRandom(-100, 100), npc.getZ(), npc.getHeading(), true, 60000L, false);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<html><body>Prefect Chakiris:<br>
|
||||
Ah, this angel feather tells me that you were sent by Gabrielle! You seek to confront Antharas? You are very brave! Let's see if your skill matches your bravery! Go right away to the <font color="LEVEL">Cave of Giants</font> and kill <font color="LEVEL">kranrot and hamrut</font> and return with evidence of their demise! If you can't handle this, the very breath of Antharas will be too much for you!
|
||||
Ah, this angel feather tells me that you were sent by Gabrielle! You seek to confront Antharas? You are very brave! Let's see if your skill matches your bravery! Go right away to the <font color="LEVEL">Forsaken Plains</font> and kill <font color="LEVEL">kranrot and hamrut</font> and return with evidence of their demise! If you can't handle this, the very breath of Antharas will be too much for you!
|
||||
</body></html>
|
@@ -1,5 +1,5 @@
|
||||
<html><body>Antharas Watchman Gilmore:<br>
|
||||
The Abyss Jewel is guarded by <font color="LEVEL">cave keepers and cave maidens</font>. Through their sorcery they have made the jewel invisible... As you kill them, the power of their sorcery will be diminished and the jewel will become visible once more.<br>
|
||||
The Abyss Jewel is guarded by <font color="LEVEL">cave keepers and cave maidens in the Watcher's Tomb</font>. Through their sorcery they have made the jewel invisible... As you kill them, the power of their sorcery will be diminished and the jewel will become visible once more.<br>
|
||||
You must destroy it and then find <font color="LEVEL">Antharas Watchman Theodric</font>. He will give you a <font color="LEVEL">Portal Stone</font>. You will find him at the entrance of the Lair of Antharas, in the deepest part of Dragon Valley.<br>
|
||||
If you plan to take any friends with you, send them to see me first. They will need Portal Stones as well.
|
||||
</body></html>
|
@@ -1,3 +1,3 @@
|
||||
<html><body>High Priest Orven:<br>
|
||||
Ah, the Feather of Gabrielle... So you seek the Mark of Watchman? It pains me to have seen so many fine young warriors throw themselves into the jaws of that beast Antharas... What a waste...<br>We have suffered long under that tyrant. So you think that you are the one to finally kill it? It is said that the gods sent Antharas to torment us as punishment for the evil actions of our ancestors.<br>Have you heard this story? Before the force field was set up to confine Antharas, our ancestors sacrificed virgins to the dragon every year. To mock us, Antharas used black magic to transform the virgins into evil creatures called bloody queens. To this day, those wretched beings have cursed the Humans that sacrificed them.<br>If you wish to confront Antharas, you must first redeem our selfish ancestors. East of this village you will find an area called the Seal of Shilen. You must kill the <font color="LEVEL">bloody queens</font> that roam that area. Once you do that, the <font color="LEVEL">malignant spirits of sacrifice</font> will appear. Give them the repose of death and bring back the <font color="LEVEL">remains of sacrificed virgins</font>. When you do that, I shall perform the repose of soul mass to give eternal peace to the souls of the virgins.
|
||||
Ah, the Feather of Gabrielle... So you seek the Mark of Watchman? It pains me to have seen so many fine young warriors throw themselves into the jaws of that beast Antharas... What a waste...<br>We have suffered long under that tyrant. So you think that you are the one to finally kill it? It is said that the gods sent Antharas to torment us as punishment for the evil actions of our ancestors.<br>Have you heard this story? Before the force field was set up to confine Antharas, our ancestors sacrificed virgins to the dragon every year. To mock us, Antharas used black magic to transform the virgins into evil creatures called bloody queens. To this day, those wretched beings have cursed the Humans that sacrificed them.<br>If you wish to confront Antharas, you must first redeem our selfish ancestors. Near the Dragon Valley you will find an area called the Watcher's Tomb. You must kill the <font color="LEVEL">bloody queens</font> that roam that area. Once you do that, the <font color="LEVEL">malignant spirits of sacrifice</font> will appear. Give them the repose of death and bring back the <font color="LEVEL">remains of sacrificed virgins</font>. When you do that, I shall perform the repose of soul mass to give eternal peace to the souls of the virgins.
|
||||
</body></html>
|
@@ -158,7 +158,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
takeItems(player, THIRD_FRAGMENT_OF_ABYSS_JEWEL, 1);
|
||||
takeItems(player, HERALD_OF_SLAYER, 1);
|
||||
giveItems(player, PORTAL_STONE, 1);
|
||||
qs.exitQuest(false, true);
|
||||
qs.exitQuest(true, true);
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
@@ -219,7 +219,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
{
|
||||
if (qs.isCond(1))
|
||||
{
|
||||
if (qs.getInt("drop2") == 1)
|
||||
if (hasQuestItems(player, TOTEM_OF_LAND_DRAGON))
|
||||
{
|
||||
takeItems(player, TOTEM_OF_LAND_DRAGON, 1);
|
||||
giveItems(player, MARK_OF_WATCHMAN, 1);
|
||||
@@ -618,8 +618,7 @@ public class Q00337_AudienceWithTheLandDragon extends Quest
|
||||
{
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
final L2Npc mob1 = addSpawn(HARIT_LIZARDMAN_ZEALOT, npc.getX() + getRandom(-50, 50), npc.getY() + getRandom(-50, 50), npc.getZ(), npc.getHeading(), true, 60000L, false);
|
||||
addAttackDesire(mob1, qs.getPlayer());
|
||||
addSpawn(HARIT_LIZARDMAN_ZEALOT, npc.getX() + getRandom(-100, 100), npc.getY() + getRandom(-100, 100), npc.getZ(), npc.getHeading(), true, 60000L, false);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user