Initial changes.

This commit is contained in:
MobiusDevelopment 2020-06-14 05:49:47 +00:00
parent 141764df73
commit 082558d4ac
1882 changed files with 22149 additions and 90093 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>L2J_Mobius_C6_Interlude</name>
<name>L2J_Mobius_C4_ScionsOfDestiny</name>
<comment></comment>
<projects>
</projects>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<project name="L2J_Mobius_C6_Interlude" default="cleanup" basedir=".">
<project name="L2J_Mobius_C4_ScionsOfDestiny" default="cleanup" basedir=".">
<description>
This file is part of the L2J Mobius project.
@ -131,15 +131,15 @@
</target>
<target name="adding-core" depends="jar" description="Adding the compiled jars to the Zip file.">
<zip destfile="${build}/L2J_Mobius_C6_Interlude.zip" basedir="${build.dist}" level="9" />
<zip destfile="${build}/L2J_Mobius_C4_ScionsOfDestiny.zip" basedir="${build.dist}" level="9" />
</target>
<target name="adding-datapack" depends="adding-core" description="Updating the Zip file with datapack content.">
<zip destfile="${build}/L2J_Mobius_C6_Interlude.zip" basedir="${datapack}" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_C4_ScionsOfDestiny.zip" basedir="${datapack}" update="true" level="9" />
</target>
<target name="adding-readme" depends="adding-datapack" description="Adding readme.txt to the Zip file.">
<zip destfile="${build}/L2J_Mobius_C6_Interlude.zip" basedir="." includes="readme.txt" update="true" level="9" />
<zip destfile="${build}/L2J_Mobius_C4_ScionsOfDestiny.zip" basedir="." includes="readme.txt" update="true" level="9" />
</target>
<target name="cleanup" depends="adding-readme" description="Cleaning the build folder.">

View File

@ -1,10 +0,0 @@
-- ---------------------------
-- Table structure for augmentations
-- ---------------------------
CREATE TABLE IF NOT EXISTS augmentations (
item_id int(11) NOT NULL default 0,
attributes int(11) default 0,
skill int(11) default 0,
level int(11) default 0,
PRIMARY KEY (item_id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@ -1,12 +0,0 @@
-- ----------------------------
-- Table structure for `cursed_weapons`
-- ----------------------------
CREATE TABLE IF NOT EXISTS `cursed_weapons` (
`itemId` INT,
`playerId` INT DEFAULT 0,
`playerKarma` INT DEFAULT 0,
`playerPkKills` INT DEFAULT 0,
`nbKills` INT DEFAULT 0,
`endTime` DECIMAL(20,0) DEFAULT 0,
PRIMARY KEY (`itemId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

View File

@ -1,5 +0,0 @@
CREATE TABLE IF NOT EXISTS `fishing_championship` (
`player_name` VARCHAR(35) NOT NULL,
`fish_length` DOUBLE(10,3) NOT NULL,
`rewarded` INT(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
DELETE FROM droplist WHERE itemId>7849;
DELETE FROM skill_spellbooks WHERE item_id>7849;
DELETE FROM merchant_buylists WHERE item_id>7849;

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,15 @@
DELETE FROM skill_trees WHERE skill_id>=370 AND skill_id<461;
DELETE FROM skill_trees WHERE skill_id>=1374 AND skill_id<1430;
DELETE FROM skill_trees WHERE skill_id>=2234 AND skill_id<2328;
DELETE FROM skill_trees WHERE skill_id>=3080 AND skill_id<3266;
DELETE FROM skill_trees WHERE skill_id>=3603 AND skill_id<3633;
DELETE FROM skill_trees WHERE skill_id>=4989 AND skill_id<7000;
DELETE FROM skill_trees WHERE skill_id>=7033 AND skill_id<7064;
DELETE FROM npcskills WHERE skillid>=370 AND skillid<461;
DELETE FROM npcskills WHERE skillid>=1374 AND skillid<1430;
DELETE FROM npcskills WHERE skillid>=2234 AND skillid<2328;
DELETE FROM npcskills WHERE skillid>=3080 AND skillid<3266;
DELETE FROM npcskills WHERE skillid>=3603 AND skillid<3633;
DELETE FROM npcskills WHERE skillid>=4989 AND skillid<7000;
DELETE FROM npcskills WHERE skillid>=7033 AND skillid<7064;

View File

@ -0,0 +1,14 @@
-- Remove Flauron and Triol's Mirror spawns.
DELETE FROM `spawnlist` WHERE `npc_templateid` IN ('32010', '32039', '32040');
-- Remove Devorin spawn.
DELETE FROM `spawnlist` WHERE `npc_templateid` IN ('32009');
-- Remove Rune clan hall NPC spawns.
DELETE FROM `spawnlist` WHERE `npc_templateid` IN ('35567', '35568', '35571', '35573', '35575', '35577', '35579');
-- Remove Primeval Isle spawns.
DELETE FROM spawnlist WHERE (locx>=0 AND locy>=-32768 AND locx<=32768 AND locy<=0);
-- Remove NPCs not replaced based on C4 client.
DELETE FROM `spawnlist` WHERE `npc_templateid` IN ('13015', '13018', '13019', '13020', '13021', '13022', '13023', '13024', '13025', '13026', '13027', '13028', '13029', '13030', '13031', '13032', '13033', '13034', '13035', '13036', '14836', '14837', '14838', '14839', '14840', '14841', '14842', '14843', '14844', '14845', '14846', '14847', '14848', '14849', '14850', '14851', '14852', '14853', '14854', '14855', '14856', '14857', '14858', '14859', '14860', '14861', '14862', '14863', '14864', '14865', '14866', '14867', '14868', '14869', '18333', '18335', '18338', '18340', '18341', '18343', '18344', '18345', '18346', '22003', '22005', '22006', '22008', '22028', '22050', '22052', '22053', '22054', '22055', '22056', '22058', '22059', '22060', '22061', '22062', '22063', '22064', '22065', '22066', '22067', '22068', '22069', '22070', '22071', '22072', '22073', '22074', '22075', '22076', '22077', '22078', '22107', '22108', '22110', '22111', '22112', '22113', '22114', '22119', '22120', '22121', '22124', '22125', '22126', '22127', '22128', '22129', '22134', '22135', '22136', '22137', '22138', '22139', '22140', '22141', '22142', '22143', '22144', '22145', '22146', '22147', '22148', '22149', '22150', '22151', '22152', '22153', '22154', '22155', '22156', '22157', '22158', '22159', '22160', '22161', '22162', '22163', '22164', '22165', '22166', '22167', '22168', '22169', '22170', '22171', '22172', '22173', '22174', '22175', '22176', '22188', '22189', '22190', '22191', '22192', '22193', '22194', '22195', '22196', '22197', '22198', '22199', '22200', '22201', '22202', '22203', '22204', '22205', '22208', '22209', '22210', '22211', '22212', '22213', '22214', '22215', '22216', '22217', '22218', '22219', '22220', '22221', '22222', '22223', '22224', '22225', '22226', '22227', '25176', '25249', '25501', '25502', '25503', '25504', '25512', '25514', '25515', '25516', '25517', '25518', '25519', '25523', '25527', '27318', '29045', '29046', '29047', '29048', '29049', '29050', '29051', '29054', '29056', '29062', '29063', '29064', '29065', '29069', '29070', '29071', '29072', '29073', '29074', '29075', '29076', '29095', '29096', '29097', '29098', '32009', '32012', '32021', '32022', '32023', '32027', '32028', '32030', '32031', '32032', '32033', '32034', '32035', '32036', '32037', '32039', '32040', '32042', '32043', '32044', '32045', '32051', '32058', '32059', '32060', '32061', '32062', '32063', '32064', '32065', '32066', '32067', '32068', '32070', '32071', '32072', '32073', '32077', '32078', '32079', '32104', '32108', '32109', '32111', '32112', '32114', '32115', '32116', '32117', '32118', '32119', '32120', '32121', '32122', '32129', '32130', '35469', '35606', '35629', '35630', '35643', '35648', '35649', '35650', '35651', '35652', '35653', '35654', '35655', '35656');

View File

@ -105,14 +105,6 @@
<admin command="admin_ctf_maxplayers" accessLevel="80" />
<admin command="admin_ctf_interval" accessLevel="80" />
<!-- Section: CursedWeapons -->
<admin command="admin_cw_info" accessLevel="90" />
<admin command="admin_cw_remove" accessLevel="90" />
<admin command="admin_cw_goto" accessLevel="90" />
<admin command="admin_cw_reload" accessLevel="90" />
<admin command="admin_cw_add" accessLevel="90" />
<admin command="admin_cw_info_menu" accessLevel="80" />
<!-- Section: Delete -->
<admin command="admin_delete" accessLevel="80" />

View File

@ -35,9 +35,6 @@ CTFAnnounceTeamStats = False
# Announce Reward
CTFAnnounceReward = False
# Players with cursed weapon are allowed to join ?
CTFJoinWithCursedWeapon = True
# Enable voice command to register on tvt/ctf events
CTFCommand = True

View File

@ -12,9 +12,6 @@ DMAllowPotions = False
# DM participants can summon by item?
DMAllowSummon = False
# Players with cursed weapon are allowed to join ?
DMJoinWithCursedWeapon = False
# Remove all effects of DM participants on event start?
DMOnStartRemoveAllEffects = True

View File

@ -37,9 +37,6 @@ TvTAnnounceReward = True
# give price with 0 kills
TvTPriceNoKills = True
# players with cursed weapon are allowed to join ?
TvTJoinWithCursedWeapon = False
# Enable voice command to register on tvt event
TvTCommand = True

View File

@ -5,9 +5,6 @@
# AutoLoot enable. True to enable, False to disable
AutoLoot = False
# If False herbs will drop on ground even if AutoLoot is enabled
AutoLootHerbs = False
# Auto loot from Raid Boss's drop
AutoLootBoss = False

View File

@ -76,31 +76,6 @@ EnableEnchantHeroWeapons = False
# Default: 1
CustomEnchantValue = 1
# --------------------------
# Augmentation
# --------------------------
# Chance to get a skill
# Default: 15, 30, 45, 60
AugmentationNGSkillChance = 15
AugmentationMidSkillChance = 30
AugmentationHighSkillChance = 45
AugmentationTopSkillChance = 60
# Chance to get a base stat
# Default: 1
AugmentationBaseStatChance = 1
# Chance to get the glow
# Note:
# No Grade / Mid Grade not have emission
# Default: 0, 40, 70, 100
AugmentationNGGlowChance = 0
AugmentationMidGlowChance = 40
AugmentationHighGlowChance = 70
AugmentationTopGlowChance = 100
# Augments Active and Passive skills delete on change weapon
DeleteAgmentPassiveEffectOnChangeWep = True
DeleteAgmentActiveEffectOnChangeWep = True
# ----------------------
# Soul Crystal

View File

@ -155,23 +155,6 @@ AltLottery3NumberRate = 0.2
AltLottery2and1NumberPrize = 200
# ---------------------------------------------------------------------------
# Fishing Tournament
# ---------------------------------------------------------------------------
# Enable or disable the Fishing Tournament system
AltFishChampionshipEnabled = True
# Item Id used as reward
AltFishChampionshipRewardItemId = 57
# Item count used as reward (for the 5 first winners)
AltFishChampionshipReward1 = 800000
AltFishChampionshipReward2 = 500000
AltFishChampionshipReward3 = 300000
AltFishChampionshipReward4 = 200000
AltFishChampionshipReward5 = 100000
# ---------------------------------------------------------------------------
# Dimension Rift
# ---------------------------------------------------------------------------
@ -225,13 +208,6 @@ MasteryWeaponPenality = False
# Default from 20
LevelToGetWeaponPenalty = 20
#Augmentation Active skills start time: time in seconds that the
#players need to wait until an active augment skill is available
#once the augmented weapon is equipped. After the first time wait,
#the players will be able to use the skill with correct reuse time
#xml defined.
AugmStartReuseTime = 0
# ---------------------------------------------------------------------------
# NPCs
@ -502,7 +478,6 @@ AllowRace = True
AllowRentPet = False
AllowFishing = True
AllowBoat = True
AllowCursedWeapons = True
AllowManor = True
AllowNpcWalkers = True
@ -520,9 +495,6 @@ AllowDiscardItem = True
# Delete dropped reward items from world after a specified amount of seconds. Disabled = 0.
AutoDestroyDroppedItemAfter = 0
# Time in secs after which dropped herb will be auto-destroyed
AutoDestroyHerbTime = 15
# List of item id that will not be destroyed (separated by "," like 57,5575,6673).
# Notes:
# Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!

View File

@ -74,10 +74,6 @@ AltOlyAnnounceGames = False
# Active Olympiad log
AlyOlyLogFights = False
# Allow on Olympiad the use of the Augment
# Like L2OFF is True
AltOlyAugmentAllow = True
# The winners are updated only after the end of the Olympiad period
# Like L2OFF is True
AltOlyShowMonthlyWinners = True

View File

@ -49,20 +49,6 @@ PetXpRate = 1.00
SinEaterXpRate = 1.00
PetFoodRate = 1
# ----------------------
# Herbs Rates
# ----------------------
# Herb of Power, Herb of Magic, Herb of Atk. Spd., Herb of Casting Spd., Herb of Critical Attack, Herb of Speed
RateCommonHerbs = 15.00
# Herb of Life, Herb of Mana
RateHpMpHerbs = 10.00
# Greater herb of Life, Greater Herb of Mana
RateGreaterHerbs = 4.00
# Superior Herb of Life, Superior Herb of Mana
RateSuperiorHerbs = 0.8
# Herb of Warrior, Herb of Mystic, Herb of Recovery
RateSpecialHerbs = 0.2
# ------------------------
# Bosses Rates
# ------------------------

View File

@ -45,8 +45,8 @@ LoginHost = 127.0.0.1
Driver = org.mariadb.jdbc.Driver
# Database URL
# Default: jdbc:mariadb://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
URL = jdbc:mariadb://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Default: jdbc:mariadb://localhost/l2jmobiusc4?useUnicode=true&characterEncoding=utf-8&useSSL=false
URL = jdbc:mariadb://localhost/l2jmobiusc4?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Database user info (default is "root" but it's not recommended)
Login = root
@ -106,8 +106,8 @@ MaximumOnlineUsers = 2000
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
# Retail 740 - 746
MinProtocolRevision = 740
MaxProtocolRevision = 746
MinProtocolRevision = 660
MaxProtocolRevision = 665
# Setting for serverList.
# Displays [] in front of server name.

View File

@ -129,31 +129,9 @@
<point speed1="150" speed2="800" x="111300" y="226240" z="-3610" time="-1" />
<point speed1="150" speed2="800" x="111264" y="226240" z="-3610" time="-1" />
</path>
<path id="8"> <!-- Rune to Primeval -->
<point speed1="180" speed2="1800" x="40500" y="-35767" z="-3610" time="-1" />
<point speed1="200" speed2="1800" x="42200" y="-33000" z="-3610" time="-1" />
<point speed1="250" speed2="1800" x="40439" y="-30475" z="-3610" time="-1" />
<point speed1="300" speed2="1800" x="34439" y="-29475" z="-3610" time="-1" />
<point speed1="300" speed2="1800" x="20439" y="-33475" z="-3610" time="-1" />
<point speed1="300" speed2="1800" x="11963" y="-33475" z="-3610" time="-1" />
<point speed1="250" speed2="1800" x="8063" y="-32580" z="-3610" time="-1" />
<point speed1="180" speed2="1800" x="5063" y="-29700" z="-3610" time="-1" />
<point speed1="180" speed2="1800" x="8063" y="-27276" z="-3610" time="-1" />
<point speed1="180" speed2="1800" x="10363" y="-27276" z="-3610" time="-1" />
</path>
<path id="9"> <!-- Primeval to Rune -->
<point speed1="180" speed2="1800" x="11800" y="-27276" z="-3610" time="-1" />
<point speed1="200" speed2="1800" x="13800" y="-28300" z="-3610" time="-1" />
<point speed1="250" speed2="1800" x="15700" y="-29700" z="-3610" time="-1" />
<point speed1="250" speed2="1800" x="25300" y="-35700" z="-3610" time="-1" />
<point speed1="200" speed2="1800" x="28300" y="-36000" z="-3610" time="-1" />
<point speed1="180" speed2="1800" x="31300" y="-35767" z="-3610" time="-1" />
<point speed1="180" speed2="1800" x="37890" y="-35765" z="-3610" time="-1" />
</path>
<!-- Load after paths, since boats need paths on initialization. -->
<boat name="TI_Gludin_TI" id="1" spawnX="-96622" spawnY="261660" spawnZ="-3610" heading="32768" pathIdA="1" ticketA="1074" xTeleNoTicketA="-96777" yTeleNoTicketA="258970" zTeleNoTicketA="-3623" announcerA=" Passenger Boat Info" message10A="The ferry arrived at Talking Island Harbor. The ferry will leave for Gludin Harbor after anchoring for ten minutes." message5A="The ferry will leave for Gludin Harbor in five minutes." message1A="The ferry will leave for Gludin Harbor in one minute." message0A="The ferry will be leaving soon for Gludin Harbor." messageBeginA="The ferry is leaving for Gludin Harbor." pathIdB="2" ticketB="1075" xTeleNoTicketB="-90015" yTeleNoTicketB="150422" zTeleNoTicketB="-3610" announcerB=" Passenger Boat Info" message10B="The ferry has arrived at Gludin Harbor. The ferry will leave for Talking Island Harbor after anchoring for ten minutes." message5B="The ferry will leave for Talking Island Harbor in five minutes." message1B="The ferry will leave for Talking Island Harbor in one minute." message0B="The ferry will be leaving soon for Talking Island Harbor." messageBeginB="The ferry is leaving for Talking Island Harbor." />
<boat name="TI_Giran_TI" id="2" spawnX="48950" spawnY="190613" spawnZ="-3610" heading="60800" pathIdA="3" ticketA="3946" xTeleNoTicketA="46763" yTeleNoTicketA="187041" zTeleNoTicketA="-3451" announcerA=" Passenger Boat Info" message10A="The ferry has arrived at Giran Harbor. The ferry will leave for Talking Island Harbor after anchoring for ten minutes." message5A="We depart for Talking Island Harbor in five minutes." message1A="We depart for Talking Island Harbor in one minute." message0A="All aboard for Talking Island!" messageBeginA="We are now leaving for Talking Island!" pathIdB="4" ticketB="3945" xTeleNoTicketB="-96777" yTeleNoTicketB="258970" zTeleNoTicketB="-3623" announcerB=" Passenger Boat Info" message10B="The ferry arrived at Talking Island Harbor.The ferry will leave for Giran Harbor after anchoring for ten minutes." message5B="The ferry will leave for Giran Harbor in five minutes." message1B="The ferry will leave for Giran Harbor in one minute. Those wishing to ride should make haste to get on." message0B="The ferry will be leaving soon for Giran Harbor." messageBeginB="The ferry is leaving for Giran Harbor." />
<boat name="Gludin_Rune_Gludin" id="3" spawnX="-95686" spawnY="150514" spawnZ="-3610" heading="16723" pathIdA="5" ticketA="7905" xTeleNoTicketA="-90015" yTeleNoTicketA="150422" zTeleNoTicketA="-3000" announcerA=" Passenger Boat Info" message10A="The ferry has arrived at Gludin Harbor. Departure for Rune Harbor will take place after anchoring for ten minutes." message5A="Departure for Rune Harbor will take place in five minutes!" message1A="Departure for Rune Harbor will take place in one minute!" message0A="Make haste! We will be departing for Rune shortly." messageBeginA="We are now departing for Rune Harbor. Hold on and enjoy the ride!" pathIdB="6" ticketB="7904" xTeleNoTicketB="35929" yTeleNoTicketB="-39403" zTeleNoTicketB="-3152" announcerB=" Passenger Boat Info" message10B="Arrived at Rune Harbor. Departure for Gludin Harbor will take place after anchoring for ten minutes" message5B="Departure for Gludin Harbor will take place in five minutes." message1B="Departure for Gludin Harbor will take place in one minute." message0B="Make haste! We will be departing for Gludin shortly." messageBeginB="We are now departing for Gludin Harbor. Hold on and enjoy the ride!" />
<boat name="Innadril_Tour" id="4" spawnX="111264" spawnY="226240" spawnZ="-3610" heading="32768" pathIdA="7" ticketA="0" xTeleNoTicketA="107092" yTeleNoTicketA="219098" zTeleNoTicketA="-3952" announcerA="Passenger Boat Info" message10A="The Innadril pleasure boat has arrived. It will anchor for ten minutes." message5A="The Innadril pleasure boat will leave in five minutes." message1A="The Innadril pleasure boat will leave in one minute. Those wishing to ride should make haste to get on." message0A="Innadril pleasure boat is leaving soon. Those wishing to ride should make haste to get on." messageBeginA="Innadril pleasure boat is leaving." pathIdB="7" ticketB="0" xTeleNoTicketB="107092" yTeleNoTicketB="219098" zTeleNoTicketB="-3952" announcerB="Passenger Boat Info" message10B="The Innadril pleasure boat has arrived. It will anchor for ten minutes." message5B="The Innadril pleasure boat will leave in five minutes." message1B="The Innadril pleasure boat will leave in one minute. Those wishing to ride should make haste to get on." message0B="Innadril pleasure boat is leaving soon. Those wishing to ride should make haste to get on." messageBeginB="Innadril pleasure boat is leaving." />
<boat name="Rune_Primeval_Rune" id="5" spawnX="37885" spawnY="-35767" spawnZ="-3615" heading="0" pathIdA="8" ticketA="8924" xTeleNoTicketA="34513" yTeleNoTicketA="-38009" zTeleNoTicketA="-3610" announcerA="Passenger Boat Info" message10A="The boat for Primeval Isle has arrived. It will anchor for ten minutes." message5A="The boat for Primeval Isle will leave in five minutes." message1A="The boat for Primeval Isle will leave in one minute. Those wishing to ride should make haste to get on." message0A="The boat for Primeval Isle is leaving soon. Those wishing to ride should make haste to get on." messageBeginA="The boat for Primeval Isle is leaving." pathIdB="9" ticketB="8925" xTeleNoTicketB="10449" yTeleNoTicketB="-25180" zTeleNoTicketB="-3688" announcerB="Passenger Boat Info" message10B="The boat from Rune arrived. It will anchor for ten minutes." message5B="The boat for Rune will leave in five minutes." message1B="The boat for Rune will leave in one minute. Those wishing to ride should make haste to get on." message0B="The boat for Rune is leaving soon. Those wishing to ride should make haste to get on." messageBeginB="The boat for Rune is leaving." />
</list>

View File

@ -1,17 +0,0 @@
<?xml version='1.0' encoding='utf-8'?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/CursedWeapons.xsd">
<item id="8190" skillId="3603" name="Demonic Sword Zariche">
<dropRate val="1" /> <!-- 1000000 for 100% -->
<duration val="4320" /> <!-- in minutes -->
<durationLost val="1440" /> <!-- in minutes -->
<disapearChance val="50" /> <!-- in % -->
<stageKills val="10" /> <!-- Integer -->
</item>
<item id="8689" skillId="3629" name="Blood Sword Akamanah">
<dropRate val="1" /> <!-- 1000000 for 100% -->
<duration val="4320" /> <!-- in minutes -->
<durationLost val="1440" /> <!-- in minutes -->
<disapearChance val="50" /> <!-- in % -->
<stageKills val="10" /> <!-- Integer -->
</item>
</list>

View File

@ -2,49 +2,31 @@
<td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td width=180><center>Class Selection Menu</center></td>
<td width=40><button value="Back" action="bypass -h admin_current_player" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table>
<center>Select a new class for your target:<br>
Human:<font color="deba73"><table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 1">Warrior</a></td><td><a action="bypass -h admin_setclass 2">Gladiator</a></td><td><a action="bypass -h admin_setclass 88">Duelist</a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 3">Warlord</a></td><td><a action="bypass -h admin_setclass 89">Dreadnought</a></td></tr>
<tr><td><a action="bypass -h admin_setclass 0">Fighter</a></td><td><a action="bypass -h admin_setclass 4">Knight</a></td><td><a action="bypass -h admin_setclass 5">Paladin</a></td><td><a action="bypass -h admin_setclass 90">Phoenix Knight</a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 6">Dark Avenger</a></td><td><a action="bypass -h admin_setclass 91">Hell Knight</a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 7">Rogue</a></td><td><a action="bypass -h admin_setclass 8">Treasure Hunter</a></td><td><a action="bypass -h admin_setclass 93">Adventurer</a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 9">Hawkeye</a></td><td><a action="bypass -h admin_setclass 92">Sagittarius</a></td></tr></table></font><br>
<font color="b5ba6b"><table width=270><tr><td></td><td></td><td><a action="bypass -h admin_setclass 12">Sorcerer/ss</a></td><td><a action="bypass -h admin_setclass 94">Archmage </a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 11">Wizard</a></td><td><a action="bypass -h admin_setclass 13">Necromancer</a></td><td><a action="bypass -h admin_setclass 95">Soultaker</a></td></tr>
<tr><td><a action="bypass -h admin_setclass 10">Mystic</a></td><td></td><td><a action="bypass -h admin_setclass 14">Warlock</a></td><td><a action="bypass -h admin_setclass 96">Arcana Lord</a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 15">Cleric</a></td><td><a action="bypass -h admin_setclass 16">Bishop</a></td><td><a action="bypass -h admin_setclass 97">Cardinal</a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 17">Prophet</a></td><td><a action="bypass -h admin_setclass 98">Hierophant</a></td></tr></table></font><br>
Elf:<font color="bddf94"><table width=270>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 20">Temple Knight</a></td><td><a action="bypass -h admin_setclass 99">Eva's Templar</a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 19">Knight</a></td><td><a action="bypass -h admin_setclass 21">Swordsinger</a></td><td><a action="bypass -h admin_setclass 100">Sword Muse</a></td></tr>
<tr><td><a action="bypass -h admin_setclass 18">Fighter</a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 22">Scout</a></td><td><a action="bypass -h admin_setclass 23">Plainswalker</a></td><td><a action="bypass -h admin_setclass 101">Wind Rider</a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 24">Silver Ranger </a></td><td><a action="bypass -h admin_setclass 102">Moonlight Sentinel</a></td></tr>
</table></font><br><font color="b5c352"><table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 26">Wizard</a></td><td><a action="bypass -h admin_setclass 27">Spellsinger</a></td><td><a action="bypass -h admin_setclass 103">Mystic Muse </a></td></tr>
<tr><td><a action="bypass -h admin_setclass 25">Mystic</a></td><td></td><td><a action="bypass -h admin_setclass 28">Elem. Summoner</a></td><td><a action="bypass -h admin_setclass 104">Elemental Master </a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 29">Oracle</a></td><td><a action="bypass -h admin_setclass 30">Elven Elder</a></td><td><a action="bypass -h admin_setclass 105">Eva's Saint</a></td></tr>
</table></font><br>Dark Elf:<font color="b5a6c6"><table width=270>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 33">Shillien Knight</a></td><td><a action="bypass -h admin_setclass 106">Shillien Templar</a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 32">Palus Knight</a></td><td><a action="bypass -h admin_setclass 34">Bladedancer</a></td><td><a action="bypass -h admin_setclass 107">Spectral Dancer</a></td></tr>
<tr><td><a action="bypass -h admin_setclass 31">Fighter</a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 35">Assassin</a></td><td><a action="bypass -h admin_setclass 36">Abyss Walker</a></td><td><a action="bypass -h admin_setclass 108">Ghost Hunter</a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 37">P. Ranger</a></td><td><a action="bypass -h admin_setclass 109">Ghost Sentinel</a></td></tr>
</table></font><br><font color="a5aace"><table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 39">Wizard</a></td><td><a action="bypass -h admin_setclass 40">Spellhowler</a></td><td><a action="bypass -h admin_setclass 110">Storm Screamer</a></td></tr>
<tr><td><a action="bypass -h admin_setclass 38">Mystic</a></td><td></td><td><a action="bypass -h admin_setclass 41">P. Summoner</a></td><td><a action="bypass -h admin_setclass 111">Spectral Master</a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 42">Shillien Oracle</a></td><td><a action="bypass -h admin_setclass 43">Shillien Elder</a></td><td><a action="bypass -h admin_setclass 112">Shillien Saint</a></td></tr>
</table></font><br>Orc:<font color="d6dfad"><table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 45">Raider</a></td><td><a action="bypass -h admin_setclass 46">Destroyer</a></td><td><a action="bypass -h admin_setclass 113">Titan</a></td></tr>
<tr><td><a action="bypass -h admin_setclass 44">Fighter</a></td><td></td><td></td><td></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 47">Monk</a></td><td><a action="bypass -h admin_setclass 48">Tyrant</a></td><td><a action="bypass -h admin_setclass 114">G.Khavatari</a></td></tr>
</table></font><br><font color="b5dfad"><table width=270>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 51">Overlord</a></td><td><a action="bypass -h admin_setclass 115">Dominator</a></td></tr>
<tr><td><a action="bypass -h admin_setclass 49">Mystic</a></td><td><a action="bypass -h admin_setclass 50">Shaman</a></td><td></td><td></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 52">Warcryer</a></td><td><a action="bypass -h admin_setclass 116">Doomcryer</a></td></tr>
</table><br></font>Dwarf:<font color="d6aa63"><table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 56">Artisan</a></td><td><a action="bypass -h admin_setclass 57">Warsmith</a></td><td><a action="bypass -h admin_setclass 118">Maestro</a></td></tr>
<tr><td><a action="bypass -h admin_setclass 53">Fighter</a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 54">Scavenger</a></td><td><a action="bypass -h admin_setclass 55">Bounty Hunter</a></td><td><a action="bypass -h admin_setclass 117">Fortune Seeker</a></td></tr>
</table></font></center></body></html>
<center><table width=260><tr>
<td width=80><font color="ababab">Page 1</font></td>
<td width=80><a action="bypass -h admin_help charclasses2.htm"><font color="ababab">Page 2</font></a></td>
</tr></table>
Select a new class for your target:<br>
Human:<table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 1"><font color="deba73">Warrior</font></a></td><td><a action="bypass -h admin_setclass 2"><font color="deba73">Gladiator</font></a></td><td><a action="bypass -h admin_setclass 88"><font color="deba73">Duelist</font></a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 3"><font color="deba73">Warlord</font></a></td><td><a action="bypass -h admin_setclass 89"><font color="deba73">Dreadnought</font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 0"><font color="deba73">Fighter</font></a></td><td><a action="bypass -h admin_setclass 4"><font color="deba73">Knight</font></a></td><td><a action="bypass -h admin_setclass 5"><font color="deba73">Paladin</font></a></td><td><a action="bypass -h admin_setclass 90"><font color="deba73">Phoenix Knight</font></a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 6"><font color="deba73">Dark Avenger</font></a></td><td><a action="bypass -h admin_setclass 91"><font color="deba73">Hell Knight</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 7"><font color="deba73">Rogue</font></a></td><td><a action="bypass -h admin_setclass 8"><font color="deba73">Treasure Hunter</font></a></td><td><a action="bypass -h admin_setclass 93"><font color="deba73">Adventurer</font></a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 9"><font color="deba73">Hawkeye</font></a></td><td><a action="bypass -h admin_setclass 92"><font color="deba73">Sagittarius</font></a></td></tr></table><br>
<table width=270><tr><td></td><td></td><td><a action="bypass -h admin_setclass 12"><font color="b5ba6b">Sorcerer/ss</font></a></td><td><a action="bypass -h admin_setclass 94"><font color="b5ba6b">Archmage</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 11"><font color="b5ba6b">Wizard</font></a></td><td><a action="bypass -h admin_setclass 13"><font color="b5ba6b">Necromancer</font></a></td><td><a action="bypass -h admin_setclass 95"><font color="b5ba6b">Soultaker</font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 10"><font color="b5ba6b">Mystic</font></a></td><td></td><td><a action="bypass -h admin_setclass 14"><font color="b5ba6b">Warlock</font></a></td><td><a action="bypass -h admin_setclass 96"><font color="b5ba6b">Arcana Lord</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 15"><font color="b5ba6b">Cleric</font></a></td><td><a action="bypass -h admin_setclass 16"><font color="b5ba6b">Bishop</font></a></td><td><a action="bypass -h admin_setclass 97"><font color="b5ba6b">Cardinal</font></a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 17"><font color="b5ba6b">Prophet</font></a></td><td><a action="bypass -h admin_setclass 98"><font color="b5ba6b">Hierophant</font></a></td></tr></table><br>
Elf:<table width=270>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 20"><font color="bddf94">Temple Knight</font></a></td><td><a action="bypass -h admin_setclass 99"><font color="bddf94">Eva's Templar</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 19"><font color="bddf94">Knight</font></a></td><td><a action="bypass -h admin_setclass 21"><font color="bddf94">Swordsinger</font></a></td><td><a action="bypass -h admin_setclass 100"><font color="bddf94">Sword Muse</font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 18"><font color="bddf94">Fighter</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 22"><font color="bddf94">Scout</font></a></td><td><a action="bypass -h admin_setclass 23"><font color="bddf94">Plainswalker</font></a></td><td><a action="bypass -h admin_setclass 101"><font color="bddf94">Wind Rider</font></a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 24"><font color="bddf94">Silver Ranger </font></a></td><td><a action="bypass -h admin_setclass 102"><font color="bddf94">Moonlight Sentinel</font></a></td></tr>
</table><br><table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 26"><font color="b5c352">Wizard</font></a></td><td><a action="bypass -h admin_setclass 27"><font color="b5c352">Spellsinger</font></a></td><td><a action="bypass -h admin_setclass 103"><font color="b5c352">Mystic Muse </font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 25"><font color="b5c352">Mystic</font></a></td><td></td><td><a action="bypass -h admin_setclass 28"><font color="b5c352">Elem. Summoner</font></a></td><td><a action="bypass -h admin_setclass 104"><font color="b5c352">Elemental Master </font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 29"><font color="b5c352">Oracle</font></a></td><td><a action="bypass -h admin_setclass 30"><font color="b5c352">Elven Elder</font></a></td><td><a action="bypass -h admin_setclass 105"><font color="b5c352">Eva's Saint</font></a></td></tr>
</table></center></body></html>

View File

@ -0,0 +1,32 @@
<html><body><table width=260><tr>
<td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td width=180><center>Class Selection Menu</center></td>
<td width=40><button value="Back" action="bypass -h admin_current_player" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table>
<center><table width=260><tr>
<td width=80><a action="bypass -h admin_help charclasses.htm"><font color="ababab">Page 1</font></a></td>
<td width=80><font color="ababab">Page 2</font></td>
</tr></table>
Select a new class for your target:<br>
Dark Elf:<table width=270>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 33"><font color="b5a6c6">Shillien Knight</font></a></td><td><a action="bypass -h admin_setclass 106"><font color="b5a6c6">Shillien Templar</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 32"><font color="b5a6c6">Palus Knight</font></a></td><td><a action="bypass -h admin_setclass 34"><font color="b5a6c6">Bladedancer</font></a></td><td><a action="bypass -h admin_setclass 107"><font color="b5a6c6">Spectral Dancer</font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 31"><font color="b5a6c6">Fighter</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 35"><font color="b5a6c6">Assassin</font></a></td><td><a action="bypass -h admin_setclass 36"><font color="b5a6c6">Abyss Walker</font></a></td><td><a action="bypass -h admin_setclass 108"><font color="b5a6c6">Ghost Hunter</font></a></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 37"><font color="b5a6c6">P. Ranger</font></a></td><td><a action="bypass -h admin_setclass 109"><font color="b5a6c6">Ghost Sentinel</font></a></td></tr>
</table><br><table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 39"><font color="a5aace">Wizard</font></a></td><td><a action="bypass -h admin_setclass 40"><font color="a5aace">Spellhowler</font></a></td><td><a action="bypass -h admin_setclass 110"><font color="a5aace">Storm Screamer</font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 38"><font color="a5aace">Mystic</font></a></td><td></td><td><a action="bypass -h admin_setclass 41"><font color="a5aace">P. Summoner</font></a></td><td><a action="bypass -h admin_setclass 111"><font color="a5aace">Spectral Master</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 42"><font color="a5aace">Shillien Oracle</font></a></td><td><a action="bypass -h admin_setclass 43"><font color="a5aace">Shillien Elder</font></a></td><td><a action="bypass -h admin_setclass 112"><font color="a5aace">Shillien Saint</font></a></td></tr>
</table><br>Orc:<table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 45"><font color="d6dfad">Raider</font></a></td><td><a action="bypass -h admin_setclass 46"><font color="d6dfad">Destroyer</font></a></td><td><a action="bypass -h admin_setclass 113"><font color="d6dfad">Titan</font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 44"><font color="d6dfad">Fighter</font></a></td><td></td><td></td><td></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 47"><font color="d6dfad">Monk</font></a></td><td><a action="bypass -h admin_setclass 48"><font color="d6dfad">Tyrant</font></a></td><td><a action="bypass -h admin_setclass 114"><font color="d6dfad">G.Khavatari</font></a></td></tr>
</table><br><table width=270>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 51"><font color="b5dfad">Overlord</font></a></td><td><a action="bypass -h admin_setclass 115"><font color="b5dfad">Dominator</font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 49"><font color="b5dfad">Mystic</font></a></td><td><a action="bypass -h admin_setclass 50"><font color="b5dfad">Shaman</font></a></td><td></td><td></td></tr>
<tr><td></td><td></td><td><a action="bypass -h admin_setclass 52"><font color="b5dfad">Warcryer</font></a></td><td><a action="bypass -h admin_setclass 116"><font color="b5dfad">Doomcryer</font></a></td></tr>
</table><br>Dwarf:<table width=270>
<tr><td></td><td><a action="bypass -h admin_setclass 56"><font color="d6aa63">Artisan</font></a></td><td><a action="bypass -h admin_setclass 57"><font color="d6aa63">Warsmith</font></a></td><td><a action="bypass -h admin_setclass 118"><font color="d6aa63">Maestro</font></a></td></tr>
<tr><td><a action="bypass -h admin_setclass 53"><font color="d6aa63">Fighter</font></a></td></tr>
<tr><td></td><td><a action="bypass -h admin_setclass 54"><font color="d6aa63">Scavenger</font></a></td><td><a action="bypass -h admin_setclass 55"><font color="d6aa63">Bounty Hunter</font></a></td><td><a action="bypass -h admin_setclass 117"><font color="d6aa63">Fortune Seeker</font></a></td></tr>
</table></center></body></html>

View File

@ -1,28 +1,29 @@
<html><body>
<table width=270><tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<table width=260><tr>
<td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td width=180><center>Player: %name%</center></td>
<td width=45><button value="Back" action="bypass -h admin_show_characters 0" width=45 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
</tr></table><br>
<td width=40><button value="Back" action="bypass -h admin_show_characters 0" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
</tr></table>
<center>
<table width=240>
<tr>
<td><button value="Go To" action="bypass -h admin_goto_char_menu %name%" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Kick" action="bypass -h admin_kick_menu %name%" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Ban Acc" action="bypass -h admin_ban_menu %name%" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Ban Chr" action="bypass -h admin_changelvl %name% -100" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Go To" action="bypass -h admin_goto_char_menu %name%" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Kick" action="bypass -h admin_kick_menu %name%" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Ban Acc" action="bypass -h admin_ban_menu %name%" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Ban Chr" action="bypass -h admin_changelvl %name% -100" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
</tr><tr>
<td><button value="Recall" action="bypass -h admin_recall_char_menu %name%" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Skills" action="bypass -h admin_show_skills" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Edit" action="bypass -h admin_edit_character" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Class" action="bypass -h admin_setclass" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Recall" action="bypass -h admin_recall_char_menu %name%" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Skills" action="bypass -h admin_show_skills" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Edit" action="bypass -h admin_edit_character" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
<td><button value="Class" action="bypass -h admin_setclass" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
</tr><tr>
<td><button value="Lv/Exp/Sp" action="bypass -h admin_add_exp_sp_to_character" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"></td>
<td><button value="Lv/Exp/Sp" action="bypass -h admin_add_exp_sp_to_character" width=55 height=15 back="sek.cbui94" fore="sek.cbui92"></td>
</tr>
</table>
</center><br>
<table width=270>
<tr><td width=135>Account: <font color="LEVEL"><a action="bypass -h admin_find_account %name%">%account%</a></font></td><td width=135>IP: <font color="LEVEL"><a action="bypass -h admin_find_ip %ip%">%ip%</a></font></td><td width=135>Protocol: <font color="LEVEL">%protocol%</font></td></tr>
<table width=270>
<tr><td width=135>Account: <a action="bypass -h admin_find_account %name%"><font color="LEVEL">%account%</font></a></td><td width=135>IP: <a action="bypass -h admin_find_ip %ip%"><font color="LEVEL">%ip%</font></a></td></tr>
<tr><td width=135>Protocol: <font color="LEVEL">%protocol%</font></td></tr>
</table>
<table width=270>
<tr><td width=135>Name: %name%</td><td width=135>Level: %level%</td></tr>
@ -32,13 +33,14 @@
<table width=270>
<tr><td width=270>Character Coordinates: %x% %y% %z%</td></tr>
</table>
<br>
<table width=270>
<tr><td width=40></td><td width=70>Current</td><td width=70>Maximum</td><td width=90></td></tr>
<tr><td width=40></td><td width=70>Current:</td><td width=70>Maximum:</td><td width=90></td></tr>
<tr><td width=40>HP:</td><td width=70>%currenthp%</td><td width=70>%maxhp%</td><td width=70>Karma: %karma%</td><td width=20></td></tr>
<tr><td width=40>MP:</td><td width=70>%currentmp%</td><td width=70>%maxmp%</td><td width=70>PvP Flag: %pvpflag%</td><td width=20></td></tr>
<tr><td width=40>CP:</td><td width=70>%currentcp%</td><td width=70>%maxcp%</td><td width=70>PvP Kills: %pvpkills%</td><td width=20></td></tr>
<tr><td width=40>Load:</td><td width=70>%currentload%</td><td width=70>%maxload%</td><td width=70></td><td width=20></td></tr>
</table><br>
</table>
<table width=270>
<tr><td width=65>Patk: %patk%</td><td width=65>Matk: %matk%</td><td width=65>Pdef: %pdef%</td><td width=65>Mdef: %mdef%</td></tr>
<tr><td width=65>Accu: %accuracy%</td><td width=65>Evas: %evasion%</td><td width=65>Crit: %critical%</td><td width=65>Speed: %runspeed%</td></tr>

View File

@ -1,14 +1,33 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_show_moves" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>
<table width=256>
<tr><td><a action="bypass -h admin_help tele/castles/aden.htm">Aden</td></tr>
<tr><td><a action="bypass -h admin_help tele/castles/goddard.htm">Goddard</td></tr>
<tr><td><a action="bypass -h admin_help tele/castles/giran.htm">Giran</td></tr>
<tr><td><a action="bypass -h admin_help tele/castles/oren.htm">Oren</td></tr>
<tr><td><a action="bypass -h admin_help tele/castles/dion.htm">Dion</td></tr>
<tr><td><a action="bypass -h admin_help tele/castles/gludio.htm">Gludio</td></tr>
<tr><td><a action="bypass -h admin_help tele/castles/innadril.htm">Innadril</td></tr>
<tr><td><a action="bypass -h admin_help tele/castles/rune.htm">Rune</td></tr>
<tr><td><a action="bypass -h admin_help tele/castles/schuttgart.htm">Schuttgart</td></tr></table>
<html>
<body>
<table width=260>
<tr>
<td width=40>
<button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92">
</td>
<td width=180>
<center>
Teleport Menu
</center>
</td>
<td width=40>
<button value="Back" action="bypass -h admin_show_moves" width=40 height=15 back="sek.cbui94" fore="sek.cbui92">
</td>
</tr>
</table>
<br>
<br>
<center>
Move to Castles:
</center>
<table width=260>
<tr><td width=110><a action="bypass -h admin_move_to 147439 1120 218"><font color="LEVEL">Aden Castle Balcony</font></a></td><td><a action="bypass -h admin_move_to 115769 145065 -2572"><font color="LEVEL">Giran Castle Throne</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 148850 4615 -405"><font color="LEVEL">Aden Castle Inside</font></a></td><td><a action="bypass -h admin_move_to 113291 144631 -2828"><font color="LEVEL">Giran Castle Yard</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 147464 6044 -405"><font color="LEVEL">Aden Castle Throne</font></a></td><td><a action="bypass -h admin_move_to -18055 110335 -2503"><font color="LEVEL">Gludio Castle Throne</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 147485 8192 -470"><font color="LEVEL">Aden Castle Yard</font></a></td><td><a action="bypass -h admin_move_to -18325 112682 -2759"><font color="LEVEL">Gludio Castle Yard</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 178372 -17626 -2198"><font color="LEVEL">Devastated Castle Throne</font></a></td><td><a action="bypass -h admin_move_to 116022 249724 -768"><font color="LEVEL">Innadril Castle Throne</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 147588 -47783 -2276"><font color="LEVEL">Goddard Castle Throne</font></a></td><td><a action="bypass -h admin_move_to 116046 247094 -930"><font color="LEVEL">Innadril Castle Yard</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 22069 159350 -2697"><font color="LEVEL">Dion Castle Throne</font></a></td><td><a action="bypass -h admin_move_to 81723 37201 -2298"><font color="LEVEL">Oren Castle Throne</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 22339 157110 -2953"><font color="LEVEL">Dion Castle Yard</font></a></td><td><a action="bypass -h admin_move_to 79289 36896 -2549"><font color="LEVEL">Oren Castle Yard</font></a></td></tr>
</table>
</body></html>

View File

@ -1,11 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>Aden Castle :<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 147446 4652 -340">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to 147439 1120 218">Balcony</td></tr>
<tr><td><a action="bypass -h admin_move_to 147470 7902 -470">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to 146372 4649 -403">Hall</td></tr>
<tr><td><a action="bypass -h admin_move_to 147499 2544 -473">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to 147457 10843 -736">Out of the castle</td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body></html>

View File

@ -1,19 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>
Dion Castle :
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
<table width=256>
<tr><td><a action="bypass -h admin_move_to 22074 160352 -2690">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to 22150 158042 -2873">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to 22078 161387 -2771">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to 22306 156027 -2953">Out of the castle</td></tr>
</table><br>
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
</center>
<a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body>
</html>

View File

@ -1,19 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>Giran Castle :
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
<table width=256>
<tr><td><a action="bypass -h admin_move_to 116507 145095 -2563">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to 114174 145058 -2751">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to 117557 145092 -2644">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to 112122 144855 -2751">Out of the castle</td></tr>
</table>
<br>
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
</center>
<a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body>
</html>

View File

@ -1,19 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>Gludio Castle :
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
<table width=256>
<tr><td><a action="bypass -h admin_move_to -18112 109413 -2496">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to -18171 111572 -2649">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to -18115 108365 -2771">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to -18361 113887 -2767">Out of the castle</td></tr>
</table>
<br>
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
</center>
<a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body>
</html>

View File

@ -1,9 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>Goddard Castle :<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 147460 -48274 -2276">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to 145671 -46510 -1743">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to 148899 -50461 -1603">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to 147482 -45026 -2084">Out of the castle</td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body></html>

View File

@ -1,19 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>Innadril Castle :
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
<table width=256>
<tr><td><a action="bypass -h admin_move_to 116025 249097 -787">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to 116026 246975 -967">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to 116033 250158 -867">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to 116265 244631 -1057">Out of the castle</td></tr>
</table>
<br>
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
</center>
<a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body>
</html>

View File

@ -1,19 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>Oren Castle :
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
<table width=256>
<tr><td><a action="bypass -h admin_move_to 82576 37189 -2290">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to 80318 37174 -2561">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to 83638 37180 -2371">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to 78116 36961 -2458">Out of the castle</td></tr>
</table>
<br>
<img src="L2UI.SquareWhite" width=260 height=1>
<img src="L2UI.SquareBlank" width=260 height=4>
<br>
</center>
<a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body>
</html>

View File

@ -1,9 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>Rune Castle :<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 10257 -49134 -280">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to 17252 -49160 -1125">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to 10133 -49152 997">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to 19118 -49136 -1266">Out of the castle</td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body></html>

View File

@ -1,9 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Castles</center></td><td width=40><button value="Back" action="bypass -h admin_help tele/castles.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>Schuttgart Castle :<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 77536 -153295 -389">Throne</td></tr>
<tr><td><a action="bypass -h admin_move_to 77528 -149949 -352">Inside</td></tr>
<tr><td><a action="bypass -h admin_move_to 76127 -154522 128">Artefact's room</td></tr>
<tr><td><a action="bypass -h admin_move_to 77540 -149114 -352">Out of the castle</td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/castles.htm">Back</a><br>
</body></html>

View File

@ -1,25 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Teleport Menu C5 Area</center></td><td width=40><button value="Back" action="bypass -h admin_show_moves" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<br>
<a action="bypass -h admin_move_to 87386 -143246 -1293"><font color="LEVEL">Town of Schuttgart</font></a><br1>
<a action="bypass -h admin_move_to 77394 -147197 -476"><font color="LEVEL">Schuttgart Castle</font></a><br1>
<a action="bypass -h admin_move_to 21216 -49081 -1301"><font color="LEVEL">Rune Castle</font></a><br1>
<a action="bypass -h admin_move_to 123743 -75032 -2902"><font color="LEVEL">Monastery Of Silence</font></a><br1>
<a action="bypass -h admin_move_to 56095 -118952 -3290"><font color="LEVEL">Crypts of Disgrace</font></a><br1>
<a action="bypass -h admin_move_to 76860 -125169 -3414"><font color="LEVEL">Den of Evil</font></a><br1>
<a action="bypass -h admin_move_to 108090 -120925 -3628"><font color="LEVEL">Frost Lake</font></a><br1>
<a action="bypass -h admin_move_to 109060 -128655 -3084"><font color="LEVEL">The Ice Queen's Castle</font></a><br1>
<a action="bypass -h admin_move_to 113487 -109888 -865"><font color="LEVEL">Ice Merchant Cabin</font></a><br1>
<a action="bypass -h admin_move_to 23006 -126115 -870"><font color="LEVEL">Valley of The Lords</font></a><br1>
<a action="bypass -h admin_move_to 88275 -125690 -3815"><font color="LEVEL">Pavel Ruins</font></a><br1>
<a action="bypass -h admin_move_to 113900 -154175 -1488"><font color="LEVEL">Plunderous Plains</font></a><br1>
<a action="bypass -h admin_move_to 89880 -44515 -2135"><font color="LEVEL">Stakato Nest</font></a><br1>
<a action="bypass -h admin_move_to 57849 -93182 -1360"><font color="LEVEL">Wild Beast Reserve</font></a><br1>
<a action="bypass -h admin_move_to 48336 -107734 -1577"><font color="LEVEL">Graverobber Hideout</font></a><br1>
<a action="bypass -h admin_move_to 69762 -111260 -1807"><font color="LEVEL">Caron's Dungeon</font></a><br1>
<a action="bypass -h admin_move_to 152610 -126325 -2230"><font color="LEVEL">Race Track</font></a><br1>
<a action="bypass -h admin_move_to 40825 -90317 -3095"><font color="LEVEL">Windtail Waterfall</font></a><br1>
<a action="bypass -h admin_move_to 87475 -109835 -3330"><font color="LEVEL">Archaic Laboratory</font></a><br1>
<a action="bypass -h admin_move_to 58000 -30767 380"><font color="LEVEL">Fortress of The Dead</font></a><br1>
<a action="bypass -h admin_move_to 141377 -123793 -1906"><font color="LEVEL">Rainbow Springs Cheteau</font></a><br1>
<a action="bypass -h admin_move_to 117715 -141750 -2700"><font color="LEVEL">Sky Wagon Relic</font></a><br1>
<a action="bypass -h admin_move_to 124585 -160240 -1180"><font color="LEVEL">Brigand Stronghold</font></a></body></html>

View File

@ -1,6 +0,0 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Teleport Menu Interlude Area</center></td><td width=40><button value="Back" action="bypass -h admin_help teleports.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<br>
<a action="bypass -h admin_move_to 26174 -17134 -2747"><font color="LEVEL">Lost Nest</font></a><br1>
<a action="bypass -h admin_move_to 8264 -14431 -3696"><font color="LEVEL">Primeval Plains</font></a><br1>
<a action="bypass -h admin_move_to 10468 -24569 -3650"><font color="LEVEL">Primeval Isle Wharf</font></a><br1>
<a action="bypass -h admin_move_to 6229 -2924 -2965"><font color="LEVEL">Research Facility</font></a></body></html>

View File

@ -1,22 +1,23 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Arenas</center></td><td width=40><button value="Back" action="bypass -h admin_help teleports.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<br>
<font color="LEVEL"><a action="bypass -h admin_move_to 73890 142656 -3778">Giran Arena</a><br1>
<a action="bypass -h admin_move_to -86979 142402 -3643">Gludin Arena</a><br1>
<a action="bypass -h admin_move_to 147451 46728 -3410">Coliseum Arena</a><br1>
<a action="bypass -h admin_move_to 12312 182752 -3558">Floran (Monster Track) Arena</a><br1>
<br>
<center>Hidden Arenas:</center><br>
<table width=250>
<tr><td><a action="bypass -h admin_move_to -20814 -21189 -3030">Arena 01</a></td><td><a action="bypass -h admin_move_to -109985 -218701 -3331">Arena 12</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -120324 -225077 -3331">Arena 02</a></td><td><a action="bypass -h admin_move_to -126367 -218228 -3331">Arena 13</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -102495 -209023 -3331">Arena 03</a></td><td><a action="bypass -h admin_move_to -109629 -201292 -3331">Arena 14</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -120156 -207378 -3331">Arena 04</a></td><td><a action="bypass -h admin_move_to -87523 -240169 -3331">Arena 15</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -87628 -225021 -3331">Arena 05</a></td><td><a action="bypass -h admin_move_to -81748 -245950 -3331">Arena 16</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -81705 -213209 -3331">Arena 06</a></td><td><a action="bypass -h admin_move_to -77123 -251473 -3331">Arena 17</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -87593 -207339 -3331">Arena 07</a></td><td><a action="bypass -h admin_move_to -69778 -241801 -3331">Arena 18</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -93709 -218304 -3331">Arena 08</a></td><td><a action="bypass -h admin_move_to -76754 -234014 -3331">Arena 19</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -77157 -218608 -3331">Arena 09</a></td><td><a action="bypass -h admin_move_to -93742 -251032 -3331">Arena 20</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -69682 -209027 -3331">Arena 10</a></td><td><a action="bypass -h admin_move_to -87466 -257752 -3331">Arena 21</a></td></tr>
<tr><td><a action="bypass -h admin_move_to -76887 -201256 -3331">Arena 11</a></td><td><a action="bypass -h admin_move_to -114413 -213241 -3331">Arena 22</a></td></tr>
<html>
<body>
<table width=260>
<tr>
<td width=40>
<button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92">
</td>
<td width=180>
<center>
Teleport Menu Arena Area
</center>
</td>
<td width=40>
<button value="Back" action="bypass -h admin_help teleports.htm" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr>
</table>
</font></body></html>
<br>
<br>
<a action="bypass -h admin_move_to 73890 142656 -3778" msg="811;Giran Arena"><font color="LEVEL">Giran Arena</font></a><br1>
<a action="bypass -h admin_move_to -86979 142402 -3643" msg="811;Gludin Arena"><font color="LEVEL">Gludin Arena</font></a><br1>
<a action="bypass -h admin_move_to 147451 46728 -3410" msg="811;Coliseum Arena"><font color="LEVEL">Coliseum Arena</font></a><br1>
<a action="bypass -h admin_move_to 12312 182752 -3558" msg="811;Floran(Monster Track) Arena"><font color="LEVEL">Floran(Monster Track) Arena</font></a><br1>
</body>
</html>

View File

@ -1,23 +1,35 @@
<html><body><table width=260><tr><td width=40><button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td><td width=180><center>Towns and Villages</center></td><td width=40><button value="Back" action="bypass -h admin_show_moves" width=40 height=15 back="sek.cbui94" fore="sek.cbui92"></td></tr></table><br>
<font color="LEVEL"><br>
<table width=256><tr><td><a action="bypass -h admin_help tele/towns/aden.htm">Aden</td><td>Castle Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/giran.htm">Giran</td><td>Castle Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/oren.htm">Oren</td><td>Castle Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/dion.htm">Dion</td><td>Castle Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/heine.htm">Heine</td><td>Castle Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/gludio.htm">Gludio</td><td>Castle Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/goddard.htm">Goddard</td><td>Castle Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/schuttgart.htm">Schuttgart</td><td>Castle Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/gludin.htm">Gludin</td><td>Village</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/hv.htm">Hunter</td><td>Village</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/floran.htm">Floran</td><td>Village</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/rune.htm">Rune</td><td>Village</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/elven_starting.htm">Elven Village</td><td>Newbie Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/delven_starting.htm">Dark Elven Village</td><td>Newbie Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/ti_starting.htm">Talking Island Village</td><td>Newbie Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/dwarf_starting.htm">Dwarven Village</td><td>Newbie Town</td></tr>
<tr><td><a action="bypass -h admin_help tele/towns/orc_starting.htm">Orc Village</td><td>Newbie Town</td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<img src="L2UI_CH3.herotower_deco" width=256 height=32>
<html>
<body>
<table width=260>
<tr>
<td width=40>
<button value="Main" action="bypass -h admin_admin" width=40 height=15 back="sek.cbui94" fore="sek.cbui92">
</td>
<td width=180>
<center>
Teleport Menu
</center>
</td>
<td width=40>
<button value="Back" action="bypass -h admin_show_moves" width=40 height=15 back="sek.cbui94" fore="sek.cbui92">
</td>
</tr>
</table>
<br>
<br>
<table width=260>
<tr><td width=110>Starter Towns:</td><td>Mainland:</td></tr>
<tr><td><a action="bypass -h admin_move_to 9745 15606 -4574"><font color="LEVEL">Dark Elven Village</font></a></td><td><a action="bypass -h admin_move_to 147450 26741 -2204"><font color="LEVEL">Town of Aden</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 115113 -178212 -901"><font color="LEVEL">Dwarven Village</font></a></td><td><a action="bypass -h admin_move_to 15670 142983 -2705"><font color="LEVEL">Dion Castle Town</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to 46934 51467 -2977"><font color="LEVEL">Elven Village</font></a></td><td><a action="bypass -h admin_move_to 17838 170274 -3508"><font color="LEVEL">Floran Village</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to -44836 -112352 -239"><font color="LEVEL">Orc Village</font></a></td><td><a action="bypass -h admin_move_to 83400 147943 -3404"><font color="LEVEL">Giran Castle Town</font></a></td></tr>
<tr><td><a action="bypass -h admin_move_to -84318 244579 -3730"><font color="LEVEL">Talking Island Village</font></a></td><td><a action="bypass -h admin_move_to -80826 149775 -3043"><font color="LEVEL">Gludin Village</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/towns.htm"></a></td><td><a action="bypass -h admin_move_to -12672 122776 -3116"><font color="LEVEL">Gludio Castle Town</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/towns.htm"></a></td><td><a action="bypass -h admin_move_to 111322 219320 -3538"><font color="LEVEL">Innadril Castle Town</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/towns.htm"></a></td><td><a action="bypass -h admin_move_to 117110 76883 -2695"><font color="LEVEL">Hunters Village</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/towns.htm"></a></td><td><a action="bypass -h admin_move_to 85337 12728 -3787"><font color="LEVEL">Ivory Tower</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/towns.htm"></a></td><td><a action="bypass -h admin_move_to 82956 53162 -1495"><font color="LEVEL">Town of Oren</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/towns.htm"></a></td><td><a action="bypass -h admin_move_to 43799 -47727 -798"><font color="LEVEL">Rune Village</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/towns.htm"></a></td><td><a action="bypass -h admin_move_to 147928 -55273 -2734"><font color="LEVEL">Goddard Castle Town</font></a></td></tr>
</table>
</body></html>

View File

@ -1,16 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Aden Castle Town</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 147422 27393 -2208"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 146086 26302 -2195"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 146754 28968 -2259"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 148205 28984 -2259"><font color="6697FF">Accessory Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 150631 28341 -2252"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 148925 26664 -2195"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 144179 25574 -2130"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 143961 23944 -2124"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 149200 25193 -2127"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 147441 22883 -1996"><font color="6697FF">Einhasad Temple</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 145661 23154 -2122"><font color="6697FF">Magic Guild</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,10 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Dark Elven Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 12428 16551 -4588"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 10842 17909 -4562"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 11914 15786 -4559"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 13545 17555 -4546"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 10793 14287 -4246"><font color="6697FF">Temple of Shilen</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,14 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Dion Castle Town</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 18748 145437 -3132"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 18087 144594 -3051"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 19274 146132 -3074"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 19675 143153 -3032"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 20861 144576 -3074"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 20062 143178 -3053"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 17229 146773 -3091"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 19565 144624 -3094"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 16028 142329 -2697"><font color="6697FF">Einhasad Temple</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,13 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Dwarven Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 116551 -182493 -1525"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 115843 -181207 -1344"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 116005 -177377 -889"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 115347 -182386 -1446"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 114846 -179977 -876"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 114445 -178535 -818"><font color="6697FF">Maphr Temple</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 116117 -178532 -954"><font color="6697FF">Elder Council</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 115765 -183422 -1483"><font color="6697FF">Bronze Key Guild</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,10 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Elven Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 45873 49288 -3064"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 44535 45989 -2988"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 42784 50218 -2988"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 47897 50005 -2989"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 45280 52281 -2801"><font color="6697FF">Temple of Eva</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,8 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Floran Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 17144 170156 -3502"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 16984 170385 -3503"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 17824 169874 -3500"><font color="6697FF">Warehouse</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,19 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Giran Castle Town</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 82698 148638 -3473"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 79711 145488 -3499"><font color="6697FF">Prestigious Items Hall</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 79768 146559 -3525"><font color="6697FF">Weapons Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 80385 147867 -3512"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 77528 148183 -3596"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 80402 149209 -3515"><font color="6697FF">Jewel Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 79681 150641 -3524"><font color="6697FF">Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 83102 150544 -3521"><font color="6697FF">Magic Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 83096 146659 -3469"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 80518 144416 -3537"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 78790 149358 -3601"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 85439 146446 -3405"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 86674 148630 -3406"><font color="6697FF">Einhasad Temple</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 85824 153086 -3500"><font color="6697FF">Magic Guild</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,15 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Gludin Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to -83063 150791 -3133"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -80392 155301 -3165"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -79423 153550 -3165"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -82971 155479 -3180"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -81783 152079 -3128"><font color="6697FF">Magic Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -81970 153402 -3178"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -80466 153281 -3182"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -84534 149772 -3132"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -82085 149369 -3129"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -79310 150930 -3045"><font color="6697FF">Einhasad Temple</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,14 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Gludio Castle Town</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to -14225 123540 -3121"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -15176 123389 -3112"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -14831 124488 -3118"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -15258 124736 -3119"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -13136 124848 -3122"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -12762 124771 -3131"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -12698 123146 -3106"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -13587 122840 -3109"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -12982 121706 -2972"><font color="6697FF">Einhasad Temple</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,15 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Goddard Castle Town</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 147725 -56517 -2780"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 148909 -58773 -2966"><font color="6697FF">Weapon and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 146603 -58858 -2973"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 149216 -57550 -2967"><font color="6697FF">Magic Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 146329 -57662 -2966"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 144360 -55751 -2966"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 145015 -54680 -2966"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 148783 -53170 -2732"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 147705 -53066 -2731"><font color="6697FF">Einhasad Temple</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 146577 -53114 -2732"><font color="6697FF">Magic Guild</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,15 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Heine Castle Town</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 111115 219017 -3547"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 115783 217942 -3587"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 107107 216871 -3600"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 107905 218858 -3663"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 109759 220155 -3520"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 107528 220990 -3618"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 115775 219952 -3631"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 114164 218612 -3630"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 111374 217010 -3463"><font color="6697FF">Einhasad Temple</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 111332 224636 -3555"><font color="6697FF">Eva's Temple</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,14 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Hunter Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 116589 76268 -2734"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 115344 75620 -2587"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 116270 74838 -2588"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 117540 75360 -2654"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 115429 76754 -2656"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 119986 74742 -2378"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 120120 76018 -2268"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 119652 77450 -2249"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 118924 78397 -2166"><font color="6697FF">Magic Guild</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,11 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Orc Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to -44133 -113911 -244"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -44290 -111618 -227"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -44011 -115535 -227"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -43355 -112483 -226"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -43248 -113517 -227"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -46422 -113608 -22"><font color="6697FF">King's Hall</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,14 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Oren Castle Town</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 82321 55139 -1529"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 79297 53618 -1550"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 79581 54930 -1551"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 83666 55537 -1516"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 81660 54855 -1514"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 83656 56079 -1529"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 83189 54961 -1515"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 79288 56771 -1516"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 83636 53103 -1461"><font color="6697FF">Einhasad Temple</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,12 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Rune Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 44070 -50243 -796"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 44770 -47412 -796"><font color="6697FF">Weapon and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 45342 -49374 -796"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 45093 -47447 -796"><font color="6697FF">Magic Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 43532 -49123 -796"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 37350 -47043 -1144"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 37342 -49538 -1128"><font color="6697FF">Mystic Guild</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,14 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Schuttgart Castle Town</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to 87358 -141982 -1341"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 86361 -139805 -1526"><font color="6697FF">Weapon and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 88172 -139704 -1533"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 88737 -141034 -1526"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 90154 -143219 -1526"><font color="6697FF">Orc Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 90403 -141984 -1526"><font color="6697FF">Dark Elven Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 86264 -145540 -1292"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 87358 -145246 -1292"><font color="6697FF">Einhasad Temple</font></td></tr>
<tr><td><a action="bypass -h admin_move_to 88510 -145588 -1292"><font color="6697FF">Magic Guild</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -1,12 +0,0 @@
<html><body><center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<font color="aadd77">Talking Island Village</font><img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
<table width=256><tr><td><a action="bypass -h admin_move_to -82687 243157 -3734"><font color="6697FF">Broadcasting Tower / Center</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -86475 242946 -3726"><font color="6697FF">Weapons and Armor Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -84165 240670 -3724"><font color="6697FF">Grocery Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -84981 242677 -3734"><font color="6697FF">Blacksmith Shop</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -81785 243664 -3720"><font color="6697FF">Warehouse</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -83159 242858 -3726"><font color="6697FF">Warrior Guild</font></td></tr>
<tr><td><a action="bypass -h admin_move_to -84626 245314 -3731"><font color="6697FF">Einhasad Temple</font></td></tr></table><br>
<img src="L2UI.SquareWhite" width=260 height=1><img src="L2UI.SquareBlank" width=260 height=4><br>
</center><a action="bypass -h admin_help tele/towns.htm"><font color="6697FF">Back</font></a><br>
</body></html>

View File

@ -10,8 +10,8 @@
<tr><td><a action="bypass -h admin_help tele/other.htm"><font color="LEVEL">Other Locations</font></a></td><td><a action="bypass -h admin_help tele/others/dimrift.htm"><font color="LEVEL">Dimensional Rift</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/locations/c2.htm"><font color="LEVEL">C2 Locations</font></a></td><td><a action="bypass -h admin_help tele/others/fortress.htm"><font color="LEVEL">Fortresses</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/locations/c4.htm"><font color="LEVEL">C4 Locations</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/locations/c5.htm"><font color="LEVEL">C5 Locations</font></a></td></tr>
<tr><td><a action="bypass -h admin_help tele/locations/interlude.htm"><font color="LEVEL">Interlude</font></a></td></tr></table><br>
<tr></tr>
<tr></tr></table><br>
<br>
<br>
<center><button value="More" action="bypass -h admin_tele" width=65 height=19 back="L2UI_ch3.smallbutton2_over" fore="L2UI_ch3.smallbutton2"><br>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317325001">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Your triumph awaits! Our guild is your ticket to that opportunity!<br>
Countless challenges await you! Does your blood boil with excitement?! Take a look! What is your pleasure?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Exchange Life Stone</a><br><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317325001">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Welcome! Is there anything you want to ask me?<br>
Information can be as valuable to an adventurer as power and courage! You won't get far if you don't know where the monsters and treasure are. Listen carefully!<br>
<a action="bypass -h npc_%objectId%_questlist">"Tell me about quests."</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">"Tell me about raid monsters."</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Exchange Life Stone</a><br><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317325001">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Welcome! Pleased to meet you! I'm an information officer from the Adventure Guil
There are many like you seeking adventures in this vast world. Will you offer them a helping hand? What kind of adventure are you interested in?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Exchange Life Stone</a><br><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317325001">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -1,4 +1,3 @@
<html><body>Adventure Guild Member:<br>
Welcome! I'm and information officer of the Adventure Guild. Believe me, I've got some adventures that will knock your socks off! In fact, I've got one I think is perfect for you!<br>
<a action="bypass -h npc_%objectId%_questlist">[Quest Information]</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">[Raid Monster Information]</a><br>

View File

@ -1,5 +0,0 @@
<html><body><center>Use Life Crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317885009">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Your adventure awaits! Our guild is the gateway to your wildest dreams!<br>
Choose carefully, as your future could well be decided here! Do you feel the adrenaline? Take your pick and be off!<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>Use Life Crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317885009">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -2,6 +2,5 @@
Welcome! Our guild provides information about great opportunties for Adventurers like yourself! We have a wide range of awesome adventures available all over the world! What's that? Of course I'm telling you the truth! In fact, I've got just the adventure for you! Are you interested?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>Use Life Crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317885009">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ This is a violent and corrupt world, my friend! No amount of peace and healing f
I have no doubt that you can help many people less fortunate than yourself! Are you ready for a challenge?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>Use Life Crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317885009">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -2,6 +2,5 @@
Are you looking for adventure? Well, you've come to the right place, my friend! Interested?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317925010">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Ah, yes, I recognize that burning look in your eyes! You're ready to go out in t
May Eva have mercy on your soul!<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317925010">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ What is it you seek my friend? Is it romance? Or does your heart burn with antic
Well, there are many opportunities available for a young go-getter like you! From the prosaic to the ridiculously frightening. our Adventure Guild has them all!<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317925010">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ The world is a dark and scary place, my friend! If everyone would only follow th
What's needed is a brave warrior like you to stand up for the down-trodden, to restore peace and justice to the world! Are you up to the task?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317925010">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ You know, our Adventure Guild was created just for brave warriors like you!<br>
I predict great fortune in your future!<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317925010">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Welcome! You're looking for something to do, aren't you, mate?<br>
well, there are many opportunities available for young go-getter like you! From the prosaic to the ridiculously frightening, our Adventure Guild has them all! Now, listen carefully...<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317975011">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -2,6 +2,5 @@
Welcome! Our guild provides information about great opportunties for Adventurers like yourself! We have a wide range of awesome adventures available all over the world! What's that? Of course I'm telling you the truth! In fact, I've got just the adventure for you! Are you interested?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>Use Life Crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317975011">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Welcome! Pleased to meet you! My job at the guild involves gathering information
What sort of adventure are you interested in, my friend?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>Use Life Crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317975011">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Your adventure awaits! Our guild is the gateway to your wildest dreams!<br>
Choose carefully, as your future could well be decided here! Do you feel the adrenaline? Take your pick and be off!<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>Use Life Crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 317975011">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -4,6 +4,5 @@ You won't find our information anywhere else!<br>
What sort of adventure are you interested in?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 318055002">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ The world is a dark and scary place, my friend! If everyone would only follow th
What's needed is brave warrior like you stand up for the down-trodden, to restore peace and justice to the world! are you up to the task?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 318055002">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Ah, yes, I recognize that burning look in your eyes! You're ready to go out in t
May Eva have mercy on your soul!<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 318055002">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -2,6 +2,5 @@
Welcome! Our guild provides information about great opportunties for Adventurers like yourself! We have a wide range of awesome adventures available all over the world! What's that? Of course I'm telling you the truth! In fact, I've got just the adventure for you! Are you interested?<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 318055002">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

View File

@ -3,6 +3,5 @@ Welcome, my friend! some astonishingly macabre adventures have just become avail
You know, you can help someone in need while you attain the fame and fortune you seek!<br>
<a action="bypass -h npc_%objectId%_questlist">Quest Information</a><br>
<a action="bypass -h npc_%objectId%_Quest RaidbossInfo">Raid Monster Information</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">Use Life Crystals</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@ -1,5 +0,0 @@
<html><body><center>use life crystals</center><br>
<a action="bypass -h npc_%objectId%_multisell 318145003">Assemble Life crystals</a><br>
<a action="bypass -h npc_%objectId%_multisell 317325002">Assemble into Adventurer's Box</a><br>
<a action="bypass -h npc_%objectId%_Link adventurer_guildsman/AboutHighLevelGuilds.htm">Inquire about Higher Level Guilds</a>
</body></html>

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