Renamed Whisper of Dreams quests.
This commit is contained in:
parent
487d3ba68d
commit
cb05cb6199
8
L2J_Mobius_Classic/dist/game/data/scripts/quests/Q00374_WhisperOfDreamsPart1/30938-04.html
vendored
Normal file
8
L2J_Mobius_Classic/dist/game/data/scripts/quests/Q00374_WhisperOfDreamsPart1/30938-04.html
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<html><body>Priest Vanutu:<br>
|
||||
Oh, the sacred flames of Pa'agrio!<br>
|
||||
Now I can perform the ritual! Choose your reward!<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreamsPart1 reward1">1 Scroll Part: Enchant Armor</a><br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreamsPart1 reward2">2 Refined Scroll Part: Enchant Armor<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreamsPart1 reward3">1 Scroll: Enchant Armor (B-grade)<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreamsPart1 reward4">1 Improved Scroll: Enchant Armor (B-grade)<br>
|
||||
</body></html>
|
@ -1,4 +1,4 @@
|
||||
<html><body>Priest Vanutu:<br>
|
||||
Now I can perform the ritual. But, bear in mind, it's almost impossible to foretell the chaotic future with just one ritual. Why don't you stay and help me?<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreams_Part1 30938-06.html">"I'll stay and help."</a><br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreamsPart1 30938-06.html">"I'll stay and help."</a><br>
|
||||
</body></html>
|
@ -1,4 +1,4 @@
|
||||
<html><body>Priest Vanutus:<br>
|
||||
Last night I dreamed of my ancestors. They spoke of a great turmoil approaching this world. I must perform a ritual to see what lies ahead. Will you help me to obtain the materials I need?<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreams_Part1 30938-01.htm">"I will help."</a>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreamsPart1 30938-01.htm">"I will help."</a>
|
||||
</body></html>
|
@ -1,4 +1,4 @@
|
||||
<html><body>Trader Galman:<br>
|
||||
Well well well! It seems like the old orc has some vinegar left in him yet. My father told me about that old geezer bothering him when I was born, saying that I had the power of Pa'agrio or something... Now he's back. Just give me the stone and I'll do this quickly. Don't bother me again.<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreams_Part1 31044-01.html">Give him the Mysterious Stone.</a>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreamsPart1 31044-01.html">Give him the Mysterious Stone.</a>
|
||||
</body></html>
|
@ -14,7 +14,7 @@
|
||||
* 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.Q00374_WhisperOfDreams_Part1;
|
||||
package quests.Q00374_WhisperOfDreamsPart1;
|
||||
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
@ -26,7 +26,7 @@ import com.l2jmobius.gameserver.model.quest.QuestState;
|
||||
* Whisper Of Dreams Part1 (374)
|
||||
* @author Stayway
|
||||
*/
|
||||
public class Q00374_WhisperOfDreams_Part1 extends Quest
|
||||
public class Q00374_WhisperOfDreamsPart1 extends Quest
|
||||
{
|
||||
// NPCs
|
||||
private static final int VANUTU = 30938;
|
||||
@ -47,7 +47,7 @@ public class Q00374_WhisperOfDreams_Part1 extends Quest
|
||||
private static final int MIN_LEVEL = 56;
|
||||
private static final int MAX_LEVEL = 66;
|
||||
|
||||
public Q00374_WhisperOfDreams_Part1()
|
||||
public Q00374_WhisperOfDreamsPart1()
|
||||
{
|
||||
super(374);
|
||||
addStartNpc(VANUTU);
|
@ -1,8 +0,0 @@
|
||||
<html><body>Priest Vanutu:<br>
|
||||
Oh, the sacred flames of Pa'agrio!<br>
|
||||
Now I can perform the ritual! Choose your reward!<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreams_Part1 reward1">1 Scroll Part: Enchant Armor</a><br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreams_Part1 reward2">2 Refined Scroll Part: Enchant Armor<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreams_Part1 reward3">1 Scroll: Enchant Armor (B-grade)<br>
|
||||
<a action="bypass -h Quest Q00374_WhisperOfDreams_Part1 reward4">1 Improved Scroll: Enchant Armor (B-grade)<br>
|
||||
</body></html>
|
@ -3,5 +3,5 @@ Oh, great Pa'agrio! How could you have given such power to such an undeserving c
|
||||
...<br>
|
||||
If I had that power, I could put it to much better use...<br>
|
||||
I must have another ingredient in order to use the stone. Will you continue to help me?<br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreams_Part2 30938-03.htm">"I will continue to help you."</a>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreamsPart2 30938-03.htm">"I will continue to help you."</a>
|
||||
</body></html>
|
8
L2J_Mobius_Classic/dist/game/data/scripts/quests/Q00375_WhisperOfDreamsPart2/30938-05.html
vendored
Normal file
8
L2J_Mobius_Classic/dist/game/data/scripts/quests/Q00375_WhisperOfDreamsPart2/30938-05.html
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<html><body>Priest Vanutu:<br>
|
||||
Ah, at last, I shall behold the shadow of Pa'agrio.<br>
|
||||
My brave warrior, your spirit is true. I will honor you with this gift. Would you consider getting more ingredients for me? My tribe desperately needs your help.<br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreamsPart2 reward1">1 Scroll Part: Enchant Weapon</a><br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreamsPart2 reward2">1 Refined Scroll Part: Enchant Weapon ;<br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreamsPart2 reward3">1 Scroll: Enchant Weapon (B-grade)<br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreamsPart2 reward4">1 Improved Scroll: Enchant Weapon (B-grade)<br>
|
||||
</body></html>
|
@ -1,6 +1,6 @@
|
||||
<html><body>Priest Vanutu:<br>
|
||||
Ah, at last, I shall behold the shadow of Pa'agrio.<br>
|
||||
My brave warrior, your spirit is true. I will honor you with this gift. Would you consider getting more ingredients for me? My tribe desperately needs your help.<br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreams_Part2 30938-07.html">"I'll collect more ingredients."</a><br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreams_Part2 30938-08.html">"I quit."</a>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreamsPart2 30938-07.html">"I'll collect more ingredients."</a><br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreamsPart2 30938-08.html">"I quit."</a>
|
||||
</body></html>
|
@ -14,7 +14,7 @@
|
||||
* 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.Q00375_WhisperOfDreams_Part2;
|
||||
package quests.Q00375_WhisperOfDreamsPart2;
|
||||
|
||||
import com.l2jmobius.gameserver.model.actor.L2Npc;
|
||||
import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance;
|
||||
@ -23,10 +23,10 @@ import com.l2jmobius.gameserver.model.quest.QuestState;
|
||||
import com.l2jmobius.gameserver.model.quest.State;
|
||||
|
||||
/**
|
||||
* Whisper Of Dreams Part1 (375)
|
||||
* Whisper Of Dreams Part2 (375)
|
||||
* @author Stayway
|
||||
*/
|
||||
public class Q00375_WhisperOfDreams_Part2 extends Quest
|
||||
public class Q00375_WhisperOfDreamsPart2 extends Quest
|
||||
{
|
||||
// NPCs
|
||||
private static final int VANUTU = 30938;
|
||||
@ -46,7 +46,7 @@ public class Q00375_WhisperOfDreams_Part2 extends Quest
|
||||
private static final int MIN_LEVEL = 60;
|
||||
private static final int MAX_LEVEL = 74;
|
||||
|
||||
public Q00375_WhisperOfDreams_Part2()
|
||||
public Q00375_WhisperOfDreamsPart2()
|
||||
{
|
||||
super(375);
|
||||
addStartNpc(VANUTU);
|
@ -1,8 +0,0 @@
|
||||
<html><body>Priest Vanutu:<br>
|
||||
Ah, at last, I shall behold the shadow of Pa'agrio.<br>
|
||||
My brave warrior, your spirit is true. I will honor you with this gift. Would you consider getting more ingredients for me? My tribe desperately needs your help.<br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreams_Part2 reward1">1 Scroll Part: Enchant Weapon</a><br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreams_Part2 reward2">1 Refined Scroll Part: Enchant Weapon ;<br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreams_Part2 reward3">1 Scroll: Enchant Weapon (B-grade)<br>
|
||||
<a action="bypass -h Quest Q00375_WhisperOfDreams_Part2 reward4">1 Improved Scroll: Enchant Weapon (B-grade)<br>
|
||||
</body></html>
|
@ -158,8 +158,8 @@ import quests.Q00358_IllegitimateChildOfTheGoddess.Q00358_IllegitimateChildOfThe
|
||||
import quests.Q00360_PlunderTheirSupplies.Q00360_PlunderTheirSupplies;
|
||||
import quests.Q00369_CollectorOfJewels.Q00369_CollectorOfJewels;
|
||||
import quests.Q00370_AnElderSowsSeeds.Q00370_AnElderSowsSeeds;
|
||||
import quests.Q00374_WhisperOfDreams_Part1.Q00374_WhisperOfDreams_Part1;
|
||||
import quests.Q00375_WhisperOfDreams_Part2.Q00375_WhisperOfDreams_Part2;
|
||||
import quests.Q00374_WhisperOfDreamsPart1.Q00374_WhisperOfDreamsPart1;
|
||||
import quests.Q00375_WhisperOfDreamsPart2.Q00375_WhisperOfDreamsPart2;
|
||||
import quests.Q00401_PathOfTheWarrior.Q00401_PathOfTheWarrior;
|
||||
import quests.Q00402_PathOfTheHumanKnight.Q00402_PathOfTheHumanKnight;
|
||||
import quests.Q00403_PathOfTheRogue.Q00403_PathOfTheRogue;
|
||||
@ -319,8 +319,8 @@ public class QuestMasterHandler
|
||||
Q00329_CuriosityOfADwarf.class,
|
||||
Q00331_ArrowOfVengeance.class,
|
||||
Q00333_HuntOfTheBlackLion.class,
|
||||
Q00374_WhisperOfDreams_Part1.class,
|
||||
Q00375_WhisperOfDreams_Part2.class,
|
||||
Q00374_WhisperOfDreamsPart1.class,
|
||||
Q00375_WhisperOfDreamsPart2.class,
|
||||
Q00344_1000YearsTheEndOfLamentation.class,
|
||||
Q00348_AnArrogantSearch.class,
|
||||
Q00354_ConquestOfAlligatorIsland.class,
|
||||
|
Loading…
Reference in New Issue
Block a user