Adapted teleporter rework to Classic.

This commit is contained in:
MobiusDev 2017-11-17 14:41:28 +00:00
parent aee9c63e8b
commit 3f0932c95f
114 changed files with 2316 additions and 1605 deletions

View File

@ -1,13 +0,0 @@
DROP TABLE IF EXISTS `teleport`;
CREATE TABLE `teleport` (
`Description` varchar(75) DEFAULT NULL,
`id` mediumint(7) unsigned NOT NULL DEFAULT '0',
`loc_x` mediumint(6) DEFAULT NULL,
`loc_y` mediumint(6) DEFAULT NULL,
`loc_z` mediumint(6) DEFAULT NULL,
`price` int(10) unsigned DEFAULT NULL,
`fornoble` tinyint(1) NOT NULL DEFAULT '0',
`itemId` smallint(5) unsigned NOT NULL DEFAULT '57',
PRIMARY KEY (`id`),
KEY `itemId` (`itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

View File

@ -1,6 +1,6 @@
<html><body>Ferma:<br>
I was sitting there and fishing quietly... And suddenly, throwing a bait in the water once again, I understood that there is no bite.</br1>
A lot of strangers have been roaming around lately. I saw them entering this cave. Ohh, it seems that the quiet and carefree days have come to an end...<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport 3 1">"Teleport me to Giran Harbor, please"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">"Teleport me to Giran Harbor, please"</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,6 +1,6 @@
<html><body>Gatekeeper Siff:<br>
These ruins were used in the past by the Elves as a laboratory to research magic. These days, very dangerous monsters lurk nearby, and so Sir Collin Windawood has sealed the entrance and forbidden the common folk from coming here.<br>
However, we may teleport adventurers seeking training to just inside of the entrance. Would you like to go inside the ruins?<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"Yes, please."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">"Yes, please."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,5 +1,5 @@
<html><body>Gatekeeper Tiramisa:<br>
Has your training prepared you for the dangers of the world? If you're ready to venture out, speak to me anytime.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"Teleport me out of the ruins."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">"Teleport me out of the ruins."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -2,7 +2,7 @@
My name is Carsus, and I am an investigator dispatched from Ivory Tower. We've finished our work at the upper layer of the tower, and are ready to move onto the lower layer.<br>
We're <font color="LEVEL">installing an elevator to the 3rd basement floor</font>. Up to this point, we've used magic, but it's an unpredictable system at best, so an elevator seemed much safer.<br>
On the 1st basement floor, you will see a raid boss that controls the entire Cruma Tower. You can go there through <font color="LEVEL">Ivory Tower Wizard Ian</font> who you can find in a remote area of the 2nd basement floor.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"I'd like to go to the 2nd basement floor."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 2">"Let me go to the 3rd basement floor."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">"I'd like to go to the 2nd basement floor."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 1">"Let me go to the 3rd basement floor."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,6 +1,6 @@
<html><body>Ivory Tower Wizard Janssen:<br>
Hehe... You look so scared! Don't worry, there aren't any thieves or bandits here... the monsters have chased them all off, haha!<br>
Just kidding. Well, not about the monsters. Oh! You want to get out of here? Can't say I blame you.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"Let me go back to the surface."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">"Let me go back to the surface."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,7 +1,7 @@
<html><body>Ivory Tower Wizard Belkadhi:<br>
In the past, the Ivory Tower dispatched many female wizards here. I think that many people here failed to take them seriously, and... well, let's just say that relationship degenerated. Some of the ancient ruins were destroyed in the ensuing battles, and now only male wizards are allowed to be sent here.<br>
I can tell you, things are unstable here right now. If you want to proceed, you'd be well advised to make your preparations first.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"I'd like to go to the 3rd basement floor."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 2">"Let me go back to the surface."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">"I'd like to go to the 3rd basement floor."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 1">"Let me go back to the surface."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,6 +1,6 @@
<html><body>Ivory Tower Wizard Ian:<br>
The 1st basement floor, the top floor of the basement here, is full of powerful monsters. In the middle is a huge door which cannot be opened using normal means. I'm new here, so I don't know the details, but apparently some kind of special skill is required.<br>
But then, if you think you have what it takes, I won't stop you from going.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"Sure, I'll go to the 1st basement floor."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">"Sure, I'll go to the 1st basement floor."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,6 +1,6 @@
<html><body>Ivory Tower Wizard Rombel:<br>
Cough, cough. Ugh, this place it taking it's toll on me, mentally and physically. Why did I ever let them send me here? If you know what's good for you, you'll turn right around and go back to the village. Cough... Cough...<br>
Let me tell you this again. This place is the least dangerous. As you go up, you'll face more dangers, so watch out!<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">"I'd like to go to the 2nd basement floor."</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">"I'd like to go to the 2nd basement floor."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -3,7 +3,7 @@ Greetings, seeker of knowledge! Welcome to the Ivory Tower, a venerable reposito
The Ivory Tower consists of several floors, each of which is completely separated from the others. To travel from one floor to another, you must use the services of a gatekeeper like myself.<br>
You are currently standing in the first floor lobby. There is a shopping center in the basement, the Human Mystic Guild is on level 2, the Elven Mystic Guild is on level 3, and the Dark Mystic Guild is on level 4. Where do you wish to go?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleports">"I want to teleport."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleports other">"I want to go to another floor."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport 3 5">"I want to teleport outside the Ivory Tower."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showTeleports OTHER">"I want to go to another floor."</Button>
<!-- <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 4">"I want to teleport outside the Ivory Tower."</Button> -->
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@ -1,4 +1,4 @@
<html><body>Teleportation Cube:<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 1">Go back to the 2nd floor.</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport 3 2">Teleport into The Core room.</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">Go back to the 2nd floor.</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 1">Teleport into The Core room.</Button>
</body></html>

View File

@ -10,39 +10,6 @@
<door id="24180030" />
<door id="24180031" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="147450" y="28081" z="-2294" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="151950" y="25094" z="-2172" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="142593" y="26344" z="-2425" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="147503" y="32299" z="-2501" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="147465" y="20737" z="-2130" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010127" x="106517" y="-2871" z="-3454" minFunctionLevel="2" cost="2000" /> <!-- Ancient Battleground -->
<teleport npcStringId="1010618" x="124904" y="61992" z="-3973" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<teleport npcStringId="1010619" x="104426" y="33746" z="-3825" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<teleport npcStringId="1010060" x="155310" y="-16339" z="-3320" minFunctionLevel="2" cost="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<teleport npcStringId="1010585" x="142065" y="81300" z="-3000" minFunctionLevel="2" cost="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<teleport npcStringId="1010607" x="166182" y="91560" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Anghel Waterfall -->
<teleport npcStringId="1010137" x="181726" y="-7524" z="-3464" minFunctionLevel="2" cost="2000" /> <!-- South Entrance of Devastated Castle -->
<teleport npcStringId="1010192" x="168779" y="-18790" z="-3184" minFunctionLevel="2" cost="2000" /> <!-- West Area of the Devastated Castle -->
<teleport npcStringId="1010604" x="184742" y="19745" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010143" x="168217" y="37990" z="-4072" minFunctionLevel="2" cost="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<teleport npcStringId="1010144" x="114649" y="11115" z="-5120" minFunctionLevel="2" cost="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<teleport npcStringId="1010702" x="183985" y="61424" z="-3992" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Upper Layer -->
<teleport npcStringId="1010703" x="191754" y="56760" z="-7624" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Lower Layer -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="144014" y="28202" z="-2280" />
<banishPoint x="144448" y="28384" z="-2256" />
</clanHall>

View File

@ -10,39 +10,6 @@
<door id="24180032" />
<door id="24180033" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="147450" y="28081" z="-2294" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="151950" y="25094" z="-2172" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="142593" y="26344" z="-2425" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="147503" y="32299" z="-2501" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="147465" y="20737" z="-2130" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010127" x="106517" y="-2871" z="-3454" minFunctionLevel="2" cost="2000" /> <!-- Ancient Battleground -->
<teleport npcStringId="1010618" x="124904" y="61992" z="-3973" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<teleport npcStringId="1010619" x="104426" y="33746" z="-3825" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<teleport npcStringId="1010060" x="155310" y="-16339" z="-3320" minFunctionLevel="2" cost="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<teleport npcStringId="1010585" x="142065" y="81300" z="-3000" minFunctionLevel="2" cost="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<teleport npcStringId="1010607" x="166182" y="91560" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Anghel Waterfall -->
<teleport npcStringId="1010137" x="181726" y="-7524" z="-3464" minFunctionLevel="2" cost="2000" /> <!-- South Entrance of Devastated Castle -->
<teleport npcStringId="1010192" x="168779" y="-18790" z="-3184" minFunctionLevel="2" cost="2000" /> <!-- West Area of the Devastated Castle -->
<teleport npcStringId="1010604" x="184742" y="19745" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010143" x="168217" y="37990" z="-4072" minFunctionLevel="2" cost="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<teleport npcStringId="1010144" x="114649" y="11115" z="-5120" minFunctionLevel="2" cost="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<teleport npcStringId="1010702" x="183985" y="61424" z="-3992" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Upper Layer -->
<teleport npcStringId="1010703" x="191754" y="56760" z="-7624" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Lower Layer -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="143992" y="27092" z="-2290" />
<banishPoint x="144432" y="26896" z="-2256" />
</clanHall>

View File

@ -10,39 +10,6 @@
<door id="24180024" />
<door id="24180025" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="147450" y="28081" z="-2294" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="151950" y="25094" z="-2172" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="142593" y="26344" z="-2425" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="147503" y="32299" z="-2501" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="147465" y="20737" z="-2130" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010127" x="106517" y="-2871" z="-3454" minFunctionLevel="2" cost="2000" /> <!-- Ancient Battleground -->
<teleport npcStringId="1010618" x="124904" y="61992" z="-3973" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<teleport npcStringId="1010619" x="104426" y="33746" z="-3825" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<teleport npcStringId="1010060" x="155310" y="-16339" z="-3320" minFunctionLevel="2" cost="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<teleport npcStringId="1010585" x="142065" y="81300" z="-3000" minFunctionLevel="2" cost="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<teleport npcStringId="1010607" x="166182" y="91560" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Anghel Waterfall -->
<teleport npcStringId="1010137" x="181726" y="-7524" z="-3464" minFunctionLevel="2" cost="2000" /> <!-- South Entrance of Devastated Castle -->
<teleport npcStringId="1010192" x="168779" y="-18790" z="-3184" minFunctionLevel="2" cost="2000" /> <!-- West Area of the Devastated Castle -->
<teleport npcStringId="1010604" x="184742" y="19745" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010143" x="168217" y="37990" z="-4072" minFunctionLevel="2" cost="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<teleport npcStringId="1010144" x="114649" y="11115" z="-5120" minFunctionLevel="2" cost="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<teleport npcStringId="1010702" x="183985" y="61424" z="-3992" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Upper Layer -->
<teleport npcStringId="1010703" x="191754" y="56760" z="-7624" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Lower Layer -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="149134" y="23140" z="-2160" />
<banishPoint x="149568" y="23024" z="-2128" />
</clanHall>

View File

@ -10,39 +10,6 @@
<door id="24180023" />
<door id="24180022" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="147450" y="28081" z="-2294" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="151950" y="25094" z="-2172" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="142593" y="26344" z="-2425" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="147503" y="32299" z="-2501" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="147465" y="20737" z="-2130" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010127" x="106517" y="-2871" z="-3454" minFunctionLevel="2" cost="2000" /> <!-- Ancient Battleground -->
<teleport npcStringId="1010618" x="124904" y="61992" z="-3973" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<teleport npcStringId="1010619" x="104426" y="33746" z="-3825" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<teleport npcStringId="1010060" x="155310" y="-16339" z="-3320" minFunctionLevel="2" cost="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<teleport npcStringId="1010585" x="142065" y="81300" z="-3000" minFunctionLevel="2" cost="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<teleport npcStringId="1010607" x="166182" y="91560" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Anghel Waterfall -->
<teleport npcStringId="1010137" x="181726" y="-7524" z="-3464" minFunctionLevel="2" cost="2000" /> <!-- South Entrance of Devastated Castle -->
<teleport npcStringId="1010192" x="168779" y="-18790" z="-3184" minFunctionLevel="2" cost="2000" /> <!-- West Area of the Devastated Castle -->
<teleport npcStringId="1010604" x="184742" y="19745" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010143" x="168217" y="37990" z="-4072" minFunctionLevel="2" cost="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<teleport npcStringId="1010144" x="114649" y="11115" z="-5120" minFunctionLevel="2" cost="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<teleport npcStringId="1010702" x="183985" y="61424" z="-3992" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Upper Layer -->
<teleport npcStringId="1010703" x="191754" y="56760" z="-7624" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Lower Layer -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="145667" y="25356" z="-2150" />
<banishPoint x="150320" y="26368" z="-2128" />
</clanHall>

View File

@ -10,39 +10,6 @@
<door id="24180027" />
<door id="24180026" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="147450" y="28081" z="-2294" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="151950" y="25094" z="-2172" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="142593" y="26344" z="-2425" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="147503" y="32299" z="-2501" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="147465" y="20737" z="-2130" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010127" x="106517" y="-2871" z="-3454" minFunctionLevel="2" cost="2000" /> <!-- Ancient Battleground -->
<teleport npcStringId="1010618" x="124904" y="61992" z="-3973" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<teleport npcStringId="1010619" x="104426" y="33746" z="-3825" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<teleport npcStringId="1010060" x="155310" y="-16339" z="-3320" minFunctionLevel="2" cost="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<teleport npcStringId="1010585" x="142065" y="81300" z="-3000" minFunctionLevel="2" cost="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<teleport npcStringId="1010607" x="166182" y="91560" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Anghel Waterfall -->
<teleport npcStringId="1010137" x="181726" y="-7524" z="-3464" minFunctionLevel="2" cost="2000" /> <!-- South Entrance of Devastated Castle -->
<teleport npcStringId="1010192" x="168779" y="-18790" z="-3184" minFunctionLevel="2" cost="2000" /> <!-- West Area of the Devastated Castle -->
<teleport npcStringId="1010604" x="184742" y="19745" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010143" x="168217" y="37990" z="-4072" minFunctionLevel="2" cost="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<teleport npcStringId="1010144" x="114649" y="11115" z="-5120" minFunctionLevel="2" cost="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<teleport npcStringId="1010702" x="183985" y="61424" z="-3992" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Upper Layer -->
<teleport npcStringId="1010703" x="191754" y="56760" z="-7624" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Lower Layer -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="150644" y="23653" z="-2150" />
<banishPoint x="150192" y="23808" z="-2128" />
</clanHall>

View File

@ -10,39 +10,6 @@
<door id="24180029" />
<door id="24180028" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="147450" y="28081" z="-2294" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="151950" y="25094" z="-2172" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="142593" y="26344" z="-2425" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="147503" y="32299" z="-2501" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="147465" y="20737" z="-2130" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010127" x="106517" y="-2871" z="-3454" minFunctionLevel="2" cost="2000" /> <!-- Ancient Battleground -->
<teleport npcStringId="1010618" x="124904" y="61992" z="-3973" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<teleport npcStringId="1010619" x="104426" y="33746" z="-3825" minFunctionLevel="2" cost="2000" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<teleport npcStringId="1010060" x="155310" y="-16339" z="-3320" minFunctionLevel="2" cost="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<teleport npcStringId="1010585" x="142065" y="81300" z="-3000" minFunctionLevel="2" cost="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<teleport npcStringId="1010607" x="166182" y="91560" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Anghel Waterfall -->
<teleport npcStringId="1010137" x="181726" y="-7524" z="-3464" minFunctionLevel="2" cost="2000" /> <!-- South Entrance of Devastated Castle -->
<teleport npcStringId="1010192" x="168779" y="-18790" z="-3184" minFunctionLevel="2" cost="2000" /> <!-- West Area of the Devastated Castle -->
<teleport npcStringId="1010604" x="184742" y="19745" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010143" x="168217" y="37990" z="-4072" minFunctionLevel="2" cost="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<teleport npcStringId="1010144" x="114649" y="11115" z="-5120" minFunctionLevel="2" cost="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<teleport npcStringId="1010702" x="183985" y="61424" z="-3992" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Upper Layer -->
<teleport npcStringId="1010703" x="191754" y="56760" z="-7624" minFunctionLevel="2" cost="2000" /> <!-- Giant's Cave Lower Layer -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="150748" y="26540" z="-2280" />
<banishPoint x="145280" y="25184" z="-2128" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="20220120" />
<door id="20220119" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="16370" y="155983" z="-3617" />
<banishPoint x="16208" y="155285" z="-3640" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="20220122" />
<door id="20220121" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="15414" y="156067" z="-3619" />
<banishPoint x="16208" y="155285" z="-3640" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="20220011" />
<door id="20220012" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="18800" y="143248" z="-3010" />
<banishPoint x="18976" y="143360" z="-3033" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="20220013" />
<door id="20220014" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="17760" y="145200" z="-3036" />
<banishPoint x="17552" y="145248" z="-3050" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="20220016" />
<door id="20220015" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="20096" y="146064" z="-3111" />
<banishPoint x="20192" y="145920" z="-3125" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="20220126" />
<door id="20220125" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="15816" y="154666" z="-3616" />
<banishPoint x="16208" y="155285" z="-3640" />
</clanHall>

View File

@ -10,31 +10,7 @@
<door id="20220124" />
<door id="20220123" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="14501" y="155408" z="-3503" />
<ownerRestartPoint x="14501" y="155408" z="-3503" />
<banishPoint x="16208" y="155285" z="-3640" />
</clanHall>
</list>

View File

@ -10,30 +10,6 @@
<door id="20230101" />
<door id="20230102" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="17194" y="169658" z="-3486" />
<banishPoint x="18318" y="170344" z="-3501" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="20230103" />
<door id="20230104" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="19025" y="145245" z="-3107" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="21511" y="145866" z="-3153" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010025" x="18891" y="142365" z="-3051" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010028" x="17394" y="147593" z="-3129" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="16582" y="144130" z="-2960" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010614" x="5106" y="126916" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<teleport npcStringId="1010113" x="47382" y="111278" z="-2104" minFunctionLevel="2" cost="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<teleport npcStringId="1010111" x="630" y="179184" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Plains of Dion (Lv. 23) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010036" x="17430" y="170103" z="-3506" minFunctionLevel="2" cost="10000" /> <!-- Entrance to Floran Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="17965" y="170734" z="-3491" />
<banishPoint x="18318" y="170344" z="-3501" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="22220005" />
<door id="22220006" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="81749" y="149171" z="-3464" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="81525" y="143821" z="-3528" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="88342" y="147329" z="-3400" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="81548" y="152633" z="-3528" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="77305" y="148636" z="-3592" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010118" x="85546" y="131328" z="-3672" minFunctionLevel="2" cost="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<teleport npcStringId="1010567" x="43408" y="206881" z="-3752" minFunctionLevel="2" cost="2000" /> <!-- Devil's Isle (Lv. 92) -->
<teleport npcStringId="1010067" x="73024" y="118485" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Dragon Valley (Lv. 76) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="80960" y="151600" z="-3517" />
<banishPoint x="83409" y="148578" z="-3300" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="22220008" />
<door id="22220007" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="81749" y="149171" z="-3464" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="81525" y="143821" z="-3528" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="88342" y="147329" z="-3400" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="81548" y="152633" z="-3528" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="77305" y="148636" z="-3592" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010118" x="85546" y="131328" z="-3672" minFunctionLevel="2" cost="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<teleport npcStringId="1010567" x="43408" y="206881" z="-3752" minFunctionLevel="2" cost="2000" /> <!-- Devil's Isle (Lv. 92) -->
<teleport npcStringId="1010067" x="73024" y="118485" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Dragon Valley (Lv. 76) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="78592" y="148080" z="-3581" />
<banishPoint x="83409" y="148578" z="-3300" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="22220011" />
<door id="22220012" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="81749" y="149171" z="-3464" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="81525" y="143821" z="-3528" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="88342" y="147329" z="-3400" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="81548" y="152633" z="-3528" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="77305" y="148636" z="-3592" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010118" x="85546" y="131328" z="-3672" minFunctionLevel="2" cost="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<teleport npcStringId="1010567" x="43408" y="206881" z="-3752" minFunctionLevel="2" cost="2000" /> <!-- Devil's Isle (Lv. 92) -->
<teleport npcStringId="1010067" x="73024" y="118485" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Dragon Valley (Lv. 76) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="83392" y="145328" z="-3389" />
<banishPoint x="83409" y="148578" z="-3300" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="22220010" />
<door id="22220009" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="81749" y="149171" z="-3464" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="81525" y="143821" z="-3528" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="88342" y="147329" z="-3400" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="81548" y="152633" z="-3528" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="77305" y="148636" z="-3592" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010118" x="85546" y="131328" z="-3672" minFunctionLevel="2" cost="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<teleport npcStringId="1010567" x="43408" y="206881" z="-3752" minFunctionLevel="2" cost="2000" /> <!-- Devil's Isle (Lv. 92) -->
<teleport npcStringId="1010067" x="73024" y="118485" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Dragon Valley (Lv. 76) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="82032" y="145328" z="-3520" />
<banishPoint x="83409" y="148578" z="-3300" />
</clanHall>

View File

@ -10,30 +10,6 @@
<door id="22220004" />
<door id="22220003" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="81749" y="149171" z="-3464" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="81525" y="143821" z="-3528" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="88342" y="147329" z="-3400" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="81548" y="152633" z="-3528" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="77305" y="148636" z="-3592" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010118" x="85546" y="131328" z="-3672" minFunctionLevel="2" cost="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<teleport npcStringId="1010567" x="43408" y="206881" z="-3752" minFunctionLevel="2" cost="2000" /> <!-- Devil's Isle (Lv. 92) -->
<teleport npcStringId="1010067" x="73024" y="118485" z="-3720" minFunctionLevel="2" cost="2000" /> <!-- Dragon Valley (Lv. 76) -->
<teleport npcStringId="1010115" x="60374" y="164301" z="-2856" minFunctionLevel="2" cost="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010648" x="-116966" y="46613" z="360" minFunctionLevel="2" cost="10000" /> <!-- Kamael Village -->
<teleport npcStringId="1010006" x="19025" y="145245" z="-3107" minFunctionLevel="2" cost="10000" /> <!-- The Town of Dion -->
<teleport npcStringId="1010731" x="-185933" y="246359" z="1304" minFunctionLevel="2" cost="10000" /> <!-- Keucereus Alliance Base -->
</teleportList>
<ownerRestartPoint x="80960" y="151904" z="-3520" />
<banishPoint x="83409" y="148578" z="-3300" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="17220009" />
<door id="17220010" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-82445" y="150788" z="-3129" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="-83331" y="148563" z="-3148" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="-78405" y="152723" z="-3181" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="-77460" y="155995" z="-3194" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="-85138" y="152749" z="-3160" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010175" x="-75437" y="168800" z="-3632" minFunctionLevel="2" cost="2000" /> <!-- Windmill Hill (Lv. 20) -->
<teleport npcStringId="1010096" x="-63736" y="101522" z="-3552" minFunctionLevel="2" cost="2000" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<teleport npcStringId="1010094" x="-88539" y="83389" z="-2864" minFunctionLevel="2" cost="2000" /> <!-- Windy Hill (Lv. 26) -->
<teleport npcStringId="1010621" x="-16526" y="208032" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Wastelands (Lv. 35) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-84416" y="152192" z="-3123" />
<banishPoint x="-84080" y="151744" z="-3127" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="17220013" />
<door id="17220014" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-82445" y="150788" z="-3129" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="-83331" y="148563" z="-3148" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="-78405" y="152723" z="-3181" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="-77460" y="155995" z="-3194" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="-85138" y="152749" z="-3160" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010175" x="-75437" y="168800" z="-3632" minFunctionLevel="2" cost="2000" /> <!-- Windmill Hill (Lv. 20) -->
<teleport npcStringId="1010096" x="-63736" y="101522" z="-3552" minFunctionLevel="2" cost="2000" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<teleport npcStringId="1010094" x="-88539" y="83389" z="-2864" minFunctionLevel="2" cost="2000" /> <!-- Windy Hill (Lv. 26) -->
<teleport npcStringId="1010621" x="-16526" y="208032" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Wastelands (Lv. 35) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-79513" y="151506" z="-3041" />
<banishPoint x="-79854" y="151602" z="-3042" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="17220011" />
<door id="17220012" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-82445" y="150788" z="-3129" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="-83331" y="148563" z="-3148" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="-78405" y="152723" z="-3181" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="-77460" y="155995" z="-3194" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="-85138" y="152749" z="-3160" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010175" x="-75437" y="168800" z="-3632" minFunctionLevel="2" cost="2000" /> <!-- Windmill Hill (Lv. 20) -->
<teleport npcStringId="1010096" x="-63736" y="101522" z="-3552" minFunctionLevel="2" cost="2000" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<teleport npcStringId="1010094" x="-88539" y="83389" z="-2864" minFunctionLevel="2" cost="2000" /> <!-- Windy Hill (Lv. 26) -->
<teleport npcStringId="1010621" x="-16526" y="208032" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Wastelands (Lv. 35) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-79544" y="150181" z="-3038" />
<banishPoint x="-79856" y="150144" z="-3042" />
</clanHall>

View File

@ -12,29 +12,6 @@
<door id="17220007" />
<door id="17220008" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-82445" y="150788" z="-3129" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="-83331" y="148563" z="-3148" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="-78405" y="152723" z="-3181" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="-77460" y="155995" z="-3194" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="-85138" y="152749" z="-3160" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010175" x="-75437" y="168800" z="-3632" minFunctionLevel="2" cost="2000" /> <!-- Windmill Hill (Lv. 20) -->
<teleport npcStringId="1010096" x="-63736" y="101522" z="-3552" minFunctionLevel="2" cost="2000" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<teleport npcStringId="1010094" x="-88539" y="83389" z="-2864" minFunctionLevel="2" cost="2000" /> <!-- Windy Hill (Lv. 26) -->
<teleport npcStringId="1010621" x="-16526" y="208032" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Wastelands (Lv. 35) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-84171" y="153385" z="-3159" />
<banishPoint x="-83860" y="153744" z="-3176" />
</clanHall>

View File

@ -12,29 +12,6 @@
<door id="17220001" />
<door id="17220002" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-82445" y="150788" z="-3129" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010025" x="-83331" y="148563" z="-3148" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010026" x="-78405" y="152723" z="-3181" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010028" x="-77460" y="155995" z="-3194" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010027" x="-85138" y="152749" z="-3160" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010175" x="-75437" y="168800" z="-3632" minFunctionLevel="2" cost="2000" /> <!-- Windmill Hill (Lv. 20) -->
<teleport npcStringId="1010096" x="-63736" y="101522" z="-3552" minFunctionLevel="2" cost="2000" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<teleport npcStringId="1010094" x="-88539" y="83389" z="-2864" minFunctionLevel="2" cost="2000" /> <!-- Windy Hill (Lv. 26) -->
<teleport npcStringId="1010621" x="-16526" y="208032" z="-3664" minFunctionLevel="2" cost="2000" /> <!-- Wastelands (Lv. 35) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-84236" y="155520" z="-3160" />
<banishPoint x="-83824" y="155216" z="-3176" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="19210115" />
<door id="19210116" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-14393" y="123671" z="-3144" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="-11817" y="123652" z="-3079" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="-16796" y="124108" z="-3127" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="-14207" y="126547" z="-3151" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="-14591" y="121024" z="-2990" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010097" x="-41248" y="122848" z="-2912" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<teleport npcStringId="1010101" x="-19359" y="136846" z="-3760" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<teleport npcStringId="1010566" x="-9959" y="176184" z="-4160" minFunctionLevel="2" cost="2000" /> <!-- Ant Nest (Lv. 29) -->
<teleport npcStringId="1010102" x="-28327" y="155125" z="-3496" minFunctionLevel="2" cost="2000" /> <!-- Windawood Manor (Lv. 22) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-27479" y="121669" z="-3706" />
<banishPoint x="-27983" y="122380" z="-3722" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="19210111" />
<door id="19210112" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-14393" y="123671" z="-3144" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="-11817" y="123652" z="-3079" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="-16796" y="124108" z="-3127" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="-14207" y="126547" z="-3151" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="-14591" y="121024" z="-2990" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010097" x="-41248" y="122848" z="-2912" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<teleport npcStringId="1010101" x="-19359" y="136846" z="-3760" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<teleport npcStringId="1010566" x="-9959" y="176184" z="-4160" minFunctionLevel="2" cost="2000" /> <!-- Ant Nest (Lv. 29) -->
<teleport npcStringId="1010102" x="-28327" y="155125" z="-3496" minFunctionLevel="2" cost="2000" /> <!-- Windawood Manor (Lv. 22) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-28489" y="121765" z="-3706" />
<banishPoint x="-27983" y="122380" z="-3722" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="19210117" />
<door id="19210118" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-14393" y="123671" z="-3144" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="-11817" y="123652" z="-3079" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="-16796" y="124108" z="-3127" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="-14207" y="126547" z="-3151" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="-14591" y="121024" z="-2990" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010097" x="-41248" y="122848" z="-2912" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<teleport npcStringId="1010101" x="-19359" y="136846" z="-3760" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<teleport npcStringId="1010566" x="-9959" y="176184" z="-4160" minFunctionLevel="2" cost="2000" /> <!-- Ant Nest (Lv. 29) -->
<teleport npcStringId="1010102" x="-28327" y="155125" z="-3496" minFunctionLevel="2" cost="2000" /> <!-- Windawood Manor (Lv. 22) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-27289" y="122437" z="-3706" />
<banishPoint x="-27983" y="122380" z="-3722" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="19210017" />
<door id="19210018" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-14393" y="123671" z="-3144" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="-11817" y="123652" z="-3079" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="-16796" y="124108" z="-3127" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="-14207" y="126547" z="-3151" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="-14591" y="121024" z="-2990" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010097" x="-41248" y="122848" z="-2912" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<teleport npcStringId="1010101" x="-19359" y="136846" z="-3760" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<teleport npcStringId="1010566" x="-9959" y="176184" z="-4160" minFunctionLevel="2" cost="2000" /> <!-- Ant Nest (Lv. 29) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010102" x="-28327" y="155125" z="-3496" minFunctionLevel="2" cost="2000" /> <!-- Windawood Manor (Lv. 22) -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-16029" y="123642" z="-3101" />
<banishPoint x="-15872" y="123824" z="-3116" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="19210011" />
<door id="19210012" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-14393" y="123671" z="-3144" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="-11817" y="123652" z="-3079" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="-16796" y="124108" z="-3127" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="-14207" y="126547" z="-3151" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="-14591" y="121024" z="-2990" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010097" x="-41248" y="122848" z="-2912" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<teleport npcStringId="1010101" x="-19359" y="136846" z="-3760" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<teleport npcStringId="1010566" x="-9959" y="176184" z="-4160" minFunctionLevel="2" cost="2000" /> <!-- Ant Nest (Lv. 29) -->
<teleport npcStringId="1010102" x="-28327" y="155125" z="-3496" minFunctionLevel="2" cost="2000" /> <!-- Windawood Manor (Lv. 22) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-14848" y="125552" z="-3128" />
<banishPoint x="-14684" y="125655" z="-3142" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="19210015" />
<door id="19210016" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-14393" y="123671" z="-3144" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="-11817" y="123652" z="-3079" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="-16796" y="124108" z="-3127" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="-14207" y="126547" z="-3151" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="-14591" y="121024" z="-2990" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010097" x="-41248" y="122848" z="-2912" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<teleport npcStringId="1010101" x="-19359" y="136846" z="-3760" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<teleport npcStringId="1010566" x="-9959" y="176184" z="-4160" minFunctionLevel="2" cost="2000" /> <!-- Ant Nest (Lv. 29) -->
<teleport npcStringId="1010102" x="-28327" y="155125" z="-3496" minFunctionLevel="2" cost="2000" /> <!-- Windawood Manor (Lv. 22) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-12710" y="124029" z="-3096" />
<banishPoint x="-12688" y="123760" z="-3115" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="19210113" />
<door id="19210014" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-14393" y="123671" z="-3144" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="-11817" y="123652" z="-3079" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="-16796" y="124108" z="-3127" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="-14207" y="126547" z="-3151" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="-14591" y="121024" z="-2990" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010097" x="-41248" y="122848" z="-2912" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<teleport npcStringId="1010101" x="-19359" y="136846" z="-3760" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<teleport npcStringId="1010566" x="-9959" y="176184" z="-4160" minFunctionLevel="2" cost="2000" /> <!-- Ant Nest (Lv. 29) -->
<teleport npcStringId="1010102" x="-28327" y="155125" z="-3496" minFunctionLevel="2" cost="2000" /> <!-- Windawood Manor (Lv. 22) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-28048" y="120800" z="-3706" />
<banishPoint x="-27983" y="122380" z="-3722" />
</clanHall>

View File

@ -10,29 +10,6 @@
<door id="19210013" />
<door id="19210014" />
</doorlist>
<teleportList>
<teleport npcStringId="1010024" x="-14393" y="123671" z="-3144" minFunctionLevel="1" cost="0" /> <!-- Village Square -->
<teleport npcStringId="1010026" x="-11817" y="123652" z="-3079" minFunctionLevel="1" cost="0" /> <!-- East Gate Entrance -->
<teleport npcStringId="1010027" x="-16796" y="124108" z="-3127" minFunctionLevel="1" cost="0" /> <!-- West Gate Entrance -->
<teleport npcStringId="1010028" x="-14207" y="126547" z="-3151" minFunctionLevel="1" cost="0" /> <!-- South Gate Entrance -->
<teleport npcStringId="1010025" x="-14591" y="121024" z="-2990" minFunctionLevel="1" cost="0" /> <!-- North Gate Entrance -->
<teleport npcStringId="1010097" x="-41248" y="122848" z="-2912" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<teleport npcStringId="1010101" x="-19359" y="136846" z="-3760" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<teleport npcStringId="1010566" x="-9959" y="176184" z="-4160" minFunctionLevel="2" cost="2000" /> <!-- Ant Nest (Lv. 29) -->
<teleport npcStringId="1010102" x="-28327" y="155125" z="-3496" minFunctionLevel="2" cost="2000" /> <!-- Windawood Manor (Lv. 22) -->
<teleport npcStringId="1010164" x="-15901" y="30661" z="-3616" minFunctionLevel="2" cost="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<teleport npcStringId="1010652" x="-74506" y="53435" z="-3680" minFunctionLevel="2" cost="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<teleport npcStringId="1010723" x="-115854" y="236285" z="-3088" minFunctionLevel="2" cost="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<teleport npcStringId="1010114" x="44725" y="146026" z="-3512" minFunctionLevel="2" cost="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<teleport npcStringId="1010718" x="149363" y="173599" z="-920" minFunctionLevel="2" cost="2000" /> <!-- Parnassus -->
<teleport npcStringId="1010604" x="185006" y="20913" z="-3168" minFunctionLevel="2" cost="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<teleport npcStringId="1010023" x="147450" y="28081" z="-2294" minFunctionLevel="2" cost="10000" /> <!-- Town of Aden -->
<teleport npcStringId="1010001" x="-114353" y="255211" z="-1520" minFunctionLevel="2" cost="10000" /> <!-- Talking Island Village -->
<teleport npcStringId="1010003" x="11247" y="16049" z="-4584" minFunctionLevel="2" cost="10000" /> <!-- The Dark Elf Village -->
<teleport npcStringId="1010200" x="43889" y="-49101" z="-792" minFunctionLevel="2" cost="10000" /> <!-- Town of Rune -->
<teleport npcStringId="1010007" x="81749" y="149171" z="-3464" minFunctionLevel="2" cost="10000" /> <!-- The Town of Giran -->
<teleport npcStringId="1010730" x="-149464" y="255062" z="-80" minFunctionLevel="2" cost="10000" /> <!-- Gludio Wharf -->
</teleportList>
<ownerRestartPoint x="-13879" y="125413" z="-3128" />
<banishPoint x="-14192" y="125584" z="-3139" />
</clanHall>

View File

@ -24,14 +24,14 @@ import java.util.Map;
import java.util.StringTokenizer;
import com.l2jmobius.Config;
import com.l2jmobius.commons.util.CommonUtil;
import com.l2jmobius.gameserver.data.sql.impl.ClanTable;
import com.l2jmobius.gameserver.data.sql.impl.TeleportLocationTable;
import com.l2jmobius.gameserver.data.xml.impl.TeleportersData;
import com.l2jmobius.gameserver.enums.CastleSide;
import com.l2jmobius.gameserver.instancemanager.CastleManorManager;
import com.l2jmobius.gameserver.instancemanager.FortManager;
import com.l2jmobius.gameserver.model.ClanPrivilege;
import com.l2jmobius.gameserver.model.L2Clan;
import com.l2jmobius.gameserver.model.L2TeleportLocation;
import com.l2jmobius.gameserver.model.PcCondOverride;
import com.l2jmobius.gameserver.model.actor.L2Npc;
import com.l2jmobius.gameserver.model.actor.instance.L2DoorInstance;
@ -48,6 +48,7 @@ import com.l2jmobius.gameserver.model.events.annotations.RegisterType;
import com.l2jmobius.gameserver.model.events.impl.character.npc.OnNpcManorBypass;
import com.l2jmobius.gameserver.model.holders.SkillHolder;
import com.l2jmobius.gameserver.model.itemcontainer.Inventory;
import com.l2jmobius.gameserver.model.teleporter.TeleportHolder;
import com.l2jmobius.gameserver.network.SystemMessageId;
import com.l2jmobius.gameserver.network.serverpackets.ExShowCropInfo;
import com.l2jmobius.gameserver.network.serverpackets.ExShowCropSetting;
@ -981,21 +982,33 @@ public final class CastleChamberlain extends AbstractNpcAI
}
else
{
htmltext = npc.getCastle().getName() + "-t" + castle.getCastleFunction(Castle.FUNC_TELEPORT).getLvl() + ".html";
final String listName = "tel" + castle.getCastleFunction(Castle.FUNC_TELEPORT).getLvl();
final TeleportHolder holder = TeleportersData.getInstance().getHolder(npc.getId(), listName);
if (holder != null)
{
holder.showTeleportList(player, npc, "Quest CastleChamberlain goto");
}
}
break;
}
case "goto":
case "goto": // goto listId locId
{
if (isOwner(player, npc) && player.hasClanPrivilege(ClanPrivilege.CS_USE_FUNCTIONS))
if (isOwner(player, npc) && player.hasClanPrivilege(ClanPrivilege.CS_USE_FUNCTIONS) && (st.countTokens() >= 2))
{
final int locId = Integer.parseInt(st.nextToken());
final L2TeleportLocation list = TeleportLocationTable.getInstance().getTemplate(locId);
if (list != null)
final CastleFunction func = castle.getCastleFunction(Castle.FUNC_TELEPORT);
if (func == null)
{
if (takeItems(player, list.getItemId(), list.getPrice()))
return "castlefuncdisabled.html";
}
final String listId = st.nextToken();
final int funcLvl = (listId.length() >= 4) ? CommonUtil.parseInt(listId.substring(3), -1) : -1;
if (func.getLvl() == funcLvl)
{
final TeleportHolder holder = TeleportersData.getInstance().getHolder(npc.getId(), listId);
if (holder != null)
{
player.teleToLocation(list.getLocX(), list.getLocY(), list.getLocZ());
holder.doTeleport(player, npc, CommonUtil.parseNextInt(st, -1));
}
}
}

View File

@ -24,7 +24,6 @@ import java.util.logging.Logger;
import com.l2jmobius.Config;
import com.l2jmobius.gameserver.cache.HtmCache;
import com.l2jmobius.gameserver.data.sql.impl.CrestTable;
import com.l2jmobius.gameserver.data.sql.impl.TeleportLocationTable;
import com.l2jmobius.gameserver.data.xml.impl.AbilityPointsData;
import com.l2jmobius.gameserver.data.xml.impl.AdminData;
import com.l2jmobius.gameserver.data.xml.impl.AppearanceItemData;
@ -173,7 +172,6 @@ public class AdminReload implements IAdminCommandHandler
}
case "teleport":
{
TeleportLocationTable.getInstance().reloadAll();
TeleportersData.getInstance().load();
AdminData.getInstance().broadcastMessageToGMs(activeChar.getName() + ": Reloaded Teleports.");
break;

View File

@ -24,7 +24,6 @@ import java.util.logging.Logger;
import com.l2jmobius.Config;
import com.l2jmobius.gameserver.cache.HtmCache;
import com.l2jmobius.gameserver.data.sql.impl.CrestTable;
import com.l2jmobius.gameserver.data.sql.impl.TeleportLocationTable;
import com.l2jmobius.gameserver.data.xml.impl.AbilityPointsData;
import com.l2jmobius.gameserver.data.xml.impl.AdminData;
import com.l2jmobius.gameserver.data.xml.impl.AppearanceItemData;
@ -146,7 +145,6 @@ public class Reload implements ITelnetCommand
}
case "teleport":
{
TeleportLocationTable.getInstance().reloadAll();
TeleportersData.getInstance().load();
return AdminData.getInstance().broadcastMessageToGMs("Telnet Admin: Reloaded Teleports.");
}

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="35274"> <!-- Chamberlain of Light -->
<npcs>
<npc id="36657" /> <!-- Chamberlain of Darkness -->
</npcs>
<teleport name="tel1" type="OTHER">
<location npcStringId="1010693" x="147428" y="20161" z="-2008" /> <!-- Front of the Aden Castle -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010688" x="160702" y="51661" z="-3512" /> <!-- Front of the Narsell Fortress -->
<location npcStringId="1010674" x="189664" y="46042" z="-4264" /> <!-- Front of the Basin Fortress -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010693" x="147428" y="20161" z="-2008" /> <!-- Front of the Aden Castle -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010688" x="160702" y="51661" z="-3512" /> <!-- Front of the Narsell Fortress -->
<location npcStringId="1010674" x="189664" y="46042" z="-4264" /> <!-- Front of the Basin Fortress -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="500" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="500" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010585" x="142065" y="81300" z="-3000" feeCount="500" /> <!-- Forest of Mirrors (Lv. 40) -->
<location npcStringId="1010607" x="166182" y="91560" z="-3168" feeCount="500" /> <!-- Anghel Waterfall -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="500" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="500" /> <!-- Giant's Cave Lower Layer -->
</teleport>
</npc>
</list>

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/teleporterData.xsd">
<npc id="35142"> <!-- Chamberlain of Light -->
<npcs>
<npc id="36654" /> <!-- Chamberlain of Darkness -->
</npcs>
<teleport name="tel1" type="OTHER">
<location npcStringId="1010690" x="19888" y="153395" z="-3144" /> <!-- Front of the Dion Castle -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010687" x="20126" y="188254" z="-3392" /> <!-- Front of the Hive Fortress -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" /> <!-- Entrance to Floran Village -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010690" x="19888" y="153395" z="-3144" /> <!-- Front of the Dion Castle -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010687" x="20126" y="188254" z="-3392" /> <!-- Front of the Hive Fortress -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="500" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="500" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="500" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="500" /> <!-- Tanor Canyon (Lv. 46) -->
</teleport>
</npc>
</list>

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/teleporterData.xsd">
<npc id="35184"> <!-- Chamberlain of Light -->
<npcs>
<npc id="36655" /> <!-- Chamberlain of Darkness -->
</npcs>
<teleport name="tel1" type="OTHER">
<location npcStringId="1010691" x="107954" y="145841" z="-3224" /> <!-- Front of the Giran Castle -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
<location npcStringId="1010660" x="125934" y="118277" z="-3080" /> <!-- Front of the Valley Fortress -->
<location npcStringId="1010021" x="47938" y="186864" z="-3420" /> <!-- Giran Harbor -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010691" x="107954" y="145841" z="-3224" /> <!-- Front of the Giran Castle -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
<location npcStringId="1010660" x="125934" y="118277" z="-3080" /> <!-- Front of the Valley Fortress -->
<location npcStringId="1010021" x="47938" y="186864" z="-3420" /> <!-- Giran Harbor -->
<location npcStringId="1010118" x="85546" y="131328" z="-3672" feeCount="500" /> <!-- Breka's Stronghold (Lv. 30) -->
<location npcStringId="1010567" x="43408" y="206881" z="-3752" feeCount="500" /> <!-- Devil's Isle (Lv. 92) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="500" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="500" /> <!-- Tanor Canyon (Lv. 46) -->
</teleport>
</npc>
</list>

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/teleporterData.xsd">
<npc id="35100"> <!-- Chamberlain of Light -->
<npcs>
<npc id="36653" /> <!-- Chamberlain of Darkness -->
</npcs>
<teleport name="tel1" type="OTHER">
<location npcStringId="1010689" x="-15043" y="116596" z="-3208" /> <!-- Front of the Gludio Castle -->
<location npcStringId="1010663" x="-14393" y="123671" z="-3144" /> <!-- Gludio Town Square -->
<location npcStringId="1010680" x="-58761" y="154663" z="-2701" /> <!-- Front of the Camp Fortress -->
<location npcStringId="1010667" x="-29856" y="214275" z="-3680" /> <!-- Front of the Southern Fortress -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010689" x="-15043" y="116596" z="-3208" /> <!-- Front of the Gludio Castle -->
<location npcStringId="1010663" x="-14393" y="123671" z="-3144" /> <!-- Gludio Town Square -->
<location npcStringId="1010680" x="-58761" y="154663" z="-2701" /> <!-- Front of the Camp Fortress -->
<location npcStringId="1010667" x="-29856" y="214275" z="-3680" /> <!-- Front of the Southern Fortress -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="500" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="500" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="500" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="500" /> <!-- Windawood Manor (Lv. 22) -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
<npc id="35226"> <!-- Chamberlain of Light -->
<npcs>
<npc id="36656" /> <!-- Chamberlain of Darkness -->
</npcs>
<teleport name="tel1" type="OTHER">
<location npcStringId="1010692" x="75648" y="39380" z="-2952" /> <!-- Front of the Oren Castle -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
<location npcStringId="1010675" x="77023" y="1591" z="-3608" /> <!-- Front of the Ivory Fortress -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010692" x="75648" y="39380" z="-2952" /> <!-- Front of the Oren Castle -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
<location npcStringId="1010675" x="77023" y="1591" z="-3608" /> <!-- Front of the Ivory Fortress -->
<location npcStringId="1010014" x="85391" y="16228" z="-3640" feeCount="500" /> <!-- Ivory Tower -->
<location npcStringId="1010055" x="109721" y="-7394" z="-2800" feeCount="500" /> <!-- Near the frontier post -->
<location npcStringId="1010121" x="64328" y="26803" z="-3768" feeCount="500" /> <!-- Sea of Spores (Lv. 52) -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="500" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010127" x="118509" y="-4779" z="-4000" feeCount="500" /> <!-- Ancient Battleground -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35449"> <!-- DiMaggio -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
<location npcStringId="1010127" x="106517" y="-2871" z="-3454" feeCount="2000" /> <!-- Ancient Battleground -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="2000" castleId="4" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="2000" castleId="4;5" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010585" x="142065" y="81300" z="-3000" feeCount="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<location npcStringId="1010607" x="166182" y="91560" z="-3168" feeCount="2000" /> <!-- Anghel Waterfall -->
<location npcStringId="1010137" x="181726" y="-7524" z="-3464" feeCount="2000" /> <!-- South Entrance of Devastated Castle -->
<location npcStringId="1010192" x="168779" y="-18790" z="-3184" feeCount="2000" /> <!-- West Area of the Devastated Castle -->
<location npcStringId="1010604" x="184742" y="19745" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010143" x="168217" y="37990" z="-4072" feeCount="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<location npcStringId="1010144" x="114649" y="11115" z="-5120" feeCount="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="2000" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="2000" /> <!-- Giant's Cave Lower Layer -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35447"> <!-- Korgen -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
<location npcStringId="1010127" x="106517" y="-2871" z="-3454" feeCount="2000" /> <!-- Ancient Battleground -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="2000" castleId="4" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="2000" castleId="4;5" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010585" x="142065" y="81300" z="-3000" feeCount="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<location npcStringId="1010607" x="166182" y="91560" z="-3168" feeCount="2000" /> <!-- Anghel Waterfall -->
<location npcStringId="1010137" x="181726" y="-7524" z="-3464" feeCount="2000" /> <!-- South Entrance of Devastated Castle -->
<location npcStringId="1010192" x="168779" y="-18790" z="-3184" feeCount="2000" /> <!-- West Area of the Devastated Castle -->
<location npcStringId="1010604" x="184742" y="19745" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010143" x="168217" y="37990" z="-4072" feeCount="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<location npcStringId="1010144" x="114649" y="11115" z="-5120" feeCount="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="2000" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="2000" /> <!-- Giant's Cave Lower Layer -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35439"> <!-- Carey -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
<location npcStringId="1010127" x="106517" y="-2871" z="-3454" feeCount="2000" /> <!-- Ancient Battleground -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="2000" castleId="4" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="2000" castleId="4;5" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010585" x="142065" y="81300" z="-3000" feeCount="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<location npcStringId="1010607" x="166182" y="91560" z="-3168" feeCount="2000" /> <!-- Anghel Waterfall -->
<location npcStringId="1010137" x="181726" y="-7524" z="-3464" feeCount="2000" /> <!-- South Entrance of Devastated Castle -->
<location npcStringId="1010192" x="168779" y="-18790" z="-3184" feeCount="2000" /> <!-- West Area of the Devastated Castle -->
<location npcStringId="1010604" x="184742" y="19745" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010143" x="168217" y="37990" z="-4072" feeCount="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<location npcStringId="1010144" x="114649" y="11115" z="-5120" feeCount="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="2000" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="2000" /> <!-- Giant's Cave Lower Layer -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35443"> <!-- Crissy -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
<location npcStringId="1010127" x="106517" y="-2871" z="-3454" feeCount="2000" /> <!-- Ancient Battleground -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="2000" castleId="4" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="2000" castleId="4;5" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010585" x="142065" y="81300" z="-3000" feeCount="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<location npcStringId="1010607" x="166182" y="91560" z="-3168" feeCount="2000" /> <!-- Anghel Waterfall -->
<location npcStringId="1010137" x="181726" y="-7524" z="-3464" feeCount="2000" /> <!-- South Entrance of Devastated Castle -->
<location npcStringId="1010192" x="168779" y="-18790" z="-3184" feeCount="2000" /> <!-- West Area of the Devastated Castle -->
<location npcStringId="1010604" x="184742" y="19745" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010143" x="168217" y="37990" z="-4072" feeCount="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<location npcStringId="1010144" x="114649" y="11115" z="-5120" feeCount="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="2000" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="2000" /> <!-- Giant's Cave Lower Layer -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35441"> <!-- Dianne -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
<location npcStringId="1010127" x="106517" y="-2871" z="-3454" feeCount="2000" /> <!-- Ancient Battleground -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="2000" castleId="4" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="2000" castleId="4;5" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010585" x="142065" y="81300" z="-3000" feeCount="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<location npcStringId="1010607" x="166182" y="91560" z="-3168" feeCount="2000" /> <!-- Anghel Waterfall -->
<location npcStringId="1010137" x="181726" y="-7524" z="-3464" feeCount="2000" /> <!-- South Entrance of Devastated Castle -->
<location npcStringId="1010192" x="168779" y="-18790" z="-3184" feeCount="2000" /> <!-- West Area of the Devastated Castle -->
<location npcStringId="1010604" x="184742" y="19745" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010143" x="168217" y="37990" z="-4072" feeCount="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<location npcStringId="1010144" x="114649" y="11115" z="-5120" feeCount="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="2000" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="2000" /> <!-- Giant's Cave Lower Layer -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35445"> <!-- Albert -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="147450" y="28081" z="-2294" /> <!-- Village Square -->
<location npcStringId="1010026" x="151950" y="25094" z="-2172" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="142593" y="26344" z="-2425" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="147503" y="32299" z="-2501" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="147465" y="20737" z="-2130" /> <!-- North Gate Entrance -->
<location npcStringId="1010127" x="106517" y="-2871" z="-3454" feeCount="2000" /> <!-- Ancient Battleground -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="2000" castleId="4" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="2000" castleId="4;5" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="2000" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010585" x="142065" y="81300" z="-3000" feeCount="2000" /> <!-- Forest of Mirrors (Lv. 40) -->
<location npcStringId="1010607" x="166182" y="91560" z="-3168" feeCount="2000" /> <!-- Anghel Waterfall -->
<location npcStringId="1010137" x="181726" y="-7524" z="-3464" feeCount="2000" /> <!-- South Entrance of Devastated Castle -->
<location npcStringId="1010192" x="168779" y="-18790" z="-3184" feeCount="2000" /> <!-- West Area of the Devastated Castle -->
<location npcStringId="1010604" x="184742" y="19745" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010143" x="168217" y="37990" z="-4072" feeCount="2000" /> <!-- Forsaken Plains (Lv. 58) -->
<location npcStringId="1010144" x="114649" y="11115" z="-5120" feeCount="2000" /> <!-- Tower of Insolence (Lv. 70) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="2000" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="2000" /> <!-- Giant's Cave Lower Layer -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36729"> <!-- Bremen -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36731"> <!-- Kalein -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35405"> <!-- Flynn -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35403"> <!-- Ron -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35407"> <!-- Seth -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36735"> <!-- Yuven -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36733"> <!-- Winsnun -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36737"> <!-- Gairin -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36739"> <!-- Flon -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="19025" y="145245" z="-3107" /> <!-- Village Square -->
<location npcStringId="1010026" x="21511" y="145866" z="-3153" /> <!-- East Gate Entrance -->
<location npcStringId="1010025" x="18891" y="142365" z="-3051" /> <!-- North Gate Entrance -->
<location npcStringId="1010028" x="17394" y="147593" z="-3129" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="16582" y="144130" z="-2960" /> <!-- West Gate Entrance -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="2000" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="2000" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="2000" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010036" x="17430" y="170103" z="-3506" feeCount="10000" /> <!-- Entrance to Floran Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35457"> <!-- Gladys -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
<location npcStringId="1010118" x="85546" y="131328" z="-3672" feeCount="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<location npcStringId="1010567" x="43408" y="206881" z="-3752" feeCount="2000" /> <!-- Devil's Isle (Lv. 92) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="2000" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35451"> <!-- Emma -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
<location npcStringId="1010118" x="85546" y="131328" z="-3672" feeCount="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<location npcStringId="1010567" x="43408" y="206881" z="-3752" feeCount="2000" /> <!-- Devil's Isle (Lv. 92) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="2000" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35455"> <!-- Bianca -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
<location npcStringId="1010118" x="85546" y="131328" z="-3672" feeCount="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<location npcStringId="1010567" x="43408" y="206881" z="-3752" feeCount="2000" /> <!-- Devil's Isle (Lv. 92) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="2000" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35453"> <!-- Adrienne -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
<location npcStringId="1010118" x="85546" y="131328" z="-3672" feeCount="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<location npcStringId="1010567" x="43408" y="206881" z="-3752" feeCount="2000" /> <!-- Devil's Isle (Lv. 92) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="2000" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35459"> <!-- Regina -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="81749" y="149171" z="-3464" /> <!-- Village Square -->
<location npcStringId="1010025" x="81525" y="143821" z="-3528" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="88342" y="147329" z="-3400" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="81548" y="152633" z="-3528" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="77305" y="148636" z="-3592" /> <!-- West Gate Entrance -->
<location npcStringId="1010118" x="85546" y="131328" z="-3672" feeCount="2000" /> <!-- Breka's Stronghold (Lv. 30) -->
<location npcStringId="1010567" x="43408" y="206881" z="-3752" feeCount="2000" /> <!-- Devil's Isle (Lv. 92) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="2000" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="2000" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010648" x="-116966" y="46613" z="360" feeCount="10000" /> <!-- Kamael Village -->
<location npcStringId="1010006" x="19025" y="145245" z="-3107" feeCount="10000" /> <!-- The Town of Dion -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35392"> <!-- Bremmer -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
<location npcStringId="1010175" x="-75437" y="168800" z="-3632" feeCount="2000" /> <!-- Windmill Hill (Lv. 20) -->
<location npcStringId="1010096" x="-63736" y="101522" z="-3552" feeCount="2000" castleId="1" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<location npcStringId="1010094" x="-88539" y="83389" z="-2864" feeCount="2000" /> <!-- Windy Hill (Lv. 26) -->
<location npcStringId="1010621" x="-16526" y="208032" z="-3664" feeCount="2000" /> <!-- Wastelands (Lv. 35) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35400"> <!-- Horner -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
<location npcStringId="1010175" x="-75437" y="168800" z="-3632" feeCount="2000" /> <!-- Windmill Hill (Lv. 20) -->
<location npcStringId="1010096" x="-63736" y="101522" z="-3552" feeCount="2000" castleId="1" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<location npcStringId="1010094" x="-88539" y="83389" z="-2864" feeCount="2000" /> <!-- Windy Hill (Lv. 26) -->
<location npcStringId="1010621" x="-16526" y="208032" z="-3664" feeCount="2000" /> <!-- Wastelands (Lv. 35) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35398"> <!-- Ruben -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
<location npcStringId="1010175" x="-75437" y="168800" z="-3632" feeCount="2000" /> <!-- Windmill Hill (Lv. 20) -->
<location npcStringId="1010096" x="-63736" y="101522" z="-3552" feeCount="2000" castleId="1" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<location npcStringId="1010094" x="-88539" y="83389" z="-2864" feeCount="2000" /> <!-- Windy Hill (Lv. 26) -->
<location npcStringId="1010621" x="-16526" y="208032" z="-3664" feeCount="2000" /> <!-- Wastelands (Lv. 35) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35394"> <!-- Kalis -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
<location npcStringId="1010175" x="-75437" y="168800" z="-3632" feeCount="2000" /> <!-- Windmill Hill (Lv. 20) -->
<location npcStringId="1010096" x="-63736" y="101522" z="-3552" feeCount="2000" castleId="1" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<location npcStringId="1010094" x="-88539" y="83389" z="-2864" feeCount="2000" /> <!-- Windy Hill (Lv. 26) -->
<location npcStringId="1010621" x="-16526" y="208032" z="-3664" feeCount="2000" /> <!-- Wastelands (Lv. 35) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35396"> <!-- Winker -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-82445" y="150788" z="-3129" /> <!-- Village Square -->
<location npcStringId="1010025" x="-83331" y="148563" z="-3148" /> <!-- North Gate Entrance -->
<location npcStringId="1010026" x="-78405" y="152723" z="-3181" /> <!-- East Gate Entrance -->
<location npcStringId="1010028" x="-77460" y="155995" z="-3194" /> <!-- South Gate Entrance -->
<location npcStringId="1010027" x="-85138" y="152749" z="-3160" /> <!-- West Gate Entrance -->
<location npcStringId="1010175" x="-75437" y="168800" z="-3632" feeCount="2000" /> <!-- Windmill Hill (Lv. 20) -->
<location npcStringId="1010096" x="-63736" y="101522" z="-3552" feeCount="2000" castleId="1" /> <!-- Fellmere Harvesting Grounds (Lv. 17) -->
<location npcStringId="1010094" x="-88539" y="83389" z="-2864" feeCount="2000" /> <!-- Windy Hill (Lv. 26) -->
<location npcStringId="1010621" x="-16526" y="208032" z="-3664" feeCount="2000" /> <!-- Wastelands (Lv. 35) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36727"> <!-- Arinas -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="2000" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="2000" castleId="1" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36723"> <!-- Bubek -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="2000" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="2000" castleId="1" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36721"> <!-- Leina -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="2000" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="2000" castleId="1" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35384"> <!-- Black -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="2000" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="2000" castleId="1" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35386"> <!-- Boyer -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="2000" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="2000" castleId="1" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35390"> <!-- Dillon -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="2000" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="2000" castleId="1" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36725"> <!-- Sarina -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="2000" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="2000" castleId="1" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35388"> <!-- Tim -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010024" x="-14393" y="123671" z="-3144" /> <!-- Village Square -->
<location npcStringId="1010026" x="-11817" y="123652" z="-3079" /> <!-- East Gate Entrance -->
<location npcStringId="1010027" x="-16796" y="124108" z="-3127" /> <!-- West Gate Entrance -->
<location npcStringId="1010028" x="-14207" y="126547" z="-3151" /> <!-- South Gate Entrance -->
<location npcStringId="1010025" x="-14591" y="121024" z="-2990" /> <!-- North Gate Entrance -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="2000" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="2000" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="2000" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="2000" castleId="1" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010164" x="-15901" y="30661" z="-3616" feeCount="2000" /> <!-- Bloody Swampland (Lv. 85) -->
<location npcStringId="1010652" x="-74506" y="53435" z="-3680" feeCount="2000" /> <!-- Isle of Souls Harbor(Lv. 93) -->
<location npcStringId="1010723" x="-115854" y="236285" z="-3088" feeCount="2000" /> <!-- Ruins of Ye Sagira (Lv. 85) -->
<location npcStringId="1010114" x="44725" y="146026" z="-3512" feeCount="2000" /> <!-- Guilloutine Fortress (Lv. 95) -->
<location npcStringId="1010718" x="149363" y="173599" z="-920" feeCount="2000" /> <!-- Parnassus -->
<location npcStringId="1010604" x="185006" y="20913" z="-3168" feeCount="2000" /> <!-- Seal of Shilen (Lv. 95) -->
<location npcStringId="1010023" x="147450" y="28081" z="-2294" feeCount="10000" /> <!-- Town of Aden -->
<location npcStringId="1010001" x="-114353" y="255211" z="-1520" feeCount="10000" /> <!-- Talking Island Village -->
<location npcStringId="1010003" x="11247" y="16049" z="-4584" feeCount="10000" /> <!-- The Dark Elf Village -->
<location npcStringId="1010200" x="43889" y="-49101" z="-792" feeCount="10000" /> <!-- Town of Rune -->
<location npcStringId="1010007" x="81749" y="149171" z="-3464" feeCount="10000" /> <!-- The Town of Giran -->
<location npcStringId="1010730" x="-149464" y="255062" z="-80" feeCount="10000" /> <!-- Gludio Wharf -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35858"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010658" x="189894" y="36746" z="-3408" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="189914" y="42242" z="-3408" /> <!-- Fortress South Gate -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010679" x="147428" y="20161" z="-2008" /> <!-- Front of the Aden Castle Gate -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010658" x="189894" y="36746" z="-3408" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="189914" y="42242" z="-3408" /> <!-- Fortress South Gate -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010679" x="147428" y="20161" z="-2008" /> <!-- Front of the Aden Castle Gate -->
<location npcStringId="1010127" x="118509" y="-4779" z="-4000" feeCount="500" /> <!-- Ancient Battleground -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="500" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="500" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="500" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="500" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="500" /> <!-- Giant's Cave Lower Layer -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36248"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010658" x="124180" y="93249" z="-2144" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="126155" y="97124" z="-2144" /> <!-- Fortress South Gate -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010658" x="124180" y="93249" z="-2144" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="126155" y="97124" z="-2144" /> <!-- Fortress South Gate -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="500" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="500" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="500" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="500" /> <!-- Tanor Canyon (Lv. 46) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="500" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="500" /> <!-- Giant's Cave Lower Layer -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35827"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010656" x="153112" y="56872" z="-3256" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="156730" y="53921" z="-3256" /> <!-- Fortress East Gate -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010679" x="147428" y="20161" z="-2008" /> <!-- Front of the Aden Castle Gate -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010656" x="153112" y="56872" z="-3256" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="156730" y="53921" z="-3256" /> <!-- Fortress East Gate -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010679" x="147428" y="20161" z="-2008" /> <!-- Front of the Aden Castle Gate -->
<location npcStringId="1010127" x="118509" y="-4779" z="-4000" feeCount="500" /> <!-- Ancient Battleground -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="500" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="500" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="500" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="500" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="500" /> <!-- Giant's Cave Lower Layer -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36210"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010658" x="112356" y="-17243" z="-992" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="110349" y="-13288" z="-922" /> <!-- Fortress South Gate -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
<location npcStringId="1010661" x="147728" y="-56331" z="-2776" /> <!-- Goddard Town Square -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010658" x="112356" y="-17243" z="-992" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="110349" y="-13288" z="-922" /> <!-- Fortress South Gate -->
<location npcStringId="1010678" x="147450" y="28081" z="-2294" /> <!-- Aden Town Square -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
<location npcStringId="1010661" x="147728" y="-56331" z="-2776" /> <!-- Goddard Town Square -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="500" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010060" x="155310" y="-16339" z="-3320" feeCount="500" /> <!-- Blazing Swamp (Lv. 97) -->
<location npcStringId="1010127" x="118509" y="-4779" z="-4000" feeCount="500" /> <!-- Ancient Battleground -->
<location npcStringId="1010530" x="169018" y="-116303" z="-2432" feeCount="500" /> <!-- Entrance to the Forge of the Gods (Lv. 78) -->
<location npcStringId="1010568" x="165054" y="-47861" z="-3560" feeCount="500" /> <!-- Wall of Argos (Lv. 71) -->
<location npcStringId="1010702" x="183985" y="61424" z="-3992" feeCount="500" /> <!-- Giant's Cave Upper Layer -->
<location npcStringId="1010703" x="191754" y="56760" z="-7624" feeCount="500" /> <!-- Giant's Cave Lower Layer -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36141"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010658" x="12468" y="93196" z="-3424" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="10494" y="96881" z="-3424" /> <!-- Fortress South Gate -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010658" x="12468" y="93196" z="-3424" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="10494" y="96881" z="-3424" /> <!-- Fortress South Gate -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="500" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="500" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010121" x="64328" y="26803" z="-3768" feeCount="500" /> <!-- Sea of Spores (Lv. 52) -->
<location npcStringId="1010127" x="118509" y="-4779" z="-4000" feeCount="500" /> <!-- Ancient Battleground -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35727"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010658" x="15383" y="186025" z="-2920" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="18046" y="190017" z="-2920" /> <!-- Fortress South Gate -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010670" x="19888" y="153395" z="-3144" /> <!-- Front of the Dion Castle Gate -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010658" x="15383" y="186025" z="-2920" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="18046" y="190017" z="-2920" /> <!-- Fortress South Gate -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010670" x="19888" y="153395" z="-3144" /> <!-- Front of the Dion Castle Gate -->
<location npcStringId="1010614" x="5106" y="126916" z="-3664" feeCount="500" /> <!-- Cruma Marshlands (Lv. 25) -->
<location npcStringId="1010113" x="47382" y="111278" z="-2104" feeCount="500" /> <!-- Fortress of Resistance (Lv. 23) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="500" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="500" /> <!-- Tanor Canyon (Lv. 46) -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36110"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010658" x="58923" y="137789" z="-1752" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="61551" y="141036" z="-1752" /> <!-- Fortress South Gate -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010658" x="58923" y="137789" z="-1752" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="61551" y="141036" z="-1752" /> <!-- Fortress South Gate -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="500" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="500" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="500" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="500" /> <!-- Tanor Canyon (Lv. 46) -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35758"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010658" x="126066" y="120350" z="-2584" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="126023" y="125853" z="-2584" /> <!-- Fortress South Gate -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
<location npcStringId="1010666" x="107954" y="145841" z="-3224" /> <!-- Front of the Giran Castle Gate -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010658" x="126066" y="120350" z="-2584" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="126023" y="125853" z="-2584" /> <!-- Fortress South Gate -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
<location npcStringId="1010666" x="107954" y="145841" z="-3224" /> <!-- Front of the Giran Castle Gate -->
<location npcStringId="1010118" x="85546" y="131328" z="-3672" feeCount="500" /> <!-- Breka's Stronghold (Lv. 30) -->
<location npcStringId="1010567" x="43408" y="206881" z="-3752" feeCount="500" /> <!-- Devil's Isle (Lv. 92) -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="500" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="500" /> <!-- Tanor Canyon (Lv. 46) -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36034"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010656" x="3798" y="148797" z="-2888" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="7693" y="150682" z="-2888" /> <!-- Fortress East Gate -->
<location npcStringId="1010663" x="-14393" y="123671" z="-3144" /> <!-- Gludio Town Square -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010656" x="3798" y="148797" z="-2888" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="7693" y="150682" z="-2888" /> <!-- Fortress East Gate -->
<location npcStringId="1010663" x="-14393" y="123671" z="-3144" /> <!-- Gludio Town Square -->
<location npcStringId="1010669" x="19025" y="145245" z="-3107" /> <!-- Dion Town Square -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="500" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="500" /> <!-- Windawood Manor (Lv. 22) -->
<location npcStringId="1010111" x="630" y="179184" z="-3720" feeCount="500" /> <!-- Plains of Dion (Lv. 23) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="500" /> <!-- Tanor Canyon (Lv. 46) -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35658"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010656" x="-55240" y="157193" z="-2048" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="-50296" y="155793" z="-2056" /> <!-- Fortress East Gate -->
<location npcStringId="1010663" x="-14393" y="123671" z="-3144" /> <!-- Gludio Town Square -->
<location npcStringId="1010664" x="-15043" y="116596" z="-3208" /> <!-- Front of the Gludio Castle Gate -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010656" x="-55240" y="157193" z="-2048" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="-50296" y="155793" z="-2056" /> <!-- Fortress East Gate -->
<location npcStringId="1010663" x="-14393" y="123671" z="-3144" /> <!-- Gludio Town Square -->
<location npcStringId="1010664" x="-15043" y="116596" z="-3208" /> <!-- Front of the Gludio Castle Gate -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="500" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="500" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="500" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="500" /> <!-- Windawood Manor (Lv. 22) -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35689"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010656" x="-25480" y="219848" z="-3248" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="-19886" y="219821" z="-3256" /> <!-- Fortress East Gate -->
<location npcStringId="1010663" x="-14393" y="123671" z="-3144" /> <!-- Gludio Town Square -->
<location npcStringId="1010664" x="-15043" y="116596" z="-3208" /> <!-- Front of the Gludio Castle Gate -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010656" x="-25480" y="219848" z="-3248" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="-19886" y="219821" z="-3256" /> <!-- Fortress East Gate -->
<location npcStringId="1010663" x="-14393" y="123671" z="-3144" /> <!-- Gludio Town Square -->
<location npcStringId="1010664" x="-15043" y="116596" z="-3208" /> <!-- Front of the Gludio Castle Gate -->
<location npcStringId="1010097" x="-41248" y="122848" z="-2912" feeCount="500" /> <!-- Ruins of Agony (Lv. 25) -->
<location npcStringId="1010101" x="-19359" y="136846" z="-3760" feeCount="500" /> <!-- Ruins of Despair (Lv. 30) -->
<location npcStringId="1010566" x="-9959" y="176184" z="-4160" feeCount="500" /> <!-- Ant Nest (Lv. 29) -->
<location npcStringId="1010102" x="-28327" y="155125" z="-3496" feeCount="500" /> <!-- Windawood Manor (Lv. 22) -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="36172"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010656" x="77834" y="89176" z="-2880" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="80441" y="92831" z="-2880" /> <!-- Fortress East Gate -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010656" x="77834" y="89176" z="-2880" /> <!-- Fortress West Gate -->
<location npcStringId="1010657" x="80441" y="92831" z="-2880" /> <!-- Fortress East Gate -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
<location npcStringId="1010665" x="81749" y="149171" z="-3464" /> <!-- Giran Town Square -->
<location npcStringId="1010121" x="64328" y="26803" z="-3768" feeCount="500" /> <!-- Sea of Spores (Lv. 52) -->
<location npcStringId="1010127" x="118509" y="-4779" z="-4000" feeCount="500" /> <!-- Ancient Battleground -->
<location npcStringId="1010067" x="73024" y="118485" z="-3720" feeCount="500" /> <!-- Dragon Valley (Lv. 76) -->
<location npcStringId="1010115" x="60374" y="164301" z="-2856" feeCount="500" /> <!-- Tanor Canyon (Lv. 46) -->
</teleport>
</npc>
</list>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/teleporterData.xsd">
<npc id="35796"> <!-- Foreman -->
<teleport name="tel1" type="OTHER">
<location npcStringId="1010658" x="74367" y="2533" z="-3040" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="71388" y="6235" z="-3032" /> <!-- Fortress South Gate -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
<location npcStringId="1010682" x="75648" y="39380" z="-2952" /> <!-- Front of the Oren Castle Gate -->
</teleport>
<teleport name="tel2" type="OTHER">
<location npcStringId="1010658" x="74367" y="2533" z="-3040" /> <!-- Fortress North Gate -->
<location npcStringId="1010659" x="71388" y="6235" z="-3032" /> <!-- Fortress South Gate -->
<location npcStringId="1010681" x="82323" y="55466" z="-1480" /> <!-- Oren Town Square -->
<location npcStringId="1010682" x="75648" y="39380" z="-2952" /> <!-- Front of the Oren Castle Gate -->
<location npcStringId="1010121" x="64328" y="26803" z="-3768" feeCount="500" /> <!-- Sea of Spores (Lv. 52) -->
<location npcStringId="1010618" x="124904" y="61992" z="-3973" feeCount="500" /> <!-- Enchanted Valley, Southern Region (Lv. 45) -->
<location npcStringId="1010619" x="104426" y="33746" z="-3825" feeCount="500" /> <!-- Enchanted Valley, Northern Region (Lv. 45) -->
<location npcStringId="1010127" x="118509" y="-4779" z="-4000" feeCount="500" /> <!-- Ancient Battleground -->
</teleport>
</npc>
</list>

View File

@ -12,8 +12,10 @@
<location npcStringId="1010018" x="85289" y="16225" z="-2288" feeCount="0" /> <!-- 3rd Floor Elven Wizard Guild -->
<location npcStringId="1010019" x="85289" y="16225" z="-1768" feeCount="0" /> <!-- 4th Floor Dark Wizard Guild -->
</teleport>
<teleport type="OTHER">
<location x="90880" y="12439" z="-4960" /> <!-- Outside Ivory Tower -->
<!--
<teleport type="OTHER">
<location x="90880" y="12439" z="-4960" /> Outside Ivory Tower
</teleport>
-->
</npc>
</list>

View File

@ -35,22 +35,6 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="teleportList" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence maxOccurs="1">
<xs:element name="teleport" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="npcStringId" type="xs:positiveInteger" use="required" />
<xs:attribute name="x" type="xs:integer" use="required" />
<xs:attribute name="y" type="xs:integer" use="required" />
<xs:attribute name="z" type="xs:integer" use="required" />
<xs:attribute name="minFunctionLevel" type="xs:positiveInteger" use="required" />
<xs:attribute name="cost" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ownerRestartPoint">
<xs:complexType>
<xs:attribute name="x" type="xs:integer" use="required" />

Some files were not shown because too many files have changed in this diff Show More