Skip to content
Snippets Groups Projects
Commit 413e119c authored by Zoey76's avatar Zoey76
Browse files

BETA: Quest Aiding the Floran Village (660) in Java.

parent 5c1ace78
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 248 deletions
...@@ -297,7 +297,6 @@ quests/501_ProofOfClanAlliance/__init__.py ...@@ -297,7 +297,6 @@ quests/501_ProofOfClanAlliance/__init__.py
quests/503_PursuitClanAmbition/__init__.py quests/503_PursuitClanAmbition/__init__.py
quests/604_DaimontheWhiteEyedPart2/__init__.py quests/604_DaimontheWhiteEyedPart2/__init__.py
quests/620_FourGoblets/__init__.py quests/620_FourGoblets/__init__.py
quests/660_AidingtheFloranVillage/__init__.py
quests/663_SeductiveWhispers/__init__.py quests/663_SeductiveWhispers/__init__.py
quests/999_T1Tutorial/__init__.py quests/999_T1Tutorial/__init__.py
......
<html><body>Captain Alex:<br>
Oh you're back so soon? Do I need to remind you how important this is? Just bring me the <font color="LEVEL">Watching Eyes</font>, a <font color="LEVEL">Golem Shard</font> and a <font color="LEVEL">Delu Lizardman Scale</font> to prove your kills.
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
I'll wager you're just the type of adventurer we need to fight this problem, and there's your reward.<br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-15.htm">"I'll keep working for you."</a><br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-06.htm">"I'll guilt."</a>
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Then set down your sword and staff now, and go seek rest. May you find tranquility and safety in the darkness of the abyss.
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Good job! Collecting 100 Watching Eyes, a Golem Shard and a Delu Lizardman Scale is never an easy task!<br>
Please accept this reward..<br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-15.htm">"I'll keep working for you."</a><br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-06.htm">"I'll guilt."</a>
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Good job! Collecting 200 Watching Eyes, a Golem Shard and a Delu Lizardman Scale is never an easy task!<br>
Please accept this reward..<br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-15.htm">"I'll keep working for you."</a><br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-06.htm">"I'll guilt."</a>
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Good job! Collecting 500 Watching Eyes, a Golem Shard and a Delu Lizardman Scale is never an easy task!<br>
Please accept this reward..<br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-15.htm">"I'll keep working for you."</a><br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-06.htm">"I'll guilt."</a>
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Are you kidding me? Just bring me the <font color="LEVEL">Watching Eyes</font>, a <font color="LEVEL">Golem Shard</font> and a <font color="LEVEL">Delu Lizardman Scale</font> to prove your kills.
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Exellent! Just bring me the <font color="LEVEL">Watching Eyes</font>, a <font color="LEVEL">Golem Shard</font> and a <font color="LEVEL">Delu Lizardman Scale</font> to prove your kills.<br>
And dont forget to bring me proof of your kills... Good luck!
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Exellent! Just bring me the <font color="LEVEL">Watching Eyes</font>, a <font color="LEVEL">Golem Shard</font> and a <font color="LEVEL">Delu Lizardman Scale</font> to prove your kills.<br>
And dont forget to bring me proof of your kills... Good luck!
</body></html>
\ No newline at end of file
<html><body>Maria:<br>
Hello, traveler! Did you know that at one time Dion was considered the most beautiful place on the continent? Now, however, it has become spiritually and environmentally defiled.
The souls of the unjustly slain call out to all that can I hear... Do you hear them?<br>
(Quest for characters level 30 and above.)
</body></html>
\ No newline at end of file
<html><body>Maria:<br>
What do you think of the Dion Peasant Riot?<br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30608-03.htm">"It was a result of the unusually bitter cold and the oppressive policies of the Lord. The riot was justified."</a><br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30608-05.htm">"The situation was bad. but the peasants were disloyal and the actions of the Lord were justified."</a>
</body></html>
\ No newline at end of file
<html><body>Maria:<br>
Then set down your sword and staff now, and go seek rest. May you find tranquility and safety in the darkness of the abyss.
</body></html>
\ No newline at end of file
<html><body>Maria:<br>
Floran Village is autonomous, and has no protection against organized military attacks. But they've recently formed a militia to protect the village from the monsters... Go to <font color="LEVEL">Floran Village</font> and meet Militia <font color="LEVEL">Captain Alex...</font>
</body></html>
\ No newline at end of file
#made by Kerb
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 = "660_AidingtheFloranVillage"
# NPC
MARIA = 30608
ALEX = 30291
# MOBS
CARSED_SEER = 21106
PLAIN_WATCMAN = 21102
ROUGH_HEWN_ROCK_GOLEM = 21103
DELU_LIZARDMAN_SHAMAN = 20781
DELU_LIZARDMAN_SAPPLIER = 21104
DELU_LIZARDMAN_COMMANDER = 21107
DELU_LIZARDMAN_SPESIAL_AGENT = 21105
#QUEST ITEMS
WATCHING_EYES = 8074
DELU_LIZARDMAN_SCALE =8076
ROUGHLY_HEWN_ROCK_GOLEM_SHARD = 8075
#REWARDS
ADENA = 57
SCROLL_ENCANT_ARMOR = 956
SCROLL_ENCHANT_WEAPON = 955
class Quest (JQuest) :
def __init__(self,id,name,descr):
JQuest.__init__(self,id,name,descr)
self.questItemIds = [WATCHING_EYES, DELU_LIZARDMAN_SCALE, ROUGHLY_HEWN_ROCK_GOLEM_SHARD]
def onEvent (self,event,st) :
EYES=st.getQuestItemsCount(WATCHING_EYES)
SCALE=st.getQuestItemsCount(DELU_LIZARDMAN_SCALE)
SHARD=st.getQuestItemsCount(ROUGHLY_HEWN_ROCK_GOLEM_SHARD)
htmltext = event
if event =="30608-04.htm" :
st.set("cond","1")
st.setState(State.STARTED)
st.playSound("ItemSound.quest_accept")
if event == "30291-15.htm" :
st.playSound("ItemSound.quest_middle")
if event == "30291-05.htm" :
if EYES+SCALE+SHARD >= 45 :
st.giveItems(ADENA, EYES*100+SCALE*100+SHARD*100+9000)
st.takeItems(WATCHING_EYES,-1)
st.takeItems(DELU_LIZARDMAN_SCALE,-1)
st.takeItems(ROUGHLY_HEWN_ROCK_GOLEM_SHARD,-1)
else :
st.giveItems(ADENA,EYES*100+SCALE*100+SHARD*100)
st.takeItems(WATCHING_EYES,-1)
st.takeItems(DELU_LIZARDMAN_SCALE,-1)
st.takeItems(ROUGHLY_HEWN_ROCK_GOLEM_SHARD,-1)
st.playSound("ItemSound.quest_finish")
if event == "30291-11.htm" :
if EYES+SCALE+SHARD >= 99 :
n = 100 - EYES
t = 100 - SCALE - EYES
if EYES >= 100 :
st.takeItems(WATCHING_EYES,100)
else :
st.takeItems(WATCHING_EYES,-1)
if SCALE >= n :
st.takeItems(DELU_LIZARDMAN_SCALE,n)
else :
st.takeItems(DELU_LIZARDMAN_SCALE,-1)
st.takeItems(ROUGHLY_HEWN_ROCK_GOLEM_SHARD,t)
if self.getRandom(10)<8 :
st.giveItems(ADENA,13000)
st.giveItems(SCROLL_ENCANT_ARMOR,1)
else :
st.giveItems(ADENA,1000)
st.playSound("ItemSound.quest_finish")
else :
htmltext="30291-14.htm"
if event == "30291-12.htm" :
if EYES+SCALE+SHARD >= 199 :
n = 200 - EYES
t = 200 - SCALE - EYES
luck = self.getRandom(15)
if EYES >= 200 :
st.takeItems(WATCHING_EYES,200)
else :
st.takeItems(WATCHING_EYES,-1)
if SCALE >= n :
st.takeItems(DELU_LIZARDMAN_SCALE,n)
else :
st.takeItems(DELU_LIZARDMAN_SCALE,-1)
st.takeItems(ROUGHLY_HEWN_ROCK_GOLEM_SHARD,t)
if luck in range (0,8) :
st.giveItems(ADENA,20000)
st.giveItems(SCROLL_ENCANT_ARMOR,1)
if luck in range (8,12) :
st.giveItems(SCROLL_ENCHANT_WEAPON,1)
if luck in range (12,15) :
st.giveItems(ADENA,2000)
st.playSound("ItemSound.quest_finish")
else :
htmltext="30291-14.htm"
if event == "30291-13.htm" :
if EYES+SCALE+SHARD >= 499 :
n = 500 - EYES
t = 500 - SCALE - EYES
if EYES >= 500 :
st.takeItems(WATCHING_EYES,500)
else :
st.takeItems(WATCHING_EYES,-1)
if SCALE >= n :
st.takeItems(DELU_LIZARDMAN_SCALE,n)
else :
st.takeItems(DELU_LIZARDMAN_SCALE,-1)
st.takeItems(ROUGHLY_HEWN_ROCK_GOLEM_SHARD,t)
if self.getRandom(10)<8 :
st.giveItems(ADENA,45000)
st.giveItems(SCROLL_ENCHANT_WEAPON,1)
else :
st.giveItems(ADENA,5000)
st.playSound("ItemSound.quest_finish")
else :
htmltext="30291-14.htm"
elif event == "30291-06.htm" :
st.unset("cond")
st.exitQuest(True)
st.playSound("ItemSound.quest_finish")
return htmltext
def onTalk (self,npc,player):
htmltext = Quest.getNoQuestMsg(player)
st = player.getQuestState(qn)
if not st: return
npcId = npc.getId()
SHARD=st.getQuestItemsCount(ROUGHLY_HEWN_ROCK_GOLEM_SHARD)
SCALE=st.getQuestItemsCount(DELU_LIZARDMAN_SCALE)
EYES=st.getQuestItemsCount(WATCHING_EYES)
id = st.getState()
cond = st.getInt("cond")
if npcId == MARIA and cond == 0 :
if st.getPlayer().getLevel() >= 30 :
htmltext = "30608-02.htm"
else :
htmltext = "30608-01.htm"
st.exitQuest(1)
elif npcId == MARIA and cond == 1 :
htmltext = "30608-06.htm"
elif npcId == ALEX and cond == 1 :
htmltext = "30291-01.htm"
st.playSound("ItemSound.quest_middle")
st.set("cond","2")
elif npcId == ALEX and cond == 2 :
if EYES+SCALE+SHARD == 0 :
htmltext = "30291-02.htm"
else :
htmltext = "30291-03.htm"
return htmltext
def onKill(self,npc,player,isPet):
st = player.getQuestState(qn)
if not st: return
npcId = npc.getId()
chance = self.getRandom(100)
if st.getInt("cond") == 2 :
if npcId in [21106,21102] and chance < 79 :
st.giveItems(WATCHING_EYES,1)
st.playSound("ItemSound.quest_itemget")
elif npcId == ROUGH_HEWN_ROCK_GOLEM and chance < 75 :
st.giveItems(ROUGHLY_HEWN_ROCK_GOLEM_SHARD,1)
st.playSound("ItemSound.quest_itemget")
elif npcId in [20781,21104,21107,21105] and chance < 67 :
st.giveItems(DELU_LIZARDMAN_SCALE,1)
st.playSound("ItemSound.quest_itemget")
return
QUEST = Quest(660,qn,"Aiding the Floran Village")
QUEST.addStartNpc(MARIA)
QUEST.addTalkId(MARIA)
QUEST.addTalkId(ALEX)
QUEST.addKillId(CARSED_SEER)
QUEST.addKillId(PLAIN_WATCMAN)
QUEST.addKillId(ROUGH_HEWN_ROCK_GOLEM)
QUEST.addKillId(DELU_LIZARDMAN_SHAMAN)
QUEST.addKillId(DELU_LIZARDMAN_SAPPLIER)
QUEST.addKillId(DELU_LIZARDMAN_COMMANDER)
QUEST.addKillId(DELU_LIZARDMAN_SPESIAL_AGENT)
\ No newline at end of file
<html><body>Captain Alex:<br>
We've been having problems in Floran with monsters violating our perimeter. There have been a few skirmishes with our militia, but even worse than that, some monsters have gotten past our sentries and attacked citizens. I'm embarrassed to admit that - it's our job to keep this community safe, but we're just spread too darn thin! Reports indicate the monsters are targeting farmers out plowing their fields. I'm telling you this because I'd like your help in dealing with these monsters. If we can stop them, it'd go a long way toward restoring peace and order in Floran Village. Will you help us?<br>
<a action="bypass -h Quest Q00660_AidingTheFloranVillage 30291-03.htm">"I'll help."</a>
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Hrm. Harrumph. That's awfully generous of you youngsters, and it absolutely shows the right spirit, but I just can't accept your help in good conscience. These monsters are far too much for our militia to handle, and honestly I can't see you succeeding where my men have failed. Maybe a more experienced band could do the job, but I fear you'd just be throwing your lives away.<br>
Now don't be offended. My men haven't exactly been up to the challenge either. But who knows? You may see more action in the future and come back twice as capable as before! If that happens, and if we're still stuck with this problem, then I'll gladly accept your help.
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br>
Ha! I'll be honest - I was hoping for someone of your caliber to step forward. Here's the situation: we have a major problem with monster incursions in <font color = "LEVEL">the Floran Agricultural Area</font>. They've been killing innocent citizens, and we can't have that. I'll need proof of your kills, of course. No offense, but I can't pay out a reward unless I'm sure it's done. Bring me <font color = "LEVEL">the Watching Eyes, a Golem Shard and a Delu Lizardman Scale</font>, and I'll gladly pay you.<br>
Good hunting! We're counting on you.
</body></html>
\ No newline at end of file
<html><body>Captain Alex:<br> <html><body>Captain Alex:<br>
Maria sent you, you say? Hrmph. Unfortunate business, that, Is she doing better?<br> Maria sent you, you say? Hrmph. Unfortunate business, that. Is she doing better?<br>
In any event, I'm glad to see you. We're having a problem with monster incursions, and the militia's spread too thin to handle it. Most of the attacks have been on farmers trying to reclaim and cultivate nearby abandoned land.<br> In any event, I'm glad to see you. We're having a problem with monster incursions, and the militia's spread too thin to handle it. Most of the attacks have been on farmers trying to reclaim and cultivate nearby abandoned land. I'll wager you're just the type of adventurer we need to fight this problem, and there's a reward in it. Just bring me <font color = "LEVEL">the Watching Eyes, a Golem Shard and a Delu Lizardman Scale</font> to prove your kills. Good hunting!
I'll wager you're just the type of adventurer we need to fight this problem, and there's a reward in it. Just bring me the <font color="LEVEL">Watching Eyes</font>, a <font color="LEVEL">Golem Shard</font> and a <font color="LEVEL">Delu Lizardman Scale</font> to prove your kills.<br>
Good hunting!
</body></html> </body></html>
\ No newline at end of file
<html><body>Captain Alex:<br> <html><body>Captain Alex:<br>
Ha! You've done it. Fine work! I knew you had it in you. And here is the proof I asked for - a sight for sore eyes, if I do say so myself! Well, I spoke of a reward, and a reward you shall have!<br> Ha! You've done it. Fine work! I knew you had it in you. And here is the proof I asked for - a sight for sore eyes, if I do say so myself! Well, I spoke of a reward, and a reward you shall have!<br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-05.htm">"Thanks - we'll try not to spend it all in one place! Ha ha!"</a><br> <a action="bypass -h Quest Q00660_AidingTheFloranVillage 30291-06.html">"Thanks - we'll try not to spend it all in one place! Ha ha!"<a><br>
<a action="bypass -h Quest 660_AidingtheFloranVillage 30291-07.htm">"Reward? Sir there has been a mistake, surely. One doesn't do such things for a reward, but for the satisfaction of the deed itself."</a> <a action="bypass -h Quest Q00660_AidingTheFloranVillage 30291-09.html">"Reward? Sir, there has been a mistake, surely. One doesn't do such things for a reward, but for the satisfaction of the deed itself."</a>
</body></html> </body></html>
\ No newline at end of file
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