Skip to content
Snippets Groups Projects
Commit 525a662c authored by MELERIX's avatar MELERIX
Browse files

JYTHON/HTML: MagicPowerOfWater\Fire quests changes to Freya, thanks qwerty13.

parent 55c8fe0b
No related branches found
No related tags found
No related merge requests found
<html><body>Ketra's Messenger Wahkan:<br>
Asefa has been watching your exploits closely, comrade of the Ketra! He is impressed, and may assign you a very important task soon!<br>
(This quest is only available for characters of level 74 or above who possess a mark of alliance with the Ketra Orcs - Level 2 or above.)
(This quest is only available for characters of level 74 or above who possess a mark of alliance with the Ketra Orcs - Level 1 or above.)
</body></html>
\ No newline at end of file
<html><body>Ketra's Messenger Wahkan:<br>
Asefa has been watching your exploits closely, comrade of the Ketra! He impressed, and may assign you a very important task soon!<br>
(This quest is only available for characters of level 74 or above who possess a mark of alliance with the Ketra Orcs - Level 2 or above.)
(This quest is only available for characters of level 74 or above who possess a mark of alliance with the Ketra Orcs - Level 1 or above.)
</body></html>
\ No newline at end of file
......@@ -48,7 +48,7 @@ class Quest (JQuest) :
Thief_Key = st.getQuestItemsCount(Key)
htmltext = event
if event == "31371-04.htm" :
if st.getPlayer().getLevel() >= 74 and st.getPlayer().getAllianceWithVarkaKetra() >= 2 :
if st.getPlayer().getLevel() >= 74 and st.getPlayer().getAllianceWithVarkaKetra() >= 1 :
st.set("cond","1")
st.set("id","2")
st.set("aggro","0")
......@@ -97,7 +97,7 @@ class Quest (JQuest) :
if id == 2 :
htmltext = "31371-05.htm"
elif npcId == Asefa :
if player.getAllianceWithVarkaKetra() >= 2 :
if player.getAllianceWithVarkaKetra() >= 1 :
if id == 2 :
htmltext = "31372-01.htm"
st.set("cond","2")
......@@ -120,7 +120,7 @@ class Quest (JQuest) :
st.playSound("ItemSound.quest_middle")
st.exitQuest(1)
elif npcId == Udan_Box :
if player.getAllianceWithVarkaKetra() >= 2 :
if player.getAllianceWithVarkaKetra() >= 1 :
if id == 3 :
htmltext = "31561-01.htm"
return htmltext
......
<html><body>Varka's Messenger Naran Ashanuk:<br>
Varka's friend, Soul Guide Udan Mardui, is watching your progress closely. Sooner or later, he'll probably assign you a new task. Keep up the good work!<br>
(This quest may only be undertaken by characters of level 74 who possess a level 2 or greater mark of alliance with the Varka Silenos.)
(This quest may only be undertaken by characters of level 74 who possess a level 1 or greater mark of alliance with the Varka Silenos.)
</body></html>
\ No newline at end of file
<html><body>Varka's Messenger Naran Ashanuk:<br>
Varka's friend, Soul Guide Udan Mardui, is watching your progress closely. Sooner or later, he'll probably assign you a new task. Keep up the good work!<br>
(This quest may only be undertaken by characters of level 74 who possess a level 2 or greater mark of alliance with the Varka Silenos.)
(This quest may only be undertaken by characters of level 74 who possess a level 1 or greater mark of alliance with the Varka Silenos.)
</body></html>
\ No newline at end of file
......@@ -48,7 +48,7 @@ class Quest (JQuest) :
Thief_Key = st.getQuestItemsCount(Key)
htmltext = event
if event == "31378-04.htm" :
if st.getPlayer().getLevel() >= 74 and st.getPlayer().getAllianceWithVarkaKetra() <= -2 :
if st.getPlayer().getLevel() >= 74 and st.getPlayer().getAllianceWithVarkaKetra() <= -1 :
st.set("cond","1")
st.set("id","2")
st.set("aggro","0")
......@@ -97,7 +97,7 @@ class Quest (JQuest) :
if id == 2 :
htmltext = "31378-05.htm"
elif npcId == Udan :
if player.getAllianceWithVarkaKetra() <= -2 :
if player.getAllianceWithVarkaKetra() <= -1 :
if id == 2 :
htmltext = "31379-01.htm"
st.set("cond","2")
......@@ -120,7 +120,7 @@ class Quest (JQuest) :
st.playSound("ItemSound.quest_middle")
st.exitQuest(1)
elif npcId == Asefa_Box :
if player.getAllianceWithVarkaKetra() <= -2 :
if player.getAllianceWithVarkaKetra() <= -1 :
if id == 3 :
htmltext = "31559-01.htm"
return htmltext
......
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