Various Grand Crusade changes.
Contributed by gamelike85.
This commit is contained in:
parent
ebcd5a3c63
commit
c83c60d0c8
@ -1,6 +1,6 @@
|
||||
<html><body>Pathfinder Worker:<br>
|
||||
We have found out that Zaken has a way to manifest his Daytime presence to be even stronger than before.<br>
|
||||
Our reports indicate that you can face him just like the regular Daytime Zaken, but it won't be easy.<br>
|
||||
(Only levels 78 - 99 can enter.)<br>
|
||||
(Only levels 90 - 99 can enter.)<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest CavernOfThePirateCaptain enter83">Challenge Daytime Zaken (Difficult).</Button>
|
||||
</body></html>
|
6
L2J_Mobius_4.0_GrandCrusade/dist/game/data/html/teleporter/30256-1.htm
vendored
Normal file
6
L2J_Mobius_4.0_GrandCrusade/dist/game/data/html/teleporter/30256-1.htm
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><body>Gatekeeper Bella:<br>
|
||||
Embryo has launched an occupational war againts Gracia. All Airship Fields and Sayunes are closed due to the war. The Gracia Army has allied with the Aden Army and managed to defend the Keucereus Alliance Base, but the Embryo Army continues to attack it.<br>
|
||||
If the Keucereus Alliance Base is in a defensive battle, I can send all warriors of level 95 or higher to the Keucereus Alliance Base.<br>
|
||||
If the alliance has successfully defended or no battle with the Embryo army has occurred, I can teleport you to the base immediately. Teleportation cost 150,000 Adena.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport 3 1">Teleport</Button>
|
||||
</body></html>
|
@ -3,7 +3,7 @@ Gatekeeper Bella:<br>
|
||||
Welcome! Beautiful weather, isn't it? Perfect for traveling!<br>
|
||||
(If your <font color="LEVEL">main class</font> is <font color="LEVEL">Lv. 76 or below</font>, you can teleport for free.)<br>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"Teleport me, please."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport 2 5">"Go to Keucereus Alliance Base"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Go to Keucereus Alliance Base"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_multisell 002">"I want to exchange some Dimensional Diamonds."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_showNoblesSelect">[Noblesse Only] "Teleport me, please."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest TeleportToRaceTrack" msg="811;Monster Race Track">"I want to go to the Arena and Monster Race Track for free."</Button>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Cavern of the Pirate Captain (Daydream-83) -->
|
||||
<!-- Cavern of the Pirate Captain (Daydream-90) -->
|
||||
<instance id="135" maxWorlds="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
|
||||
<time duration="60" empty="10" />
|
||||
<locations>
|
||||
@ -30,7 +30,7 @@
|
||||
<param name="limit" value="21" />
|
||||
</condition>
|
||||
<condition type="Level">
|
||||
<param name="min" value="78" />
|
||||
<param name="min" value="90" />
|
||||
</condition>
|
||||
<condition type="Distance" />
|
||||
<condition type="Reenter" />
|
||||
|
@ -25,7 +25,7 @@
|
||||
<param name="limit" value="21" />
|
||||
</condition>
|
||||
<condition type="Level">
|
||||
<param name="min" value="82" />
|
||||
<param name="min" value="90" />
|
||||
</condition>
|
||||
<condition type="Distance" />
|
||||
<condition type="Reenter" />
|
||||
|
@ -25,7 +25,7 @@
|
||||
<param name="limit" value="21" />
|
||||
</condition>
|
||||
<condition type="Level">
|
||||
<param name="min" value="82" />
|
||||
<param name="min" value="90" />
|
||||
</condition>
|
||||
<condition type="Distance" />
|
||||
<condition type="Reenter" />
|
||||
|
@ -42,10 +42,12 @@ public final class LindviorScene extends AbstractNpcAI
|
||||
private static final int RESET_HOUR = 18;
|
||||
private static final int RESET_MIN = 58;
|
||||
private static final int RESET_DAY_1 = Calendar.TUESDAY;
|
||||
private static final int RESET_DAY_2 = Calendar.FRIDAY;
|
||||
private static final int RESET_DAY_2 = Calendar.WEDNESDAY;
|
||||
private static final int RESET_DAY_3 = Calendar.THURSDAY;
|
||||
private static final int RESET_DAY_4 = Calendar.FRIDAY;
|
||||
|
||||
private static boolean ALT_MODE = false;
|
||||
private static int ALT_MODE_MIN = 60; // schedule delay in minutes if ALT_MODE enabled
|
||||
private static int ALT_MODE_MIN = 120; // schedule delay in minutes if ALT_MODE enabled
|
||||
|
||||
private L2Npc _lindviorCamera = null;
|
||||
private L2Npc _tomaris = null;
|
||||
@ -103,7 +105,7 @@ public final class LindviorScene extends AbstractNpcAI
|
||||
|
||||
public void scheduleNextLindviorVisit()
|
||||
{
|
||||
final long delay = (ALT_MODE) ? ALT_MODE_MIN * 60000 : scheduleNextLindviorDate();
|
||||
final long delay = (ALT_MODE) ? ALT_MODE_MIN * 120000 : scheduleNextLindviorDate();
|
||||
startQuestTimer("start", delay, null, null);
|
||||
}
|
||||
|
||||
@ -126,6 +128,14 @@ public final class LindviorScene extends AbstractNpcAI
|
||||
{
|
||||
date.add(Calendar.DAY_OF_WEEK, RESET_DAY_2 - dayOfWeek);
|
||||
}
|
||||
else if (dayOfWeek <= RESET_DAY_3)
|
||||
{
|
||||
date.add(Calendar.DAY_OF_WEEK, RESET_DAY_3 - dayOfWeek);
|
||||
}
|
||||
else if (dayOfWeek <= RESET_DAY_4)
|
||||
{
|
||||
date.add(Calendar.DAY_OF_WEEK, RESET_DAY_4 - dayOfWeek);
|
||||
}
|
||||
else
|
||||
{
|
||||
date.add(Calendar.DAY_OF_WEEK, 1 + RESET_DAY_1);
|
||||
|
@ -1,7 +1,8 @@
|
||||
<html><head><body>Seed Teleport Device:<br>
|
||||
Let me guide you to the Seeds.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest SeedTeleportDevice seedOfAnnihilation">"I want to go to the Seed of Annihilation (Lv.85)."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest SeedTeleportDevice seedOfDestruction">"I want to go to the Seed of Destruction (Lv.93)."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest SeedTeleportDevice seedOfInfinity">"Can I go to the Seed of Infinity (Lv.95)?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest SeedTeleportDevice seedOfHellfire">"Teleport me to the Seed of Hellfire (Lv.97)."</Button>
|
||||
You will be guided to select where to go.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest SeedTeleportDevice seedOfAnnihilation">Seed of Annihilation (Lv.85)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest SeedTeleportDevice seedOfDestruction">Seed of Destruction (Lv.93)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest SeedTeleportDevice seedOfInfinity">Seed of Infinity (Lv.95)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest SeedTeleportDevice seedOfHellfire">Seed of Hellfire (Lv.97)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport 3 1">Town of Gludio</Button>
|
||||
</body></html>
|
@ -36,7 +36,7 @@ public final class SeedTeleportDevice extends AbstractNpcAI
|
||||
private static final Location SOI = new Location(-213699, 210686, 4408);
|
||||
private static final Location SOH = new Location(-147354, 152581, -14048);
|
||||
// Misc
|
||||
private static final int SOH_MIN_LV = 97;
|
||||
private static final int SOH_MIN_LV = 95;
|
||||
|
||||
private SeedTeleportDevice()
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/spawns.xsd">
|
||||
<spawn name="KeucereusAllianceBase">
|
||||
<group>
|
||||
<npc id="15929" x="-186692" y="243539" z="2608" respawnTime="60sec" /> <!-- Seed Teleport Device -->
|
||||
<npc id="15929" x="-186721" y="243663" z="2621" respawnTime="60sec" /> <!-- Seed Teleport Device -->
|
||||
<npc id="18669" x="-184991" y="242893" z="1576" respawnTime="60sec" /> <!-- -->
|
||||
<npc id="32517" x="-185775" y="246408" z="1280" heading="35999" respawnTime="60sec" /> <!-- Flight Device -->
|
||||
<npc id="32548" x="-186399" y="242412" z="2552" heading="3200" respawnTime="60sec" /> <!-- Keucereus -->
|
||||
@ -93,4 +93,4 @@
|
||||
<npc id="22615" x="-194040" y="255960" z="1388" heading="63449" respawnTime="60sec" /> <!-- Vulture Rider -->
|
||||
</group>
|
||||
</spawn>
|
||||
</list>
|
||||
</list>
|
||||
|
@ -281,7 +281,9 @@
|
||||
<item id="47729" name="Low-grade Keucereus Defense Supply Box" type="EtcItem">
|
||||
<!-- Compensation for participation in the Keucereus Union Base defense. Double-click to acquire an item. -->
|
||||
<set name="icon" val="icon.etc_treasure_box_i03" />
|
||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
||||
<set name="default_action" val="CAPSULE" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_tradable" val="false" />
|
||||
@ -289,11 +291,16 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="18732" level="1" /> <!-- Low-grade Keucereus Defense Supply Box -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="47730" name="High-grade Keucereus Defense Supply Box" type="EtcItem">
|
||||
<!-- Compensation for participation in the Keucereus Union Base defense. Double-click to acquire an item. -->
|
||||
<set name="icon" val="icon.etc_treasure_box_i05" />
|
||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
||||
<set name="default_action" val="CAPSULE" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_tradable" val="false" />
|
||||
@ -301,11 +308,16 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="18732" level="2" /> <!-- Low-grade Keucereus Defense Supply Box -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="47731" name="Low-grade Keucereus Defense Success Reward Box" type="EtcItem">
|
||||
<!-- Compensation for participation in the Keucereus Union Base defense. Double-click to acquire an item. -->
|
||||
<set name="icon" val="icon.etc_treasure_box_i02" />
|
||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
||||
<set name="default_action" val="CAPSULE" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_tradable" val="false" />
|
||||
@ -313,11 +325,16 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="18732" level="3" /> <!-- Low-grade Keucereus Defense Supply Box -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="47732" name="High-grade Keucereus Defense Success Reward Box" type="EtcItem">
|
||||
<!-- Compensation for participation in the Keucereus Union Base defense. Double-click to acquire an item. -->
|
||||
<set name="icon" val="icon.etc_treasure_box_i08" />
|
||||
<set name="default_action" val="SKILL_REDUCE_ON_SKILL_SUCCESS" />
|
||||
<set name="default_action" val="CAPSULE" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_tradable" val="false" />
|
||||
@ -325,6 +342,9 @@
|
||||
<set name="is_depositable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="18732" level="4" /> <!-- Low-grade Keucereus Defense Supply Box -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="47733" name="Guardian Captain Isberg Elimination Commemorative Supply Items" type="EtcItem">
|
||||
<!-- A commemorative gift for defeating Isberg, the guardian guarding the fortress of Mesia. Double-click to acquire an item. Will be deleted on June 22, 2016 (Wed) after regular maintenance. -->
|
||||
|
@ -114,7 +114,7 @@
|
||||
<height normal="27.5" />
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="15929" level="99" type="L2Npc" name="Seed Teleport Device">
|
||||
<npc id="15929" level="99" type="L2Teleporter" name="Seed Teleport Device">
|
||||
<!-- AUTO GENERATED NPC TODO: FIX IT -->
|
||||
<race>ETC</race>
|
||||
<sex>FEMALE</sex>
|
||||
|
@ -248,9 +248,156 @@
|
||||
<operateType>A1</operateType>
|
||||
</skill>
|
||||
<skill id="18732" toLevel="4" name="Low-grade Keucereus Defense Supply Box">
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
<icon>icon.skill0000</icon>
|
||||
<itemConsumeId>
|
||||
<value level="1">47729</value>
|
||||
<value level="2">47730</value>
|
||||
<value level="3">47731</value>
|
||||
<value level="4">47732</value>
|
||||
</itemConsumeId>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<operateType>A1</operateType>
|
||||
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<magicLvl>1</magicLvl>
|
||||
<staticReuse>true</staticReuse>
|
||||
<isMagic>2</isMagic>
|
||||
<reuseDelay>2000</reuseDelay>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="OpEncumbered">
|
||||
<weightPercent>10</weightPercent>
|
||||
<slotsPercent>10</slotsPercent>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="RestorationRandom" fromLevel="1" toLevel="1">
|
||||
<items>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="19440" count="1" /> <!-- Gemstone (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="35563" count="1" /> <!-- Giant's Energy -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="39634" count="1" /> <!-- Venir's Talisman Stage 1 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="17527" count="1" /> <!-- Scroll: Enchant Armor (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="17526" count="1" /> <!-- Scroll: Enchant Weapon (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="30297" count="1" /> <!-- Superior Giant's Codex -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="30299" count="1" /> <!-- Superior Giant's Codex - Discipline -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="30298" count="1" /> <!-- Superior Giant's Codex - Mastery -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="45931" count="1" /> <!-- High-grade Spirit Stone -->
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
<effect name="RestorationRandom" fromLevel="2" toLevel="2">
|
||||
<items>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="19440" count="1" /> <!-- Gemstone (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="35563" count="1" /> <!-- Giant's Energy -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="39635" count="1" /> <!-- Venir's Talisman Stage 2 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="17527" count="1" /> <!-- Scroll: Enchant Armor (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="17526" count="1" /> <!-- Scroll: Enchant Weapon (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="46150" count="1" /> <!-- Superior Giant's Codex Chapter 1 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="46151" count="1" /> <!-- Superior Giant's Codex - Discipline Chapter 1 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="46152" count="1" /> <!-- Superior Giant's Codex - Mastery Chapter 1 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="45932" count="1" /> <!-- Top-grade Spirit Stone -->
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
<effect name="RestorationRandom" fromLevel="3" toLevel="3">
|
||||
<items>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="19448" count="1" /> <!-- Blessed Scroll: Enchant Armor (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="19447" count="1" /> <!-- Blessed Scroll: Enchant Weapon (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="39636" count="1" /> <!-- Venir's Talisman Stage 3 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="17527" count="1" /> <!-- Scroll: Enchant Armor (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="17526" count="1" /> <!-- Scroll: Enchant Weapon (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="30297" count="1" /> <!-- Superior Giant's Codex -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="30299" count="1" /> <!-- Superior Giant's Codex - Discipline -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="30298" count="1" /> <!-- Superior Giant's Codex - Mastery -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="45932" count="1" /> <!-- Top-grade Spirit Stone -->
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
<effect name="RestorationRandom" fromLevel="4" toLevel="4">
|
||||
<items>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="19448" count="1" /> <!-- Blessed Scroll: Enchant Armor (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="19447" count="1" /> <!-- Blessed Scroll: Enchant Weapon (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="39637" count="1" /> <!-- Venir's Talisman Stage 4 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="17527" count="1" /> <!-- Scroll: Enchant Armor (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="17526" count="1" /> <!-- Scroll: Enchant Weapon (R-Grade) -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="46150" count="1" /> <!-- Superior Giant's Codex Chapter 1 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="46151" count="1" /> <!-- Superior Giant's Codex - Discipline Chapter 1 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="46152" count="1" /> <!-- Superior Giant's Codex - Mastery Chapter 1 -->
|
||||
</item>
|
||||
<item chance="11.11111111111111">
|
||||
<item id="45932" count="1" /> <!-- Top-grade Spirit Stone -->
|
||||
</item>
|
||||
</items>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="18733" toLevel="1" name="Guardian Captain Isburg Elimination Commemorative Supply Items">
|
||||
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
|
||||
|
8
L2J_Mobius_4.0_GrandCrusade/dist/game/data/teleporters/others/SeedTeleportDevice.xml
vendored
Normal file
8
L2J_Mobius_4.0_GrandCrusade/dist/game/data/teleporters/others/SeedTeleportDevice.xml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/teleporterData.xsd">
|
||||
<npc id="15929"> <!-- Seed Teleport Device -->
|
||||
<teleport type="OTHER">
|
||||
<location npcStringId="1010005" x="-14608" y="123920" z="-3128" /> <!-- The Town of Gludio -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -11,13 +11,11 @@
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -31,14 +31,15 @@
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3768" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010171" x="-6989" y="109503" z="-3040" feeId="13722" feeCount="1" /> <!-- Evil Hunting Grounds (Lv. 14) -->
|
||||
<location npcStringId="1010053" x="146440" y="46723" z="-3432" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186308" y="242820" z="2544" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87328" y="142266" z="-3640" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3768" feeCount="1000" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010171" x="-6989" y="109503" z="-3040" feeCount="1000" /> <!-- Evil Hunting Grounds (Lv. 14) -->
|
||||
<location npcStringId="1010053" x="146440" y="46723" z="-3432" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186308" y="242820" z="2544" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="OTHER">
|
||||
<location npcStringId="1010731" x="-186565" y="243629" z="2621" feeCount="150000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -29,7 +29,6 @@
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010620" x="107577" y="-122392" z="-3627" feeCount="1000" /> <!-- Frost Lake -->
|
||||
@ -38,7 +37,6 @@
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -25,7 +25,6 @@
|
||||
<location npcStringId="1010119" x="113553" y="134813" z="-3640" feeId="13722" feeCount="1" /> <!-- Gorgon Flower Garden (Lv. 31) -->
|
||||
<location npcStringId="1010022" x="105918" y="109759" z="-3192" feeId="13722" feeCount="1" /> <!-- Hardin's Private Academy -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -33,7 +32,6 @@
|
||||
<location npcStringId="1010119" x="113553" y="134813" z="-3640" feeCount="1000" /> <!-- Gorgon Flower Garden (Lv. 31) -->
|
||||
<location npcStringId="1010022" x="105918" y="109759" z="-3192" feeCount="1000" /> <!-- Hardin's Private Academy -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -42,7 +42,6 @@
|
||||
<location npcStringId="1010020" x="114295" y="86557" z="-3116" feeId="13722" feeCount="1" /> <!-- Hunter's Village -->
|
||||
<location npcStringId="1010607" x="166182" y="91560" z="-3163" feeId="13722" feeCount="1" /> <!-- Anghel Waterfall -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -59,7 +58,6 @@
|
||||
<location npcStringId="1010020" x="114295" y="86557" z="-3116" feeCount="1000" /> <!-- Hunter's Village -->
|
||||
<location npcStringId="1010607" x="166182" y="91560" z="-3163" feeCount="1000" /> <!-- Anghel Waterfall -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -18,7 +18,6 @@
|
||||
<location npcStringId="1010130" x="114295" y="86557" z="-3116" feeId="13722" feeCount="1" /> <!-- Hunters Valley (Lv. 40) -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010512" x="154386" y="121233" z="-3808" feeId="13722" feeCount="1" /> <!-- The Heart of Antharas' Lair -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -28,7 +27,6 @@
|
||||
<location npcStringId="1010130" x="114295" y="86557" z="-3116" feeCount="1000" /> <!-- Hunters Valley (Lv. 40) -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010512" x="154386" y="121233" z="-3808" feeCount="1000" /> <!-- The Heart of Antharas' Lair -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -33,7 +33,6 @@
|
||||
<location npcStringId="1010524" x="78721" y="253309" z="-9835" feeId="13722" feeCount="1" /> <!-- Garden of Eva - 4th Level -->
|
||||
<location npcStringId="1010525" x="82951" y="252354" z="-10587" feeId="13722" feeCount="1" /> <!-- Garden of Eva - 5th Level -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -49,7 +48,6 @@
|
||||
<location npcStringId="1010524" x="78721" y="253309" z="-9835" feeCount="1000" /> <!-- Garden of Eva - 4th Level -->
|
||||
<location npcStringId="1010525" x="82951" y="252354" z="-10587" feeCount="1000" /> <!-- Garden of Eva - 5th Level -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -30,7 +30,6 @@
|
||||
<location npcStringId="1010706" x="76911" y="-55295" z="-5819" feeId="13722" feeCount="1" /> <!-- Shyeed's Cavern -->
|
||||
<location npcStringId="1010575" x="106400" y="-87808" z="-2930" feeId="13722" feeCount="1" /> <!-- Monastery of Silence (Lv. 80) -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -41,7 +40,6 @@
|
||||
<location npcStringId="1010706" x="76911" y="-55295" z="-5819" feeCount="1000" /> <!-- Shyeed's Cavern -->
|
||||
<location npcStringId="1010575" x="106400" y="-87808" z="-2930" feeCount="1000" /> <!-- Monastery of Silence (Lv. 80) -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -17,13 +17,11 @@
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -28,7 +28,6 @@
|
||||
<location npcStringId="1010171" x="-54026" y="179504" z="-4640" feeId="13722" feeCount="1" /> <!-- Center of the Forgotten Temple -->
|
||||
<location npcStringId="1010171" x="-47506" y="179572" z="-3632" feeId="13722" feeCount="1" /> <!-- Westelands, Western Region -->
|
||||
<location npcStringId="1010053" x="146440" y="46723" z="-3432" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186308" y="242820" z="2544" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87328" y="142266" z="-3640" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -36,7 +35,6 @@
|
||||
<location npcStringId="1010171" x="-54026" y="179504" z="-4640" feeCount="1000" /> <!-- Center of the Forgotten Temple -->
|
||||
<location npcStringId="1010171" x="-47506" y="179572" z="-3632" feeCount="1000" /> <!-- Westelands, Western Region -->
|
||||
<location npcStringId="1010053" x="146440" y="46723" z="-3432" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186308" y="242820" z="2544" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -9,11 +9,9 @@
|
||||
</teleport>
|
||||
<teleport type="NOBLES_TOKEN">
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="OTHER">
|
||||
<location x="214432" y="79857" z="816" /> <!-- Arms of Timiniel -->
|
||||
|
@ -36,7 +36,6 @@
|
||||
<location npcStringId="1010532" x="180246" y="-111916" z="-5832" feeId="13722" feeCount="1" /> <!-- Forge of the Gods - Lower Level -->
|
||||
<location npcStringId="1010575" x="106400" y="-87808" z="-2930" feeId="13722" feeCount="1" /> <!-- Monastery of Silence (Lv. 80) -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -54,7 +53,7 @@
|
||||
<location npcStringId="1010532" x="180246" y="-111916" z="-5832" feeCount="1000" /> <!-- Forge of the Gods - Lower Level -->
|
||||
<location npcStringId="1010575" x="106400" y="-87808" z="-2930" feeCount="1000" /> <!-- Monastery of Silence (Lv. 80) -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -20,7 +20,6 @@
|
||||
<location npcStringId="1010590" x="-14141" y="27097" z="-3683" feeId="13722" feeCount="1" /> <!-- The Center of the Dark Forest -->
|
||||
<location npcStringId="1010489" x="-49185" y="49441" z="-5907" feeId="13722" feeCount="1" /> <!-- Center of the School of Dark Arts -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -29,7 +28,6 @@
|
||||
<location npcStringId="1010590" x="-14141" y="27097" z="-3683" feeCount="1000" /> <!-- The Center of the Dark Forest -->
|
||||
<location npcStringId="1010489" x="-49185" y="49441" z="-5907" feeCount="1000" /> <!-- Center of the School of Dark Arts -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -21,7 +21,6 @@
|
||||
<location npcStringId="1010595" x="175474" y="-181590" z="-907" feeId="13722" feeCount="1" /> <!-- The Center of the Mithril Mines -->
|
||||
<location npcStringId="1010597" x="144699" y="-173226" z="-1520" feeId="13722" feeCount="1" /> <!-- The Center of the Abandoned Coal Mines -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -29,7 +28,6 @@
|
||||
<location npcStringId="1010595" x="175474" y="-181590" z="-907" feeCount="1000" /> <!-- The Center of the Mithril Mines -->
|
||||
<location npcStringId="1010597" x="144699" y="-173226" z="-1520" feeCount="1000" /> <!-- The Center of the Abandoned Coal Mines -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -17,14 +17,12 @@
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010613" x="-18415" y="85624" z="-3675" feeId="13722" feeCount="1" /> <!-- The Center of the Neutral Zone -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010613" x="-18415" y="85624" z="-3675" feeCount="1000" /> <!-- The Center of the Neutral Zone -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -18,13 +18,11 @@
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeId="13722" feeCount="1" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeId="13722" feeCount="1" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010507" x="73579" y="142709" z="-3763" feeCount="1000" /> <!-- Giran Arena -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -16,14 +16,12 @@
|
||||
<location npcStringId="1010007" x="83551" y="147945" z="-3395" feeId="13722" feeCount="1" /> <!-- The Town of Giran -->
|
||||
<location npcStringId="1010556" x="-25327" y="-131591" z="-697" feeId="13722" feeCount="1" /> <!-- Immortal Plateau, Northern Region -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
<location npcStringId="1010007" x="83551" y="147945" z="-3395" feeCount="1000" /> <!-- The Town of Giran -->
|
||||
<location npcStringId="1010556" x="-25327" y="-131591" z="-697" feeCount="1000" /> <!-- Immortal Plateau, Northern Region -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
@ -25,7 +25,6 @@
|
||||
<location npcStringId="1010177" x="26798" y="172773" z="-3383" feeId="13722" feeCount="1" /> <!-- Floran Agricultural Area -->
|
||||
<location npcStringId="1010615" x="5914" y="125442" z="-3641" feeId="13722" feeCount="1" /> <!-- The Center of the Cruma Marshlands -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -34,7 +33,6 @@
|
||||
<location npcStringId="1010177" x="26798" y="172773" z="-3383" feeCount="1000" /> <!-- Floran Agricultural Area -->
|
||||
<location npcStringId="1010615" x="5914" y="125442" z="-3641" feeCount="1000" /> <!-- The Center of the Cruma Marshlands -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
||||
|
@ -27,7 +27,6 @@
|
||||
<location npcStringId="1010616" x="67071" y="68795" z="-3656" feeId="13722" feeCount="1" /> <!-- Timak Outpost (Lv. 40) -->
|
||||
<location npcStringId="1010160" x="-44580" y="77486" z="-3740" feeId="13722" feeCount="1" /> <!-- Altar of Rites -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeId="13722" feeCount="1" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeId="13722" feeCount="100" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
<teleport type="NOBLES_ADENA">
|
||||
<location npcStringId="1010506" x="-87334" y="142252" z="-3645" feeCount="1000" /> <!-- Gludin Arena -->
|
||||
@ -36,7 +35,6 @@
|
||||
<location npcStringId="1010616" x="67071" y="68795" z="-3656" feeCount="1000" /> <!-- Timak Outpost (Lv. 40) -->
|
||||
<location npcStringId="1010160" x="-44580" y="77486" z="-3740" feeCount="1000" /> <!-- Altar of Rites -->
|
||||
<location npcStringId="1010053" x="146434" y="46712" z="-3433" feeCount="1000" /> <!-- Coliseum -->
|
||||
<location npcStringId="1010731" x="-186306" y="242822" z="2552" feeCount="100000" /> <!-- Keucereus Alliance Base -->
|
||||
</teleport>
|
||||
</npc>
|
||||
</list>
|
Loading…
Reference in New Issue
Block a user