Teleporters initial commit.

Contributed by maxstyle.
This commit is contained in:
MobiusDev
2017-06-25 08:14:34 +00:00
parent 491a98dc5f
commit 66434bf037
41 changed files with 320 additions and 36 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30256"> <!-- Bella -->
<teleport type="NORMAL">
<location npcStringId="1010002" x="46890" y="51531" z="-2976" /> <!-- Elven Village -->
<location npcStringId="1010003" x="9716" y="15502" z="-4552" /> <!-- The Dark Elf Village -->
<location npcStringId="1010008" x="-45186" y="-112459" z="-240" /> <!-- Orc Village -->
<location npcStringId="1010009" x="115120" y="-178112" z="-888" /> <!-- Dwarven Village -->
<location npcStringId="1010004" x="-80684" y="149834" z="-3040" /> <!-- The Village of Gludin -->
<location npcStringId="1010006" x="15744" y="142928" z="-2696" /> <!-- Town of Dion -->
<location npcStringId="1010102" x="-23789" y="169683" z="-3424" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010562" x="-91080" y="149860" z="-3624" /> <!-- Gludin Harbor -->
<location npcStringId="1010012" x="-16730" y="209417" z="-3664" /> <!-- Southern Entrance to the Wasteland -->
<location npcStringId="1010086" x="-9970" y="175793" z="-4128" /> <!-- Entrance to the Ant Nest -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30080"> <!-- Clarissa -->
<teleport type="NORMAL">
<location npcStringId="1010006" x="15671" y="142994" z="-2696" /> <!-- Town of Dion -->
<location npcStringId="1010013" x="83011" y="53207" z="-1488" /> <!-- Town of Oren -->
<location npcStringId="1010020" x="117088" y="76931" z="-2696" /> <!-- Hunter's Village -->
<location npcStringId="1010023" x="146813" y="25807" z="-2008" /> <!-- Town of Aden -->
<location npcStringId="1010022" x="105918" y="109759" z="-3192" /> <!-- Hardin's Academy -->
<location npcStringId="1010021" x="47935" y="186810" z="-3480" /> <!-- Giran Harbor -->
<location npcStringId="1010117" x="73024" y="118485" z="-3696" /> <!-- Three-way crossroads at Dragon Valley -->
<location npcStringId="1010518" x="11583" y="192261" z="-3488" /> <!-- Entrance to the Alligator Island -->
<location npcStringId="1010504" x="43408" y="206881" z="-3752" /> <!-- Entrance to the Devil's Isle -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30848"> <!-- Elisa -->
<teleport type="NORMAL">
<location npcStringId="1010013" x="82971" y="53207" z="-1488" /> <!-- Town of Oren -->
<location npcStringId="1010020" x="117088" y="76931" z="-2696" /> <!-- Hunter's Village -->
<location npcStringId="1010007" x="83551" y="147945" z="-3400" /> <!-- The Town of Giran -->
<location npcStringId="1010053" x="146440" y="46723" z="-3432" /> <!-- Coliseum -->
<location npcStringId="1010585" x="142065" y="81300" z="-3000" /> <!-- Forest of Mirrors (Lv. 45) -->
<location npcStringId="1010181" x="183543" y="-14974" z="-2768" /> <!-- Fields of Massacre (Lv. 55) -->
<location npcStringId="1010057" x="106517" y="-2871" z="-3416" /> <!-- Ancient Battleground (Lv. 60) -->
<location npcStringId="1010604" x="187383" y="20498" z="-3584" /> <!-- Seal of Shilen (Lv. 61) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" /> <!-- Blazing Swamp (Lv. 65) -->
<location npcStringId="1010182" x="184222" y="46666" z="-5864" /> <!-- Silent Valley (Lv. 72) -->
<location npcStringId="1010059" x="114649" y="11115" z="-5120" /> <!-- Entrance to the Tower of Insolence -->
<location npcStringId="1010062" x="177116" y="45786" z="-4168" /> <!-- Entrance to the Giant's Cave -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30233"> <!-- Esmeralda -->
<teleport type="NORMAL">
<location npcStringId="1010007" x="83458" y="148012" z="-3400" /> <!-- Town of Giran -->
<location npcStringId="1010013" x="82956" y="53162" z="-1488" /> <!-- Town of Oren -->
<location npcStringId="1010023" x="146813" y="25807" z="-2008" /> <!-- Town of Aden -->
<location npcStringId="1010014" x="85343" y="16267" z="-3672" /> <!-- Ivory Tower -->
<location npcStringId="1010618" x="124904" y="61992" z="-3920" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="116220" y="41380" z="-3880" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010022" x="105846" y="109762" z="-3184" /> <!-- Hardin's Academy -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30134"> <!-- Jasmine -->
<teleport type="NORMAL">
<location npcStringId="1010004" x="-80684" y="149834" z="-3040" /> <!-- The Village of Gludin -->
<location npcStringId="1010005" x="-14455" y="123986" z="-3120" /> <!-- Town of Gludio -->
<location npcStringId="1010163" x="-22224" y="14168" z="-3232" /> <!-- Dark Forest -->
<location npcStringId="1010166" x="-61095" y="75104" z="-3352" /> <!-- Spider Nest (Lv. 16) -->
<location npcStringId="1010043" x="-21472" y="36244" z="-2776" /> <!-- Northern Marshlands (Lv. 13) -->
<location npcStringId="1010164" x="-21966" y="40544" z="-3192" /> <!-- Swampland (Lv. 13) -->
<location npcStringId="1010612" x="-10612" y="75881" z="-3592" /> <!-- Neutral Zone (Lv. 15) -->
</teleport>
</npc>
</list>

