Fixed quest 10363.
Contributed by Stayway.
This commit is contained in:
4
L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10363_RequestOfTheSeeker/33451-03.html
vendored
Normal file
4
L2J_Mobius_3.0_Helios/dist/game/data/scripts/quests/Q10363_RequestOfTheSeeker/33451-03.html
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<html><body>Celin:<br>
|
||||||
|
Things are much better now, all thanks to you!<br>
|
||||||
|
(The quest has already been completed)
|
||||||
|
</body></html>
|
||||||
@@ -146,7 +146,10 @@ public final class Q10363_RequestOfTheSeeker extends Quest
|
|||||||
}
|
}
|
||||||
case State.COMPLETED:
|
case State.COMPLETED:
|
||||||
{
|
{
|
||||||
htmltext = npc.getId() == NAGEL ? "33450-07.html" : "33451-04.html";
|
if (npc.getId() == CELIN)
|
||||||
|
{
|
||||||
|
htmltext = "33451-03.html";
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user