Fixed Mentoring Guidebook.

This commit is contained in:
MobiusDev 2016-06-13 19:57:24 +00:00
parent 20fe4d2813
commit acb4330965
10 changed files with 61 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<html><body><title>Mentoring Guidebook</title>
Mentor Guide:<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help mentoring/33801-1.htm">What is mentoring?</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help mentoring/33801-2.htm">Mentor and mentee benefits</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help mentoring/33801-3.htm">Mentor and mentee skills</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help mentoring/33801-4.htm">How to receive mentor and mentee rewards?</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help mentoring/33801-5.htm">How-to-do's</Button>
</body></html>

View File

@ -0,0 +1,9 @@
<html><body><title>Toma's Living Guide</title>
<br>Hello. I am Master Toma!<br>
Let me give you a tip or two. Follow them well and you'll become a great old chap like m... er, I mean, a Hero!<br>
I wrote them down right here. They will show you where to hunt and how to receive special items every time you reach a milestone. Don't forget to claim such items!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="URL http://google.com">Go to Toma's Living Guide</Button>
<br>
You can check basic game information here as well. Keep that in mind!<br>
<Button ALIGN=LEFT ICON="NORMAL" action="..\L2text\help.htm">Go to the Help page</Button>
</body></html>

View File

@ -0,0 +1,6 @@
<html><body><title>Mentoring Guidebook</title>
This system creates a win-win situation by forming a mentee-mentor relationship between a low level character and a high level character.<br>
Only characters of Lv. 85 or higher who have gone through awakening or the 3rd liberation can become mentors. But any character can become a mentee as long as they are Lv. 84 or lower.<br>
If you are qualified to become a mentor, you can search for your mentee candidates on the mentoring screen.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
</body></html>

View File

@ -0,0 +1,10 @@
<title>Mentoring Guidebook</title>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
<br>
A mentor can have up to 3 mentees at the same time. Every time a mentee levels up, the mentor receives the *Mentee's Mark* in the mail.<br>
Between Lv. 1 and 50, the mentor receives mail every 10 levels. After Lv. 50, the mentor receives mail each time a mentee levels up. Be sure to delete unnecessary mail, as you cannot receive new mail if your mailbox is full. <br>
When a mentor and mentee are both online, the mentor can receive a powerful ability-raising buff and the mentee XP, SP and bonus buff.<br>
When the mentee finishes awakening or the 3rd liberation, he automatically graduates and receive a Mentee Certificate in the mail. If he takes it to a Mentor Guide, the guide will exchange it for a Diploma, which can be used to buy various items.<br>
If the mentor and mentee end their contract prematurely, the mentor must wait 2 days to find another mentee. If the mentee graduates, the mentor must wait 1 days to find another mentee.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
</body></html>

View File

@ -0,0 +1,8 @@
<title>Mentoring Guidebook</title>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
<br>
A mentor can apply strong buffs to his mentee.<br>
However, if the mentor and the mentee are too far apart, it will be difficult to apply this skill. To resolve this issue, the mentee has a skill to summon the mentor.<br>
Please refer to the clan / hero / mentoring skill categories in the skill window.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
</body></html>

View File

@ -0,0 +1,7 @@
<title>Mentoring Guidebook</title>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
<br>
If you want more information about items related to mentors and mentees, please speak with the *Mentor Guide* that is located in each village.<br>
You can find him near the gatekeeper or the adventurers' guide.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
</body></html>

View File

@ -0,0 +1,8 @@
<title>Mentoring Guidebook</title>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
<br>
If you are qualified to be a mentor, find a character to become your mentee. Then, press the [+] button under Friend Manager/Mentoring and enter the name of the character that you wish to make your mentee. When the other party consents, you have a mentee.<br>
You can become a mentee yourself if you are level 84 or lower or have not gone through awakening or the 3rd liberation.<br>
If you are not satisfied by your mentor or mentee, you can end the mentor/mentee relationship. Select the appropriate target in the Friend Manager/Mentoring and press the [-] button.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h player_help 33801.htm">List</Button>
</body></html>

View File

@ -50,7 +50,7 @@ public class Book implements IItemHandler
}
else
{
final NpcHtmlMessage itemReply = new NpcHtmlMessage(0, item.getId());
final NpcHtmlMessage itemReply = new NpcHtmlMessage();
itemReply.setHtml(content);
activeChar.sendPacket(itemReply);
}

View File

@ -19,8 +19,10 @@
<set name="is_sellable" val="false" />
<set name="is_commissionable" val="false" />
<set name="default_action" val="SHOW_HTML" />
<set name="handler" val="Book" />
<set name="immediate_effect" val="true" />
<set name="icon" val="icon.etc_magic_book_black_i00" />
<set name="material" val="LIQUID" />
</item>
<item id="33802" name="Mentee Certificate Pack" type="EtcItem">
<!-- Dimensional Item Pack\nContains a Mentee Certificate and a Mentoring Guidebook. Once the pack is opened, it cannot be shared among characters within an account through the Dimensional Merchant. -->

View File

@ -525,6 +525,7 @@
<!-- Lineage II Living Guide written by Master Toma with great efforts. -->
<set name="icon" val="icon.etc_letter_in_bottle_white_i00" />
<set name="is_clan_depositable" val="false" />
<set name="handler" val="Book" />
<set name="is_mailable" val="false" />
<set name="is_freightable" val="false" />
<set name="is_tradable" val="false" />
@ -532,6 +533,7 @@
<set name="is_sellable" val="false" />
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="material" val="LIQUID" />
<set name="weight" val="10" />
</item>
<item id="36951" name="9th Anniversary Instrument" type="Weapon">