View File

@@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30006"> <!-- Milia -->
<teleport type="NORMAL">
<location npcStringId="1010004" x="-80684" y="149770" z="-3040" questZoneId="21" feeCount="18000" /> <!-- The Village of Gludin -->
<location npcStringId="1010156" x="11167" y="16012" z="-4584" feeCount="24000" /> <!-- Dark Elf Village -->
<location npcStringId="1010158" x="115357" y="-178212" z="-928" feeCount="46000" /> <!-- Dwarven Village -->
<location npcStringId="1010155" x="44734" y="49210" z="-3056" feeCount="23000" /> <!-- Elven Village -->
<location npcStringId="1010008" x="-44124" y="-113390" z="-240" feeCount="35000" /> <!-- Orc Village -->
<location npcStringId="1010648" x="-117001" y="46589" z="360" feeCount="20000" /> <!-- Kamael Village -->
<location npcStringId="1010005" x="-14593" y="123936" z="-3120" questZoneId="20" feeCount="12000" /> <!-- The Town of Gludio -->
<location npcStringId="1010741" x="-80532" y="247714" z="-3492" questZoneId="542" feeCount="3300" /> <!-- Faeron Village -->
<location npcStringId="1010739" x="-109300" y="237498" z="-2944" questZoneId="525" feeCount="550" /> <!-- Ruins of Ye Sagira -->
<location npcStringId="1010740" x="-114986" y="226633" z="-2864" feeCount="860" /> <!-- Reliquary of the Giants -->
</teleport>
<teleport type="NOBLES_TOKEN">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
</teleport>
<teleport type="NOBLES_ADENA">
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30836"> <!-- Minerva -->
<teleport type="NORMAL">
<location npcStringId="1010007" x="83475" y="147966" z="-3400" /> <!-- Town of Giran -->
<location npcStringId="1010013" x="82971" y="53207" z="-1488" /> <!-- Town of Oren -->
<location npcStringId="1010020" x="117110" y="76883" z="-2688" /> <!-- Hunter's Village -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30146"> <!-- Mint -->
<teleport type="NORMAL">
<location npcStringId="1010004" x="-80684" y="149834" z="-3040" /> <!-- The Village of Gludin -->
<location npcStringId="1010005" x="-14455" y="123986" z="-3120" /> <!-- Town of Gludio -->
<location npcStringId="1010167" x="21362" y="51122" z="-3688" /> <!-- Elven Forest (Lv. 8) -->
<location npcStringId="1010612" x="-10612" y="75881" z="-3592" /> <!-- Neutral Zone (Lv. 15) -->
<location npcStringId="1010560" x="29294" y="74968" z="-3776" /> <!-- Elven Fortress (Lv. 10) -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30320"> <!-- Richlin -->
<teleport type="NORMAL">
<location npcStringId="1010001" x="-84141" y="244623" z="-3704" /> <!-- Talking Island Village -->
<location npcStringId="1010155" x="46951" y="51550" z="-2976" /> <!-- Elven Village -->
<location npcStringId="1010156" x="9709" y="15566" z="-4568" /> <!-- Dark Elf Village -->
<location npcStringId="1010157" x="-45158" y="-112583" z="-240" /> <!-- Orc Village -->
<location npcStringId="1010158" x="115120" y="-178224" z="-888" /> <!-- Dwarven Village -->
<location npcStringId="1010005" x="-14455" y="123986" z="-3120" /> <!-- Town of Gludio -->
<location npcStringId="1010096" x="-70387" y="115501" z="-3472" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<location npcStringId="1010100" x="-45210" y="202654" z="-3592" /> <!-- Langk Lizardmen Dwellings (Lv. 16) -->
<location npcStringId="1010098" x="-46932" y="140883" z="-2936" /> <!-- Abandoned Camp (Lv. 21) -->
<location npcStringId="1010562" x="-91080" y="149860" z="-3624" /> <!-- Gludin Harbor -->
<location npcStringId="1010012" x="-16730" y="209417" z="-3664" /> <!-- Southern Entrance to the Wasteland -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30006"> <!-- Roxxy -->
<teleport type="NORMAL">
<location npcStringId="1010004" x="-80684" y="149834" z="-3040" /> <!-- The Village of Gludin -->
<location npcStringId="1010168" x="-99843" y="237583" z="-3568" /> <!-- Obelisk of Victory -->
<location npcStringId="1010169" x="-106696" y="214691" z="-3424" /> <!-- Northern Territory of Talking Island -->
<location npcStringId="1010170" x="-95336" y="240478" z="-3264" /> <!-- Southern Territory of Talking Island -->
<location npcStringId="1010557" x="-112367" y="234703" z="-3688" /> <!-- Elven Ruins (Lv. 9) -->
<location npcStringId="1010558" x="-111728" y="244330" z="-3448" /> <!-- Singing Waterfall -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30576"> <!-- Tamil -->
<teleport type="NORMAL">
<location npcStringId="1010004" x="-80684" y="149834" z="-3040" /> <!-- The Village of Gludin -->
<location npcStringId="1010556" x="-10983" y="-117484" z="-2464" /> <!-- Immortal Plateau, Northern Region (Lv. 8) -->
<location npcStringId="1010046" x="-4190" y="-80040" z="-2696" /> <!-- Immortal Plateau, Southern Region (Lv. 18) -->
<location npcStringId="1010048" x="8652" y="-139941" z="-1144" /> <!-- Frozen Waterfalls (Lv. 15) -->
<location npcStringId="1010485" x="9340" y="-112509" z="-2536" /> <!-- Entrance to the Cave of Trials -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30059"> <!-- Trisha -->
<teleport type="NORMAL">
<location npcStringId="1010005" x="-14455" y="123986" z="-3120" /> <!-- Town of Gludio -->
<location npcStringId="1010007" x="83336" y="147972" z="-3400" /> <!-- Town of Giran -->
<location npcStringId="1010021" x="47938" y="186864" z="-3480" /> <!-- Giran Harbor -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010113" x="46467" y="126885" z="-3720" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010599" x="20505" y="189036" z="-3368" /> <!-- Bee Hive (Lv. 34) -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30177"> <!-- Valentina -->
<teleport type="NORMAL">
<location npcStringId="1010007" x="83314" y="148012" z="-3400" /> <!-- Town of Giran -->
<location npcStringId="1010020" x="117110" y="76883" z="-2688" /> <!-- Hunter's Village -->
<location npcStringId="1010023" x="146813" y="25807" z="-2008" /> <!-- Town of Aden -->
<location npcStringId="1010014" x="85391" y="16228" z="-3672" /> <!-- Ivory Tower -->
<location npcStringId="1010022" x="105884" y="109744" z="-3192" /> <!-- Hardin's Academy -->
<location npcStringId="1010179" x="87252" y="85514" z="-3056" /> <!-- Plains of the Lizardmen (Lv. 35) -->
<location npcStringId="1010121" x="64328" y="26803" z="-3768" /> <!-- Sea of Spores (Lv. 40) -->
</teleport>
</npc>
</list>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/teleporterData.xsd">
<npc id="30540"> <!-- Wirphy -->
<teleport type="NORMAL">
<location npcStringId="1010004" x="-80684" y="149834" z="-3040" /> <!-- The Village of Gludin -->
<location npcStringId="1010011" x="169008" y="-208272" z="-3496" /> <!-- Eastern Mining Zone (Lv. 18) -->
<location npcStringId="1010190" x="139714" y="-177456" z="-1536" /> <!-- Entrance to the Abandoned Coal Mines -->
<location npcStringId="1010191" x="171946" y="-173352" z="3440" /> <!-- Entrance to the Mithril Mines -->
<location npcStringId="1010187" x="124054" y="-200170" z="-3704" /> <!-- Western Mining Zone -->
</teleport>
</npc>
</list>