Skip to content
Snippets Groups Projects
Commit b4546bf4 authored by ivantotov's avatar ivantotov
Browse files

Retail-like quest Audience With The Land Dragon (337).

Reviewed by: @Zoey76
parent 7010b1c4
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 445 deletions
<html><body>Antharas Watchman Theodric:<br>
...You must find the <font color="LEVEL">abyssal jewel</font> and destroy it!
Kill the <font color="LEVEL">cave keepers and cave maidens</font> that have
rendered the jewel invisible with their magic. After they are dead the jewel
will re-appear. Please hurry! There is not a moment to lose!</body></html>
\ No newline at end of file
<html><body>Antharas Watchman Theodric:<br>Is this a fragment of the abyss
jewel? I'll give it to the Dwarves of the Gray Pillar Guild! They will melt it
to nothing in their supreme furnace! The wicked followers of Antharas will never
be able to use it to commit evil acts again.<br>
Now you must confront Antharas. You have not gotten much encouragement from me
up to now, have you? Well, my friend, the fact that you are still breathing is
a sign of your indomitable resolve... So, I won't stand in your way.
Good luck!<br>
<a action="bypass -h Quest 337_AudienceWithTheLandDragon 30755-05.htm">"I am ready to confront Antharas!"</a>
</body></html>
\ No newline at end of file
<html><body>Antharas Watchman Theodric:<br>
Take this <font color="LEVEL">Portal Stone</font> and find the
<font color="LEVEL">Heart of Warding</font> that is located in the deepest part
of the cave. Activate the heart of warding and you will be able to enter the
lair of the dragon.<br>
Your fate is now in the hands of the gods... I will pray that Einhasad watch
over you.</body></html>
\ No newline at end of file
<html><body>Master Kendra:<br>
Please come in! I trust Gabrielle's judgement but still I'd like to test you
myself. I don't want the responsibility of a needless death on my conscience.
If you wish to receive my Mark of Watchman, go to the <font color="LEVEL">Forest
of Mirrors</font> and kill <font color="LEVEL">Harit Lizardman Matriarchs and
Shamans</font> and bring me proof. They aren't as formidable as Antharas but are
worthy opponents. You should gather a party to confront the lizardmen.
</body></html>
\ No newline at end of file
<html><body>Master Kendra:<br>
Yes, this is proof, all right! Here is my Mark of Watchman. Once you obtain the
marks from the other guardians, you will be qualified to confront Antharas.
Unfortunately qualifying does not assure success in your mission. I fear that
your reckless behavior and ignorance will be the end of you.</body></html>
\ No newline at end of file
<html><body>Master Kendra:<br>
You still must meet other guardians... Your skills will serve you well with
them... What comes after is another matter...</body></html>
\ No newline at end of file
<html><body>Master Kendra:<br>
One by one, brave warriors prepare to throw themselves into the jaws of the
beast... Oh well, the sooner you get started the better your chances will be.
But... Gabrielle is looking for all those who hold the marks of watchman!
Something must have happened!</body></html>
\ No newline at end of file
<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.</body></html>
\ No newline at end of file
<html><body>High Priest Orven:<br>
You have accomplished much... Hopefully your efforts will begin to soothe the
resentment of those who were punished for the evil actions of our ancestors...<br>
I hereby bestow upon you the Mark of Watchman. Even if you do not survive your
encounter with Antharas, you will enter the next world having redeemed the sins
of our ancestors. May the light of Einhasad guide your way.
</body></html>
\ No newline at end of file
<html><body>High Priest Orven:<br>
This Mark of Watchman alone does not qualify you to confront Antharas. You must
still meet the other guardians of whom Gabrielle spoke. Receive their
recognition and obtain their marks of watchman. When you receive all the marks
you will receive the Herald of Slayer and be qualified to meet Antharas. May the
light of Einhasad guide your way...</body></html>
\ No newline at end of file
<html><body>High Priest Orven:<br>
The gods challenge us with yet another trial as we prepare to confront Antharas.
We must postpone our attack. Return to Gabrielle, she will tell you all about
what has happened.</body></html>
\ No newline at end of file
# Original code by mtrix, Updated by Emperorc
import sys
from com.l2jserver.gameserver.model.quest import State
from com.l2jserver.gameserver.model.quest import QuestState
from com.l2jserver.gameserver.model.quest import Quest as JQuest
qn = "337_AudienceWithTheLandDragon"
#NPCS
MOKE = 30498
HELTON = 30678
CHAKIRIS = 30705
KAIENA = 30720
GABRIELLE = 30753
GILMORE = 30754
THEODRIC = 30755
KENDRA = 30851
ORVEN = 30857
NPCS = [30678, 30498, 30705, 30720, 30753, 30754, 30755, 30851, 30857]
#MOBS
HAMRUT = 20649
KRANROT = 20650
BLOODY_QUEEN = 18001
BLOODY_QUEEN2 = 18002
SACRIFICE_OF_THE_SACRIFICED = 27171
HARIT_LIZARDMAN_SHAMAN = 20644
HARIT_LIZARDMAN_ZEALOT = 27172
MARSH_STALKER = 20679
MARSH_DRAKE = 20680
ABYSS_JEWEL1 = 27165
GUARDIAN1 = 27168
ABYSS_JEWEL2 = 27166
GUARDIAN2 = 27169
ABYSS_JEWEL3 = 27167
GUARDIAN3 = 27170
CAVE_KEEPER = 20277
CAVE_MAIDEN = 20287
CAVE_KEEPER1 = 20246
CAVE_MAIDEN1 = 20134
MOBS = [18001, 18002, 20277, 20287, 20246, 20134, 20644, 20649, 20650, 20679, 20680] + range(27165, 27173)
FEATHER_OF_GABRIELLE,MARSH_STALKER_HORN,MARSH_DRAKE_TALONS,KRANROT_SKIN,\
HAMRUT_LEG,REMAINS_OF_SACRIFICED,TOTEM_OF_LAND_DRAGON,FIRST_FRAGMENT_OF_ABYSS_JEWEL,\
SECOND_FRAGMENT_OF_ABYSS_JEWEL,THIRD_FRAGMENT_OF_ABYSS_JEWEL,MARA_FANG,MUSFEL_FANG,\
MARK_OF_WATCHMAN,PORTAL_STONE,HERALD_OF_SLAYER = range(3852,3866)+[3890]
def checkCond(st) :
if st.getInt("orven")== 1 and st.getInt("kendra")==1 and st.getInt("chakiris")==1 and st.getInt("kaiena")==1 :
st.set("all","1")
class Quest (JQuest) :
def __init__(self,id,name,descr):
JQuest.__init__(self,id,name,descr)
self.questItemIds = range(3852,3865)+[3890]
def onAdvEvent (self,event,npc,player):
if player :
st = self.getQuestState(player, False)
if not st : return
htmltext = event
if event == "30753-02.htm" :
st.exitQuest(1)
elif event == "30753-06.htm" :
st.setState(State.STARTED)
st.set("cond","1")
st.set("all","0")
st.set("orven","0")
st.set("kendra","0")
st.set("chakiris","0")
st.set("kaiena","0")
st.set("moke","0")
st.set("helton","0")
st.giveItems(FEATHER_OF_GABRIELLE,1)
st.playSound("ItemSound.quest_accept")
elif event == "30753-10.htm" :
st.set("cond","2")
st.takeItems(MARK_OF_WATCHMAN,-1)
elif event == "30754-03.htm" :
st.set("cond","4")
elif event == "30755-05.htm" :
st.giveItems(PORTAL_STONE,1)
st.takeItems(HERALD_OF_SLAYER,-1)
st.takeItems(THIRD_FRAGMENT_OF_ABYSS_JEWEL,-1)
st.playSound("ItemSound.quest_finish")
st.exitQuest(1)
return htmltext
elif event == "Jewel1_Timer1" :
npc.reduceCurrentHp(9999999,npc,None)
self.cancelQuestTimer("Jewel1_Timer2",npc,None)
elif event == "Jewel1_Timer2" :
npc.reduceCurrentHp(9999999,npc,None)
self.cancelQuestTimer("Jewel1_Timer1",npc,None)
elif event == "Jewel2_Timer1" :
npc.reduceCurrentHp(9999999,npc,None)
self.cancelQuestTimer("Jewel2_Timer2",npc,None)
elif event == "Jewel2_Timer2" :
npc.reduceCurrentHp(9999999,npc,None)
self.cancelQuestTimer("Jewel2_Timer1",npc,None)
return
def onTalk (self,npc,player):
htmltext = Quest.getNoQuestMsg(player)
st = self.getQuestState(player, True)
if not st : return htmltext
npcId = npc.getId()
cond = st.getInt("cond")
id = st.getState()
level = player.getLevel()
if npcId == GABRIELLE :
if id == State.CREATED :
if level>=50 :
htmltext = "30753-03.htm"
else :
htmltext = "30753-01.htm"
elif cond == 1 :
if st.getInt("all") == 0 :
htmltext = "30753-07.htm"
else :
htmltext = "30753-09.htm"
elif cond == 2 :
if st.getInt("all") < 2 :
htmltext = "30753-11.htm"
else :
htmltext = "30753-12.htm"
st.takeItems(MARK_OF_WATCHMAN,-1)
st.takeItems(FEATHER_OF_GABRIELLE,-1)
st.giveItems(HERALD_OF_SLAYER,1)
st.set("cond","3")
elif cond == 3 :
htmltext = "30753-13.htm"
elif cond == 4 :
htmltext = "30753-14.htm"
if npcId == CHAKIRIS :
if st.getInt("all") == 1 : #if all 4 tasks have been done
htmltext = "30705-04.htm"
elif st.getInt("chakiris")== 1 : #if not all 4 are done
htmltext = "30705-03.htm"
elif cond == 1:
if st.getQuestItemsCount(HAMRUT_LEG)==0 or st.getQuestItemsCount(KRANROT_SKIN)==0 :
htmltext = "30705-01.htm"
else :
st.giveItems(MARK_OF_WATCHMAN,1)
st.takeItems(HAMRUT_LEG,-1)
st.takeItems(KRANROT_SKIN,-1)
htmltext = "30705-02.htm"
st.set("chakiris","1")
checkCond(st)
if npcId == KAIENA :
if st.getInt("all") == 1 : #if all 4 tasks have been done
htmltext = "30720-04.htm"
elif st.getInt("kaiena")== 1 : #if not all 4 are done
htmltext = "30720-03.htm"
elif cond == 1:
if st.getQuestItemsCount(MARSH_STALKER_HORN)==0 or st.getQuestItemsCount(MARSH_DRAKE_TALONS)==0 :
htmltext = "30720-01.htm"
else :
st.giveItems(MARK_OF_WATCHMAN,1)
st.takeItems(MARSH_STALKER_HORN,-1)
st.takeItems(MARSH_DRAKE_TALONS,-1)
htmltext = "30720-02.htm"
st.set("kaiena","1")
checkCond(st)
if npcId == KENDRA :
if st.getInt("all") == 1 : #if all 4 tasks have been done
htmltext = "30851-04.htm"
elif st.getInt("kendra")== 1 : #if not all 4 are done
htmltext = "30851-03.htm"
elif cond == 1:
if st.getQuestItemsCount(TOTEM_OF_LAND_DRAGON)==0 :
htmltext = "30851-01.htm"
else :
st.giveItems(MARK_OF_WATCHMAN,1)
st.takeItems(TOTEM_OF_LAND_DRAGON,-1)
htmltext = "30851-02.htm"
st.set("kendra","1")
checkCond(st)
if npcId == ORVEN :
if st.getInt("all") == 1 : #if all 4 tasks have been done
htmltext = "30857-04.htm"
elif st.getInt("orven")== 1 : #if not all 4 are done
htmltext = "30857-03.htm"
elif cond == 1:
if st.getQuestItemsCount(REMAINS_OF_SACRIFICED)==0 :
htmltext = "30857-01.htm"
else :
st.giveItems(MARK_OF_WATCHMAN,1)
st.takeItems(REMAINS_OF_SACRIFICED,-1)
htmltext = "30857-02.htm"
st.set("orven","1")
checkCond(st)
if npcId == MOKE :
if st.getInt("all") == 2 :
htmltext = "30498-05.htm"
elif st.getInt("moke") == 1 :
htmltext = "30498-04.htm"
elif cond == 2 :
if st.getQuestItemsCount(MARA_FANG) == 0 or st.getQuestItemsCount(FIRST_FRAGMENT_OF_ABYSS_JEWEL) == 0 :
htmltext = "30498-01.htm"
else :
htmltext = "30498-03.htm"
st.giveItems(MARK_OF_WATCHMAN,1)
st.takeItems(MARA_FANG,-1)
st.takeItems(FIRST_FRAGMENT_OF_ABYSS_JEWEL,-1)
if st.getInt("helton") == 1 :
st.set("all","2")
else :
st.set("moke","1")
if npcId == HELTON :
if st.getInt("all") == 2 :
htmltext = "30678-05.htm"
elif st.getInt("helton") == 1 :
htmltext = "30678-04.htm"
elif cond == 2 :
if st.getQuestItemsCount(MUSFEL_FANG) == 0 or st.getQuestItemsCount(SECOND_FRAGMENT_OF_ABYSS_JEWEL) == 0 :
htmltext = "30678-01.htm"
else :
htmltext = "30678-03.htm"
st.giveItems(MARK_OF_WATCHMAN,1)
st.takeItems(MUSFEL_FANG,-1)
st.takeItems(SECOND_FRAGMENT_OF_ABYSS_JEWEL,-1)
if st.getInt("moke") == 1 :
st.set("all","2")
else :
st.set("helton","1")
if npcId == GILMORE :
if cond < 3 :
htmltext = "30754-01.htm"
elif cond == 3 and st.getQuestItemsCount(HERALD_OF_SLAYER)==1 :
htmltext = "30754-02.htm"
elif cond==4 :
if st.getQuestItemsCount(THIRD_FRAGMENT_OF_ABYSS_JEWEL)==1 :
htmltext = "30754-05.htm"
else :
htmltext = "30754-04.htm"
if npcId == THEODRIC :
if cond<3 :
htmltext = "30755-01.htm"
elif cond==3 and st.getQuestItemsCount(HERALD_OF_SLAYER)==1 :
htmltext = "30755-02.htm"
elif cond==4 :
if st.getQuestItemsCount(THIRD_FRAGMENT_OF_ABYSS_JEWEL) == 0 :
htmltext = "30755-03.htm"
else :
htmltext = "30755-04.htm"
return htmltext
def onAttack (self, npc, player, damage, isPet, skill):
st = self.getQuestState(player, False)
if st :
npcId = npc.getId()
maxHp = npc.getMaxHp()
nowHp = npc.getCurrentHp()
cond = st.getInt("cond")
if npcId == ABYSS_JEWEL1 :
if cond == 2 and st.getInt("moke")<>1:
if nowHp < maxHp*0.8 and st.getInt("aspawned")<>1 :
for i in range(0,70,7):
st.addSpawn(GUARDIAN1,-81260,75639+i,-3300,180000)
st.addSpawn(GUARDIAN1,-81240,75639+i,-3300,180000)
st.set("aspawned","1")
self.startQuestTimer("Jewel1_Timer1",900000,npc,None)
elif nowHp < maxHp*0.4 and st.getQuestItemsCount(FIRST_FRAGMENT_OF_ABYSS_JEWEL)==0 :
st.giveItems(FIRST_FRAGMENT_OF_ABYSS_JEWEL,1)
st.playSound("ItemSound.quest_itemget")
self.startQuestTimer("Jewel1_Timer2",240000,npc,None)
if nowHp < maxHp*0.1 :
npc.reduceCurrentHp(9999999,npc,None)
self.cancelQuestTimer("Jewel1_Timer1",npc,None)
self.cancelQuestTimer("Jewel1_Timer2",npc,None)
st.set("aspawned","0")
if npcId == ABYSS_JEWEL2 :
if cond == 2 and st.getInt("helton")<>1:
if nowHp < maxHp*0.8 and st.getInt("bspawned")<>1 :
for i in range(0,70,7) :
st.addSpawn(GUARDIAN2,63766+i,31139,-3400,180000)
st.addSpawn(GUARDIAN2,63706,31139+i,-3400,180000)
st.set("bspawned","1")
self.startQuestTimer("Jewel2_Timer1",900000,npc,None)
elif nowHp < maxHp*0.4 and st.getQuestItemsCount(SECOND_FRAGMENT_OF_ABYSS_JEWEL)==0 :
st.giveItems(SECOND_FRAGMENT_OF_ABYSS_JEWEL,1)
st.playSound("ItemSound.quest_itemget")
self.startQuestTimer("Jewel2_Timer2",240000,npc,None)
if nowHp < maxHp*0.1 :
npc.reduceCurrentHp(9999999,npc,None)
self.cancelQuestTimer("Jewel2_Timer1",npc,None)
self.cancelQuestTimer("Jewel2_Timer2",npc,None)
st.set("bspawned","0")
if npcId == ABYSS_JEWEL3 :
if cond == 4 :
if nowHp < maxHp*0.8 and st.getInt("cspawned")<>1 :
for i in range(1,5) :
st.addSpawn(GUARDIAN3,180000)
st.set("cspawned","1")
elif nowHp < maxHp*0.4 and st.getQuestItemsCount(THIRD_FRAGMENT_OF_ABYSS_JEWEL)==0 :
st.giveItems(THIRD_FRAGMENT_OF_ABYSS_JEWEL,1)
st.playSound("ItemSound.quest_itemget")
if nowHp < maxHp*0.1 :
npc.decayMe()
return
def onKill(self,npc,player,isPet):
npcId = npc.getId()
st = self.getQuestState(player, False)
if st :
cond = st.getInt("cond")
if cond == 1 :
if npcId == HAMRUT and st.getQuestItemsCount(HAMRUT_LEG)==0 and st.getInt("chakiris") == 0 :
st.giveItems(HAMRUT_LEG,1)
st.playSound("ItemSound.quest_itemget")
elif npcId == KRANROT and st.getQuestItemsCount(KRANROT_SKIN)==0 and st.getInt("chakiris") == 0 :
st.giveItems(KRANROT_SKIN,1)
st.playSound("ItemSound.quest_itemget")
elif npcId == MARSH_STALKER and st.getQuestItemsCount(MARSH_STALKER_HORN)==0 and st.getInt("kaiena") == 0 :
st.giveItems(MARSH_STALKER_HORN,1)
st.playSound("ItemSound.quest_itemget")
elif npcId == MARSH_DRAKE and st.getQuestItemsCount(MARSH_DRAKE_TALONS)==0 and st.getInt("kaiena") == 0 :
st.giveItems(MARSH_DRAKE_TALONS,1)
st.playSound("ItemSound.quest_itemget")
elif npcId in (BLOODY_QUEEN, BLOODY_QUEEN2) and st.getQuestItemsCount(REMAINS_OF_SACRIFICED)==0 and st.getInt("orven")== 0 :
for i in range(8) :
st.addSpawn(SACRIFICE_OF_THE_SACRIFICED,180000)
elif npcId == SACRIFICE_OF_THE_SACRIFICED and st.getQuestItemsCount(REMAINS_OF_SACRIFICED)==0 and st.getInt("orven")== 0 :
st.giveItems(REMAINS_OF_SACRIFICED,1)
st.playSound("ItemSound.quest_itemget")
elif npcId == HARIT_LIZARDMAN_SHAMAN and self.getRandom(5) == 0 and st.getQuestItemsCount(TOTEM_OF_LAND_DRAGON)==0 and st.getInt("kendra")== 0 :
for i in range(3) :
st.addSpawn(HARIT_LIZARDMAN_ZEALOT,180000)
elif npcId == HARIT_LIZARDMAN_ZEALOT and st.getQuestItemsCount(TOTEM_OF_LAND_DRAGON)==0 and st.getInt("kendra")== 0 :
st.giveItems(TOTEM_OF_LAND_DRAGON,1)
st.playSound("ItemSound.quest_itemget")
elif cond == 2 :
if npcId == GUARDIAN1 and st.getQuestItemsCount(MARA_FANG)==0 and st.getInt("moke")<>1 :
st.giveItems(MARA_FANG,1)
st.set("aspawned","1")
st.playSound("ItemSound.quest_itemget")
elif npcId == GUARDIAN2 and st.getQuestItemsCount(MUSFEL_FANG)==0 and st.getInt("helton")<>1 :
st.giveItems(MUSFEL_FANG,1)
st.set("bspawned","1")
st.playSound("ItemSound.quest_itemget")
elif cond == 4:
if npcId in (CAVE_MAIDEN, CAVE_KEEPER, CAVE_KEEPER1, CAVE_MAIDEN1) and st.getQuestItemsCount(THIRD_FRAGMENT_OF_ABYSS_JEWEL)==0 and self.getRandom(5) == 0 :
mob = st.addSpawn(ABYSS_JEWEL3,180000)
elif npcId == ABYSS_JEWEL1 :
self.cancelQuestTimer("Jewel1_Timer1",npc,None)
self.cancelQuestTimer("Jewel1_Timer2",npc,None)
elif npcId == ABYSS_JEWEL2 :
self.cancelQuestTimer("Jewel2_Timer1",npc,None)
self.cancelQuestTimer("Jewel2_Timer2",npc,None)
return
QUEST = Quest(337,qn,"Audience With The Land Dragon")
QUEST.addStartNpc(GABRIELLE)
QUEST.addAttackId(ABYSS_JEWEL1)
QUEST.addAttackId(ABYSS_JEWEL2)
QUEST.addAttackId(ABYSS_JEWEL3)
for npc in NPCS :
QUEST.addTalkId(npc)
for mob in MOBS :
QUEST.addKillId(mob)
\ No newline at end of file
......@@ -302,6 +302,7 @@ import quests.Q00328_SenseForBusiness.Q00328_SenseForBusiness;
import quests.Q00329_CuriosityOfADwarf.Q00329_CuriosityOfADwarf;
import quests.Q00331_ArrowOfVengeance.Q00331_ArrowOfVengeance;
import quests.Q00333_HuntOfTheBlackLion.Q00333_HuntOfTheBlackLion;
import quests.Q00337_AudienceWithTheLandDragon.Q00337_AudienceWithTheLandDragon;
import quests.Q00338_AlligatorHunter.Q00338_AlligatorHunter;
import quests.Q00340_SubjugationOfLizardmen.Q00340_SubjugationOfLizardmen;
import quests.Q00341_HuntingForWildBeasts.Q00341_HuntingForWildBeasts;
......@@ -777,6 +778,7 @@ public class QuestMasterHandler
Q00329_CuriosityOfADwarf.class,
Q00331_ArrowOfVengeance.class,
Q00333_HuntOfTheBlackLion.class,
Q00337_AudienceWithTheLandDragon.class,
Q00338_AlligatorHunter.class,
Q00340_SubjugationOfLizardmen.class,
Q00341_HuntingForWildBeasts.class,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment