mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
This commit modularizes the maven project into several modules: - l2jserver2-common: common sources for both login and gameserver - l2jserver2-gameserver: the game server - l2jserver2-loginserver: the login server - l2jserver2-tools: refactored src/tools/java soure folder
61 lines
3.4 KiB
XML
61 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<npc
|
|
controller="com.l2jserver.model.world.npc.controller.BaseNPCController"
|
|
id="30532" xsi:schemaLocation="npc ../npc.xsd"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="npc">
|
|
<info aggressive="false" targetable="true" attackable="true">
|
|
<name display="true" send="false">Spiron</name>
|
|
<title send="false">Golden Wheel's</title>
|
|
<level>70</level>
|
|
<race>DWARVEN</race>
|
|
<sex>MALE</sex>
|
|
<stats>
|
|
<hp regen="7.5" max="2444.46819"/>
|
|
<mp regen="2.7" max="1345.8"/>
|
|
<attack critical="4" evasion="0" range="40">
|
|
<physical speed="253.0" damage="688.86373"/>
|
|
<magical speed="333.0" damage="470.40463"/>
|
|
</attack>
|
|
<defense>
|
|
<physical value="295.91597"/>
|
|
<magical value="216.53847"/>
|
|
</defense>
|
|
<move walk="50.0" run="120.0"/>
|
|
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
|
|
</stats>
|
|
<experience>0</experience>
|
|
<sp>0</sp>
|
|
<collision heigth="18.0" radius="8.0"/>
|
|
</info>
|
|
<talk default="default">
|
|
<chat id="1"><![CDATA[<html><body>Elder Spiron:<br>
|
|
As an association of the most successful traders, we are in charge of exporting goods made by Dwarven craftsmen to other areas and importing goods and resources that we need.<br>
|
|
Since we understand great craftsmanship and the value of the noble artisan spirit, we support many craftsmen and artists, and sometimes trade in antiques.<br>
|
|
<a action="bypass -h npc_%objectId%_Chat 0">Return</a>
|
|
</body></html>]]></chat>
|
|
<chat id="2"><![CDATA[<html><body>Elder Spiron:<br>
|
|
Elmore is a kingdom of Humans which dominates the northern part of the continent. They are, as a rule, unpleasant fellows who think Dwarves are inferior. They have all too often dispatched an army on some pretext or other, in actuality to meddle in our domestic administration and antagonize us in many ways. But now we have many treaties, so they don't bother us anymore.<br>
|
|
Of course, the Kingdom of the Dwarves pays tribute to the Kingdom of Elmore, but that is only fair because Elmore prevents the Orcs, who can always invade us from the west, from attacking us.<br>
|
|
<a action="bypass -h npc_%objectId%_Chat 0">Return</a>
|
|
</body></html>]]></chat>
|
|
<chat id="default"><![CDATA[<html><body>Elder Spiron:<br>
|
|
Come, come, my young friend. I hope you are blessed with wealth enough to share generously! I am Spiron, the Elder Chief of the <font color="LEVEL">Golden Wheel Guild</font>. I am currently having difficulty negotiating a trade treaty with the <font color="LEVEL">Kingdom of Elmore</font>.<br>
|
|
<a action="bypass -h npc_%objectId%_Chat 1">Ask about the Golden Wheel Guild</a><br>
|
|
<a action="bypass -h npc_%objectId%_Chat 2">Ask about the Kingdom of Elmore</a><br>
|
|
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
|
</body></html>]]></chat>
|
|
</talk>
|
|
<skills>
|
|
<skill level="1" id="4045"/>
|
|
<skill level="1" id="4408"/>
|
|
<skill level="1" id="4409"/>
|
|
<skill level="11" id="4410"/>
|
|
<skill level="11" id="4411"/>
|
|
<skill level="11" id="4412"/>
|
|
<skill level="11" id="4413"/>
|
|
<skill level="2" id="4414"/>
|
|
<skill level="3" id="4415"/>
|
|
<skill level="18" id="4416"/>
|
|
</skills>
|
|
</npc>
|