Addition of Giran Kekropus.

Contributed by gamelike85.
This commit is contained in:
MobiusDev
2017-10-01 21:38:30 +00:00
parent b27b60368e
commit 0171472197
5 changed files with 161 additions and 120 deletions

View File

@@ -0,0 +1,9 @@
<html><body>Hierarch Kekropus:<br>
Welcome. I am Kamael Hierarch Kekropus.<br>
I am the only one who lived the same age as the Giants, was made by the Gians, and has witnessed the entire history of the Kamael.<br>
Until now, I was watching the situation on the continent. What would one as old as I do on the front lines? Howere, I could not stand by and watch while the resurrected Giants destroy us and create a continent for themselves. Hence I have taken action.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 0 1"><font color="LEVEL">Go up to the Superion</font></Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_Chat 0"><font color="LEVEL">Open the path to Helios' Throne</font></Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 3422201">Exchange supplies to take on Helios</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
<npcs>
<npc>34222</npc> <!-- Kekropus -->
</npcs>
<item>
<!-- Material for Giants Deterioration Protection Potion. -->
<ingredient count="10" id="47202" />
<!-- Giants Deterioration Protection Potion -->
<production count="1" id="47127" />
</item>
<item>
<!-- Material for Giants Lightning Protection Potion. -->
<ingredient count="10" id="47203" />
<!-- Giants Lightning Protection Potion -->
<production count="1" id="47128" />
</item>
<item>
<!-- Particle Dissolver -->
<ingredient count="10" id="47129" />
<!-- Dissolving Shield of Light Particles -->
<production count="1" id="47204" />
</item>
</list>

View File

@@ -113,6 +113,7 @@
<npc id="35459" x="81920" y="151968" z="-3512" respawnTime="60sec" /> <!-- Regina -->
<npc id="35460" x="81808" y="151776" z="-3528" heading="32000" respawnTime="60sec" /> <!-- Trey -->
<npc id="36706" x="88290" y="147578" z="-3400" heading="34492" respawnTime="60sec" /> <!-- Mermoden -->
<npc id="34222" x="83487" y="149304" z="-3400" heading="48708" respawnTime="60sec" /> <!-- Kekropus -->
</group>
</spawn>
</list>

View File

@@ -418,12 +418,11 @@
<height normal="7" />
</collision>
</npc>
<npc id="34222" level="85" type="L2Npc" name="Kekropus" title="Hierarch">
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<npc id="34222" level="85" type="L2Teleporter" name="Kekropus" title="Hierarch">
<race>KAMAEL</race>
<sex>MALE</sex>
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="8446" hpRegen="7.5" mp="2355" mpRegen="2.7" />
<vitals hp="2444.46819" hpRegen="9.5" mp="1345.8" mpRegen="3.3" />
<speed>
<walk ground="1" />
<run ground="1" />

View 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="34222"> <!-- Kekropus -->
<teleport type="NORMAL">
<location x="79829" y="152591" z="2308" /> <!-- Superion -->
</teleport>
</npc>
</list>