Sync with L2JServer Jan 2nd 2015.

This commit is contained in:
mobius
2015-01-02 16:44:45 +00:00
parent 94b2621431
commit 54c0ceafb8
439 changed files with 63249 additions and 62327 deletions

View File

@@ -1,10 +1,6 @@
<html>
<head>
<body>
Zephyra:<br>
<html><body>Zephyra:<br>
Only the Ertheia from the Spirit Realm may learn alchemy.<br>
Because Alchemy creates rare materials, it requires rigorous training. You must complete your 1st Liberation at least to learn the basics of alchemy. Remember that!<br>
Alchemy consists of <font color="LEVEL">Combination</font>, using an Alchemy Cube, and <font color="LEVEL">Transmutation</font> for all kinds of rare items. There is one more thing you will require, but you will find out when you are ready.<br>
<button align=LEFT icon="RETURN" action="bypass -h Quest Zephyra 33978.html">Back</button>
</body>
</html>
</body></html>

View File

@@ -1,9 +1,5 @@
<html>
<head>
<body>
Zephyra:<br>
<html><body>Zephyra:<br>
Not just anyone can learn Alchemy. Only the Ertheia can learn thanks to our special connections with the Wind Spirits.<br>
(Only Ertheia may learn Alchemy as their main class.)<br>
<button align=LEFT icon="RETURN" action="bypass -h Quest Zephyra 33978.html">Back</button>
</body>
</html>
</body></html>

View File

@@ -1,7 +1,4 @@
<html>
<head>
<body>
Zephyra:<br>
<html><body>Zephyra:<br>
There's so much we don't know about in the Material Realm. They require us to pay with Adena for everything.<br>
So I started my research with Veruti. I also got help from the spirits. Research was hard, but then we discovered a new skill that can save Adena by creating valuable goods.<br>
So, do you want to join my research? By the way, only Lv. 40 or above Ertheia who have completed their 1st Liberation may learn Alchemy.<br>
@@ -10,5 +7,4 @@ So, do you want to join my research? By the way, only Lv. 40 or above Ertheia wh
<button align=LEFT icon="NORMAL" action="bypass -h package_deposit" msg="1040">"I want to share my items."</button>
<button align=LEFT icon="NORMAL" action="bypass -h package_withdraw">"I want to retrieve my shared items."</button>
<button align=LEFT icon="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</button>
</body>
</html>
</body></html>

View File

@@ -33,11 +33,14 @@ import com.l2jserver.gameserver.network.serverpackets.ExAcquirableSkillListByCla
import com.l2jserver.gameserver.network.serverpackets.TutorialShowHtml;
/**
* Zephyra AI.
* @author Sdw
*/
public class Zephyra extends AbstractNpcAI
public final class Zephyra extends AbstractNpcAI
{
// NPCs
private static final int ZEPHYRA = 33978;
// Misc
private static final String TUTORIAL_LINK = "..\\L2text\\QT_026_alchemy_01.htm";
private Zephyra()