Addition of quest Power Harmony (10510).
Contributed by CostyKiller.
This commit is contained in:
parent
b70e7b00e3
commit
341e1ab38e
4
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-00.html
vendored
Normal file
4
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-00.html
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||
You are not ready to be called by me. Come back when you are ready.<br>
|
||||
(Only characters who have completed the Obtaining New Power quest may take this quest and level 110+.)
|
||||
</body></html>
|
6
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-01.htm
vendored
Normal file
6
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-01.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||
In order to obtain new powers you need to pass the seventh trial: reach Lv. 115 and defeat monsters in various hunting grounds.<br>
|
||||
Monsters to hunt: <font color="LEVEL">monsters in Alligator Island, Tanor Canyon, Neutral Zone, Forest of Mirrors, Field of Silence, Isle of Prayer, Field of Whispers, Ketra Orc Outpost, Varka Silenos Barracks, Breka's Stronghold, Sel Mahum Training Grounds, Plains of the Lizardmen, Fields of Massacre, Wall of Argos, Sea of Spores, Wasteland, Cemetery, Fafurion Temple, Dragon Valley, Valley of Saints, Hot Springs, Beast Farm</font>.<br>
|
||||
You need to get Proof of Unity - 320000 pcs.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10510_PowerHarmony 33907-02.htm">"Yes, sure."</Button>
|
||||
</body></html>
|
5
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-02.htm
vendored
Normal file
5
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-02.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||
In order to obtain new powers you need to pass the seventh trial: reach Lv. 115 and defeat monsters in various hunting grounds.<br>
|
||||
Monsters to hunt: <font color="LEVEL">monsters in Alligator Island, Tanor Canyon, Neutral Zone, Forest of Mirrors, Field of Silence, Isle of Prayer, Field of Whispers, Ketra Orc Outpost, Varka Silenos Barracks, Breka's Stronghold, Sel Mahum Training Grounds, Plains of the Lizardmen, Fields of Massacre, Wall of Argos, Sea of Spores, Wasteland, Cemetery, Fafurion Temple, Dragon Valley, Valley of Saints, Hot Springs, Beast Farm</font>.<br>
|
||||
You need to get Proof of Unity - 320000 pcs.
|
||||
</body></html>
|
4
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-03.htm
vendored
Normal file
4
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-03.htm
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||
Have you completed all the tasks to pass the trial?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10510_PowerHarmony 33907-04.htm">"Yes, sure."</Button>
|
||||
</body></html>
|
3
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-04.htm
vendored
Normal file
3
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-04.htm
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||
Congratulations. You have completed all the tasks and passed the trial.
|
||||
</body></html>
|
5
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-06.htm
vendored
Normal file
5
L2J_Mobius_10.2_MasterClass/dist/game/data/scripts/quests/Q10510_PowerHarmony/33907-06.htm
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||
You haven't killed all the monsters. In order to receive new powers, you must pass the test.<br>
|
||||
Defeat any monsters in the following hunting zones: <font color="LEVEL">monsters in Alligator Island, Tanor Canyon, Neutral Zone, Forest of Mirrors, Field of Silence, Isle of Prayer, Field of Whispers, Ketra Orc Outpost, Varka Silenos Barracks, Breka's Stronghold, Sel Mahum Training Grounds, Plains of the Lizardmen, Fields of Massacre, Wall of Argos, Sea of Spores, Wasteland, Cemetery, Fafurion Temple, Dragon Valley, Valley of Saints, Hot Springs, Beast Farm</font>.<br>
|
||||
You need to get <font color="LEVEL">Proof of Unity - 320000 pcs</font>.
|
||||
</body></html>
|
@ -0,0 +1,397 @@
|
||||
/*
|
||||
* 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 quests.Q10510_PowerHarmony;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import org.l2jmobius.Config;
|
||||
import org.l2jmobius.gameserver.model.actor.Npc;
|
||||
import org.l2jmobius.gameserver.model.actor.Player;
|
||||
import org.l2jmobius.gameserver.model.holders.NpcLogListHolder;
|
||||
import org.l2jmobius.gameserver.model.quest.Quest;
|
||||
import org.l2jmobius.gameserver.model.quest.QuestState;
|
||||
import org.l2jmobius.gameserver.model.quest.State;
|
||||
import org.l2jmobius.gameserver.network.NpcStringId;
|
||||
|
||||
import quests.Q10507_ObtainingNewPower.Q10507_ObtainingNewPower;
|
||||
|
||||
/**
|
||||
* @author CostyKiller
|
||||
*/
|
||||
public class Q10510_PowerHarmony extends Quest
|
||||
{
|
||||
// NPC
|
||||
private static final int LIONEL = 33907;
|
||||
// Item
|
||||
private static final int PROOF_OF_UNITY = 82199;
|
||||
// Reward
|
||||
private static final int DIGNITY_OF_THE_EXALTED_LV7 = 82213;
|
||||
private static final int ELEMENTS_OF_THE_EXALTED = 82214;
|
||||
// Misc
|
||||
private static final int MIN_LEVEL = 110;
|
||||
private static final int MIN_COMPLETE_LEVEL = 115;
|
||||
private static final int REACH_LV_115 = NpcStringId.REACH_LV_115.getId();
|
||||
private static final int PROOF_OF_UNITY_NEEDED = 320000;
|
||||
// Monsters
|
||||
private static final int[] MONSTERS =
|
||||
{
|
||||
// Blazing Swamp
|
||||
23487, // Magma Ailith
|
||||
23488, // Magma Apophis
|
||||
23491, // Lava Wendigo
|
||||
23494, // Magma Salamander
|
||||
23495, // Magma Dre Vanul
|
||||
23496, // Magma Ifrit
|
||||
23500, // Flame Crow
|
||||
23501, // Flame Rael
|
||||
23502, // Flame Salamander
|
||||
23503, // Flame Drake
|
||||
23504, // Flame Votis
|
||||
// War-Torn Plains
|
||||
24585, // Vanor Silenos Mercenary
|
||||
24586, // Vanor Silenos Guardian
|
||||
// Abandoned Coal Mines
|
||||
24577, // Black Hammer Artisan
|
||||
24578, // Black Hammer Collector
|
||||
24579, // Black Hammer Protector
|
||||
// Beleth's Magic Circle
|
||||
23361, // Mutated Fly
|
||||
23360, // Bizuard
|
||||
23357, // Disorder Warrior
|
||||
23356, // Klein Soldier
|
||||
23355, // Armor Beast
|
||||
23354, // Decay Hannibal
|
||||
// Desert Quarry
|
||||
23811, // Cantera Tanya
|
||||
23812, // Cantera Deathmoz
|
||||
23813, // Cantera Floxis
|
||||
23814, // Cantera Belika
|
||||
23815, // Cantera Bridget
|
||||
// Phantasmal Ridge
|
||||
24511, // Lunatikan
|
||||
24515, // Kandiloth
|
||||
24512, // Garion Neti
|
||||
24513, // Desert Wendigo
|
||||
24514, // Koraza
|
||||
// Enchanted Valley
|
||||
23581, // Apherus
|
||||
23568, // Nymph Lily
|
||||
23569, // Nymph Lily
|
||||
23570, // Nymph Tulip
|
||||
23571, // Nymph Tulip
|
||||
23572, // Nymph Cosmos
|
||||
23573, // Nymph Cosmos
|
||||
19600, // Flower Bud
|
||||
23566, // Nymph Rose
|
||||
23567, // Nymph Rose
|
||||
23578, // Nymph Guardian
|
||||
// Ivory Tower Crater
|
||||
24422, // Stone Golem
|
||||
24425, // Steel Golem
|
||||
24421, // Stone Gargoyle
|
||||
24424, // Gargoyle Hunter
|
||||
24426, // Stone Cube
|
||||
24423, // Monster Eye
|
||||
// Silent Valley
|
||||
24506, // Silence Witch
|
||||
24508, // Silence Warrior
|
||||
24510, // Silence Hannibal
|
||||
24509, // Silence Slave
|
||||
24507, // Silence Preacle
|
||||
// Alligator Island
|
||||
24377, // Swamp Tribe
|
||||
24378, // Swamp Alligator
|
||||
24379, // Swamp Warrior
|
||||
24373, // Dailaon Lad
|
||||
24376, // Nos Lad
|
||||
// Tanor Canyon
|
||||
20941, // Tanor Silenos Chieftain
|
||||
20939, // Tanor Silenos Warrior
|
||||
20937, // Tanor Silenos Soldier
|
||||
20942, // Nightmare Guide
|
||||
20938, // Tanor Silenos Scout
|
||||
20943, // Nightmare Watchman
|
||||
24587, // Tanor Silenos
|
||||
// Neutral Zone
|
||||
24641, // Tel Mahum Wizard
|
||||
24642, // Tel Mahum Legionary
|
||||
24643, // Tel Mahum Footman
|
||||
24644, // Tel Mahum Lieutenant
|
||||
// Forest of Mirrors
|
||||
24466, // Demonic Mirror
|
||||
24465, // Forest Evil Spirit
|
||||
24461, // Forest Ghost
|
||||
24464, // Bewildered Dwarf Adventurer
|
||||
24463, // Bewildered Patrol
|
||||
24462, // Bewildered Expedition Member
|
||||
// Field of Silence
|
||||
24523, // Krotany
|
||||
24520, // Krotania
|
||||
24521, // Krophy
|
||||
24522, // Spiz Krophy
|
||||
// Isle of Prayer
|
||||
24451, // Lizardman Defender
|
||||
24449, // Lizardman Warrior
|
||||
24448, // Lizardman Archer
|
||||
24450, // Lizardmen Wizard
|
||||
24447, // Niasis
|
||||
24445, // Lizardman Rogue
|
||||
24446, // Island Guard
|
||||
// Field of Whispers
|
||||
24304, // Groz Kropiora
|
||||
24305, // Groz Krotania
|
||||
24306, // Groz Krophy
|
||||
24307, // Groz Krotany
|
||||
// Ketra Orc Outpost
|
||||
24631, // Ketra Orc Shaman
|
||||
24632, // Ketra Orc Prophet
|
||||
24633, // Ketra Orc Warrior
|
||||
24634, // Ketra Orc Lieutenant
|
||||
24635, // Ketra Orc Battalion Commander
|
||||
// Varka Silenos Barracks
|
||||
24636, // Varka Silenos Magus
|
||||
24637, // Varka Silenos Shaman
|
||||
24638, // Varka Silenos Footman
|
||||
24639, // Varka Silenos Sergeant
|
||||
24640, // Varka Silenos Officer
|
||||
// Breka's Stronghold
|
||||
24420, // Breka Orc Prefect
|
||||
24416, // Breka Orc Scout Captain
|
||||
24419, // Breka Orc Slaughterer
|
||||
24415, // Breka Orc Scout
|
||||
24417, // Breka Orc Archer
|
||||
24418, // Breka Orc Shaman
|
||||
// Sel Mahum Training Grounds
|
||||
24492, // Sel Mahum Soldier
|
||||
24494, // Sel Mahum Warrior
|
||||
24493, // Sel Mahum Squad Leader
|
||||
24495, // Keltron
|
||||
// Plains of the Lizardmen
|
||||
24496, // Tanta Lizardman Warrior
|
||||
24498, // Tanta Lizardman Wizard
|
||||
24499, // Priest Ugoros
|
||||
24497, // Tanta Lizardman Archer
|
||||
// Fields of Massacre
|
||||
24486, // Dismal Pole
|
||||
24487, // Graveyard Predator
|
||||
24489, // Doom Scout
|
||||
24491, // Doom Knight
|
||||
24490, // Doom Soldier
|
||||
24488, // Doom Archer
|
||||
// Wall of Argos
|
||||
24606, // Captive Antelope
|
||||
24607, // Captive Bandersnatch
|
||||
24608, // Captive Buffalo
|
||||
24609, // Captive Grendel
|
||||
24610, // Eye of Watchman
|
||||
24611, // Elder Homunculus
|
||||
// Sea Of Spores
|
||||
24226, // Aranea
|
||||
24227, // Keros
|
||||
24228, // Falena
|
||||
24229, // Atrofa
|
||||
24230, // Nuba
|
||||
24231, // Torfedo
|
||||
24234, // Lesatanas
|
||||
24235, // Arbor
|
||||
24236, // Tergus
|
||||
24237, // Skeletus
|
||||
24238, // Atrofine
|
||||
// Wasteland
|
||||
24501, // Centaur Fighter
|
||||
24504, // Centaur Warlord
|
||||
24505, // Earth Elemental Lord
|
||||
24503, // Centaur Wizard
|
||||
24500, // Sand Golem
|
||||
24502, // Centaur Marksman
|
||||
// Cemetery
|
||||
19455, // Aden Raider
|
||||
19456, // Te Ochdumann
|
||||
19457, // Travis
|
||||
20668, // Grave Guard
|
||||
23290, // Royal Knight
|
||||
23291, // Personal Magician
|
||||
23292, // Royal Guard
|
||||
23293, // Royal Guard Captain
|
||||
23294, // Chief Magician
|
||||
23295, // Operations Manager
|
||||
23296, // Chief Quartermaster
|
||||
23297, // Escort
|
||||
23298, // Royal Quartermaster
|
||||
23299, // Operations Chief of the 7th Division
|
||||
23300, // Commander of Operations
|
||||
// Fafurion Temple
|
||||
24329, // Starving Water Dragon
|
||||
24318, // Temple Guard Captain
|
||||
24325, // Temple Wizard
|
||||
24324, // Temple Guardian Warrior
|
||||
24326, // Temple Guardian Wizard
|
||||
24323, // Temple Guard
|
||||
24321, // Temple Patrol Guard
|
||||
24322, // Temple Knight Recruit
|
||||
// Dragon Valley
|
||||
24480, // Dragon Legionnaire
|
||||
24482, // Dragon Officer
|
||||
24481, // Dragon Peltast
|
||||
24483, // Dragon Centurion
|
||||
24484, // Dragon Elite Guard
|
||||
24485, // Behemoth Dragon
|
||||
// Valley of Saints
|
||||
24876, // Guide of Splendor
|
||||
24877, // Herald of Splendor
|
||||
24878, // Believer of Splendor
|
||||
24879, // Observer of Splendor
|
||||
24880, // Wiseman of Splendor
|
||||
// Hot Springs
|
||||
24881, // Springs Dwarf Hero
|
||||
24882, // Springs Scavenger
|
||||
24883, // Springs Dwarf Defender
|
||||
24884, // Springs Dwarf Berserker
|
||||
24885, // Springs Dwarf Priest
|
||||
24886, // Springs Yeti
|
||||
// Beast Farm
|
||||
24651, // Red Kookaburra
|
||||
24652, // Blue Kookaburra
|
||||
24653, // White Cougar
|
||||
24654, // Cougar
|
||||
24655, // Black Buffalo
|
||||
24656, // White Buffalo
|
||||
24657, // Grandel
|
||||
24658, // Black Grandel
|
||||
};
|
||||
|
||||
public Q10510_PowerHarmony()
|
||||
{
|
||||
super(10510);
|
||||
addStartNpc(LIONEL);
|
||||
addTalkId(LIONEL);
|
||||
addKillId(MONSTERS);
|
||||
addCondMinLevel(MIN_LEVEL, "33907-00.html");
|
||||
addCondCompletedQuest(Q10507_ObtainingNewPower.class.getSimpleName(), "33907-00.html");
|
||||
registerQuestItems(PROOF_OF_UNITY);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, Npc npc, Player player)
|
||||
{
|
||||
String htmltext = null;
|
||||
final QuestState qs = getQuestState(player, false);
|
||||
if (qs == null)
|
||||
{
|
||||
return htmltext;
|
||||
}
|
||||
switch (event)
|
||||
{
|
||||
case "33907-02.htm":
|
||||
{
|
||||
qs.startQuest();
|
||||
htmltext = event;
|
||||
|
||||
break;
|
||||
}
|
||||
case "33907-04.htm":
|
||||
{
|
||||
if (qs.isCond(2) && (player.getLevel() >= MIN_COMPLETE_LEVEL))
|
||||
{
|
||||
giveItems(player, DIGNITY_OF_THE_EXALTED_LV7, 1);
|
||||
giveItems(player, ELEMENTS_OF_THE_EXALTED, 1);
|
||||
qs.exitQuest(false, true);
|
||||
htmltext = event;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onTalk(Npc npc, Player player)
|
||||
{
|
||||
String htmltext = getNoQuestMsg(player);
|
||||
final QuestState qs = getQuestState(player, true);
|
||||
switch (qs.getState())
|
||||
{
|
||||
case State.CREATED:
|
||||
{
|
||||
htmltext = "33907-01.htm";
|
||||
break;
|
||||
}
|
||||
case State.STARTED:
|
||||
{
|
||||
|
||||
if (qs.isCond(2) && (player.getLevel() >= MIN_COMPLETE_LEVEL))
|
||||
{
|
||||
htmltext = "33907-03.htm";
|
||||
}
|
||||
else
|
||||
{
|
||||
htmltext = "33907-06.htm";
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
case State.COMPLETED:
|
||||
{
|
||||
htmltext = getAlreadyCompletedMsg(player);
|
||||
break;
|
||||
}
|
||||
}
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onKill(Npc npc, Player player, boolean isSummon)
|
||||
{
|
||||
executeForEachPlayer(player, npc, isSummon, true, false);
|
||||
return super.onKill(npc, player, isSummon);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void actionForEachPlayer(Player player, Npc npc, boolean isSummon)
|
||||
{
|
||||
final QuestState qs = getQuestState(player, false);
|
||||
if ((qs != null) && qs.isCond(1) && player.isInsideRadius3D(npc, Config.ALT_PARTY_RANGE))
|
||||
{
|
||||
if (getQuestItemsCount(player, PROOF_OF_UNITY) < PROOF_OF_UNITY_NEEDED)
|
||||
{
|
||||
giveItemRandomly(player, PROOF_OF_UNITY, 1, PROOF_OF_UNITY_NEEDED, 1, true);
|
||||
}
|
||||
if ((getQuestItemsCount(player, PROOF_OF_UNITY) >= PROOF_OF_UNITY_NEEDED) && (player.getLevel() >= MIN_COMPLETE_LEVEL))
|
||||
{
|
||||
qs.setCond(2, true);
|
||||
}
|
||||
sendNpcLogList(player);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<NpcLogListHolder> getNpcLogList(Player player)
|
||||
{
|
||||
final QuestState qs = getQuestState(player, false);
|
||||
if ((qs != null) && qs.isCond(1))
|
||||
{
|
||||
final Set<NpcLogListHolder> holder = new HashSet<>();
|
||||
if (player.getLevel() >= MIN_COMPLETE_LEVEL)
|
||||
{
|
||||
holder.add(new NpcLogListHolder(REACH_LV_115, true, 1));
|
||||
}
|
||||
return holder;
|
||||
}
|
||||
return super.getNpcLogList(player);
|
||||
}
|
||||
}
|
@ -32,6 +32,7 @@ import quests.Q00938_TheFishermansOtherHobby.Q00938_TheFishermansOtherHobby;
|
||||
import quests.Q10423_EmbryoStrongholdRaid.Q10423_EmbryoStrongholdRaid;
|
||||
import quests.Q10454_FinalEmbryoApostle.Q10454_FinalEmbryoApostle;
|
||||
import quests.Q10507_ObtainingNewPower.Q10507_ObtainingNewPower;
|
||||
import quests.Q10510_PowerHarmony.Q10510_PowerHarmony;
|
||||
import quests.Q10566_BestChoice.Q10566_BestChoice;
|
||||
import quests.Q10575_LetsGoFishing.Q10575_LetsGoFishing;
|
||||
import quests.Q10576_GlitteringWeapons.Q10576_GlitteringWeapons;
|
||||
@ -106,6 +107,7 @@ public class QuestMasterHandler
|
||||
Q10423_EmbryoStrongholdRaid.class,
|
||||
Q10454_FinalEmbryoApostle.class,
|
||||
Q10507_ObtainingNewPower.class,
|
||||
Q10510_PowerHarmony.class,
|
||||
Q10566_BestChoice.class,
|
||||
Q10575_LetsGoFishing.class,
|
||||
Q10576_GlitteringWeapons.class,
|
||||
|
Loading…
Reference in New Issue
Block a user