Quest Marionette Spirit (10762) fixes.
Contributed by Stayway.
This commit is contained in:
parent
185555afc5
commit
25262ef349
@ -1,6 +1,6 @@
|
||||
<html><body>A Smitten Orc:<br>
|
||||
You are nice! You even cheer for my love. Sniff.<br>
|
||||
The first key will be found from killing <font color="LEVEL"=Marionette Spirits</font>.<br>
|
||||
The first key will be found from killing <font color="LEVEL">Marionette Spirits</font>.<br>
|
||||
Someone cruel had locked the key inside the Marionette Spirit and turned it into a puppet under a powerful spell.<br>
|
||||
What's even more scary is that he made it impossible to get the key without killing the Marionette Spirit.<br>
|
||||
But it's the only choice we have to save the spirits. Go kill <font color="LEVEL"=Marionette Spirits</font> and get me <font color="LEVEL"=Magic Chain Key 1.</font><br>
|
||||
|
@ -71,7 +71,7 @@ public class Q10762_MarionetteSpirit extends Quest
|
||||
String htmltext = null;
|
||||
switch (event)
|
||||
{
|
||||
case "33963-02.htm":
|
||||
case "33966-02.htm":
|
||||
{
|
||||
htmltext = event;
|
||||
break;
|
||||
@ -83,7 +83,6 @@ public class Q10762_MarionetteSpirit extends Quest
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
|
||||
case "33966-05.html":
|
||||
{
|
||||
if (qs.isCond(2))
|
||||
@ -119,7 +118,6 @@ public class Q10762_MarionetteSpirit extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case State.STARTED:
|
||||
{
|
||||
if (qs.isCond(1))
|
||||
|
3
trunk/dist/game/data/scripts/quests/Q10762_MarionetteSpirit/restriction.html
vendored
Normal file
3
trunk/dist/game/data/scripts/quests/Q10762_MarionetteSpirit/restriction.html
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<html><body>Vorbos:<br>
|
||||
(Quest only available to Ertheia characters Lv. 34 or above who have completed the quest "AnOrcInLove.")
|
||||
</body></html>
|
Loading…
Reference in New Issue
Block a user