NPC Hansen (33853).
Contributed by Stayway.
This commit is contained in:
6
trunk/dist/game/data/html/teleporter/33853.htm
vendored
Normal file
6
trunk/dist/game/data/html/teleporter/33853.htm
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<html><body>Giant’s Minion Hansen:<br>
|
||||||
|
Shhh! Keep it dow. We shouldn’t irritate them for no reason.<br>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport 0 1">"I want to go inside the Varka Silenos Barracks."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 902">"Here, I have some Steel Door Guild Coins..."</Button>
|
||||||
|
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||||
|
</body></html>
|
3
trunk/dist/game/data/multisell/902.xml
vendored
3
trunk/dist/game/data/multisell/902.xml
vendored
@@ -3,7 +3,8 @@
|
|||||||
<npcs>
|
<npcs>
|
||||||
<npc>32327</npc> <!-- Adventurers' Guide -->
|
<npc>32327</npc> <!-- Adventurers' Guide -->
|
||||||
<npc>33950</npc> <!-- Adventurers' Guide -->
|
<npc>33950</npc> <!-- Adventurers' Guide -->
|
||||||
</npcs>
|
<npc>33853</npc> <!-- Hansen -->
|
||||||
|
</npcs>
|
||||||
<item>
|
<item>
|
||||||
<ingredient id="37045" count="50"/> <!-- Steel Door Guild Coin -->
|
<ingredient id="37045" count="50"/> <!-- Steel Door Guild Coin -->
|
||||||
<production id="37025" count="1"/> <!-- Scroll of Escape: Alligator Island -->
|
<production id="37025" count="1"/> <!-- Scroll of Escape: Alligator Island -->
|
||||||
|
24
trunk/dist/game/data/stats/npcs/33900-33999.xml
vendored
24
trunk/dist/game/data/stats/npcs/33900-33999.xml
vendored
@@ -1579,10 +1579,10 @@
|
|||||||
<height normal="90" />
|
<height normal="90" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="33970" level="84" type="L2Npc" name="Mercenary Captain" title="">
|
<npc id="33970" level="84" type="L2Teleporter" name="Mercenary Captain" title="">
|
||||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
<race>HUMAN</race>
|
||||||
<race>ETC</race>
|
<sex>MALE</sex>
|
||||||
<sex>FEMALE</sex>
|
<equipment rhand="76" />
|
||||||
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
|
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
|
||||||
<vitals hp="4039" hpRegen="9.5" mp="1812" mpRegen="3.3" />
|
<vitals hp="4039" hpRegen="9.5" mp="1812" mpRegen="3.3" />
|
||||||
<speed>
|
<speed>
|
||||||
@@ -1601,10 +1601,10 @@
|
|||||||
<height normal="23.5" />
|
<height normal="23.5" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="33971" level="84" type="L2Npc" name="Mercenary" title="">
|
<npc id="33971" level="84" type="L2Teleporter" name="Mercenary" title="">
|
||||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
<race>HUMAN</race>
|
||||||
<race>ETC</race>
|
<sex>MALE</sex>
|
||||||
<sex>FEMALE</sex>
|
<equipment rhand="94" />
|
||||||
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
|
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
|
||||||
<vitals hp="4039" hpRegen="9.5" mp="1812" mpRegen="3.3" />
|
<vitals hp="4039" hpRegen="9.5" mp="1812" mpRegen="3.3" />
|
||||||
<speed>
|
<speed>
|
||||||
@@ -1645,10 +1645,10 @@
|
|||||||
<height normal="19" />
|
<height normal="19" />
|
||||||
</collision>
|
</collision>
|
||||||
</npc>
|
</npc>
|
||||||
<npc id="33973" level="84" type="L2Npc" name="Namo" title="">
|
<npc id="33973" level="84" type="L2Teleporter" name="Namo" title="">
|
||||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
<race>HUMAN</race>
|
||||||
<race>ETC</race>
|
<sex>MALE</sex>
|
||||||
<sex>FEMALE</sex>
|
<equipment rhand="76" />
|
||||||
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
|
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
|
||||||
<vitals hp="4039" hpRegen="9.5" mp="1812" mpRegen="3.3" />
|
<vitals hp="4039" hpRegen="9.5" mp="1812" mpRegen="3.3" />
|
||||||
<speed>
|
<speed>
|
||||||
|
8
trunk/dist/game/data/teleporters/VarkaSilenos.xml
vendored
Normal file
8
trunk/dist/game/data/teleporters/VarkaSilenos.xml
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
|
||||||
|
<npc id="33853"> <!-- Hansen -->
|
||||||
|
<teleport type="OTHER">
|
||||||
|
<location x="108070" y="-53799" z="-2493" /> <!-- Varka Silenos Barracks -->
|
||||||
|
</teleport>
|
||||||
|
</npc>
|
||||||
|
</list>
|
Reference in New Issue
Block a user