mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 16:03:10 +00:00
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="" id="31538" xsi:schemaLocation="npc ../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<npc type="" id="31538" 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">Ghost of Adventurer</name>
|
||||
<level>70</level>
|
||||
@@ -22,4 +23,16 @@
|
||||
<sp>0</sp>
|
||||
<collision heigth="24.0" radius="10.0"/>
|
||||
</info>
|
||||
<talk default="default">
|
||||
<chat id="default"><![CDATA[<html><body>Ghost of Adventurer:<br>
|
||||
What brings you here? I'm an archaeologist... Heh heh... One of these days I'll stop lying!
|
||||
Technically, I'm a grave robber impersonating an archaeologist!
|
||||
Every time I've tried to steal a valuable item I've failed miserably!<br>
|
||||
While sitting around feeling like a failure, I heard a rumor that several graves from the Elmoreden
|
||||
empire existed somewhere in this cemetery. Basically, I'm here looking for easy stuff to steal!
|
||||
But I was attacked and killed by evil creatures and turned me into the ghost you see before you now!
|
||||
I didn't know there were so many evil creatures here! Dammit all!<br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
</body></html>]]></chat>
|
||||
</talk>
|
||||
</npc>
|
||||
|
||||
Reference in New Issue
Block a user