Various additions.

Contributed by Liamxroy.
This commit is contained in:
MobiusDevelopment
2019-04-15 18:55:58 +00:00
parent 93f0838228
commit 3b7441b7e7
24 changed files with 665 additions and 105 deletions

View File

@@ -13,5 +13,8 @@
<button action="bypass -h admin_move_to 25695 11049 -3730" value="Shilen Temple" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<button action="bypass -h admin_move_to -13309 21949 -3714" value="Altar of Evil" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<button action="bypass -h admin_move_to -27476 49487 -3684" value="Bloody Swampland" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<br><font color="LEVEL">Salvation</font><br1>
<button action="bypass -h admin_move_to -51664 60200 -3347" value="Atelia Refinery Outside" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<button action="bypass -h admin_move_to -59392 52628 -8608" value="Atelia Refinery Inside" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
</center>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Atelia Refinery Teleport Device:<br>
A teleport device built by the Blackbird Clan to enter the Atelia Refinery.<br>
Reachable locations are as follows.<br>
<align="center">Location - Inside the Atelia Refinery<br>
<Button ALIGN=LEFT ICON="Normal" action="bypass -h npc_%objectId%_teleport OTHER 0">"Teleport inside Atelia Refinery"</Button>
<align="center">Location - Outside the Atelia Refinery<br>
<Button ALIGN=LEFT ICON="Normal" action="bypass -h npc_%objectId%_teleport OTHER 1">"Teleport outside Atelia Refinery"</Button>
</body></html>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/spawns.xsd">
<spawn name="18_19">
<group>
<npc id="34441" x="-51676" y="60086" z="-3358" heading="13828" respawnTime="60sec" /> <!-- Atelia Refinery Teleport Device -->
<npc id="34441" x="-59891" y="52625" z="-8606" heading="63477" respawnTime="60sec" /> <!-- Atelia Refinery Teleport Device -->
</group>
</spawn>
</list>

View File

@@ -840,6 +840,7 @@
<stat type="rCrit">12</stat>
<stat type="accCombat">-3.75</stat>
<stat type="pAtkRange">40</stat>
<stat type="darkPower">450</stat>
</stats>
</item>
<item id="46061" name="Kelbim Dual Dagger" type="Weapon">
@@ -865,6 +866,7 @@
<stat type="rCrit">12</stat>
<stat type="accCombat">-3.75</stat>
<stat type="pAtkRange">40</stat>
<stat type="darkPower">450</stat>
</stats>
</item>
<item id="46062" name="Kelbim Bow" type="Weapon">
@@ -890,6 +892,7 @@
<stat type="rCrit">12</stat>
<stat type="accCombat">-3.75</stat>
<stat type="pAtkRange">500</stat>
<stat type="darkPower">450</stat>
</stats>
</item>
<item id="46063" name="Kelbim Crossbow" type="Weapon">
@@ -915,6 +918,7 @@
<stat type="rCrit">12</stat>
<stat type="accCombat">-3.75</stat>
<stat type="pAtkRange">400</stat>
<stat type="darkPower">450</stat>
</stats>
</item>
<item id="46064" name="Dimensional Gludio Badge" type="EtcItem">

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="34441"> <!-- Atelia Refinery Teleport Device -->
<teleport type="OTHER">
<location x="-59392" y="52628" z="-8608" /> <!-- Inside -->
<location x="-51664" y="60200" z="-3347" /> <!-- Outside -->
</teleport>
</npc>
</list>