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>
|
<html><body>A Smitten Orc:<br>
|
||||||
You are nice! You even cheer for my love. Sniff.<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>
|
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>
|
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>
|
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;
|
String htmltext = null;
|
||||||
switch (event)
|
switch (event)
|
||||||
{
|
{
|
||||||
case "33963-02.htm":
|
case "33966-02.htm":
|
||||||
{
|
{
|
||||||
htmltext = event;
|
htmltext = event;
|
||||||
break;
|
break;
|
||||||
@ -83,7 +83,6 @@ public class Q10762_MarionetteSpirit extends Quest
|
|||||||
htmltext = event;
|
htmltext = event;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case "33966-05.html":
|
case "33966-05.html":
|
||||||
{
|
{
|
||||||
if (qs.isCond(2))
|
if (qs.isCond(2))
|
||||||
@ -119,7 +118,6 @@ public class Q10762_MarionetteSpirit extends Quest
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case State.STARTED:
|
case State.STARTED:
|
||||||
{
|
{
|
||||||
if (qs.isCond(1))
|
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