Seed of Hellfire.

Contributed by notorionn.
This commit is contained in:
MobiusDev
2015-07-14 12:53:25 +00:00
parent 53b32c4b98
commit 049a08d7bc
6 changed files with 1268 additions and 2 deletions

View File

@@ -1393,4 +1393,34 @@
<point X="-92021" Y="58697" Z="-2994" delay="0" run="true" /> <point X="-92021" Y="58697" Z="-2994" delay="0" run="true" />
<point X="-91661" Y="58944" Z="-2992" delay="0" run="true" /> <point X="-91661" Y="58944" Z="-2992" delay="0" run="true" />
</route> </route>
<!-- Seed of Hellfire - Kunda Whact-->
<route name="soh" repeat="true" repeatStyle="back">
<target id="23220" spawnX="-149557" spawnY="239964" spawnZ="-11697" /> <!-- Kunda -->
<point X="-149533" Y="239968" Z="-11697" delay="5" run="true" />
<point X="-148262" Y="239972" Z="-11697" delay="2" run="true" />
<point X="-147089" Y="239973" Z="-11697" delay="2" run="true" />
<point X="-145485" Y="239971" Z="-11697" delay="5" run="true" />
</route>
<!-- Seed of Hellfire - Kunda Whact-->
<route name="soh_2" repeat="true" repeatStyle="back">
<target id="23220" spawnX="-145343" spawnY="242084" spawnZ="-11697" /> <!-- Kunda 2 -->
<point X="-145343" Y="242084" Z="-11697" delay="5" run="true" />
<point X="-146859" Y="242085" Z="-11697" delay="2" run="true" />
<point X="-148141" Y="242089" Z="-11697" delay="2" run="true" />
<point X="-149553" Y="242064" Z="-11697" delay="5" run="true" />
</route>
<!-- Seed of Hellfire - Kunda Whact-->
<route name="soh_3" repeat="true" repeatStyle="back">
<target id="23220" spawnX="-151486" spawnY="243066" spawnZ="-11950" /> <!-- Kunda 3 -->
<point X="-151486" Y="243066" Z="-11697" delay="5" run="true" />
<point X="-151481" Y="245045" Z="-11697" delay="3" run="true" />
<point X="-151488" Y="247055" Z="-11697" delay="5" run="true" />
</route>
<!-- Seed of Hellfire - Kunda Whact-->
<route name="soh_4" repeat="true" repeatStyle="back">
<target id="23220" spawnX="-149369" spawnY="247180" spawnZ="-11950" /> <!-- Kunda 4 -->
<point X="-149369" Y="247180" Z="-11950" delay="5" run="true" />
<point X="-149377" Y="245195" Z="-11950" delay="2" run="true" />
<point X="-149367" Y="243068" Z="-11950" delay="5" run="true" />
</route>
</routes> </routes>

View File

@@ -0,0 +1,7 @@
<html><body>Seed Teleport Device:<br>
Let me guide you to the Seeds.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 15008" msg="811;Seed of Annihilation">I want to go to Seed of Annihilation (Lv.85).</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 15007" msg="811;Seed of Destruction">I want to go to the Seed of Destruction (Lv.93).</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 15006" msg="811;Seed of Infinity">Can I go to go the Seed of Infinity (Lv.95)</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 999001" msg="811;Seed of Hellfire">Teleport me to the Seed of Hellfire (Lv.97).</Button>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Transportation Assistant:<br>
I'm always thankful for you contribution.<br>
Where would you like to go?<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990001">The Seed of HellFire Level 1, Northem District</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990002">The Seed of HellFire Level 2, Southem District</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990003">The Seed of HellFire Level 1, Northem District</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 990004">The Seed of HellFire Level 2, Southem District</Button>
</body></html>

View File

@@ -119,7 +119,7 @@
<height normal="22.4" /> <height normal="22.4" />
</collision> </collision>
</npc> </npc>
<npc id="15929" level="99" type="L2Npc" name="Seed Teleport Device"> <npc id="15929" level="99" type="L2Teleporter" name="Seed Teleport Device">
<!-- AUTO GENERATED NPC TODO: FIX IT --> <!-- AUTO GENERATED NPC TODO: FIX IT -->
<race>HUMAN</race> <race>HUMAN</race>
<sex>FEMALE</sex> <sex>FEMALE</sex>

View File

@@ -1837,7 +1837,7 @@
<height normal="37" /> <height normal="37" />
</collision> </collision>
</npc> </npc>
<npc id="33674" level="99" type="L2Npc" name="Transportation Assistant" title="Sizrak's Comrade"> <npc id="33674" level="99" type="L2Teleporter" name="Transportation Assistant" title="Sizrak's Comrade">
<!-- Source http://l2i-god.gaikotsu.ru/ (Lindvior) --> <!-- Source http://l2i-god.gaikotsu.ru/ (Lindvior) -->
<race>ETC</race> <race>ETC</race>
<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" -->

File diff suppressed because it is too large Load Diff