mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
@@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="ClassMaster" id="31757" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="ClassMaster" id="31757"
|
||||
xsi:schemaLocation="npc ../../npc.xsd"
|
||||
xsi:noNamespaceSchemaLocation="npc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<info aggressive="false" targetable="true" attackable="false">
|
||||
<name display="true" send="false">Miss Queen</name>
|
||||
<title send="false">Test Server Helper</title>
|
||||
@@ -23,4 +25,29 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="15.0" radius="8.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Test Server Helper:<br>
|
||||
How may I assist you?<br>
|
||||
<a action="bypass -h npc_%objectId%_1stClass">Complete the first class transfer.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_2ndClass">Complete the second class transfer.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_3rdClass">Transfer from the second class to the third class.</a><br>
|
||||
<a action="bypass -h npc_%objectId%_become_noble">Become Noblesse</a><br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 201">Purchase wearable items</a><br>
|
||||
<a action="bypass -h npc_%objectId%_increase_clan_level">Raise the clan's level</a><br>
|
||||
<a action="bypass -h npc_%objectId%_learn_skills">Learn all skills</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Chat 1">Purchase items</a><br>
|
||||
<a action="bypass -h npc_%objectId%_multisell 202">Purchase quest items and rare spellbooks</a>
|
||||
</body></html>]]></chat>
|
||||
<chat id="1"><![CDATA[<html><body>Test Server Helper:<br>
|
||||
What do you need?<br>
|
||||
<a action="bypass -h npc_%objectId%_Buy 3175701">Essential item - Grade D or lower</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Buy 3175702">Essential item - Grade C</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Buy 3175703">Essential item - Grade B</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Buy 3175704">Essential item - Grade A</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Buy 3175705">Essential item - Grade S and General Production Material Item</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Buy 3175706">Speelbook (1)</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Buy 3175707">Speelbook (2)</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Buy 3175708">Speelbook (3)</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user