Interlude branch.

This commit is contained in:
MobiusDev
2018-03-03 00:51:38 +00:00
parent ae7660220a
commit e013196428
17475 changed files with 1039393 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
DBHOST=localhost
USER=root
PASS=
DBNAME=l2jmobiusc6
err=1
until [ $err == 0 ];
do
java -Dfile.encoding=UTF-8 -Djava.util.logging.config.file=config/others/log.cfg -Xms2048m -Xmx4096m -cp ./libs/*:GameServer.jar com.l2jmobius.gameserver.GameServer > log/stdout.log 2>&1
err=$?
sleep 10
done

View File

@@ -0,0 +1,11 @@
ass
cocu
dcm
dm
donkey
fack
fuck
loh
lox
nuc
suck

View File

@@ -0,0 +1,22 @@
# ========================== #
# Away System #
# ========================== #
# Allow Players to change status Away.
# Command .away & .back
AllowAwayStatus = False
# Away only in peace places
AwayOnlyInPeaceZone = True
# Player take mobs aggro if he is Away.
AwayPlayerTakeAggro = False
# Away status title Color (red 0000FF).
AwayTitleColor = 0000FF
# How many sec till player goes in away mode.
AwayTimer = 10
# How many sec till player goes back from away mode.
BackTimer = 10

View File

@@ -0,0 +1,12 @@
#-----------------------------------------
# Banking System
#-----------------------------------------
# To enable banking system set this value to true, default is false.
BankingEnabled = False
# This is the amount of Goldbars someone will get when they do the .deposit command, and also the same amount they will lose when they do .withdraw
BankingGoldbarCount = 1
# This is the amount of Adena someone will get when they do the .withdraw command, and also the same amount they will lose when they do .deposit
BankingAdenaCount = 500000000

View File

@@ -0,0 +1,9 @@
#=============================================================
# Buffer
#=============================================================
# Maximum number of available schemes per player.
BufferMaxSchemesPerChar = 4
# Static cost of buffs ; override skills price if different of -1.
BufferStaticCostPerBuff = -1

View File

@@ -0,0 +1,44 @@
# =========================================================== #
# Champion mobs #
# Turns random mobs into Champions #
# =========================================================== #
# Enable Champions L2JMod
ChampionEnable = False
# Chance for a mob to became champion (in percents) - 0 to disable
ChampionFrequency = 5
# Min and max lvl allowed for a mob to be champion.
ChampionMinLevel = 20
ChampionMaxLevel = 85
# Hp multiplier
ChampionHp = 8
# Hp Regen Multiplier
ChampionRegenHp = 1.
# Rewards multiplier
ChampionRewards = 8
# Adenas & seal stones rewards multiplier
ChampionAdenasRewards = 1
# Atk bonus for champion (changes apply on patk & matk)
ChampionAtk = 1.
# Spd Atk bonus for champion (changes apply on patkspd & matkspd)
ChampionSpdAtk = 1.
# Chance to obtain a specified reward item from a higher lvl champion (in percents) default is off using glittering medal as reward
ChampionRewardItem = 0
# Specified reward item ID
ChampionRewardItemID = 6393
# Specified reward item quantity
ChampionRewardItemQty = 1
# Champion Mob Custom Title
ChampionTitle = Champion

View File

@@ -0,0 +1,300 @@
#============================================================#
# Server Config #
#============================================================#
# Server Name Enabled: Displays a message on char login
# with the server name you have set below.
ServerNameEnabled = False
# Here you should type your server's name.
ServerName = Server
# Shows total players number on login.
OnlineOnLogin = False
# If it is true, it shows a htm on every player's log in.
# It is located in data/html/welcome.htm
# You can edit it from there.
WelcomeHtm = False
# Whether or not the announcement to all players about the appearance in the world raidboss (spawn)
AnnounceToAllSpawnRb = False
#Whether or not the announcement about the ban a player from an administrator account?
AnnounceTryBannedAccount = False
# Max difference between char Z and other Z objects
DifferentZchangeObject = 650
# Max difference between char Z and next Z potition
DifferentZnewmovie = 1000
# --------------------------
# Custom Tables
# --------------------------
# Enable / Disable custom tables.
# The rest of the custom tables are already activated.
# Custom Spawnlist Table
CustomSpawnlistTable = True
# Gm Spawn gets saved on custom_spawnlist Table?
SaveGmSpawnOnCustom = True
# Gm Spawn gets deleted on custom_spawnlist Table?
DeleteGmSpawnOnCustom = False
# -------------------------------------------------------
# Noble Custom Item Configuration
# -------------------------------------------------------
# When ActiveChar will use this item will gain Noble Status.
EnableNobleCustomItem = False
# Id Itemn Need's
NoobleCustomItemId = 6673
# -----------------------------------------------------
# Hero Custom Item Configuration
# -----------------------------------------------------
# When ActiveChar will use this item will gain Hero Status.
EnableHeroCustomItem = False
# Id Itemn Need's
HeroCustomItemId = 3481
# Hero for X days, 0 forever.
HeroCustomDay = 0
# --------------------------------------------
# Custom hero subclass skill
# --------------------------------------------
# Allow you to add the hero skills to all subclasses
# CustomHeroSubSkill is the allow/disallow
# HeroCount means how many times the player needs to be a hero in row
CustomHeroSubSkill = False
HeroCount = 1
# ----------------------
# Skill Config
# ----------------------
# List of Skills that are allowed for all Classes if CheckSkillsOnEnter = True in config/protected/other.ini
AllowedSkills = 541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,617,618,619
# ------------------------------
# Equipment Config
# ------------------------------
# Alternate Gaming
# Usage: true = Restriction enabled
# false = Restriction disabled
# Castle Shield can be equipped by all clan members if they own a castle. = default true
CastleShieldRestriction = True
# ClanHall Shield can be equipped by all clan members if they own a clan hall. = default true
ClanHallShieldRestriction = True
# Apella armors can be equipped only by clan members if their class is Baron or higher = default true
ApellaArmorsRestriction = True
# Clan Oath Armors can be equipped only by clan members = default true
OathArmorsRestriction = True
# Castle Crown can be equipped only by castle lord = default true
CastleLordsCrownRestriction = True
# Castle Circlets can be equipped only by clan members if they own a castle = default true
CastleCircletsRestriction = True
# ------------------------------
# Custom Features
# ------------------------------
# When True, this will allow a person who changes subclasses to keep the skills of the previous class.
# When False, this will remove all skills of the previous sub=class,
# and only award skills of the current class.
# (official = False)
KeepSubClassSkills = False
# Allows user to use command .online
# Displays The Number of The Players That are Currently Online.
# Default : False
AllowOnlineView = False
# Allows user to use command .stats
# And view the targets simple statics.
AllowSimpleStatsView = False
# Allows user to use command .stat
# And view the targets detailed statics.
AllowDetailedStatsView = False
# Disable Weight Penalty
DisableWeightPenalty = False
# Save Raid Boss Status Into Data Base?
# Default: True
SaveRBStatusIntoDB = True
# Set this option to True to enable custom titles on new chars.
# Also replace Jenova with title you want.
CharTitle = False
CharAddTitle = NewChar
# Allow Custom Starting Level.
# Usage: if True , Then When A New Character is Created , Its Level is Automatically
# Setted To The Number of CharLvl
CustomStartingLvl = False
# Character Level You Want
CharLvl = 80
# # Set this to True if you want to add a custom spawn location for ALL new characters.
# choose the coordinates you want Example:
# SpawnX = 149999
# SpawnYY = 46728
# SpawnZ = -3414
CustomSpawn = False
SpawnX = 149999
SpawnY = 46728
SpawnZ = -3414
# Enable Raid Petrified if raid more than 8 levels lower.
# Default: True
AllowRaidBossPetrified = True
# This option will disallow PvP/PK of any and ALL kind between players above and below the level given below.
# For example if the number is set to 39, then players level 1-39 cannot attack or be attacked by level 40+.
# (official = 0)
AltPlayerProtectionLevel = 0
# Allow Players Over 76 Level To Trade Characters
# Lower Than 76 Level?
# Retail : True
AllowLowLevelTrade = True
# Low level char killing protection
# If enabled players can pvp only in the same grade
# 0-19,20-39,40-51,52-60,61-76,76-85 (Default = False)
AllowLowLvlProtect = False
# Cruma Tower max level allowed to enter
# Retail: 56 Level
CrumaTowerLevelRestrict = 56
# Delay before teleporting monsters back to spawn if past drift range in seconds.
# Every 20 minutes (1200) monsters if blocked on Geodata are teleported to their spawn.
# 0 is disabled, 1200 for 20 minutes, etc.
# Default: 1200
MonsterReturnDelay = 1200
# Scroll is Stackable? (default = False)
ScrollStackable = False
# -------------------------------------------
# Clan Leader Color Config
# ------------------------------------------
ClanLeaderNameColorEnabled = False
ClanLeaderColor = 00FF00
ClanLeaderColorAtClanLevel = 3
# Color Where?
# 1 - Name
# 2 - Title
ClanLeaderColored = 1
# ---------------------------
# Donator Config
# ---------------------------
# Command in game: //setdonator
# If it is true then donators will have their name colored.
DonatorNameColorEnabled = False
# Donator Name's Color.
DonatorColorName = FF33AA
# Donator Title's Colon.
DonatorTitleColor = FFAA33
# Donator Sp Rate
DonatorXpSpRate = 1.5
# Donator Adena rate
DonatorAdenaRate = 1.5
# Donator drop rate
DonatorDropRate = 1.5
# Donator spoil rate
DonatorSpoilRate = 1.5
# ----------------------------------------------
# Custom Commands
# ----------------------------------------------
# Allows user to use command .farm1
AllowFarm1Command = False
# Put your Farm1 Location ( x,y,z )
farm1_X = 81304
farm1_Y = 14589
farm1_Z = -3469
# Message after successful TP
Farm1CustomMeesage = You have been teleported to Farm Zone 1!
# Allows user to use command .farm2
AllowFarm2Command = False
# Put your Farm2 Location ( x,y,z )
farm2_X = 81304
farm2_Y = 14589
farm2_Z = -3469
# Message after successful TP
Farm2CustomMeesage = You have been teleported to Farm Zone 2!
# Allows user to use command .pvp1
AllowPvP1Command = False
# Put your Farm1 Location ( x,y,z )
pvp1_X = 81304
pvp1_Y = 14589
pvp1_Z = -3469
# Message after successful TP
PvP1CustomMeesage = You have been teleported to PvP Zone 1!
# Allows user to use command .pvp2
AllowPvP2Command = False
# Put your Farm2 Location ( x,y,z )
pvp2_X = 81304
pvp2_Y = 14589
pvp2_Z = -3469
# Message after successful TP
PvP2CustomMeesage = You have been teleported to PvP Zone 2!
# -----------------------------------------
# Protector System Config
# -----------------------------------------
# Protector activate when a player this PK
ProtectorPlayerPK = True
# Protector activate when a player is flaged
ProtectorPlayerPVP = False
# Radius of action
ProtectorRadiusAction = 5000
# Skill ID used for the npc
ProtectorSkillId = 1170
# Skill Level used for npc
ProtectorSkillLevel = 13
ProtectorSkillTime = 600
# Npc Protector Message
ProtectorMessage = Hey You!, Never Kill On This Area, Go Read The Rules!
# GM restrictions:
# With True they can't sell items on private store and trade with items.
# Default: False
GMTradeRestrictedItems = False
# Allow GMs to restart/exit while is fighting stance
# Default: False
GMRestartFighting = True
# Show Welcome PM on start
PMWelcomeShow = False
PMServerName = Server
PMText1 = Have Fun and Nice Stay on
PMText2 = Vote for us every 24h
# Show Server Time to player on start
ShowServerTimeOnStart = False
# New players get fireworks the first time they log in
# Default: False
NewPlayerEffect = False

View File

@@ -0,0 +1,46 @@
# ==================================== #
# Offline trade/craft #
# ==================================== #
# Option to enable or disable offline trade feature.
# Enable -> true, Disable -> false
OfflineTradeEnable = True
# Option to enable or disable offline craft feature.
# Enable -> true, Disable -> false
OfflineCraftEnable = True
# If set to True, name color will be changed then entering offline mode
OfflineNameColorEnable = False
# Color of the name in offline mode (if OfflineNameColorEnable = True)
OfflineNameColor = ff00ff
# If set to True, off-line shops will be possible only peace zones.
# Default: False
OfflineModeInPeaceZone = True
# If set to True, players in off-line shop mode will be invulnerable.
# Default: False
OfflineModeSetInvulnerable = True
# After Server Restart or Shutdown, all players in Offline mode will be auto logged.
# Enable -> true, Disable -> false
RestoreOffliners = True
# Max Days after no auto relog.
OfflineMaxDays = 0
# If a player finish to sell/buy he will be kicked from the Server.
# Enable -> true, Disable -> false
OfflineDisconnectFinished = True
# How enter on offline mode
# Enable Command /offline_shop (like L2OFF)
OfflineCommand1 = True
# Enable Command .offline_shop (custom)
OfflineCommand2 = True
# Logging out from the game (custom)
OfflineLogout = True
# Like L2OFF if char is on offline trade he got Sleep effect
OfflineSleepEffect = True

View File

@@ -0,0 +1,29 @@
# ============================================================ #
# Rebirth System #
# ============================================================ #
# The Rebirth Engine's Settings
# NPC ID - 55555 - Custom npc table
# Enable Rebirth system
REBIRTH_ENABLE = False
# Minimum level for Rebirth
REBIRTH_MIN_LEVEL = 80
# Maximum Rebirth's
REBIRTH_MAX = 3
# Return to level? (Default = 1)
REBIRTH_RETURN_TO_LEVEL = 1
# Items required per Rebirth level
# needed,amount;
REBIRTH_ITEM_PRICE = 57,1000;57,2000;57,3000;
# Bonus skills and levels for Mages
# skill_id,skill_level;
REBIRTH_MAGE_SKILL = 1062,2;1085,3;1059,3;
# Bonus skills and levels for Fighters
# skill_id,skill_level;
REBIRTH_FIGHTER_SKILL = 1045,6;1048,6;1086,2;

View File

@@ -0,0 +1,47 @@
# ==================================== #
# Wedding System #
# ==================================== #
# The Wedding System's Settings
# NPC ID - 50007 - Custom Npc table
# True Allows Wedding, False disables Wedding.
AllowWedding = False
# Announce Weddings?
# When a Player Gets Married With Someone Else , Announce It?
# Default : True
AnnounceWedding = True
# Cost of Wedding, set the price in Adena, remember not to exceed the max!
WeddingPrice = 250000000
# Would you like to punish the player for for disloyalty to their spouses? If you want them punished set to True, if you would like NO punishment then set to False
WeddingPunishInfidelity = True
# Have the players teleported for marriage? If so True, if not False
WeddingTeleport = True
# The Price for Teleport is configurable below in Adena
WeddingTeleportPrice = 50000
# Time before character is teleported can be set below (in seconds)
WeddingTeleportDuration = 60
# Custom Name Color Wedding
WeddingNameCollorN = 00FFFF
# Custom Name Color Wedding
WeddingNameCollorB = FFF500
# Custom Name Color Wedding
WeddingNameCollorL = B469FF
# Homosexuality- Allowed = True, Not Allowed = False
WeddingAllowSameSex = False
# Require Players to wear formal wear, True is yes require formal wear, False is not require formal wear.
WeddingFormalWear = True
# Cost of Divorce, % of Adena
WeddingDivorceCosts = 20
# Give Wedding Bow, like L2OFF is True
WeddingGiveBow = True

View File

@@ -0,0 +1,54 @@
#============================================================#
# CTF Event Engine #
#============================================================#
# CTF(Capture the flag) Event: Two teams with one flag.
# Setting for Capture The Flag
# CTFEvenTeams = NO|BALANCE|SHUFFLE
# NO means: not even teams.
# BALANCE means: Players can only join team with lowest player count.
# SHUFFLE means: Players can only participate to tzhe event and not
# direct to a team. Teams will be schuffeled in teleporting teams.
CTFEvenTeams = SHUFFLE
# Players there not participated in ctf can target ctf participants?
CTFAllowInterference = False
# Ctf participants can use potions?
CTFAllowPotions = False
# Ctf participants can summon by item?
CTFAllowSummon = False
# Remove all effects of ctf participants on event start?
CTFOnStartRemoveAllEffects = True
# Unsummon pet of ctf participants on event start?
CTFOnStartUnsummonPet = True
# On revive participants regain full hp/mp/cp ?
CTFReviveRecovery = False
# Announce all team statistics
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
# Place an aura on participants team ?
CTFAura = False
# Enable event stats logger
CTFStatsLogger = True
# Spawn Team Offset to distribute players
CTFSpawnOffset = 300
# Remove Buffs on player die
CTFRemoveBuffsOnPlayerDie = False

View File

@@ -0,0 +1,55 @@
#============================================================#
# DM Event Engine #
#============================================================#
# DM(DeathMatch) Event: All vs All.
# Players there not participated in DM can target DM participants?
DMAllowInterference = False
# DM participants can use potions?
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
# Unsummon pet of DM participants on event start?
DMOnStartUnsummonPet = True
# Delay on revive when dead, NOTE: 20000 equals to 20 seconds, minimum 1000 (1 second)
DMReviveDelay = 20000
# On revive participants regain full hp/mp/cp ?
DMReviveRecovery = False
# Enable voice command to register on dm events (.dmjoin / .dmleave / .dminfo)
DMCommand = True
# Announce Reward
DMAnnounceReward = False
# Enable Kill Reward?
DMEnableKillReward = False
# Kill Reward ID
DMKillRewardID = 6392
# Kill Reward Amount
DMKillRewardAmount = 1
# Offset from center DM Spawn
DMSpawnOffset = 100
# Enable event stats logger
DMStatsLogger = True
# Enable healer classes into DM
DMAllowedHealerClasses = True
# Remove Buffs on player die
DMRemoveBuffsOnPlayerDie = False

View File

@@ -0,0 +1,19 @@
#============================================================#
# Event Manager #
#============================================================#
# Enable auto events and start time.
# TvT auto start
# Example TVTStartTime = 20:00;21:00;22:00;
TVTEventEnabled = False
TVTStartTime = 20:00;
# CTF auto start
# Example CTFStartTime = 20:00;21:00;22:00;
CTFEventEnabled = False
CTFStartTime = 20:30;
# DM auto start
# Example DMStartTime = 20:00;21:00;22:00;
DMEventEnabled = False
DMStartTime = 21:00;

View File

@@ -0,0 +1,28 @@
# ======================================== #
# PC Bang Point Event #
# ======================================== #
# Pc Bang Point are special points, XML id = 65436
# Enable PC Bang Point Event.
# Default: False
PcBangPointEnable = False
# Min Player Level.
# Default: 20
PcBangPointMinLevel = 20
# Min Count.
# Default: 20
PcBangPointMinCount = 20
# Max Count.
# Default: 1000000
PcBangPointMaxCount = 1000000
# Chance of get Double points.
# Default: 20
PcBangPointDualChance = 20
# Event Time Stamp.
# Default: 900
PcBangPointTimeStamp = 900

View File

@@ -0,0 +1,74 @@
#====================================#
# Team vs Team #
#====================================#
# TvT(Team vs Team) Event: Blue vs Red.
# Setting for Team vs. Team pvp
# TvTEvenTeams = NO|BALANCE|SHUFFLE
# NO means: not even teams.
# BALANCE means: Players can only join team with lowest player count.
# SHUFFLE means: Players can only participate to tzhe event and not direct to a team. Teams will be schuffeled in teleporting teams.
TvTEvenTeams = SHUFFLE
# players there not participated in tvt can target tvt participants?
TvTAllowInterference = False
# tvt participants can use potions?
TvTAllowPotions = True
# tvt participants can summon by item?
TvTAllowSummon = True
# remove all effects of tvt participants on event start?
TvTOnStartRemoveAllEffects = True
# unsummon pet of tvt participants on event start?
TvTOnStartUnsummonPet = True
# on revive participants regain full hp/mp/cp ?
TvTReviveRecovery = True
# announce all team statistics
TvTAnnounceTeamStats = True
# announce reward
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
# Delay on revive when dead, NOTE: 20000 equals to 20 seconds, minimum 1000 (1 second)
TvTReviveDelay = 10000
# Open Western Fortress doors on tvt finish
TvTOpenFortDoors = False
# Close Western Fortress doors on tvt start
TvTCloseFortDoors = False
# Open Aden Colosseum doors on tvt finish
TvTOpenAdenColosseumDoors = True
# Close Aden Colosseum doors on tvt start
TvTCloseAdenColosseumDoors = True
# TvT Top Killer reward id
TvTTopKillerRewardId = 5575
# TvT Top Killer reward quantity
TvTTopKillerRewardQty = 5000000
# Place an aura on participants team ?
TvTAura = False
# Enable event stats logger
TvTStatsLogger = True
# Remove Buffs on player die
TvTRemoveBuffsOnPlayerDie = False

View File

@@ -0,0 +1,49 @@
#============================================================#
# Town War #
#============================================================#
# TW (Town War): Town can became PvP Zone.
# ATTENTION:
# GM char can't be hit during Town war.
# //townwar_start - Starts town war in Giran
# //townwar_end - Ends townwar in Giran
# Town id
#2: // Talking Island
#3: // Elven village
#1: // Dark elf village
#4: // Orc village
#6: // Dwarven village
#7: // Gludio
#5: // Gludin
#8: // Dion
#9: // Giran
#10: // Oren
#12: // Aden
#11: // Hunters village
#9: // Giran Harbour
#15: // Heine
#14: // Rune
#13: // Goddard
#17: // Schuttgart
#16: // Floran
#20: //Kamael Village
TWTownId = 9
#Set all towns?
TWAllTowns = False
#Reward for each kill:
TownWarItemId = 57
TownWarItemAmount = 5000
# Give PKers karma during townwar?
AllowKarma = False
# Disable GK while in event?
DisableGK = True
# If yes it will send a ressurect ask on death.
# If no when you die youll be there dead until the event ends.
# Set to false if you want KOTH town.
SendRessOnDeath = True

View File

@@ -0,0 +1,4 @@
#the hexID to auth into login
#Mon Jan 22 09:04:33 EET 2018
HexID=-4865d8fc93374b41fb387a308bf6c3d6
ServerID=2

View File

@@ -0,0 +1,67 @@
#============================================================#
# Access Level #
#============================================================#
# --------------------------------------
# Section: Admin Rights
# --------------------------------------
# If next switch set to true every created character will have Admin access.
EverybodyHasAdminRights = False
# This option will set the default AccessLevel for MasterAccess
# Pls be carefully with that. Chars with this AccessLevel have
# right to execute every AdminCommand ingame.
# Default = 1 - Max. 255
MasterAccessLevel = 1
# This option will set the default AccessLevel for UserAccess
# Chars with this AccessLevel have user rights
# Default = 0 - Max. 255
UserAccessLevel = 0
# -----------------------------------
# Section: GM'S Rights
# -----------------------------------
# # The way //admin panel looks can be "modern" or "classic"
# (default is modern while classic provides more compatibility)
GMAdminMenuStyle = modern
#Turn on MasterNameColor config.
MasterNameColorEnabled = True
# This option will set the Default NameColor for MasterAccess
MasterNameColor = 00CCFF
#Turn on MasterTitleColor config.
MasterTitleColorEnabled = True
# This option will set the Default TitleColor for MasterAccess
MasterTitleColor = 00CCFF
# Enable GMs to have the glowing aura of a Hero character.
GMHeroAura = False
# Show message when GM Login and GM will not invis/silence as default
ShowGMLogin = False
# Show the GM's name who made the announcement.
# example: "Announce: hi [GMNAME]"
# only works when you use the command //announce
AnnounceGmName = False
# Earthquake around a GM that logs in
GmLoginSpecialEffect = False
# Startup mode of GM(accesslevel 75)
# Note: If you enable show GM login, it will overridden this setting.
# Auto set invulnerable status to a GM on login.
GMStartupInvisible = True
# Auto block private messages to a GM on login.
GMStartupSilence = False
# Auto list GMs in GM list (/gmlist) on login.
GMStartupAutoList = True
# # Auto set invulnerable status to a GM on login.
GMStartupInvulnerable = True

View File

@@ -0,0 +1,383 @@
#==============================================================#
# AltSettings Properties #
#==============================================================#
# ------------------------
# Server Config
# ------------------------
# 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
# AutoLearnSkills: True to enable, False to disable
AutoLearnSkills = False
# AutoLearn DivineInspiration: True to enable, False to disable
AutoLearnDivineInspiration = False
# Party range for l2attackable (default 1600)
AltPartyRange = 1600
# Party range for l2party (default 1400)
AltPartyRange2 = 1400
# Weight Limit multiplier - default 1
# If >1 - Weight Limit Double
AltWeightLimit = 1
# If XP loss (and deleveling) is enabled, default is 'true'
Delevel = True
# If disabled, magic dmg has always 100% chance of success, default is 'true'
MagicFailures = True
# Alternative cancel of attack (bow, cast, all)
AltGameCancelByHit = cast
# Alternative rules for shields - if they block, the damage is powerAtk-shieldDef,
# otherwise it's powerAttack / (shieldDef + powerDef)
AltShieldBlocks = False
# Alternative Rate Value for Perfect Shield Block Rate.
AltPerfectShieldBlockRate = 5
# Alternative AltGameMobAttackAI, like C1
AltGameMobAttackAI = False
# Alternative mob behavior in peace zones
# Default = True; Set to False to prevent mobs from auto-agro against players in peace zones
AltMobAgroInPeaceZone = True
# Alternative Freight mode. If true, freights can be withdrawed from any place.
# Also, possibility to change Freight price (in adena) for each item slot in freight.
# NOTE: AltGameFreightPrice WILL NOT change the value shown to the player, but the
# player will actually get charged for the value set in here.
AltGameFreights = True
AltGameFreightPrice = 1000
# Alternative Xp/Sp rewards, if not 0, then calculated as 2^((mob.level-player.level) / coef),
# A few examples for "AltGameExponentXp = 5." and "AltGameExponentSp = 3."
# diff = 0 (player and mob has the same level), XP bonus rate = 1, SP bonus rate = 1
# diff = 3 (mob is 3 levels above), XP bonus rate = 1.52, SP bonus rate = 2
# diff = 5 (mob is 5 levels above), XP bonus rate = 2, SP bonus rate = 3.17
# diff = -8 (mob is 8 levels below), XP bonus rate = 0.4, SP bonus rate = 0.16
AltGameExponentXp = 0
AltGameExponentSp = 0
# Use tiredness (instead of combat points)
AltGameTiredness = False
# Allow free teleportation around the world.
AltFreeTeleporting = False
# Set true for disallow recommend character twice or more a day
AltRecommend = False
# Alternative Max Recommendation Number
AltMaxRecommendationNumber = 255
# -----------------------
# Class Master
# -----------------------
# Allow Change Class with ClassMaster
AllowClassMasters = False
# Allow Upgrade Strider with ClassMaster
AllowClassMastersStriderUpdate = False
# Allow to define which class is allowed to be assigned through class master
AllowClassMastersFirstClass = True
AllowClassMastersSecondClass = True
AllowClassMastersThirdClass = True
# Config for special Class Master npc that can change players occupation
# If you need change occupation only use quest then set this to False (Default)
# Syntax: occupation number;[required item id(count)],[],...;[reward item id(count)],[],...;occupation number...
# Examples:
#
# ConfigClassMaster = 1;[57(100000)];[];2;[57(1000000)];[];3;[57(10000000)],[5575(1000000)];[6622(1)]
# 1st occupation change for 100.000 Adena (item id 57)
# 2nd occupation change for 1.000.0000 Adena (item id 57)
# 3rd occupation change for 10.000.0000 Adena (item id 57) and 1.000.000 Ancient Adena (item id 5575)
# On 3rd occupation change player will be rewarded with 1 Book of Giants (item id 6622)
#
# ConfigClassMaster = 1;[];[];2;[];[];3;[];[]
# 1st, 2nd, 3rd occupation change for free, without rewards
ConfigClassMaster = 1;[];[];2;[];[];3;[];[]
# Class Manager Handled Remotely at Level 20/40/76
AllowRemoteClassMasters = True
# Life crystal needed to learn clan skills
LifeCrystalNeeded = True
# Spell Books needed to learn skills
SpBookNeeded = True
# Books needed to enchant skills
EnchantSkillSpBookNeeded = True
# Books needed to Divine Inspiration
DivineInspirationSpBookNeeded = True
# Alternative skill learn rules:
# - all classes can learn all skills
# - skills of another class costs x2 SP
# - skills of another race costs x2 SP
# - skills of fighters/mages costs x3 SP
AltGameSkillLearn = False
# Allow player sub-class addition without checking for unique quest items.
AltSubClassWithoutQuests = False
# Restore Buffs On Subclass Change.
# IMPORTANT: It's better put it False to avoid exploit
AltRestoreEffectOnSub = False
# ----------------------
# Buffs Config
# ----------------------
# Maximum number of buffs (default = 20 + 4 Divine Inspiration in C5)
MaxBuffAmount = 20
# Maximum number of debuffs
MaxDebuffAmount = 6
# -----------------------
# Clans Config
# -----------------------
# Number of days you have to wait before :
# - joining another clan
DaysBeforeJoinAClan = 1
# - creating a new clan
DaysBeforeCreateAClan = 10
# Number of days it takes to dissolve a clan
DaysToPassToDissolveAClan = 7
# Number of days before joining a new alliance when clan voluntarily leave an alliance
DaysBeforeJoinAllyWhenLeaved = 1
# Number of days before joining a new alliance when clan was dismissed from an alliance
DaysBeforeJoinAllyWhenDismissed = 1
# Number of days before accepting a new clan for alliance when clan was dismissed from an alliance
DaysBeforeAcceptNewClanWhenDismissed = 1
# Number of days before creating a new alliance when dissolved an alliance
DaysBeforeCreateNewAllyWhenDissolved = 10
# Maximum number of clans in ally
AltMaxNumOfClansInAlly = 3
# Number of members needed to request a clan war
AltClanMembersForWar = 15
# All new characters of the same account are newbies, not only first one
AltNewCharAlwaysIsNewbie = True
# Privilege browse warehouse enables at the same time also withdraw from warehouse!
AltMembersCanWithdrawFromClanWH = False
# Remove Castle circlets after a clan lose its castle or a player leaves a clan? - default true
RemoveCastleCirclets = True
# Reputation score gained per clan member listed as top raid killers.
1stRaidRankingPoints = 1250
2ndRaidRankingPoints = 900
3rdRaidRankingPoints = 700
4thRaidRankingPoints = 600
5thRaidRankingPoints = 450
6thRaidRankingPoints = 350
7thRaidRankingPoints = 300
8thRaidRankingPoints = 200
9thRaidRankingPoints = 150
10thRaidRankingPoints = 100
UpTo50thRaidRankingPoints = 25
UpTo100thRaidRankingPoints = 12
# ------------------------
# Manor Config
# ------------------------
# Manor Refresh Time in Military hours Default 8pm (20)
AltManorRefreshTime = 20
# Manor Refresh Time for Min's, Default 00 so at the start of the hour.
AltManorRefreshMin = 00
# Manor Next Period Approve Time in Military hours Default 6am
AltManorApproveTime = 6
# Manor Next Period Approve Time for Min's, Default 00 so at the start of the hour.
AltManorApproveMin = 00
# Manor Maintenance time, Default 6 minutes.
AltManorMaintenancePeriod = 360000
# Manor Save Type. 1-Save data into db after every action;
# Default false
AltManorSaveAllActions = True
# Manor Save Period (used only if AltManorSaveAllActions = False) Default very 2 hours
AltManorSavePeriodRate = 2
# -------------------------
# Lottery Config
# -------------------------
# Initial Lottery prize
AltLotteryPrize = 50000
# Lottery Ticket Price
AltLotteryTicketPrice = 2000
# What part of Jackpot amount should receive characters who pick 5 wining numbers
AltLottery5NumberRate = 0.6
# What part of Jackpot amount should receive characters who pick 4 wining numbers
AltLottery4NumberRate = 0.2
# What part of Jackpot amount should receive characters who pick 3 wining numbers
AltLottery3NumberRate = 0.2
# How much adena receive characters who pick two or less of the winning number
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 Config
# -------------------------------------
# Minimal party size to enter rift. Min = 2, Max = 9.
# If in rift party will become smaller all members will be teleported back
RiftMinPartySize = 5
# Number of maximum jumps between rooms allowed, after this time party will be teleported back
MaxRiftJumps = 4
# Time in ms the party has to wait until the mobs spawn when entering a room. C4 retail: 10s
RiftSpawnDelay = 10000
# Time between automatic jumps in seconds
AutoJumpsDelayMin = 480
AutoJumpsDelayMax = 600
# Time Multiplier for stay in the boss room
BossRoomTimeMultiply = 1.5
# Cost in dimension fragments to enter the rift, each party member must own this amount
RecruitCost = 18
SoldierCost = 21
OfficerCost = 24
CaptainCost = 27
CommanderCost = 30
HeroCost = 33
# On / off infinite nipples (SS/BSS)
DontDestroySS = False
# Maximum level players who can not be attacked
MaxLevelNewbie = 20
# When char lost newbie status > = value
MaxLevelNewbieStatus = 40
# NPC respawn time (default 180 seconds)
StandardRespawnDelay = 180
# ExpertisePenality, to disable grade penalty
# False: Players can use equip S grade at level 1.
# True: Players can't use equip S grade at level 1.
ExpertisePenality = True
# MasteryPenality, to disable Heavy expertise.
# True: Players like dagger or archer can't use Heavy armor.
MasteryPenality = False
# MasteryPenality starting level.
# Default from 20
LevelToGetPenalty = 20
# MasteryWeaponPenality, to disable weapons expertise.
# True: Players that have not weapon mastery cannot use that weapon type.
MasteryWeaponPenality = False
# MasteryWeaponPenality starting level.
# 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
# ---------------------------------------------- #
# Npc #
# ---------------------------------------------- #
# Npc Attackable
# True: You can attack Npcs
# False: Npc/Mobs don't take damages
NpcAttackable = True
# Npc List Invul eg. 51,90,...
InvulNpcList = 93000
# If True ActiveChar will not be able to Attack the Listed Npc Types.
DisableAttackToNpcs = False
# List of NPC's that allow casting skills on them
# Any other type will not allow casting
AllowedNPCTypes = L2GrandBoss,L2Chest,L2FestivalMonster,L2Minion,L2Monster,L2Pet,L2RaidBoss,L2SiegeGuard,L2SiegeNpc,L2ControlTower,L2Artefact,L2PenaltyMonster,L2FeedableBeast,L2SiegeFlag,L2RiftInvader,L2Guard,L2GuardNoHTML
# Allows Players to Shift-click Mobs and view their Stats and Droplist
AltGameViewNpc = False
# Custom Private store SELL/BUY
# For example you can use private store with Event Medal or Gold Bar
# Default: False (Adena)
SellByItem = False
# Custom Item ID
SellItem = 6392
# Number of allowed Subclasses
AllowedSubclass = 3
# Starting level for subclasses.
# Default: 40
BaseSubclassLevel = 40
# Maximum subclass level. 81 is liv 80 99%
# Default: 81
MaxSubclassLevel = 81
# Monster stats (PAtk,Pdef,etc..) based just on Database Values
# and without STR,WIT,CON,MEN,INT,DEX influences.
# ATTENTION: enabling this option, monster instances could be simple to kill,
# check your database to increase their stats..
#
# True: All Monster Instances haven't the Bonus of Stats. (Easy to kill)
# False: All Monster Instances have the Bonus of Stats. (Hard to kill)
# We got the correct value on database, so disable it.
# Default: True
AltMobsStatsBonus = True
# Monster stats (PAtk,Pdef,etc..) based just on Database Values
# and without STR,WIT,CON,MEN,INT,DEX influences.
# ATTENTION: enabling this option, monster instances could be simple to kill,
# check your database to increase their stats..
#
# True: All Monster Instances haven't the Bonus of Stats. (Easy to kill)
# False: All Monster Instances have the Bonus of Stats. (Hard to kill)
# We got the correct value on database, so disable it.
# Default: True
AltPetsStatsBonus = True

View File

@@ -0,0 +1,218 @@
#=========================================#
# Boss Configuration #
#=========================================#
# If True: Player can heal RB
# If False: Player can't heal RB
# Default: True
PlayersCanHealRb = True
# Return GrandBosses/RaidBosses to spawnpoint
# ATTENTION: if specific boss lock rage is defined, it has
# major priority then this one.
# Default: 5000
RBlockRage = 5000
# Return Specific RB to spawnpoint. In order to define specific
# ranges, it's necessary to define a string as BossId,Range;BossId,Range;
# Optionally, it's possible to disable the range check with value -1.
# Example: RaidBossesSpecificLockRage = 29028,10000;29019,-1; to have
# Valakas 10k as range and no range check for Interlude Antharas.
RaidBossesSpecificLockRage = 29028,-1;29019,-1;29020,-1;29022,-1;29014,-1;29045,-1;29046,-1;29047,-1;
# Raid boss stats (PAtk,Pdef,etc..) based just on Database Values
# and without STR,WIT,CON,MEN,INT,DEX influences.
# ATTENTION: enabling this option, raids could be simple to kill,
# check your database to increase their stats..
#
# True: All RaidBoss and Grandboss haven't the Bonus of Stats. (Easy to kill)
# False: All RaidBoss and Grandboss have the Bonus of Stats. (Hard to kill)
# Default: False
AltRaidsStatsBonus = False
# Allow Direct Teleport To Boss Rooms
# If you put true the player can go on BOSS_ZONE without Quests
# If you put false the player will teleported on near town
# Default: False
AllowDirectTeleportToBossRoom = False
# Grand Boss Info is a NPCthat shows respawnTime of RB
# First you must import Custom NPC sql/custom/added_custom_npc.sql
# ID NPC: 93000
# Raid Info IDs showed
RaidInfoIDs = 29001,29006,29014,29019,29020,29022,29028,29045
# -----------------
# Antharas
# -----------------
# If true, the Interlude Script is used, meanwhile if you want new
# script feature (different Antharas Instances since weak to strong
# Antharas as for Freya) just set false
AntharasOldScript = True
# Time to close the entrance after the first teleport the player.
# The value in seconds.
AntharasClose = 1200
# Time to wait until Antharas despawn without fighting it. Value in minutes.
# Default: 240
AntharasDespawnTime = 240
# Time Antharas respawn after the murder. Total time respawn shield as follows:
# The first value + value in the range from 0 up to the second value.
# Value in hours.
AntharasRespFirst = 180
AntharasRespSecond = 24
# Wait minutes
AntharasWaitTime = 30
# Antharas Power Multipler
# Default 1.0 = retail
AntharasPowerMultiplier = 1.0
# --------------
# Baium
# --------------
# Time left Baium into hibernation after the last attack on him.
# The value in seconds.
BaiumSleep = 1800
# Time respawn Bayoumi after the murder. Total time respawn shield as follows:
# The first value + value in the range from 0 up to the second value.
# Value in hours.
BaiumRespFirst = 112
BaiumRespSecond = 16
# Baium Power Multipler
# Default 1.0 = retail
BaiumPowerMultiplier = 1.0
# -----------
# Core
# -----------
# Time minion respawn after their murder.
# The value in seconds.
CoreRespMinion = 60
# Time respawn core after the murder. Total time respawn shield as follows:
# The first value + value in the range from 0 up to the second value.
# Value in hours.
CoreRespFirst = 33
CoreRespSecond = 8
#Default 0 = retail
CoreLevel = 0
CoreRingChance = 0
# Core Power Multipler
# Default 1.0 = retail
CorePowerMultiplier = 1.0
# -----------
# Zaken
# -----------
# Time respawn core after the murder. Total time respawn shield as follows:
# The first value + value in the range from 0 up to the second value.
# Value in hours.
ZakenRespFirst = 60
ZakenRespSecond = 8
# Default 0 = retail
ZakenLevel = 0
ZakenEarringChance = 0
# Zaken Power Multipler
# Default 1.0 = retail
ZakenPowerMultiplier = 1.0
# -----------
# Orfen
# -----------
# Time respawn core after the murder. Total time respawn shield as follows:
# The first value + value in the range from 0 up to the second value.
# Value in hours.
OrfenRespFirst = 20
OrfenRespSecond = 8
# Default 0 = retail
OrfenLevel = 0
OrfenEarringChance = 0
# Orfen Power Multipler
# Default 1.0 = retail
OrfenPowerMultiplier = 1.0
# -----------
# Valakas
# -----------
# Time respawn valakas after the murder. Total time respawn shield as follows:
# The first value + value in the range from 0 up to the second value.
# Value in hours.
ValakasRespFirst = 192
ValakasRespSecond = 44
# Time to wait into Valakas lair until his spawn once entered with quest. Value in minutes.
ValakasWaitTime = 30
# Time to wait until Valakas despawn without fighting it. Value in minutes.
# Default = 240
ValakasDespawnTime = 240
ValakasPowerMultiplier = 1.0
# --------------------
# Queen Ant
# -------------------
# Time minion respawn after their murder.
# The value in seconds.
# Nurses
QueenAntRespNurse = 60
# Royal Guard
QueenAntRespRoyal = 120
# QA respawn time after the murder. Total time respawn shield as follows:
# The first value + value in the range from 0 up to the second value.
# Value in hours.
QueenAntRespFirst = 20
QueenAntRespSecond = 8
# Default 0 = retail
QALevel = 0
QARingChance = 0
# QA Power Multipler
# Default 1.0 = retail
QueenAntPowerMultiplier = 1.0
# --------------------
# Frintezza -
# -------------------
# Frintezza respawn time after the murder. Total time respawn shield as follows:
# The first value + value in the range from 0 up to the second value.
# Value in hours.
FrintezzaRespFirst = 48
FrintezzaRespSecond = 8
# Frintezza Power Multipler
# Default 1.0 = retail
FrintezzaPowerMultiplier = 1.0
# Minimum Parties Number to enter into Frintezza
FrintezzaMinParties = 4
# Maximum Parties Number to enter into Frintezza
FrintezzaMaxParties = 5
# Bypass Frintezza Enter Parties checks
BypassPartiesCheck = False
# Raid Bosses minions will increase them power based on this multiplier
# in this mode: power = retail_power * ((level_diff/10)*LevelDiffMultiplier)
LevelDiffMultiplierMinion = 0.5
# --------------------------------------
# High Priest van Halter
# --------------------------------------
# Time for the High Priest van Halter.
# Value in seconds. Interval 300-864000
# The time taken from random FixIntervalOfVanHalter before FixIntervalOfVanHalter + RandomIntervalOfVanHalter.
FixIntervalOfHalter = 172800
RandomIntervalOfHalter = 86400
# Delay before the High Priest van Halter.
# The value in seconds in the interval 5-60
AppTimeOfHalter = 20
# Time Activity High Priest van Halter.
# The value in seconds in the interval 7200-86400
ActivityTimeOfHalter = 21600
# Battle with High Priest van Halter.
# The value in seconds in the interval 7200-21600
FightTimeOfHalter = 7200
# Of spawn Royal Guard Helper calling.
# The value in the interval 1-6
CallRoyalGuardHelperCount = 6
# The value in seconds in the interval 1-60
CallRoyalGuardHelperInterval = 10
# Interval opening / closing the doors of the altar.
# The value in seconds in the interval 60-5400
IntervalOfDoorOfAlter = 5400
# Time of closing the doors of the altar after some one zashol.
# The value in seconds in the interval 60-600
TimeOfLockUpDoorOfAltar = 180

View File

@@ -0,0 +1,121 @@
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = #
# Clan Hall Function #
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = #
# ----------------------------------------
# Teleport Function price
# ----------------------------------------
# 1st level
ClanHallTeleportFunctionFeeLvl1 = 7000
# 2nd level
ClanHallTeleportFunctionFeeLvl2 = 14000
# 3rd level
#ClanHallTeleportFunctionFeeLvl3 = 2100
# Need core support, need more information on functions in different
# Clan Hall in different Towns.
# 4th level
#ClanHallTeleportFunctionFeeLvl4 = 28000
# -------------------------------------------
# Support magic buff price
# -------------------------------------------
# 1st level
ClanHallSupportFeeLvl1 = 17500
# 2nd level
ClanHallSupportFeeLvl2 = 35000
# 3rd level
ClanHallSupportFeeLvl3 = 49000
# 4th level
ClanHallSupportFeeLvl4 = 77000
# 5th level
ClanHallSupportFeeLvl5 = 147000
# 6th level
ClanHallSupportFeeLvl6 = 252000
# 7th level
ClanHallSupportFeeLvl7 = 259000
# 8th level
ClanHallSupportFeeLvl8 = 364000
# ---------------------------------------
# MpRegeneration price
# ---------------------------------------
# 5% MpRegeneration
ClanHallMpRegenerationFeeLvl1 = 14000
# 10% MpRegeneration
ClanHallMpRegenerationFeeLvl2 = 26250
# 15% MpRegeneration
ClanHallMpRegenerationFeeLvl3 = 45500
# 30% MpRegeneration
ClanHallMpRegenerationFeeLvl4 = 96250
# 40% MpRegeneration
ClanHallMpRegenerationFeeLvl5 = 140000
# --------------------------------------
# HpRegeneration price
# --------------------------------------
# 20% HpRegeneration
ClanHallHpRegenerationFeeLvl1 = 4900
# 40% HpRegeneration
ClanHallHpRegenerationFeeLvl2 = 5600
# 80% HpRegeneration
ClanHallHpRegenerationFeeLvl3 = 7000
# 100% HpRegeneration
ClanHallHpRegenerationFeeLvl4 = 8166
# 120% HpRegeneration
ClanHallHpRegenerationFeeLvl5 = 10500
# 140% HpRegeneration
ClanHallHpRegenerationFeeLvl6 = 12250
# 160% HpRegeneration
ClanHallHpRegenerationFeeLvl7 = 14000
# 180% HpRegeneration
ClanHallHpRegenerationFeeLvl8 = 15750
# 200% HpRegeneration
ClanHallHpRegenerationFeeLvl9 = 17500
# 220% Regeneration
ClanHallHpRegenerationFeeLvl10 = 22750
# 240% HpRegeneration
ClanHallHpRegenerationFeeLvl11 = 26250
# 260% HpRegeneration
ClanHallHpRegenerationFeeLvl12 = 29750
# 300% HpRegeneration
ClanHallHpRegenerationFeeLvl13 = 36166
# ----------------------------------------
# ExpRegeneration price
# ----------------------------------------
# 5% ExpRegeneration
ClanHallExpRegenerationFeeLvl1 = 21000
# 10% ExpRegeneration
ClanHallExpRegenerationFeeLvl2 = 42000
# 15% ExpRegeneration
ClanHallExpRegenerationFeeLvl3 = 63000
# 25% ExpRegeneration
ClanHallExpRegenerationFeeLvl4 = 105000
# 35% ExpRegeneration
ClanHallExpRegenerationFeeLvl5 = 147000
# 40% ExpRegeneration
ClanHallExpRegenerationFeeLvl6 = 163331
# 50% ExpRegeneration
ClanHallExpRegenerationFeeLvl7 = 210000
# --------------------------------------
# Creation item function
# --------------------------------------
#Time after count of Item is restored (in Hours)
#ClanHallItemCreationFunctionTaskRestore = 24
# 1st level
ClanHallItemCreationFunctionFeeLvl1 = 210000
# 2nd level
ClanHallItemCreationFunctionFeeLvl2 = 490000
# 3rd level
ClanHallItemCreationFunctionFeeLvl3 = 980000
# --------------------------
# Decor function
# --------------------------
# Need core support, need more information on functions in different
# Clan Hall in different Towns.
ClanHallCurtainFunctionFeeLvl1 = 2002
ClanHallCurtainFunctionFeeLvl2 = 2625
ClanHallFrontPlatformFunctionFeeLvl1 = 3031
ClanHallFrontPlatformFunctionFeeLvl2 = 9331

View File

@@ -0,0 +1,134 @@
#Damages to Fighters
Duelist__ToFighter=1.0
DreadNought__ToFighter=1.0
Phoenix_Knight__ToFighter=1.0
Hell_Knight__ToFighter=1.0
Sagittarius__ToFighter=1.0
Adventurer__ToFighter=1.0
Archmage__ToFighter=1.0
Soultaker__ToFighter=1.0
Arcana_Lord__ToFighter=1.0
Cardinal__ToFighter=1.0
Hierophant__ToFighter=1.0
Eva_Templar__ToFighter=1.0
Sword_Muse__ToFighter=1.0
Wind_Rider__ToFighter=1.0
Moonlight_Sentinel__ToFighter=1.0
Mystic_Muse__ToFighter=1.0
Elemental_Master__ToFighter=1.0
Eva_s_Saint__ToFighter=1.0
Shillien_Templar__ToFighter=1.0
Spectral_Dancer__ToFighter=1.0
Ghost_Hunter__ToFighter=1.0
Ghost_Sentinel__ToFighter=1.0
Storm_Screamer__ToFighter=1.0
Spectral_Master__ToFighter=1.0
Shillien_Saint__ToFighter=1.0
Titan__ToFighter=1.0
Grand_Khauatari__ToFighter=1.0
Dominator__ToFighter=1.0
Doomcryer__ToFighter=1.0
Fortune_Seeker__ToFighter=1.0
Maestro__ToFighter=1.0
#Damages to Mage
Duelist__ToMage=1.0
DreadNought__ToMage=1.0
Phoenix_Knight__ToMage=1.0
Hell_Knight__ToMage=1.0
Sagittarius__ToMage=1.0
Adventurer__ToMage=1.0
Archmage__ToMage=1.0
Soultaker__ToMage=1.0
Arcana_Lord__ToMage=1.0
Cardinal__ToMage=1.0
Hierophant__ToMage=1.0
Eva_Templar__ToMage=1.0
Sword_Muse__ToMage=1.0
Wind_Rider__ToMage=1.0
Moonlight_Sentinel__ToMage=1.0
Mystic_Muse__ToMage=1.0
Elemental_Master__ToMage=1.0
Eva_s_Saint__ToMage=1.0
Shillien_Templar__ToMage=1.0
Spectral_Dancer__ToMage=1.0
Ghost_Hunter__ToMage=1.0
Ghost_Sentinel__ToMage=1.0
Storm_Screamer__ToMage=1.0
Spectral_Master__ToMage=1.0
Shillien_Saint__ToMage=1.0
Titan__ToMage=1.0
Grand_Khauatari__ToMage=1.0
Dominator__ToMage=1.0
Doomcryer__ToMage=1.0
Fortune_Seeker__ToMage=1.0
Maestro__ToMage=1.0
#Damages By Fighters
Duelist__ByFighter=1.0
DreadNought__ByFighter=1.0
Phoenix_Knight__ByFighter=1.0
Hell_Knight__ByFighter=1.0
Sagittarius__ByFighter=1.0
Adventurer__ByFighter=1.0
Archmage__ByFighter=1.0
Soultaker__ByFighter=1.0
Arcana_Lord__ByFighter=1.0
Cardinal__ByFighter=1.0
Hierophant__ByFighter=1.0
Eva_Templar__ByFighter=1.0
Sword_Muse__ByFighter=1.0
Wind_Rider__ByFighter=1.0
Moonlight_Sentinel__ByFighter=1.0
Mystic_Muse__ByFighter=1.0
Elemental_Master__ByFighter=1.0
Eva_s_Saint__ByFighter=1.0
Shillien_Templar__ByFighter=1.0
Spectral_Dancer__ByFighter=1.0
Ghost_Hunter__ByFighter=1.0
Ghost_Sentinel__ByFighter=1.0
Storm_Screamer__ByFighter=1.0
Spectral_Master__ByFighter=1.0
Shillien_Saint__ByFighter=1.0
Titan__ByFighter=1.0
Grand_Khauatari__ByFighter=1.0
Dominator__ByFighter=1.0
Doomcryer__ByFighter=1.0
Fortune_Seeker__ByFighter=1.0
Maestro__ByFighter=1.0
#Damages By Mages
Duelist__ByMage=1.0
DreadNought__ByMage=1.0
Phoenix_Knight__ByMage=1.0
Hell_Knight__ByMage=1.0
Sagittarius__ByMage=1.0
Adventurer__ByMage=1.0
Archmage__ByMage=1.0
Soultaker__ByMage=1.0
Arcana_Lord__ByMage=1.0
Cardinal__ByMage=1.0
Hierophant__ByMage=1.0
Eva_Templar__ByMage=1.0
Sword_Muse__ByMage=1.0
Wind_Rider__ByMage=1.0
Moonlight_Sentinel__ByMage=1.0
Mystic_Muse__ByMage=1.0
Elemental_Master__ByMage=1.0
Eva_s_Saint__ByMage=1.0
Shillien_Templar__ByMage=1.0
Spectral_Dancer__ByMage=1.0
Ghost_Hunter__ByMage=1.0
Ghost_Sentinel__ByMage=1.0
Storm_Screamer__ByMage=1.0
Spectral_Master__ByMage=1.0
Shillien_Saint__ByMage=1.0
Titan__ByMage=1.0
Grand_Khauatari__ByMage=1.0
Dominator__ByMage=1.0
Doomcryer__ByMage=1.0
Fortune_Seeker__ByMage=1.0
Maestro__ByMage=1.0

View File

@@ -0,0 +1,29 @@
#============================================================#
# Craft System #
#============================================================#
#---------------------------
# Crafting Config
#---------------------------
# Crafting enabled/disabled. On by default
CraftingEnabled = True
# Limits for recipes (default: 50 - for dwarf , 50 - for common)
DwarfRecipeLimit = 50
CommonRecipeLimit = 50
# Alternative crafting rules:
# - crafting takes time
# - players get EXP/SP for crafting
AltGameCreation = False
# Time multiplier - bigger number ===> slower crafting but more XP/SP
AltGameCreationSpeed = 1
# Additional XP/SP rate multiplier (for increased XP/SP) default = 1
AltGameCreationRateXp = 1
AltGameCreationRateSp = 1
# If set to False, blacksmiths don't take recipes from players inventory when crafting.
# Default = True (on retail it's confirmed that blacksmith use recipes for each crafted item)
AltBlacksmithUseRecipes = True

View File

@@ -0,0 +1,129 @@
#============================================================#
# Dev Properties #
#============================================================#
# BETA SERVER: Use this config for better testing during your BETA
# All players on login (also no GM char) will got Gm Speed 4 for better testing.
BetaServer = False
#---------------------------------------------
# Debug & Developer Config
#---------------------------------------------
# Don't load quests
AltDevNoQuests = False
# Don't load spawntable
AltDevNoSpawns = False
# Don't load Script's
AltDevNoScript = False
# Don't load RaidBoss
AltDevNoRB = False
#-------------------------------------------
# Additional server settings
#-------------------------------------------
Debug = False
ZoneDebug = False
Assert = False
Developer = False
# Log to debug skills with formula calculation
SkillsDebug = False
# if true the server will be a test server (listed by test server clients only)
TestServer = False
# Setting for serverList
# Displays [] in front of server name
ServerListBrackets = False
# Displays a clock next to the server name
ServerListClock = False
# If true, the server will be set as GM only
ServerGMOnly = False
# Accept Geoeditor Conection (Default = False)
AcceptGeoeditorConn = False
# IP Geoeditor
GeoEditorHost = 127.0.0.1
# Port GeoEditor
GeoEditorPort = 2109
# Define character name template
# Example to use only : CnameTemplate = [A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate = [A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate = .*
PetNameTemplate = .*
ClanNameTemplate = .*
AllyNameTemplate = .*
# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])
CharMaxNumber = 7
# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
# Retail 740 - 746
MinProtocolRevision = 740
MaxProtocolRevision = 746
#------------------------------
# Logging features
#------------------------------
# Log GM actions
GMAudit = True
# Logging ChatWindow
LogChat = False
# Logging Item handling (Trades,Drops,Pickups,Actions)
# NOTE: This can be very space consuming if enabled for all items.
LogItems = False
# ---------------------------------------------------------------------------
# Thread Configuration
# ---------------------------------------------------------------------------
# Determines the amount of scheduled thread pools. If set to -1, the server will decide the amount depending on the available processors.
# Default: -1
ScheduledThreadPoolCount = -1
# Specifies how many threads will be in a single scheduled pool.
# Default: 4
ThreadsPerScheduledThreadPool = 40
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
# Default: -1
InstantThreadPoolCount = -1
# Specifies how many threads will be in a single instant pool.
# Default: 2
ThreadsPerInstantThreadPool = 20
#---------------------------------------------------
# Enforce gameguard for clients
#---------------------------------------------------
# GameGuardL2NetCheck# check if connected client is going to use L2Net
GameGuardL2NetCheck = True
# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 1
# If set to true, the login will give an other id to the server if the requested id is already reserved
AcceptAlternateID = True
# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers = 2000
# Set the html cache's lazy loading True or False
# (Load html's into cache only on first time requested)
LazyCache = True
# Interval in ms to check for deadlocks, 0 to disable
DeadLockCheck = 0

View File

@@ -0,0 +1,29 @@
#=======================================================#
# Clan Hall Sieges #
#=======================================================#
# -------------------------------
# Devastated castle
# -------------------------------
# Day of week for the siege "Devastated castle".
# 1 - Monday, 2 - Tuesday, 3 - Wednesday, etc.
# NOT recommended to put siege
# In the day that Tan and siege castles (Saturday, Sunday)
DevastatedDay = 1
# Time start registration siege "Devastated castle", in hours.
DevastatedHour = 18
# Time to gain "Devastated castle", in minutes.
DevastatedMinutes = 0
# ------------------------------
# Partisan Hideout
# ------------------------------
# Day of week for the siege "Partisan Hideout".
# 1 - Monday, 2 - Tuesday, 3 - Wednesday, etc.
# NOT recommended to put siege
# In the day that Tan and siege castles (Saturday, Sunday)
PartisanDay = 5
#ime start registration siege "Partisan Hideout", in hours.
PartisanHour = 21
# Time to gain "Partisan Hideout", in minutes.
PartisanMinutes = 0

View File

@@ -0,0 +1,132 @@
#============================================================#
# Enchant Settings #
#============================================================#
# ----------------------------------------------
# Special Enchanting System
# ----------------------------------------------
# Chance enchanting presented as a series of pairs of numbers where the first
# Indicates the number of levels, and the second chance of successful enchanting.
# Also have the option of limiting the maximum level of echanting
# For weapons / armor / jewelry.
# If you have a maximum level of grinding 50 and you do not want
# Give all the chances for each level (from 1 to 50) then
# You can specify for example:
# NormalWeaponEnchantLevel = 1,100; 2,100; 3,100; 4,75; 5,50;
# Example: 5,92; = if you enchant weapon to +5 you have 92% to success.
# ----------------------------------------------
# Chance For Normal Scrolls
# ----------------------------------------------
# Weapon
NormalWeaponEnchantLevel = 1,100;2,100;3,100;4,96;5,92;6,88;7,84;8,80;9,76;10,72;11,68;12,64;13,60;14,56;15,62;16,58;
# Armor
NormalArmorEnchantLevel = 1,100;2,100;3,100;4,96;5,92;6,88;7,84;8,80;9,76;10,72;11,68;12,64;13,60;14,56;15,62;16,58;
# Jewel
NormalJewelryEnchantLevel = 1,100;2,100;3,100;4,95;5,90;6,85;7,80;8,75;9,70;10,65;11,60;12,55;13,50;14,45;15,40;16,35;
# ----------------------------------------------
# Chance For Blessed Scrolls
# ----------------------------------------------
# Weapon
BlessWeaponEnchantLevel = 1,100;2,100;3,100;4,97;5,94;6,91;7,88;8,85;9,82;10,79;11,76;12,73;13,70;14,67;15,64;16,61;
# Armor
BlessArmorEnchantLevel = 1,100;2,100;3,100;4,97;5,94;6,91;7,88;8,85;9,82;10,79;11,76;12,73;13,70;14,67;15,64;16,61;
# Jewel
BlessJewelryEnchantLevel = 1,100;2,100;3,100;4,96;5,92;6,88;7,84;8,80;9,76;10,72;11,68;12,64;13,60;14,56;15,62;16,58;
# ---------------------------------------------
# Chance For Crystal Scrolls
# ---------------------------------------------
# Weapon
CrystalWeaponEnchantLevel = 1,100;2,100;3,100;4,98;5,96;6,94;7,92;8,90;9,88;10,86;11,84;12,82;13,80;14,78;15,76;16,74;
# Armor
CrystalArmorEnchantLevel = 1,100;2,100;3,100;4,98;5,96;6,94;7,92;8,90;9,88;10,86;11,84;12,82;13,80;14,78;15,76;16,74;
# Jewel
CrystalJewelryEnchantLevel = 1,100;2,100;3,100;4,97;5,94;6,91;7,88;8,85;9,82;10,79;11,76;12,73;13,70;14,67;15,64;16,61;
# Safe enchant
EnchantSafeMax = 3
EnchantSafeMaxFull = 4
# Crystal Limits
CrystalEnchantMin = 0
CrystalEnchantMax = 20
# Max enchant Settings by scrolls.
EnchantWeaponMax = 10
EnchantArmorMax = 10
EnchantJewelryMax = 10
# On / off bonuses at enchant dwarfs
# Custom Patch, Dwarf have a bonus on Enchant!
# Default: False
EnableDwarfEnchantBonus = False
# Minimun level for enchant
DwarfEnchantMinLevel = 80
# bonus enchant
DwarfEnchantBonus = 15
# On / off enchant hero weapons
EnableEnchantHeroWeapons = False
# The value of enchanting
# For example: If CustomEnchantValue = 5 Sharpening will:
# From 0 till the +5, with +5 to +10, from +10 to +15, etc.
# Total: 15 for three to scroll
# 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
# ----------------------
# The chance that the crystal breaks
SoulCrystalBreakChance = 10
# Chance to improve Cristal
SoulCrystalLevelChance = 32
# Chance to improve Cristal
SoulCrystalMaxLevel = 13
#----------------------
# Enchant limit for Olympiad battles.
# (Maximum enchant level allowed for an item to be equipped, -1 to disable)
AltOlyMaxEnchant = -1
# Enchant after break with blessed scroll.
BreakEnchant = 0
# Limit enchant GM players (// setew and others) (0 disabled)
GMOverEnchant = 0
# IMPORTANT: anti Over Enchant system
# HOW WORKS: if you set it to 20, and player have an item > 20
# he will be kicked and the item will disappear!
# Enchant amount at which a player gets punished (0 disabled)
EnchantKick = 0

View File

@@ -0,0 +1,226 @@
#===========================================================#
# Fortress Sieges #
#===========================================================#
# ----------------------------------
# Forts Configuration
# ----------------------------------
# Siege time (in minutes)
SiegeLength = 60
#Count down length, best to use a multiple of 5 (in minutes)
CountDownLength = 10
# Maximum number of flags from the 1 st clan
MaxFlags = 1
# The minimum level of clan
SiegeClanMinLevel = 4
# Maximum number of registered clans
AttackerMaxClans = 20
DefenderMaxClans = 30
# Respawn time in ms
DefenderRespawn = 20000
AttackerRespawn = 0
#Respawn time penalty for loosing each Control tower
CTLossPenalty = 20000
# Fortress Commander spawns
#
# Commander syntax: NameCommanderN = x,y,z,heading,npc_id
# Name - fortress name
# N - number
# x,y,z - coords
# heading
# npc_id - id of template
# Flag syntax: NameCommanderN = x,y,z,flag_id
# Name - fortress name
# N - number
# x,y,z - coords
# flag_id - id of comabt flag
#-------------------------------------------------------------
# Shanty Fortress
#-------------------------------------------------------------
ShantyCommander1 = -52435,155188,-1768,20000,35683
ShantyCommander2 = -52128,157752,-2024,29864,35677
ShantyCommander3 = -53944,155433,-2024,7304,35680
ShantyCommander4 = -52818,156512,-1128,0,35670
ShantyFlag1 = -53054,156605,-1896,62001
#-------------------------------------------------------------
# Southern Fortress
#-------------------------------------------------------------
SouthernCommander1 = -21328,218864,-2952,0,35719
SouthernCommander2 = -22992,218160,-3208,0,35713
SouthernCommander3 = -21520,221504,-3208,45328,35716
SouthernCommander4 = -22625,219799,-2312,0,35702
SouthernFlag1 = -22386,219798,-3079,62001
#-------------------------------------------------------------
# Hive Fortress
#-------------------------------------------------------------
HiveCommander1 = 15152,188128,-2640,0,35752
HiveCommander2 = 17984,187536,-2896,45056,35746
HiveCommander3 = 16016,189520,-2888,0,35749
HiveCommander4 = 16621,188124,-2000,0,35739
HiveFlag1 = 16761,188306,-2770,62001
#-------------------------------------------------------------
# Valley Fortress
#-------------------------------------------------------------
ValleyCommander1 = 124768,121856,-2296,0,35788
ValleyCommander2 = 124299,123614,-2552,49192,35782
ValleyCommander3 = 124768,124640,-2552,54480,35785
ValleyCommander4 = 126079,123550,-1688,0,35771
ValleyFlag1 = 126092,123650,-2429,62001
#-------------------------------------------------------------
# Ivory Fortress
#-------------------------------------------------------------
IvoryCommander1 = 72400,2896,-2760,0,35821
IvoryCommander2 = 73788,5479,-3016,55136,35815
IvoryCommander3 = 71264,4144,-3008,0,35818
IvoryCommander4 = 72814,4327,-2120,0,35808
IvoryFlag1 = 72660,4512,-2888,62001
#-------------------------------------------------------------
# Narsell Fortress
#-------------------------------------------------------------
NarsellCommander1 = 154704,53856,-2968,0,35852
NarsellCommander2 = 155576,56592,-3224,59224,35846
NarsellCommander3 = 153328,54848,-3216,5512,35849
NarsellCommander4 = 154848,55344,-2328,0,35839
NarsellFlag1 = 154650,55493,-3097,62001
#-------------------------------------------------------------
# Basin Fortress
#-------------------------------------------------------------
BasinCommander1 = 188624,38240,-3128,0,35888
BasinCommander2 = 188160,39920,-3376,49284,35882
BasinCommander3 = 188626,41066,-3376,57140,35885
BasinCommander4 = 189930,39808,-2480,0,35871
BasinFlag1 = 189931,40060,-3253,62001
#-------------------------------------------------------------
# White Sands Fortress
#-------------------------------------------------------------
WhiteSandsCommander1 = 117216,205648,-3048,0,35921
WhiteSandsCommander2 = 118880,203568,-3304,5396,35915
WhiteSandsCommander3 = 118560,206560,-3304,48872,35918
WhiteSandsCommander4 = 118472,204952,-2408,0,35908
WhiteSandsFlag1 = 118690,205062,-3176,62001
#-------------------------------------------------------------
# Borderland Fortress
#-------------------------------------------------------------
BorderlandCommander1 = 159664,-72224,-2584,0,35957
BorderlandCommander2 = 157968,-71659,-2832,59020,35951
BorderlandCommander3 = 157312,-70640,-2832,0,35954
BorderlandCommander4 = 159088,-70272,-1936,0,35940
BorderlandFlag1 = 158883,-70145,-2708,62001
#-------------------------------------------------------------
# Swampland Fortress
#-------------------------------------------------------------
SwamplandCommander1 = 71264,-60512,-2504,0,35995
SwamplandCommander2 = 71248,-62352,-2752,12388,35989
SwamplandCommander3 = 68688,-59648,-2752,56012,35992
SwamplandCommander4 = 69860,-61364,-1856,0,35978
SwampFlag1 = 69979,-61144,-2632,62001
#-------------------------------------------------------------
# Archaic Fortress
#-------------------------------------------------------------
ArchaicCommander1 = 109856,-142640,-2672,0,36028
ArchaicCommander2 = 109600,-139735,-2928,62612,36022
ArchaicCommander3 = 108223,-142209,-2920,8524,36025
ArchaicCommander4 = 109423,-141204,-2032,0,36015
ArchaicFlag1 = 109184,-141129,-2801,62001
#-------------------------------------------------------------
# Floran Fortress
#-------------------------------------------------------------
FloranCommander1 = 6528,151872,-2608,0,36064
FloranCommander2 = 7006,148242,-2856,32768,36058
FloranCommander3 = 4384,150992,-2856,0,36061
FloranCommander4 = 5542,149751,-1960,0,36047
FloranFlag1 = 5306,149743,-2732,62001
#-------------------------------------------------------------
# Cloud Mountain Fortress
#-------------------------------------------------------------
CloudMountainCommander1 = -55248,90496,-2536,0,36102
CloudMountainCommander2 = -55791,91856,-2792,0,36096
CloudMountainCommander3 = -54168,92604,-2784,49196,36099
CloudMountainCommander4 = -53232,91297,-1896,0,36085
CloudMountainFlag1 = -53237,91537,-2664,62001
#-------------------------------------------------------------
# Tanor Fortress
#-------------------------------------------------------------
TanorCommander1 = 58480,139648,-1464,0,36135
TanorCommander2 = 61864,139257,-1728,46896,36129
TanorCommander3 = 59436,140834,-1720,47296,36132
TanorCommander4 = 60296,139508,-824,0,36122
TanorFlag1 = 60362,139742,-1597,62001
#-------------------------------------------------------------
# DragonSpine
#-------------------------------------------------------------
DragonspineCommander1 = 9472,94992,-3392,0,36143
DragonspineCommander2 = 13184,94928,-3144,0,36144
DragonspineCommander3 = 11537,95056,-2496,16384,36153
DragonspineCommander4 = 12829,96214,-3392,0,36163
DragonspineFlag1 = 11459,95308,-3264,62001
#-------------------------------------------------------------
# Antharas Fortress
#-------------------------------------------------------------
AntharasCommander1 = 79440,88752,-2600,0,36202
AntharasCommander2 = 77262,91704,-2856,5112,36196
AntharasCommander3 = 80929,90510,-2856,40192,36199
AntharasCommander4 = 79297,91077,-1960,0,36185
AntharasFlag1 = 79528,91187,-2728,62001
#-------------------------------------------------------------
# Western Fortress
#-------------------------------------------------------------
WesternCommander1 = 113481,-16058,-712,0,36240
WesternCommander2 = 109872,-16624,-968,16384,36234
WesternCommander3 = 112601,-13933,-960,49152,36237
WesternCommander4 = 111366,-15077,-72,0,36223
WesternFlag1 = 111380,-14820,-839,62001
#-------------------------------------------------------------
# Hunters Fortress
#-------------------------------------------------------------
HuntersCommander1 = 123232,94400,-1856,0,36278
HuntersCommander2 = 122688,95760,-2112,0,36272
HuntersCommander3 = 124305,96528,-2104,49151,36275
HuntersCommander4 = 125246,95204,-1216,0,36261
HuntersFlag1 = 125255,95455,-1984,62001
#-------------------------------------------------------------
# Aaru Fortress
#-------------------------------------------------------------
AaruCommander1 = 74288,186912,-2296,0,36311
AaruCommander2 = 71392,184720,-2552,5528,36305
AaruCommander3 = 71542,186410,-2552,55088,36308
AaruCommander4 = 73070,186048,-1656,0,36298
AaruFlag1 = 73923,186247,-2424,62001
#-------------------------------------------------------------
# Demon Fortress
#-------------------------------------------------------------
DemonCommander1 = 100752,-53664,-360,0,36347
DemonCommander2 = 100688,-57440,-616,16384,36341
DemonCommander3 = 99484,-54027,-616,0,36344
DemonCommander4 = 100645,-55318,272,0,36330
DemonFlag1 = 100400,-55301,-488,62001
#-------------------------------------------------------------
# Monastic Fortress
#-------------------------------------------------------------
MonasticCommander1 = 73680,-95456,-1144,0,36385
MonasticCommander2 = 70189,-93935,-1400,61576,36379
MonasticCommander3 = 73831,-94119,-1400,45536,36382
MonasticCommander4 = 72195,-94701,-504,0,36368
MonasticFlag1 = 72294,-94481,-1271,62001

View File

@@ -0,0 +1,87 @@
# ---------------------------------------------------------------------------
# GeoData
# ---------------------------------------------------------------------------
# Pathfinding options:
# 0 = Disabled
# 1 = Enabled using path node files
# 2 = Enabled using geodata cells at runtime
# Default: 0
PathFinding = 2
# Pathfinding array buffers configuration
PathFindBuffers = 100x6;128x6;192x6;256x4;320x4;384x4;500x2
# Weight for nodes without obstacles far from walls
LowWeight = 0.5
# Weight for nodes near walls
MediumWeight = 2
# Weight for nodes with obstacles
HighWeight = 3
# Angle paths will be more "smart", but in cost of higher CPU utilization
AdvancedDiagonalStrategy = True
# Weight for diagonal movement. Used only with AdvancedDiagonalStrategy = True
# Default: LowWeight * sqrt(2)
DiagonalWeight = 0.707
# Maximum number of LOS postfilter passes, 0 will disable postfilter.
# Default: 3
MaxPostfilterPasses = 3
# Path debug function.
# Nodes known to pathfinder will be displayed as adena, constructed path as antidots.
# Number of the items show node cost * 10
# Potions display path after first stage filter
# Red potions - actual waypoints. Green potions - nodes removed by LOS postfilter
# This function FOR DEBUG PURPOSES ONLY, never use it on the live server !
DebugPath = False
# True = Loads GeoData buffer's content into physical memory.
# False = Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.
# Default: True
ForceGeoData = True
# This setting controls Client <--> Server Player coordinates synchronization:
# -1 - Will synchronize only Z from Client --> Server. Default when no geodata.
# 1 - Synchronization Client --> Server only. Using this option (without geodata) makes it more difficult for players to bypass obstacles.
# 2 - Intended for geodata (at least with cell-level pathfinding, otherwise can you try -1).
# Server sends validation packet if client goes too far from server calculated coordinates.
# Default: -1
CoordSynchronize = -1
# Default: False
AcceptGeoeditorConn = False
GeoEditorPort = 9011
# When a character falls, he takes damages.
# Default: True
FallDamage = True
# The zones with water are enabled.
# Default: True
AllowWater = True
# Geodata files folder
GeoDataPath = ./data/geodata
# Pathnode directory
# Default: data/pathnode
PathnodeDirectory = data/pathnode
# True: Try to load regions not specified below(won't disturb server startup when file does not exist)
# False: Don't load any regions other than the ones specified with True below
TryLoadUnspecifiedRegions = True
# List of regions to be required to load
# eg.:
# Both regions required
# 22_22 = True
# 19_20 = True
# Exclude region from loading
# 25_26 = False
# True: Region is required for the server to startup
# False: Region is not considered to be loaded

View File

@@ -0,0 +1,102 @@
#=======================================================#
# Oly Settings #
#=======================================================#
# Olympiad Start Time in Military hours Default 6pm (18)
# Default: 18
AltOlyStartTime = 18
# Olympiad Start Time for Min's, Default 00 so at the start of the hour.
# Default: 00
AltOlyMin = 00
# Olympiad Competition Period, Default 6 hours.
# (If set different, should be increment by 10mins)
# Default: 21600000
AltOlyCPeriod = 21600000
# Olympiad Battle Period, Default 6 minutes.
# Default: 360000
AltOlyBattle = 360000
# Olympiad Weekly Period, Default 1 week
# Used for adding points to nobles
# Default: 604800000
AltOlyWPeriod = 604800000
# Olympiad Validation Period, Default 24 Hours.
# Default: 86400000
AltOlyVPeriod = 86400000
# Required number of participants for Classed and Non-Classed matches, Default 5 & 9
AltOlyClassedParticipants = 5
AltOlyNonClassedParticipants = 9
# Olympiad battle winner reward for class and non-class games..
# Default: 6651 (Gate Pass)
AltOlyBattleRewItem = 6651
# Reward for class battle Default: 50
AltOlyClassedRewItemCount = 50
# Reward for non-class battle Default: 50
AltOlyNonClassedRewItemCount = 30
# Rewards for battle
# Minimum points for exchanges "nobless gate pass", default is 50
AltOlyMinPointForExchange = 50
# ID prizes, 6651 (Gate Pass)
AltOlyCompRewItem = 6651
# Rate to exchange points to reward item.
AltOlyGPPerPoint = 1000
# Noblesse points awarded to Heros.
# Like L2OFF is 100
AltOlyHeroPoints = 100
# Restrict specified items in Olympiad. ItemID's need to be separated with a comma (ex. 1,200,350)
AltOlyRestrictedItems = 0
# Allow events during Olympiad period
AllowEventsDuringOly = True
# Recharge skills before match starts and after match ends
# Default: False
AltOlyRechargeSkills = False
# Remove all cubics from the player that enter on Olympiad stadium
# C4 patch note: Summons/Cubics do not disappear but are moved to the tournament arena together with their masters.
# Default: False
RemoveCubicOlympiad = False
# Olympiad Managers announce each start of fight.
# Like L2OFF is False
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
# Set the number of hero for each class
# Retail = 1
AltOlyNumberHerosEachClass = 1
# Disable skills during Olympiad
# Retail = 0
AltOlyRestrictedSkills = 0
# Move player to arena countdown
# Like L2OFF is 120
AltOlyTeleportCountDown = 120
# You can decide if enable custom period setting feature. Once enabled,
# Alt Oly period: MONTH/DAY/WEEK
# es. 2weeks-->AltOlyPeriod = WEEK and AltOlyPeriodMultiplier = 2
AltOlyUseCustomPeriodSettings = False
AltOlyPeriod = MONTH
AltOlyPeriodMultiplier = 1

View File

@@ -0,0 +1,191 @@
#=============================================================#
# Option Settings #
#=============================================================#
# Configure zones
# 0 = World Peace
# 1 = PVP sieges in
# 2 = PVP everywhere
ZoneTown = 0
# Configure IM
# Global Chat (ON (region), OFF, GM, GLOBAL)
GlobalChat = ON
# Global Trade chat (ON, OFF, GM, LIMITED (region))
TradeChat = LIMITED
# Who can write in the global chat if is it trade?
# True = only players with the pvpamount, false = all
TradeChatWithPvP = False
TradePvPAmount = 100
# Who can write in the global chat if is it global?
# True = only players with the pvpamount, false = all
GlobalChatWithPvP = False
GlobalPvPAmount = 100
# Who can write in the trade chat if is it global?
# True = only nubless, false = all
TradeChatIsNooble = False
# Maximum number of characters for chat phrase
MaxChatLength = 100
# The penalty for illegal character of
# 1 - Sending GM reporting the action
# 2 - Throw a player (kick)
# 3 - Throw and ban
# 4 - Jail player
DefaultPunish = 2
# Minutes to stay in jail if punishment is jail
DefaultPunishParam = 0
# -----------------------------------
# Server Optimization
# -----------------------------------
# Remove the character from account
DeleteCharAfterDays = 7
# Allow players to drop items on the ground.
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!
# Items on this list will be protected regardless of the following options.
ListOfProtectedItems = 57,5575,6673
# Just delete the stuff that fell out of players
# WARNING: only works when AutoDestroyDroppedItemAfter> 0
DestroyPlayerDroppedItem = False
# Just to destroy such things as: armor, weapons, jewelry
# WARNING: only works when DestroyPlayerDroppedItem = True
DestroyEquipableItem = False
# Keep discarded things in the database to be restored after restarting the server
SaveDroppedItem = False
# Clean up the table after loading things into memory - Safe Settings
# If the server crashes before you save things at next start will be restored old things
# And the players will be able to collect some of them - that will prevent duplicate
EmptyDroppedItemTableAfterLoad = False
# Time in minutes to save the discarded items in the database, 0 to disable
# WARNING: If this option is disabled SaveDroppedItemInterval,
# Things will remain in the database only when you restart the server
SaveDroppedItemInterval = 60
# Delete all saved items from the database at next start
# WARNING: only works when SaveDroppedItem = False
ClearDroppedItemTable = False
# Remove broken quests player
AutoDeleteInvalidQuestData = False
# Set to false can improve the performance of servers with high concurrence
PreciseDropCalculation = False
# Allow create spliced things
MultipleItemDrop = True
# Sending information about all the things your character, and not only that with which the operation takes place.
# WARNING: Incredible traffic loads.
ForceInventoryUpdate = False
# Sending information about all the stats your character, and not only that with which the operation takes place.
# WARNING: Higher traffic loads.
ForceCompletePlayerStatusUpdate = True
# The maximum deviation from the point of Spawn mobs
MaxDriftRange = 200
# Minimum and maximum delay animation
# The minimum can not be greater than the maximum.
# "0" by default.
MinNPCAnimation = 10
MaxNPCAnimation = 20
MinMonsterAnimation = 5
MaxMonsterAnimation = 20
# Show the lvl and type of agro mobs?
ShowNpcLevel = False
# Record the location of the characters in the file before the off / restarting the server?
ActivatePositionRecorder = False
# On/Off Hight rate Server.
# Only Adena, LifeStones, SealStones, Boss Jewels Drop Option
HighRateServerDrops = False
# ----------------------------------
# Additional Settings
# ----------------------------------
# On / Off Warehouse
AllowWarehouse = True
# On / Off hashing Warehouse
WarehouseCache = False
# How much memory should occupy hash Warehouse
WarehouseCacheTime = 15
# On / Off use Freight Warehouse
AllowFreight = True
# If True player can try on weapon and armor in shop.
# Default: True
AllowWear = True
# Default: 5
WearDelay = 5
#Adena cost to try on an item.
# Default: 10
WearPrice = 10
# ======= Test configuration ======#
# True Enabled / False Disabled #
AllowLottery = True
AllowRace = True
AllowRentPet = False
AllowFishing = True
AllowBoat = True
AllowCursedWeapons = True
AllowManor = True
AllowNpcWalkers = True
# =============================
# -------------------------------
# Community board
# -------------------------------
# Activate or no the community board.
EnableCommunityBoard = True
# Show this community board section when you open it.
BBSDefault = _bbshome
# Options grid: Grid can be enabled or disabled. This also will affect
# Loading and processing of all tasks of artificial intelligence and geodata to work in conjunction with the grid.
# When playing in this place the character begins to work immediately grid and in addition
# Start lining up for a specified number of seconds from 8 neighboring character grids.
# After exiting the main square and adjacent characters within a few seconds is
# Coordinates, if all this time in the area had no players.
# Enabling this option allows grids to be always active.
GridsAlwaysOn = False
GridNeighborTurnOnTime = 30
GridNeighborTurnOffTime = 300
# Combining streams prioritized implementation
# The default values -1,0,1 (group low / med / high)
ExecutorPriLow = -1
ExecutorPriMed = 0
ExecutorPriHigh = 1

View File

@@ -0,0 +1,254 @@
#============================================================#
# Other Settings #
#============================================================#
#Amount of adena/AA that a new character is given
StartingAdena = 0
StartingAncientAdena = 0
# Enable this if you want the below configuration to work.
# Default: False
CustomStarterItemsEnabled = False
# Starting itens for fighter's classes
StartingCustomItemsFighter = 57,1000;
# Starting itens for mage's classes
StartingCustomItemsMage = 57,1000;
# movement speed for strider and wyvern
WyvernSpeed = 100
StriderSpeed = 80
#Allow the wyvern manager located in every castle to train wyverns and striders from hatchlings
AllowWyvernUpgrader = True
# If True, when effects of the same stack group are used, lesser
# effects will be canceled if stronger effects are used. New effects
# that are added will be canceled if they are of lesser priority to the old one.
# If False, they will not be canceled, and it will switch to them after the
# stronger one runs out, if the lesser one is still in effect.
CancelLesserEffect = True
# If you wish to disable the use of guards agains agressive monsters.
# Default is False.
AllowGuards = False
# If True, the following deep blue mobs' drop penalties will be applied:
# - When player's level is 9 times greater than mob's level, drops got divided by 3
# - After 9 lvl's of difference between player and deep blue mobs, drop chance is
# lowered by 9% each lvl that difference increases. (9lvls diff = -9%; 10lvls diff = -18%; ...)
# NOTE1: These rules are applied to both normal and sweep drops
# NOTE2: These rules ignores the server's rate when drop is of adena type (Complies with retail server)
UseDeepBlueDropRules = True
# Inventory space limits
# All race without dwarf
MaximumSlotsForNoDwarf = 80
# Dwarf race
MaximumSlotsForDwarf = 100
# GM char
MaximumSlotsForGMPlayer = 250
# Warehouse space limits (Must be < 300 for prevent client crash)
# Dwarfs will get bonus from lvl 60
MaximumWarehouseSlotsForDwarf = 120
MaximumWarehouseSlotsForNoDwarf = 100
MaximumWarehouseSlotsForClan = 200
MaximumFreightSlots = 20
# % regeneration of normal regeneration speed
HpRegenMultiplier = 100
MpRegenMultiplier = 100
CpRegenMultiplier = 100
# % regeneration and defence for RaidBoss and their minions
RaidHpRegenMultiplier = 100
RaidMpRegenMultiplier = 100
RaidPhysicalDefenceMultiplier = 100
RaidMagicalDefenceMultiplier = 100
#Configure Minimum and Maximum multiplier time between RaidBoss respawn.
#By Default 12Hours*1.0 for Minimum Time and 24Hours*1.0 for Maximum Time.
RaidMinRespawnMultiplier = 1.0
RaidMaxRespawnMultiplier = 1.0
# Minions respawn timer 300000 = 5 mins
RaidMinionRespawnTime = 300000
# Unstuck interval, seconds, default is 300 sec.
UnstuckInterval = 300
# Player Protection on login in seconds, 0 for disabled
PlayerSpawnProtection = 0
# Player Protection after teleporting, 0 for disabled
PlayerTeleportProtection = 0
# Player Protection from (agro) mobs after getting up from fake death; in seconds, 0 for disabled
PlayerFakeDeathUpProtection = 0
# PARTY XP DISTRIBUTION
# The first option can be set to auto, percentage, level, none.
# When is "auto" member of the party receives less Exp / SP, where its level is low
# If the party received a bonus for him (30% for 2 members of the party)
# In this case, he will not get Exp / SP of the party, and will not receive a bonus party
# Not used quite too high values of the parameter "percentage"!
# Not used quite too low values of the parameter "level"!
# If you do not want to be the distribution of XP for the members of the Party
# Just put "none". Default:, 3.0, 30
PartyXpCutoffMethod = auto
PartyXpCutoffPercent = 3.0
PartyXpCutoffLevel = 30
# Levels restore HP, MP, and CP after death
# Values are specified in percentage
RespawnRestoreCP = 70
RespawnRestoreHP = 70
RespawnRestoreMP = 70
# Allow random regeneration in cities, indicating the maximum displacement
# From the main origin.
RespawnRandomInTown = True
RespawnRandomMaxOffset = 20
# The maximum number of slots for the purchase / sale (for dwarves and other races)
# By default, dwarf 5 slots, the other 4 races
MaxPvtStoreSlotsDwarf = 5
MaxPvtStoreSlotsOther = 4
# Keep the effects buffs and debuff when you exit the game
StoreSkillCooltime = True
# Rent with pets (wyvern and Strider). Example: 111,222,333
ListPetRentNpc = 30827
# Declare the location of Mammon NPCs to players during the ratification of the press.
AnnounceMammonSpawn = False
# Allow player to send petition?
PetitioningAllowed = True
# The number of petitions per session
MaxPetitionsPerPlayer = 5
# The number of petitions, which may consider GM
MaxPetitionsPending = 25
# ------------------------------
# Configure prison
# ------------------------------
# PvP zone?
JailIsPvp = False
# Turn off all chats except basics?
JailDisableChat = True
# Chance to get Death Penalty
DeathPenaltyChance = 20
# --------------------------------------
# Alternative time buffs
# --------------------------------------
# When the reads, buff, and their duration.
# Default: False
EnableModifySkillDuration = False
# Format: id_skill time; id_skill2, time2 ;....
# Example:
#SkillDurationList = 264,3660;265,3660;266,3660;267,3660;268,3660;\
#269,3660;270,3660;304,3660;305,3660;306,3660;308,3660;349,3660;\
#363,3660;364,3660;529,3660;271,3660;272,3660;273,3660;274,3660;\
#275,3660;276,3660;277,3660;307,3660;309,3660;310,3660;311,3660;\
#305,3660;366,3660;530,3660;365,3660;\
#1086,3660;1240,3660;1242,3660;1243,3660;1388,3660;1389,3660;336,3660;\
#1035,3660;1043,3660;1044,3660;1062,3660;1268,3660;1040,3660;1393,3660;\
#1077,3660;1078,3660;1085,3660;1204,3660;1036,3660;1045,3660;1048,3660;\
#1007,3660;1006,3660;1009,3660;1251,3660;1252,3660;1253,3660;1307,3660;\
#1284,3660;1308,3660;1309,3660;1310,3660;1390,3660;1391,3660;1362,3660;\
#1303,3660;1087,3660;1259,3660;1059,3660;1311,3660;1033,3660;1002,3660;\
#1068,3660;1397,3660;1032,3660;1189,3660;1191,3660;1182,3660;1365,3660;\
#1010,3660;1282,3660;1004,3660;1008,3660;1249,3660;1250,3660;1260,3660;\
#1261,3660;1364,3660;1259,3660;1073,3660;1257,3660;1304,3660;1460,3660;\
#1353,3660;1354,3660;1003,3660;1005,3660;\
#1352,3660;1442,3660;1392,3660;\
#1355,3660;1356,3660;1357,3660;1363,3660;1461,3660;1413,3660;1414,3660
SkillDurationList =
# --------------------------------
# Chat Filter System
# --------------------------------
# Enable chat filter default: false
UseChatFilter = False
# Replace illegal words with following chars
ChatFilterChars = -_-
# Punishment for bad words:
# Options:
# off - there is no punishment for the words
# Karma - karma giving
# Jail - jail
# Chat - chat ban
ChatFilterPunishment = off
# How long penalty minutes
ChatFilterPunishmentParam1 = 5
# How to give karma for the bad word
ChatFilterPunishmentParam2 = 1000
# -----------------------------
# Four Sepulchers
# -----------------------------
# The time allowed for the attack
TimeOfAttack = 50
# The time allowed for rest
TimeOfCoolDown = 5
# The time allowed to the input
TimeOfEntry = 3
# The time allowed for warm-up
TimeOfWarmUp = 2
# Minimum players in the party
NumberOfNecessaryPartyMembers = 4
# --------------------------------------------------
# Quake / Killing Spree System
# --------------------------------------------------
# Enable The Killing Spree System
# When a Player Hits an Amount of pvp's an announcement appears
AllowQuakeSystem = False
# Enable Messages to GMs on 4-5 consecutive pvp of a player
# Why? to see if a char are farming!
EnableAntiPvpFarmMsg = True
# -----------------------------------------
# Aio System
# -----------------------------------------
# Enable / Disable Aion System
EnableAioSystem = True
# Enable / Disable Name Color
AllowAioNameColor = True
AioNameColor = 88AA88
# Enable / Disable Title Color
AllowAioTitleColor = True
AioTitleColor = 88AA88
# List of Aio Skills
# Format : skillid,skilllvl;skillid2,skilllvl2;....skillidn,skilllvln
AioSkills = 1085,3;1304,3;1087,3;1354,1;1062,2;1005,3;1243,6;1045,6;1048,6;\
1311,6;168,3;213,8;1007,3;1309,3;1552,3;1006,3;1229,15;1308,3;1253,3;1284,3;\
1009,3;1310,4;1363,1;1362,1;1397,3;1292,6;1078,6;307,1;276,1;309,1;274,1;275,1;\
272,1;277,1;273,1;311,1;366,1;365,1;310,1;271,1;1242,3;1257,3;1353,3;1391,3;\
1352,1;229,7;228,3;1077,3;1218,33;1059,3;1219,33;1217,33;1388,3;1389,3;1240,3;\
1086,2;1032,3;1073,2;1036,2;1035,4;1068,3;1003,3;1282,2;1356,1;1355,1;1357,33;\
1044,3;1182,3;1191,3;1033,3;1189,3;1259,4;1306,6;234,23;1040,3;364,1;264,1;306,1;\
269,1;270,1;265,1;363,1;349,1;308,1;305,1;304,1;267,1;266,1;268,1;1390,3;1303,2;\
1204,2;1268,4;1413,1;4699,8;4700,8;4703,8
# Aio Buffers can use GK?
AllowAioUseGk = False
# Aio Buffers can speak to Class Master?
AllowAioUseClassMaster = False
# Allow AIO in events?
AllowAioInEvents = False
# Announce castle lords on enter game. default = False
AnnounceCastleLords = False
# Click task when target an Npc
# Leave as default if you don't know what you are changing
# Default: 50
ClickTask = 50
# Crit announce
GMShowCritAnnouncerName = False

View File

@@ -0,0 +1,171 @@
#===========================================================#
# Physics Balance Characters #
#===========================================================#
# Enable Class Damages Settings
EnableClassDamagesSettings = True
EnableClassDamagesLogger = False
EnableClassDamagesSettingsInOly = True
# --------------------------------
# Setting effect Blow
# --------------------------------
# Chance front
BlowAttackFront = 50
# Chance on the sides
BlowAttackSide = 60
# Chance from behind
BlowAttackBehind = 70
# --------------------------------
# Setting effect Backstab
# --------------------------------
# Chance front
BackstabAttackFront = 3
# Chance on the sides
BackstabAttackSide = 50
# Chance from behind
BackstabAttackBehind = 90
# -------------
# Limits
# -------------
# 1 - the speed limit conventional attack
# 2 - the speed limit magic attack
# 0 - do not put!
MaxPAtkSpeed = 1500
MaxMAtkSpeed = 1999
# Limit normal crit (10 = 1%)
# Default: 500
MaxPCritRate = 500
# Limit the magic of Crete (10 = 1%)
# Default: 300
MaxMCritRate = 300
# This is a run speed modifier, set the default to 0 if you
# want this option disabled.
# Example:
# Setting this to 10 will increase a characters running
# speed by 10. Say normal is 100, now
# with this option enabled it is 110.
RunSpeedBoost = 0
# Maximum character running speed.
# Retail: 250
MaxRunSpeed = 250
# -----------------
# Damage
# -----------------
# Damage Multipliers for Mage Characters.
AltPDamageMages = 1.0
AltMDamageMages = 1.0
# Damage Multipliers for Fighters Characters.
AltPDamageFighters = 1.0
AltMDamageFighters = 1.0
# Damage Multipliers for pets and summons.
AltPDamagePets = 1.0
AltMDamagePets = 1.0
# Damage Multipliers for NPCs (mobs).
AltPDamageNpc = 1.0
AltMDamageNpc = 1.0
# An alternative calculation of damage skill daggers
# Divider damage. A large number - less damage.
DaggerVSHeavy = 1.00
DaggerVSRobe = 1.00
DaggerVSLight = 1.00
# If false, Raids cannot receive lethal attacks
AllowLethalOnRaids = False
# If True, Lethal Protected Mobs (in LethalProtectedMobs property) cannot receive Lethal shot
AllowLethalProtectionMobs = False
# es. : LethalProtectedMobs = 35062,21436
# 35062 = CTFFlag
LethalProtectedMobs = 35062
#-----------------------------------------------------------
# MRate = BaseMrate*McritMulDif, default = 1
McritMulDif = 1.0
# if critical, damage = mcriticalPower*damage
MagicCriticalPower = 3.0
# debuff chances
StunChanceModifier = 1.0
BleedChanceModifier = 1.0
PoisonChanceModifier = 1.0
ParalyzeChanceModifier = 1.0
RootChanceModifier = 1.0
SleepChanceModifier = 1.0
FearChanceModifier = 1.0
ConfusionChanceModifier = 1.0
DebuffChanceModifier = 1.0
BuffChanceModifier = 1.0
#Send Skills Chance to Players
SendSkillsChanceToPlayers = False
#Disable Bow for classes: write here classes id
#that you dnt want allow to use BOW. Class id examples,
#you can find others into char_templates database table
#
# classId className
# 88 Duelist
# 89 DreadNought
# 90 Phoenix Knight
# 91 Hell Knight
# 92 Sagittarius
# 93 Adventurer
# 94 Archmage
# 95 Soultaker
# 96 Arcana Lord
# 97 Cardinal
# 98 Hierophant
# 99 Eva Templar
# 100 Sword Muse
# 101 Wind Rider
# 102 Moonlight Sentinel
# 103 Mystic Muse
# 104 Elemental Master
# 105 Eva Saint
# 106 Shillien Templar
# 107 Spectral Dancer
# 108 Ghost Hunter
# 109 Ghost Sentinel
# 110 Storm Screamer
# 111 Spectral Master
# 112 Shillen Saint
# 113 Titan
# 114 Grand Khauatari
# 115 Dominator
# 116 Doomcryer
# 117 Fortune Seeker
# 118 Maestro
#
# e.g. DisableBowForClasses = 107,110
DisableBowForClasses =
# When you change/add subclass the weapon is unequipped
# Default: False
RemoveWeaponSubclass = False
# When you change/add subclass the chest is unequipped
# Default: False
RemoveChestSubclass = False
# When you change/add subclass the leg is unequipped
# Default: False
RemoveLegSubclass = False
# Leave buffs on die, if false the effects will be not stopped on die
LeaveBuffsOnDie = True

View File

@@ -0,0 +1,232 @@
#============================================================#
# PvP/PK Settings #
#============================================================#
# -----------------------------
# Configure karma
# -----------------------------
# Increase / loss of karma
MinKarma = 240
MaxKarma = 10000
# The number to divide the xp recieved by to calculate karma lost on xp gain/loss.
# Default: 260
XPDivider = 260
# The minimum karma lost if 0 karma is to be removed.
# Default: 0
BaseKarmaLost = 0
# Loss of equipment
CanGMDropEquipment = False
# Warning: Make sure the lists do NOT CONTAIN
# trailing spaces or spaces between the numbers!
# List of pet items we cannot drop.
# Default: 2375,3500,3501,3502,4422,4423,4424,4425,6648,6649,6650
ListOfPetItems = 2375,3500,3501,3502,4422,4423,4424,4425,6648,6649,6650
# Lists of items which should NEVER be dropped (note, adena will
# never be dropped) whether on this list or not
# Default: 57,1147,425,1146,461,10,2368,7,6,2370,2369,6842,6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,7694,8181,5575,7694,9388,9389,9390
ListOfNonDroppableItems = 57,1147,425,1146,461,10,2368,7,6,2370,2369,6842,6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,7694,8181,5575,7694
# Minimun pk requiered to drop
# Default: 5
MinimumPKRequiredToDrop = 5
# Calculation of PVP for players with karma?
AwardPKKillPVPPoint = True
# How much time one stays in PvP mode after hitting an innocent (in ms)
# Default: 120000
PvPVsNormalTime = 40000
# Length one stays in PvP mode after hitting a purple player (in ms)
# Default: 60000
PvPVsPvPTime = 20000
# ----------------------------------------------------
# Settings for players with karma
# ----------------------------------------------------
# Player with karma can kill in a safe area?
AltKarmaPlayerCanBeKilledInPeaceZone = False
# The player with karma can buy?
AltKarmaPlayerCanShop = True
# The player with karma can use SOE or return?
AltKarmaPlayerCanTeleport = True
# The player with karma can use the gatekeepers?
AltKarmaPlayerCanUseGK = False
# The player with karma can trade?
AltKarmaPlayerCanTrade = True
# The player with karma can use the Warehouse?
AltKarmaPlayerCanUseWareHouse = True
# The dead player and the player that will use a SOE of any type will be teleported to floran
AltKarmaTeleportToFloran = True
# --------------------------------
# PvP Color System
# --------------------------------
# Each Amount will change the name content and color to the values defined here.
# Example: PvpAmount1 = 500, when a character's PvP counter reaches 500
# their title color and content will change according to the ColorForAmount value.
# Note: Colors Must Be in RBG format.
EnablePvPColorSystem = False
# Settings For Ammount 1.
PvpAmount1 = 500
ColorForAmount1 = 00FF00
# Settings For Ammount 2.
PvpAmount2 = 1000
ColorForAmount2 = 00FF00
# Settings For Ammount 3.
PvpAmount3 = 1500
ColorForAmount3 = 00FF00
# Settings For Ammount 4.
PvpAmount4 = 2500
ColorForAmount4 = 00FF00
# Settings For Ammount 5.
PvpAmount5 = 5000
ColorForAmount5 = 00FF00
# ------------------------------
# PK Color System
# ------------------------------
# Each Amount will change the title content and color to the values defined here.
# Example: PkAmount1 = 500, when a character's pk counter reaches 500
# their title color and content will change according to the TitleForAmount value.
# Note: Colors Must Be in RBG format.
EnablePkColorSystem = False
# Settings For Ammount 1.
PkAmount1 = 500
TitleForAmount1 = 00FF00
# Settings For Ammount 2.
PkAmount2 = 1000
TitleForAmount2 = 00FF00
# Settings For Ammount 3.
PkAmount3 = 1500
TitleForAmount3 = 00FF00
# Settings For Ammount 4.
PkAmount4 = 2500
TitleForAmount4 = 00FF00
# Settings For Ammount 5.
PkAmount5 = 5000
TitleForAmount5 = 00FF00
# -----------------------------
# PK Info Settings
# -----------------------------
# If it is enabled then it shows pk info to the players everytime
# A pk or pvp is done. Messages are:
# "You have killed PlayerX y times".
# OR
# "You have been killed y times by PlayerX.
EnablePkInfo = False
# ----------------------------
# Custom Reward
# ----------------------------
# Enable / Disable custom reward
# It gives a medal ( or whatever item you set) to the winner of a pvp
# You can configure the id and the amount.
# PvP reword
PvpRewardEnabled = False
PvpRewardItemId = 6392
PvpRewardAmmount = 1
# PK reward
PKRewardEnabled = False
PKRewardItemId = 6392
PKRewardAmmount = 1
# If the same player to kill, then after X times the reward Will not Increase
RewardProtect = 0
# On / Off teleport flagged players through Gatekeeper
FlaggedPlayerCanUseGK = False
# Allow players to buff and heal while being flagged.
# Useful for pvp servers that has lame buffers.
# Using the Buffers inside the farm zones.
AltKarmaFlagPlayerCanUseBuffer = False
# Pvp And Xp Award System
# 0 Is by Default!
AllowAddExpSpAtPvP = False
AddExpAtPvp = 0
AddSpAtPvp = 0
# Allow Potions In PvP?
# Note : ALL Potions Won't Be Usable.
# Pots Such as CP , Greater CP , Healing , Greater Healing
# Quick Healing , Mana Pots , Elixirs
# Retail : True
AllowPotsInPvP = True
# Scroll Of Escape Restriction
# if False = A Player Cannot Use SOE When He Is Flagged.
# Default : True
AllowSoEInPvP = True
# Announce all Kills (PVP and PK Kills) (THIS MOD IS STILL BETA!)
AnnounceAllKill = False
# Announces when a Player PK another Player. Default - false
AnnouncePkKill = False
# Announces when a Player Pvp another Player. Default - false
AnnouncePvPKill = False
# When the duel is more than 4 players are transported to the coordinates,
# Listed below
DuelSpawnX = -102495
DuelSpawnY = -209023
DuelSpawnZ = -3326
# Automaticly shows PVP&PK on title
PvpPkTitle = False
#Title Prefixes. If commented - "0 | 0" else "PvpTitlePrefix0PkTitlePrefix0"
PvPTitlePrefix =
PkTitlePrefix =
# War Legend Configs
WarLegendAura = False
KillsToGetWarLegendAura = 30
#====================================
# Anti Farm System
#====================================
# You must put True to active the AntiFarm mod.
AntiFarmEnabled = False
# You must active AntiFarmEnabled = True to enable this mod.
# AntiFarm for Party, IP, Clan and Ally.
AntiFarmParty = False
AntiFarmIP = False
AntiFarmClanAlly = False
# You must active AntiFarmEnabled = True to enable this mod.
# AntiFarm if player has level < AntiFarmMaxLvlDiff.
AntiFarmLvlDiff = False
AntiFarmMaxLvlDiff = 30
# You must active AntiFarmEnabled = True to enable this mod.
# AntiFarm if player has Pdef < AntiFarmMaxPdefDiff.
AntiFarmPdefDiff = False
AntiFarmMaxPdefDiff = 300
# You must active AntiFarmEnabled = True to enable this mod.
# AntiFarm if player has Patk < AntiFarmMaxPatkDiff.
AntiFarmPatkDiff = False
AntiFarmMaxPatkDiff = 300
# If true summons don't give any reward (avoid pvp/pk farm)
AntiFarmSummon = False

View File

@@ -0,0 +1,79 @@
#================================#
# Server Rates #
#================================#
# ------------------------
# Normal Rates
# ------------------------
RateXp = 1.00
RateSp = 1.00
RatePartyXp = 1.00
RatePartySp = 1.00
RateDropAdena = 1.00
RateConsumableCost = 1.00
RateDropItems = 1.00
RateDropSealStones = 1.00
RateDropSpoil = 1.00
RateDropManor = 1
# ----------------------
# Other Rates
# ----------------------
RateDropQuest = 1.00
RateQuestsReward = 1.00
RateKarmaExpLost = 1.00
RateSiegeGuardsPrice = 1.00
# --------------------------------
# Player Drop Rates
# --------------------------------
PlayerDropLimit = 0
PlayerRateDrop = 0
PlayerRateDropItem = 0
PlayerRateDropEquip = 0
PlayerRateDropEquipWeapon = 0
# --------------------------------
# Karma Rates
# --------------------------------
KarmaDropLimit = 10
KarmaRateDrop = 40
KarmaRateDropItem = 50
KarmaRateDropEquip = 40
KarmaRateDropEquipWeapon = 10
# --------------------
# Pets Rates
# --------------------
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
# ------------------------
# Grand Boss
AdenaBoss = 1.00
ItemsBoss = 1.00
SpoilBoss = 1.00
# Raid Boss
AdenaRaid = 1.00
ItemsRaid = 1.00
SpoilRaid = 1.00
# Raid Minions
AdenaMinon = 1.00
ItemsMinon = 1.00
SpoilMinon = 1.00

View File

@@ -0,0 +1,59 @@
#============================================================#
# Seven Signs #
#============================================================#
# -----------------------
# Rule 7 Seals
# -----------------------
# To join the warrior Dawn would require that the player is in the castle allied clan.
AltRequireCastleForDawn = False
# Definition for the ownership of the castle clan or alliance.
AltRequireClanCastle = False
# Need to be winner to enter in Catacombs/Necropolis in validation period
# Default: True
AltRequireWin7s = True
# --------------------------------------------
# The Rules Of The Festival
# --------------------------------------------
# Minimum number of players to participate in the festival of the seven seals.
AltFestivalMinPlayer = 5
# The maximum contribution to the player during the festival
# This value does not affect the level of loot.
AltMaxPlayerContrib = 1000000
# The start time of the festival.
# Default: 2 minutes
AltFestivalManagerStart = 120000
# Duration of the festival.
# Default: 18 minutes
AltFestivalLength = 1080000
# The length of the cycle of the Festival.
# Default: 38 minutes (20 minutes of waiting time + festival)
AltFestivalCycleLength = 2280000
# Initial spawn festival.
# Default: 2 minutes
AltFestivalFirstSpawn = 120000
# The initial training of the Festival.
# Default: 5 minutes
AltFestivalFirstSwarm = 300000
# Following should spawn Festival.
# Default: 9 minutes
AltFestivalSecondSpawn = 540000
# The following preparation of the Festival.
# Default: 12 minutes
AltFestivalSecondSwarm = 720000
# Spawn Chests.
# Default: 15 minutes
AltFestivalChestspawn = 900000

View File

@@ -0,0 +1,136 @@
#============================================================#
# Siege Settings #
#============================================================#
# Countdown duration of the siege (in minutes)
SiegeLength = 120
# Readability countdown is better to use a multiple of 5 (in minutes)
CountDownLength = 10
# Maximum number of flags for the clan
MaxFlags = 1
# The minimum level for registration
SiegeClanMinLevel = 4
# Maximum number of clans, which can register on each side
AttackerMaxClans = 500
DefenderMaxClans = 500
# Respawn time in milliseconds
# Spawn defenders
DefenderRespawn = 30000
# Spawn attackers
AttackerRespawn = 0
# Spawn Penalty time for each control tower
CTLossPenalty = 45000
# Allow Teleport To Siege spot/town via gk
AllowTeleportToSiege = False
AllowTeleportToSiegeTown = False
# Spawn Castle Artefacts and Control Towers
# Syntax Control Towers: NameControlTowerN = x, y, z, npc_id, hp
# Name - The name of the castle
# N - number
# X, y, z - coordinates
# Npc_id - id and template
# Hp - maximum of life
#
# Syntax Artefacts: NameArtefactN = x, y, z, heading, npc_id
# Name - The name of the castle
# N - number
# X, y, z - coordinates
# Heading
# Npc_id - id and template
#-------------------------------------------------------------
# Gludio
#-------------------------------------------------------------
GludioControlTower1 = -18134,109785,-2683,13002,8000
GludioControlTower2 = -18137,108583,-2379,13002,20000
GludioControlTower3 = -18061,107294,-2409,13002,8000
GludioControlTower4 = -18359,112879,-2409,13002,8000
GludioArtefact1 = -18120,107984,-2483,16384,35063
#-------------------------------------------------------------
# Giran
#-------------------------------------------------------------
GiranControlTower1 = 118623,145150,-2476,13002,10000
GiranControlTower2 = 117339,145051,-2446,13002,30000
GiranControlTower3 = 116116,145016,-2750,13002,10000
GiranControlTower4 = 113049,144849,-2476,13002,10000
GiranArtefact1 = 117939,145090,-2550,32768,35147
#-------------------------------------------------------------
# Dion
#-------------------------------------------------------------
DionControlTower1 = 22158,161167,-2573,13002,8000
DionControlTower2 = 22138,159901,-2877,13002,20000
DionControlTower3 = 22027,162449,-2603,13002,80000
DionControlTower4 = 22319,156863,-2603,13002,8000
DionArtefact1 = 22081,161771,-2677,49017,35105
#-------------------------------------------------------------
# Oren
#-------------------------------------------------------------
OrenControlTower1 = 83416,37164,-2173,13002,10000
OrenControlTower2 = 82129,37131,-2477,13002,30000
OrenControlTower3 = 84709,37234,-2203,13002,10000
OrenControlTower4 = 79103,36942,-2203,13002,10000
OrenArtefact1 = 84014,37184,-2277,16384,35189
#-------------------------------------------------------------
# Aden
#-------------------------------------------------------------
AdenControlTower1 = 147455,5624,-911,13002,6000
AdenControlTower2 = 147460,1303,-176,13002,6000
AdenControlTower3 = 146158,6929,-426,13002,6000
AdenControlTower4 = 148755,6930,-426,13002,6000
AdenControlTower5 = 148775,2351,-426,13002,6000
AdenControlTower6 = 146137,2351,-426,13002,6000
AdenControlTower7 = 144954,1603,-494,13002,6000
AdenControlTower8 = 149976,1585,-494,13002,6000
AdenArtefact1 = 147465,1537,-373,16384,35233
#-------------------------------------------------------------
# Innadril
#-------------------------------------------------------------
InnadrilControlTower1 = 116062,248649,-973,13002,6000
InnadrilControlTower2 = 116037,249948,-669,13002,6000
InnadrilControlTower3 = 115977,251223,-699,13002,6000
InnadrilControlTower4 = 116261,245621,-699,13002,6000
InnadrilArtefact1 = 116031,250555,-798,49200,35279
#-------------------------------------------------------------
# Goddard
#-------------------------------------------------------------
GoddardControlTower1 = 147456,-46029,-1360,13002,6000
GoddardControlTower2 = 150183,-48201,-1744,13002,6000
GoddardControlTower3 = 144741,-48188,-1744,13002,6000
GoddardControlTower4 = 147477,-48516,-505,13002,6000
GoddardArtefact1 = 146601,-50441,-1505,32768,35322
GoddardArtefact2 = 148353,-50457,-1505,0,35323
#-------------------------------------------------------------
# Rune
#-------------------------------------------------------------
RuneControlTower1 = 18260,-49161,-571,13002,6000
RuneControlTower2 = 16690,-50330,-641,13002,6000
RuneControlTower3 = 16727,-47952,-641,13002,6000
RuneControlTower4 = 14796,-47041,1027,13002,6000
RuneControlTower5 = 14822,-51282,1027,13002,6000
RuneControlTower6 = 12259,-47510,1295,13002,6000
RuneArtefact1 = 9130,-49152,1094,64270,35469
#-------------------------------------------------------------
# Schuttgart
#-------------------------------------------------------------
SchuttgartControlTower1 = 77561,-150087,371,13002,6000
SchuttgartControlTower2 = 80306,-152257,-12,13002,6000
SchuttgartControlTower3 = 74862,-152162,-12,13002,6000
SchuttgartControlTower4 = 77568,-152541,1226,13002,6000
SchuttgartArtefact1 = 76668,-154520,226,0,35515
SchuttgartArtefact2 = 78446,-154524,227,0,35514

View File

@@ -0,0 +1,72 @@
# ===================================#
# Game Server Settings #
# ===================================#
# This is the server configuration file. Here you can set up the connection information for your server.
# This was written with the assumption that you are behind a router.
# Dumbed Down Definitions...
# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
# -----------------------------------------------------------------------------------------------------------------------------------------------------------------
# Networking
# -----------------------------------------------------------------------------------------------------------------------------------------------------------------
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# Common settings...
# 127.0.0.1 - If you are playing alone on a test server
# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
# If this IP is resolvable by the Login Server, just leave *.
# ----------------------------------------------------------------------------------------
# Enter here (ip) address of your game server, or use the symbol *
GameserverHostname = *
GameserverPort = 7777
# Configure your external ip
ExternalHostname = 127.0.0.1
# Configure your internal ip
InternalHostname = 127.0.0.1
# Bunch ID and game server. It is better not to change.
LoginPort = 9014
LoginHost = 127.0.0.1
# Specify the appropriate driver and url for the database you're using.
# Examples:
# Driver = com.mysql.jdbc.Driver (default)
# Driver = org.hsqldb.jdbcDriver
# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
Driver = com.mysql.jdbc.Driver
# Database URL
# URL = jdbc:mysql://localhost/l2jmobius (default)
# URL = jdbc:hsqldb:hsql://localhost/l2jmobius
# URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password =
URL = jdbc:mysql://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Login - Mysql's user
Login = root
# Password - Mysql's Password
Password =
# Attention: lazy init connections disabled!
# Please, set only real values for your database
# Default: 100
MaximumDbConnections = 50
# Default: 0
MaximumDbIdleTime = 0
# Setting emulation off the kernel (package SendStatus)
RemoteWhoLog = True
RemoteWhoSendTrash = True
RemoteWhoMaxOnline = 329
RemoteOnlineIncrement = 50
RemoteWhoForceInc = 50
RemotePrivStoreFactor = 12
# Datapack folder
# To exacute the server under debugger with eclipse use:
# DatapackRoot = ../L2jMobius_DataPack
# or point the folder directly to your server.
DatapackRoot = .

View File

@@ -0,0 +1,7 @@
# Subnets can be defined like 123.45.0.0
# Comments after # are ignored
# Expiration timestamp can be added after IP for when to disable the ban
# Example:
# 192.168.0.0 1237618800000 # Bans all address starting with 192.168 and will expire on 21 Mar 2009 07:00:00 GMT
10.255.255.255
10.254.254.254

View File

@@ -0,0 +1,104 @@
############################################################
# Global properties
############################################################
# "handlers" specifies a comma separated list of log Handler
# classes. These handlers will be installed during VM startup.
# Note that these classes must be on the system classpath.
# By default we only configure a ConsoleHandler, which will only
# show messages at the INFO and above levels.
#handlers = java.util.logging.ConsoleHandler
# To also add the FileHandler, use the following line instead.
handlers = java.util.logging.FileHandler,java.util.logging.ConsoleHandler,\
com.l2jmobius.log.ErrorLogHandler
chat.handlers = com.l2jmobius.log.ChatLogHandler
chat.useParentHandlers = false
gmaudit.handlers = com.l2jmobius.log.GMAuditLogHandler
gmaudit.useParentHandlers = false
item.handlers = com.l2jmobius.log.ItemLogHandler
item.useParentHandlers = false
audit.handlers = com.l2jmobius.log.AuditLogHandler
audit.useParentHandlers = false
# Default global logging level.
# This specifies which kinds of events are logged across
# all loggers. For any given facility this global level
# can be overriden by a facility specific level
# Note that the ConsoleHandler also has a separate level
# setting to limit messages printed to the console.
.level = CONFIG
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
# default file output is in user's home directory.
java.util.logging.FileHandler.pattern = log/java%u.log
java.util.logging.FileHandler.limit = 500000
java.util.logging.FileHandler.count = 5
java.util.logging.FileHandler.formatter = com.l2jmobius.log.FileLogFormatter
java.util.logging.FileHandler.level = CONFIG
# Limit the message that are printed on the console to INFO and above.
java.util.logging.ConsoleHandler.level = FINER
java.util.logging.ConsoleHandler.formatter = com.l2jmobius.log.ConsoleLogFormatter
# log errors (exceptions)
com.l2jmobius.log.ErrorLogHandler.pattern = log/error%u.log
com.l2jmobius.log.ErrorLogHandler.count = 5
com.l2jmobius.log.ErrorLogHandler.formatter = java.util.logging.SimpleFormatter
com.l2jmobius.log.ErrorLogHandler.filter = com.l2jmobius.log.ErrorFilter
com.l2jmobius.log.ErrorLogHandler.level = CONFIG
# log chats
com.l2jmobius.log.ChatLogHandler.pattern = log/chat.log
com.l2jmobius.log.ChatLogHandler.formatter = com.l2jmobius.log.ChatLogFormatter
com.l2jmobius.log.ChatLogHandler.filter = com.l2jmobius.log.ChatFilter
com.l2jmobius.log.ChatLogHandler.append = true
com.l2jmobius.log.ChatLogHandler.level = INFO
# log GM Audit
com.l2jmobius.log.GMAuditLogHandler.pattern = log/gmaudit.log
com.l2jmobius.log.GMAuditLogHandler.formatter = com.l2jmobius.log.GMAuditFormatter
com.l2jmobius.log.GMAuditLogHandler.filter = com.l2jmobius.log.GMAuditFilter
com.l2jmobius.log.GMAuditLogHandler.append = true
com.l2jmobius.log.GMAuditLogHandler.level = INFO
# log items
com.l2jmobius.log.ItemLogHandler.pattern = log/item.log
com.l2jmobius.log.ItemLogHandler.formatter = com.l2jmobius.log.ItemLogFormatter
com.l2jmobius.log.ItemLogHandler.filter = com.l2jmobius.log.ItemFilter
com.l2jmobius.log.ItemLogHandler.append = true
com.l2jmobius.log.ItemLogHandler.level = INFO
# audit
com.l2jmobius.log.AuditLogHandler.pattern = log/audit.log
com.l2jmobius.log.AuditLogHandler.formatter = com.l2jmobius.log.AuditFormatter
com.l2jmobius.log.AuditLogHandler.filter = com.l2jmobius.log.AuditFilter
com.l2jmobius.log.AuditLogHandler.append = true
com.l2jmobius.log.AuditLogHandler.level = INFO
############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################
# For example, set the com.xyz.foo logger to only log SEVERE
# messages:
com.l2jmobius.gameserver.level = CONFIG
com.l2jmobius.loginserver.level = CONFIG
com.l2jmobius.gameserver.Connection.level = CONFIG
com.l2jmobius.gameserver.serverpackets.level = FINER
com.l2jmobius.gameserver.clientpackets.level = FINER
com.l2jmobius.gameserver.model.L2Character.level = FINER
com.l2jmobius.gameserver.skills.SkillsEngine.level = WARNING
# Alt Privileges Administration
AltPrivilegesAdmin.pattern = log/admin-commands.log
AltPrivilegesAdmin.formatter = com.l2jmobius.log.FileLogFormatter
AltPrivilegesAdmin.append = true
AltPrivilegesAdmin.level = CONFIG

View File

@@ -0,0 +1,131 @@
<?xml version='1.0' encoding='utf-8'?>
<servers_list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="servername.xsd">
<!-- server list from c3 (only English names) -->
<server id="1" name="Bartz" />
<server id="2" name="Sieghardt" />
<server id="3" name="Kain" />
<server id="4" name="Lionna" />
<server id="5" name="Erica" />
<server id="6" name="Gustin" />
<server id="7" name="Devianne" />
<server id="8" name="Hindemith" />
<server id="9" name="Teon(Euro)" />
<server id="10" name="Franz" />
<server id="11" name="Luna" />
<server id="12" name="Kastien" />
<server id="13" name="Airin" />
<server id="14" name="Staris" />
<server id="15" name="Ceriel" />
<server id="16" name="Fehyshar" />
<server id="17" name="Elhwynna" />
<server id="18" name="Ellikia" />
<server id="19" name="Shikken" />
<server id="20" name="Scryde" />
<server id="21" name="Frikios" />
<server id="22" name="Ophylia" />
<server id="23" name="Shakdun" />
<server id="24" name="Tarziph" />
<server id="25" name="Aria" />
<server id="26" name="Esenn" />
<server id="27" name="Elcardia" />
<server id="28" name="Yiana" />
<server id="29" name="Seresin" />
<server id="30" name="Tarkai" />
<server id="31" name="Khadia" />
<server id="32" name="Roien" />
<server id="33" name="Gallint" />
<server id="34" name="Cedric" />
<server id="35" name="Nerufa" />
<server id="36" name="Asterios" />
<server id="37" name="Orfen" />
<server id="38" name="Mitrael" />
<server id="39" name="Thifiel" />
<server id="40" name="Lithra" />
<server id="41" name="Lockirin" />
<server id="42" name="Kakai" />
<server id="43" name="Cadmus" />
<server id="44" name="Athebaldt" />
<server id="45" name="Blackbird" />
<server id="46" name="Ramsheart" />
<server id="47" name="Esthus" />
<server id="48" name="Vasper" />
<server id="49" name="Lancer" />
<server id="50" name="Ashton" />
<server id="51" name="Waytrel" />
<server id="52" name="Waltner" />
<server id="53" name="Tahnford" />
<server id="54" name="Hunter" />
<server id="55" name="Dewell" />
<server id="56" name="Rodemaye" />
<server id="57" name="Ken Rauhel" />
<server id="58" name="Ken Abigail" />
<server id="59" name="Ken Orwen" />
<server id="60" name="Van Holter" />
<server id="61" name="Desperion" />
<server id="62" name="Einhovant" />
<server id="63" name="Schuneimann" />
<server id="64" name="Faris" />
<server id="65" name="Tor" />
<server id="66" name="Carneiar" />
<server id="67" name="Dwyllios" />
<server id="68" name="Baium" />
<server id="69" name="Hallate" />
<server id="70" name="Zaken" />
<server id="71" name="Core" />
<server id="72" name="72" />
<server id="73" name="73" />
<server id="74" name="74" />
<server id="75" name="75" />
<server id="76" name="76" />
<server id="77" name="77" />
<server id="78" name="78" />
<server id="79" name="79" />
<server id="80" name="80" />
<server id="81" name="81" />
<server id="82" name="82" />
<server id="83" name="83" />
<server id="84" name="84" />
<server id="85" name="85" />
<server id="86" name="86" />
<server id="87" name="87" />
<server id="88" name="88" />
<server id="89" name="89" />
<server id="90" name="90" />
<server id="91" name="91" />
<server id="92" name="92" />
<server id="93" name="93" />
<server id="94" name="94" />
<server id="95" name="95" />
<server id="96" name="96" />
<server id="97" name="97" />
<server id="98" name="98" />
<server id="99" name="99" />
<server id="100" name="100" />
<server id="101" name="101" />
<server id="102" name="102" />
<server id="103" name="103" />
<server id="104" name="104" />
<server id="105" name="105" />
<server id="106" name="106" />
<server id="107" name="107" />
<server id="108" name="108" />
<server id="109" name="109" />
<server id="110" name="110" />
<server id="111" name="111" />
<server id="112" name="112" />
<server id="113" name="113" />
<server id="114" name="114" />
<server id="115" name="115" />
<server id="116" name="116" />
<server id="117" name="117" />
<server id="118" name="118" />
<server id="119" name="119" />
<server id="120" name="120" />
<server id="121" name="121" />
<server id="122" name="122" />
<server id="123" name="123" />
<server id="124" name="124" />
<server id="125" name="125" />
<server id="126" name="126" />
<server id="127" name="??" />
</servers_list>

View File

@@ -0,0 +1,18 @@
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="servers_list">
<xs:complexType>
<xs:sequence>
<xs:element name="server" maxOccurs="unbounded" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:byte" name="id" use="optional"/>
<xs:attribute type="xs:string" name="name" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@@ -0,0 +1,36 @@
# Preamble:
# Standard set up is possible only two parameters of demons:
# - Pereodichnost run in milliseconds
# - Delay in milliseconds before starting
# Zero or the number of negative values of this trip of a parameter
# For example:
# DeadLockCheck = -1
# Now the demon-stream after completing his tasks will disappear forever.
# AUTO SAVE DAEMON:
# Allows you to customize the preservation of the database of players.
AutoSaveInitial = 300000
AutoSaveDelay = 900000
# CHECK CONNECTION DAEMON:
# Allows you to customize the connection check of players.
CheckConnectionInitial = 300000
CheckConnectionDelay = 900000
# Maximum time without receiving packets from client needed to be checked
# Default: 60sec
CheckConnectionInactivityTime = 60000
# CHECK TELEPORT ZOMBIE STATUS:
# Allow to close connection of "teleport zombies" due to critical errors on teleport
# Default: 60sec
CheckTeleportZombiesDelay = 60000
# Clean database task delay:
CleanDBInitial = 300000
CleanDBDelay = 900000
# DEAD LOCK CHECK DAEMON:
# Allows to block the flow and see what they blocked
# More details: http://en.wikipedia.org/wiki/Deadlock
DeadLockCheck = 0
DeadLockDelay = 0

View File

@@ -0,0 +1 @@
# Configuration file for dynamic extensions

View File

@@ -0,0 +1,154 @@
#============================================================#
# Flood Protectors #
#============================================================#
# ---------------------------------------------------------------------------
# Floodprotector Options
# ---------------------------------------------------------------------------
# The following settings can be applied to each feature:
# Interval - interval in gameserver ticks (1 tick = 100ms) in which only one request is allowed
# LogFlooding - whether flooding should be logged (only first ocurrance of flooding and total count of flood requests is logged)
# PunishmentLimit - if number of requests within single interval exceeds specified number then the specified punishment is applied (0 = disables punishment feature)
# PunishmentType - type of the punishment ('none', 'kick', 'ban', 'jail', 'banchat'), valid only if PunishmentLimit is greater than 0
# PunishmentTime - for how many minutes should the player(jail)/account(ban) be punished (0 = forever), valid only for PunishmentType 'jail' or 'ban'
# UseItem - item usage flooding
FloodProtectorUseItemInterval = 1
FloodProtectorUseItemLogFlooding = False
FloodProtectorUseItemPunishmentLimit = 0
FloodProtectorUseItemPunishmentType = none
FloodProtectorUseItemPunishmentTime = 0
# Potion - attempts to Potion usage flooding
FloodProtectorPotionInterval = 4
FloodProtectorPotionLogFlooding = False
FloodProtectorPotionPunishmentLimit = 0
FloodProtectorPotionPunishmentType = none
FloodProtectorPotionPunishmentTime = 0
# RollDice - rolling dice flooding
FloodProtectorRollDiceInterval = 42
FloodProtectorRollDiceLogFlooding = False
FloodProtectorRollDicePunishmentLimit = 0
FloodProtectorRollDicePunishmentType = none
FloodProtectorRollDicePunishmentTime = 0
# Firework - firework flooding
FloodProtectorFireworkInterval = 42
FloodProtectorFireworkLogFlooding = False
FloodProtectorFireworkPunishmentLimit = 0
FloodProtectorFireworkPunishmentType = none
FloodProtectorFireworkPunishmentTime = 0
# ItemPetSummon - item summonning and pet mounting flooding
FloodProtectorItemPetSummonInterval = 16
FloodProtectorItemPetSummonLogFlooding = False
FloodProtectorItemPetSummonPunishmentLimit = 0
FloodProtectorItemPetSummonPunishmentType = none
FloodProtectorItemPetSummonPunishmentTime = 0
# HeroVoice - hero voice flooding
FloodProtectorHeroVoiceInterval = 100
FloodProtectorHeroVoiceLogFlooding = False
FloodProtectorHeroVoicePunishmentLimit = 0
FloodProtectorHeroVoicePunishmentType = none
FloodProtectorHeroVoicePunishmentTime = 0
# GlobalChat - global chat flooding
FloodProtectorGlobalChatInterval = 5
FloodProtectorGlobalChatLogFlooding = False
FloodProtectorGlobalChatPunishmentLimit = 2
FloodProtectorGlobalChatPunishmentType = banchat
FloodProtectorGlobalChatPunishmentTime = 1
# Subclass - subclass flooding
FloodProtectorSubclassInterval = 20
FloodProtectorSubclassLogFlooding = True
FloodProtectorSubclassPunishmentLimit = 5
FloodProtectorSubclassPunishmentType = kick
FloodProtectorSubclassPunishmentTime = 0
# DropItem - drop item flooding
FloodProtectorDropItemInterval = 5
FloodProtectorDropItemLogFlooding = False
FloodProtectorDropItemPunishmentLimit = 0
FloodProtectorDropItemPunishmentType = none
FloodProtectorDropItemPunishmentTime = 0
# ServerBypass - server bypass flooding
FloodProtectorServerBypassInterval = 5
FloodProtectorServerBypassLogFlooding = False
FloodProtectorServerBypassPunishmentLimit = 10
FloodProtectorServerBypassPunishmentType = kick
FloodProtectorServerBypassPunishmentTime = 0
# ServerBypass - multisell list request flooding
FloodProtectorMultiSellInterval = 2
FloodProtectorMultiSellLogFlooding = False
FloodProtectorMultiSellPunishmentLimit = 5
FloodProtectorMultiSellPunishmentType = kick
FloodProtectorMultiSellPunishmentTime = 0
# All kind of other transactions - to/from pet, private store, warehouse, destroy
FloodProtectorTransactionInterval = 10
FloodProtectorTransactionLogFlooding = False
FloodProtectorTransactionPunishmentLimit = 10
FloodProtectorTransactionPunishmentType = kick
FloodProtectorTransactionPunishmentTime = 0
# Manufacture
FloodProtectorManufactureInterval = 0
FloodProtectorManufactureLogFlooding = False
FloodProtectorManufacturePunishmentLimit = 0
FloodProtectorManufacturePunishmentType = none
FloodProtectorManufacturePunishmentTime = 0
# Manor
FloodProtectorManorInterval = 30
FloodProtectorManorLogFlooding = False
FloodProtectorManorPunishmentLimit = 0
FloodProtectorManorPunishmentType = none
FloodProtectorManorPunishmentTime = 0
# CharacterSelect - attempts to load character
FloodProtectorCharacterSelectInterval = 30
FloodProtectorCharacterSelectLogFlooding = False
FloodProtectorCharacterSelectPunishmentLimit = 0
FloodProtectorCharacterSelectPunishmentType = none
FloodProtectorCharacterSelectPunishmentTime = 0
# PacketUnknown - attempts to send unknown packets
FloodProtectorUnknownPacketsInterval = 5
FloodProtectorUnknownPacketsLogFlooding = False
FloodProtectorUnknownPacketsPunishmentLimit = 3
FloodProtectorUnknownPacketsPunishmentType = kick
FloodProtectorUnknownPacketsPunishmentTime = 0
# Party Invitation - attempts to invite into party
FloodProtectorPartyInvitationInterval = 5
FloodProtectorPartyInvitationLogFlooding = False
FloodProtectorPartyInvitationPunishmentLimit = 0
FloodProtectorPartyInvitationPunishmentType = none
FloodProtectorPartyInvitationPunishmentTime = 0
# General Say Action (also VoiceCommands) - attempts say something
FloodProtectorSayActionInterval = 5
FloodProtectorSayActionLogFlooding = False
FloodProtectorSayActionPunishmentLimit = 2
FloodProtectorSayActionPunishmentType = banchat
FloodProtectorSayActionPunishmentTime = 1
# Move Action - attempts move to a location
FloodProtectorMoveActionInterval = 1
FloodProtectorMoveActionLogFlooding = False
FloodProtectorMoveActionPunishmentLimit = 0
FloodProtectorMoveActionPunishmentType = none
FloodProtectorMoveActionPunishmentTime = 0
# Macro - attempts to Macro system
FloodProtectorMacroInterval = 8
FloodProtectorMacroLogFlooding = True
FloodProtectorMacroPunishmentLimit = 6
FloodProtectorMacroPunishmentType = kick
FloodProtectorMacroPunishmentTime = 0

View File

@@ -0,0 +1,19 @@
# Allows selection of new Classes for storage of World Objects.
# This may help servers with large amounts of players recieving error
# messages related to the L2ObjectHashMap and L2ObejctHashSet classes.
#
# By default it uses the new method, to use the old classes add the
# comment at the front of each line.
L2Map = WorldObjectMap
L2Set = WorldObjectSet
# Tell server which IDFactory Class to use
# Options are:
# Compaction (Original method),
# BitSet (One non compaction method - default),
# Stack (Another non compaction method)
IDFactory = BitSet
# Check for bad ids in the database on server boot up
# Much faster load time without it, but may cause problems
BadIdChecking = True

View File

@@ -0,0 +1,48 @@
#=========================================#
# MMOCore Connection Settings #
#=========================================#
PacketHandlerDebug = False
# --------------------------
# Client Queue Configuration
# --------------------------
# Queue size, do not set it too low !
# Default: 14
ClientPacketQueueSize = 14
# Maximum number of packets in burst.
# Execution will be aborted and thread released if more packets executed in raw.
# Default: 50
ClientPacketQueueMaxBurstSize = 50
# Maximum number of packets per second.
# Flood detector will be triggered if more packets received.
# After triggering all incoming packets will be dropped until flooding stopped.
# Default: 80
ClientPacketQueueMaxPacketsPerSecond = 80
# Average number of packets per second calculated during this interval.
# Using larger value decrease number of false kicks, but slower reaction to flood.
# Avoid using too low or too high values, recommended between 3 and 10.
# Default: 5
ClientPacketQueueMeasureInterval = 5
# Maximum average number of packets per second during measure interval.
# Flood detector will be triggered if more packets received.
# After triggering all incoming packets will be dropped until flooding stopped.
# Default: 40
ClientPacketQueueMaxAveragePacketsPerSecond = 40
# Maximum number of flood triggers per minute.
# Client will be kicked if more floods detected.
# Default: 2
ClientPacketQueueMaxFloodPerMin = 6
# Maximum number of queue overflows per minute.
# After overflow all incoming packets from client are dropped until queue is flushed.
# Client will be kicked if more queue overflows detected.
# Default: 50
ClientPacketQueueOverflowsPerMin = 50
# Maximum number of buffer underflows per minute.
# Client will be kicked if more underflow exceptions detected.
# Default: 1
ClientPacketQueueUnderflowsPerMin = 1
# Maximum number of unknown packets per minute.
# Client will be kicked if more unknown packets received.
# Default: 5
ClientPacketQueueUnknownPerMin = 5

View File

@@ -0,0 +1,48 @@
#=================================#
# Other Settings #
#=================================#
# Checks skills during Enter World, Subclass and Class change.
# If a player is multiskiller or got illegal skill it will be automatically removed.
# IMPORTANT: Put True for server security.
CheckSkillsOnEnter = True
# Check the characters Nick name on login
# IMPORTANT: Put True for server security.
CheckNameOnEnter = True
# On / off protection from re-enchant
# The GMs do not apply
# If a player log with an item Over enchanted he will be banned.
# IMPORTANT: Put True for server security.
ProtectorEnchant = True
# Ban a player if he buys a 0 adena?
# IMPORTANT: Put True for server security.
OnlyGMItemsFree = True
# Ban a player if he teleports to 0 adena?
# IMPORTANT: Put True for server security.
OnlyGMTeleportFree = True
# On / Off exploit protection
# True: exploit protection activated
# False: exploit protection deactivated
# IMPORTANT: Put True for server security.
BypassValidation = True
# Allow players to run multiple windows with a single IP address.
# In the game you can use the command // find_dualbox
AllowDualBox = True
AllowedBoxes = 999
AllowDualBoxInOly = True
AllowDualBoxInEvent = True
#=================================#
# Bot Protection #
#=================================#
# L2WalkerProtection
# True: protection from bots ON
# False: protection from bots OFF
L2WalkerProtection = False

View File

@@ -0,0 +1,11 @@
# Enable / disable display information about the load on each object
EnableScriptDebug = False
# Enable / disable the mandatory compilation of all the objects
AllowCompilation = True
# Enable / disable hash loaded objects
UseCache = False
# Enable / disable error output
EnableScriptErrorLog = True

View File

@@ -0,0 +1,35 @@
#=========================#
# Telnet Properties #
#=========================#
# ----------------------------------------------------------------------------------------------------------------------------------
# The defaults are set to be retail-like.
# If you modify any of these settings your server will deviate from being retail-like.
# Warning:
# Please take extreme caution when changing anything.
# Also please understand what you are changing before you do so on a live server.
# ---------------------------------------------------------------------------------------------------------------------------------
# Allows text based monitoring and administration of L2J GS/LS
# by using a telnet client. Communication protocol is insecure
# and you should use SSL tunnels, VPN, etc. if you plan to connect
# over non-trusted channels.
# Default: False
EnableTelnet = False
# This is the port L2J should listen to for incoming telnet
# requests.
# Default: 12345
StatusPort = 12345
# If the following is not set, a random password is generated on server startup.
# Usage: StatusPW = somePass
# This list can contain IPs or Hosts of clients you wish to allow. Hostnames must be resolvable to an IP.
# Example: 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
# Make sure that the link between the address / hosts no spaces
ListOfHosts = 127.0.0.1,localhost
# On / off the generation of complex passwords
SuperPass = False
# Size-generated password
LengthPass = 10

View File

@@ -0,0 +1,2 @@
Thanks for using L2jMobius!
http://www.l2jmobius.com

View File

@@ -0,0 +1,69 @@
<?xml version='1.0' encoding='utf-8'?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/buffer_skills.xsd">
<category type="Buffs">
<buff id="1035" price="0" desc="Increases resistance to mental attacks." /> <!-- Mental Shield -->
<buff id="1036" price="0" desc="Increases M. Def." /> <!-- Magic Barrier -->
<buff id="1040" price="0" desc="Increases P. Def." /> <!-- Shield -->
<buff id="1045" price="0" desc="Increases maximum HP." /> <!-- Blessed Body -->
<buff id="1048" price="0" desc="Increases maximum MP." /> <!-- Blessed Soul -->
<buff id="1059" price="0" desc="Increases M. Atk." /> <!-- Empower -->
<buff id="1062" price="0" desc="Reduces def. and increase atk. power." /> <!-- Berserker Spirit -->
<buff id="1068" price="0" desc="Increases P. Atk." /> <!-- Might -->
<buff id="1077" price="0" desc="Increases critical attack rate." /> <!-- Focus -->
<buff id="1078" price="0" desc="Increases magic concentration." /> <!-- Concentration -->
<buff id="1085" price="0" desc="Increases Casting Spd." /> <!-- Acumen -->
<buff id="1086" price="0" desc="Increases Atk. Spd." /> <!-- Haste -->
<buff id="1087" price="0" desc="Increases Evasion." /> <!-- Agility -->
<buff id="1204" price="0" desc="Increases Speed." /> <!-- Wind Walk -->
<buff id="1240" price="0" desc="Increases Accuracy." /> <!-- Guidance -->
<buff id="1242" price="0" desc="Increases critical attack." /> <!-- Death Whisper -->
<buff id="1243" price="0" desc="Increases shield defense rate." /> <!-- Bless Shield -->
<buff id="1259" price="0" desc="Increases resistance to stun attack." /> <!-- Resist Shock -->
<buff id="1268" price="0" desc="Restores HP using inflicted damage." /> <!-- Vampiric Rage -->
<buff id="1303" price="0" desc="Increases crit. rate of magic attacks." /> <!-- Wild Magic -->
<buff id="1304" price="0" desc="Increases shield defense power." /> <!-- Advanced Block -->
<buff id="1352" price="0" desc="Increases resistance to atures." /> <!-- Elemental Protection -->
<buff id="1353" price="0" desc="Increases resistance to dark attack." /> <!-- Divine Protection -->
<buff id="1354" price="0" desc="Increases resistance to de-buff attack." /> <!-- Arcane Protection -->
<buff id="1355" price="0" desc="Increases mage abilities." /> <!-- Prophecy of Water -->
<buff id="1356" price="0" desc="Increases fighter abilities." /> <!-- Prophecy of Fire -->
<buff id="1357" price="0" desc="Increases dagger abilities." /> <!-- Prophecy of Wind -->
<buff id="1363" price="0" desc="Increases combat abilities." /> <!-- Chant of Victory -->
<buff id="1388" price="0" desc="Increases P. Atk." /> <!-- Greater Might -->
<buff id="1389" price="0" desc="Increases P. Def." /> <!-- Greater Shield -->
<buff id="1390" price="0" desc="Increases P. Atk." /> <!-- War Chant -->
<buff id="1391" price="0" desc="Increases P. Def." /> <!-- Earth Chant -->
<buff id="1397" price="0" desc="Decreases MP consumption rate." /> <!-- Clarity -->
<buff id="1413" price="0" desc="Increases mage abilities." /> <!-- Magnus' Chant -->
</category>
<category type="Dances">
<buff id="271" price="0" desc="Increases P. Atk." /> <!-- Dance of the Warrior -->
<buff id="272" price="0" desc="Increases Accuracy." /> <!-- Dance of Inspiration -->
<buff id="273" price="0" desc="Increases M. Atk." /> <!-- Dance of the Mystic -->
<buff id="274" price="0" desc="Increases critical damage." /> <!-- Dance of Fire -->
<buff id="275" price="0" desc="Increases attack speed." /> <!-- Dance of Fury -->
<buff id="276" price="0" desc="Increases Casting Spd." /> <!-- Dance of Concentration -->
<buff id="277" price="0" desc="Sacred power to physical attack." /> <!-- Dance of Light -->
<buff id="307" price="0" desc="Increases water resistance." /> <!-- Dance of Aqua Guard -->
<buff id="309" price="0" desc="Increases earth resistance." /> <!-- Dance of Earth Guard -->
<buff id="310" price="0" desc="Restores HP by inflicted damage." /> <!-- Dance of the Vampire -->
<buff id="311" price="0" desc="Increases resistance to terrain damage." /> <!-- Dance of Protection -->
<buff id="365" price="0" desc="Increases rate of magic crit. damage." /> <!-- Siren's Dance -->
</category>
<category type="Songs">
<buff id="264" price="0" desc="Increases P. Def." /> <!-- Song of Earth -->
<buff id="265" price="0" desc="Increases HP regeneration." /> <!-- Song of Life -->
<buff id="266" price="0" desc="Increases Evasion." /> <!-- Song of Water -->
<buff id="267" price="0" desc="Increases M. Def." /> <!-- Song of Warding -->
<buff id="268" price="0" desc="Increases movement." /> <!-- Song of Wind -->
<buff id="269" price="0" desc="Increases critical rate." /> <!-- Song of Hunter -->
<buff id="270" price="0" desc="Increases resistance to dark magic." /> <!-- Song of Invocation -->
<buff id="304" price="0" desc="Increases maximum HP." /> <!-- Song of Vitality -->
<buff id="305" price="0" desc="Reflects damage received." /> <!-- Song of Vengeance -->
<buff id="306" price="0" desc="Increases resistance to fire." /> <!-- Song of Flame Guard -->
<buff id="308" price="0" desc="Increases resistance to wind." /> <!-- Song of Storm Guard -->
<buff id="349" price="0" desc="Decreases re-use time." /> <!-- Song of Renewal -->
<buff id="363" price="0" desc="Increases MP regeneration rate." /> <!-- Song of Meditation -->
<buff id="364" price="0" desc="Decreases re-use time of physical skills." /> <!-- Song of Champion -->
</category>
</list>

View File

@@ -0,0 +1,133 @@
# id;chest;legs;head;gloves;feet;skill_id;shield;shield_skill_id
# NO GRADE
# Wooden Breastplate set (heavy)
1;23;2386;43;0;0;3500;0;0;0
# Devotion robe set (robe)
2;1101;1104;44;0;0;3501;0;0;0
# D GRADE
# Mithril Breastplate set(heavy)
3;58;59;47;0;0;3502;628;3543;3611
# Brigandine Armor set
4;352;2378;2411;0;0;3506;2493;3544;3611
# Reinforced leather set
5;394;416;0;0;2422;3503;0;0;3612
# Manticore skin set
6;395;417;0;0;2424;3505;0;0;3612
# Tunic of knowledge set
7;436;469;0;2447;0;3504;0;0;3613
# Mithril Tunic
8;437;470;0;2450;0;3507;0;0;3613
# C GRADE
# Chain Mail Shirt set
9;354;381;2413;0;0;3509;2495;3545;3614
# Composite Armor set
10;60;0;517;0;0;3512;107;3546;3614
# Full Plate Armor set
11;356;0;2414;0;0;3516;2497;3547;3614
# Mithrill shirt set
12;397;2387;0;0;62;3508;0;0;3615
# Plated leather set
13;398;418;0;0;2431;3511;0;0;3615
# Theca leather set
14;400;420;0;0;2436;3514;0;0;3615
# Drake leather set
15;401;0;0;0;2437;3515;0;0;3615
# Karmian robe set
16;439;471;0;2454;0;3510;0;0;3616
# Demon robe set
17;441;472;0;2459;0;3513;0;0;3616
# Divine robe set
18;442;473;0;2463;0;3517;0;0;3616
# B GRADE
# Zubei's Breastplate set
19;357;383;503;5710;5726;3518;0;0;3617
# Zubei's leather set
20;2384;2388;503;5711;5727;3520;0;0;3618
# Zubei robe set
21;2397;2402;503;5712;5728;3522;0;0;3619
# Avadon heavy set
22;2376;2379;2415;5714;5730;3519;673;3548;3617
# Avadon leather set
23;2390;0;2415;5715;5731;3521;0;0;3618
# Avadon robe set
24;2406;0;2415;5716;5732;3523;0;0;3619
# Blue Wolf's Breastplate set
25;358;2380;2416;5718;5734;3524;0;0;3617
# Blue wolf leather set
26;2391;0;2416;5719;5735;3526;0;0;3618
# Blue Wolf robe set
27;2398;2403;2416;5720;5736;3528;0;0;3619
# Doom plate heavy set
28;2381;0;2417;5722;5738;3525;110;3549;3617
# Doom leather set
29;2392;0;2417;5723;5739;3527;0;0;3618
# Doom robe set
30;2399;2404;2417;5724;5740;3529;0;0;3619
# A GRADE
# Dark Crystal Breastplate set
31;365;388;512;5765;5777;3530;641;3550;3620
# Dark Crystal leather set
32;2385;2389;512;5766;5778;3532;0;0;3621
# Dark Crystal robe set
33;2407;0;512;5767;5779;3535;0;0;3622
# Tallum plate heavy set
34;2382;0;547;5768;5780;3531;0;0;3620
# Tallum leather set
35;2393;0;547;5769;5781;3533;0;0;3621
# Tallum robe set
36;2400;2405;547;5770;5782;3534;0;0;3622
# Nightmare heavy set
37;374;0;2418;5771;5783;3536;2498;3551;3620
# Nightmare leather set
38;2394;0;2418;5772;5784;3538;0;0;3621
# Robe of nightmare set
39;2408;0;2418;5773;5785;3540;0;0;3622
# Majestic plate heavy set
40;2383;0;2419;5774;5786;3537;0;0;3620
# Majestic leather set
41;2395;0;2419;5775;5787;3539;0;0;3621
# Majestic robe set
42;2409;0;2419;5776;5788;3541;0;0;3622
# S GRADE
# Imperial crusader set
43;6373;6374;6378;6375;6376;3553;6377;3554;3623
# Draconic leather set
44;6379;0;6382;6380;6381;3555;0;0;3624
# Major arcana robe set
45;6383;0;6386;6384;6385;3556;0;0;3625
# Clan Sets
# Clan oath Armor set (heavy)
46;7851;0;7850;7852;7853;3605;0;0;3611
# Clan Oath Brigandine set (light)
47;7854;0;7850;7855;7856;3606;0;0;3612
# Clan Oath Aketon set (robe)
48;7857;0;7850;7858;7859;3607;0;0;3613
# Apella plate armor set (heavy)
49;7861;0;7860;7862;7863;3608;0;0;3620
# Apella Brigandine set (light)
50;7864;0;7860;7865;7866;3609;0;0;3621
# Apella Doublet set (robe)
51;7867;0;7860;7868;7869;3610;0;0;3622
1 # id;chest;legs;head;gloves;feet;skill_id;shield;shield_skill_id
2 # NO GRADE
3 # Wooden Breastplate set (heavy)
4 1;23;2386;43;0;0;3500;0;0;0
5 # Devotion robe set (robe)
6 2;1101;1104;44;0;0;3501;0;0;0
7 # D GRADE
8 # Mithril Breastplate set(heavy)
9 3;58;59;47;0;0;3502;628;3543;3611
10 # Brigandine Armor set
11 4;352;2378;2411;0;0;3506;2493;3544;3611
12 # Reinforced leather set
13 5;394;416;0;0;2422;3503;0;0;3612
14 # Manticore skin set
15 6;395;417;0;0;2424;3505;0;0;3612
16 # Tunic of knowledge set
17 7;436;469;0;2447;0;3504;0;0;3613
18 # Mithril Tunic
19 8;437;470;0;2450;0;3507;0;0;3613
20 # C GRADE
21 # Chain Mail Shirt set
22 9;354;381;2413;0;0;3509;2495;3545;3614
23 # Composite Armor set
24 10;60;0;517;0;0;3512;107;3546;3614
25 # Full Plate Armor set
26 11;356;0;2414;0;0;3516;2497;3547;3614
27 # Mithrill shirt set
28 12;397;2387;0;0;62;3508;0;0;3615
29 # Plated leather set
30 13;398;418;0;0;2431;3511;0;0;3615
31 # Theca leather set
32 14;400;420;0;0;2436;3514;0;0;3615
33 # Drake leather set
34 15;401;0;0;0;2437;3515;0;0;3615
35 # Karmian robe set
36 16;439;471;0;2454;0;3510;0;0;3616
37 # Demon robe set
38 17;441;472;0;2459;0;3513;0;0;3616
39 # Divine robe set
40 18;442;473;0;2463;0;3517;0;0;3616
41 # B GRADE
42 # Zubei's Breastplate set
43 19;357;383;503;5710;5726;3518;0;0;3617
44 # Zubei's leather set
45 20;2384;2388;503;5711;5727;3520;0;0;3618
46 # Zubei robe set
47 21;2397;2402;503;5712;5728;3522;0;0;3619
48 # Avadon heavy set
49 22;2376;2379;2415;5714;5730;3519;673;3548;3617
50 # Avadon leather set
51 23;2390;0;2415;5715;5731;3521;0;0;3618
52 # Avadon robe set
53 24;2406;0;2415;5716;5732;3523;0;0;3619
54 # Blue Wolf's Breastplate set
55 25;358;2380;2416;5718;5734;3524;0;0;3617
56 # Blue wolf leather set
57 26;2391;0;2416;5719;5735;3526;0;0;3618
58 # Blue Wolf robe set
59 27;2398;2403;2416;5720;5736;3528;0;0;3619
60 # Doom plate heavy set
61 28;2381;0;2417;5722;5738;3525;110;3549;3617
62 # Doom leather set
63 29;2392;0;2417;5723;5739;3527;0;0;3618
64 # Doom robe set
65 30;2399;2404;2417;5724;5740;3529;0;0;3619
66 # A GRADE
67 # Dark Crystal Breastplate set
68 31;365;388;512;5765;5777;3530;641;3550;3620
69 # Dark Crystal leather set
70 32;2385;2389;512;5766;5778;3532;0;0;3621
71 # Dark Crystal robe set
72 33;2407;0;512;5767;5779;3535;0;0;3622
73 # Tallum plate heavy set
74 34;2382;0;547;5768;5780;3531;0;0;3620
75 # Tallum leather set
76 35;2393;0;547;5769;5781;3533;0;0;3621
77 # Tallum robe set
78 36;2400;2405;547;5770;5782;3534;0;0;3622
79 # Nightmare heavy set
80 37;374;0;2418;5771;5783;3536;2498;3551;3620
81 # Nightmare leather set
82 38;2394;0;2418;5772;5784;3538;0;0;3621
83 # Robe of nightmare set
84 39;2408;0;2418;5773;5785;3540;0;0;3622
85 # Majestic plate heavy set
86 40;2383;0;2419;5774;5786;3537;0;0;3620
87 # Majestic leather set
88 41;2395;0;2419;5775;5787;3539;0;0;3621
89 # Majestic robe set
90 42;2409;0;2419;5776;5788;3541;0;0;3622
91 # S GRADE
92 # Imperial crusader set
93 43;6373;6374;6378;6375;6376;3553;6377;3554;3623
94 # Draconic leather set
95 44;6379;0;6382;6380;6381;3555;0;0;3624
96 # Major arcana robe set
97 45;6383;0;6386;6384;6385;3556;0;0;3625
98 # Clan Sets
99 # Clan oath Armor set (heavy)
100 46;7851;0;7850;7852;7853;3605;0;0;3611
101 # Clan Oath Brigandine set (light)
102 47;7854;0;7850;7855;7856;3606;0;0;3612
103 # Clan Oath Aketon set (robe)
104 48;7857;0;7850;7858;7859;3607;0;0;3613
105 # Apella plate armor set (heavy)
106 49;7861;0;7860;7862;7863;3608;0;0;3620
107 # Apella Brigandine set (light)
108 50;7864;0;7860;7865;7866;3609;0;0;3621
109 # Apella Doublet set (robe)
110 51;7867;0;7860;7868;7869;3610;0;0;3622

View File

@@ -0,0 +1,12 @@
#C5 messages - done by Enforcer
#name;id;spawnx;spawny;spawnz;heading;IdWaypoint1;Ticket1;xtelenoticket;ytelenoticket;ztelenoticket;annonceur1;message10_1;message5_1;message1_1;message0_1;message_begin_1;;IdWaypoint2;Ticket2;xtelenoticket;ytelenoticket;ztelenoticket;annonceur2;message10_2;message5_2;message1_2;message0_2;message_begin_2
TI_Gludin_TI;1;-96622;261660;-3610;32768;1;1074;-96777;258970;-3623; Passenger Boat Info;The ferry arrived at Talking Island Harbor. The ferry will leave for Gludin Harbor after anchoring for ten minutes.;The ferry will leave for Gludin Harbor in five minutes.;The ferry will leave for Gludin Harbor in one minute.;The ferry will be leaving soon for Gludin Harbor.;The ferry is leaving for Gludin Harbor.;2;1075;-90015;150422;-3610; Passenger Boat Info;The ferry has arrived at Gludin Harbor. The ferry will leave for Talking Island Harbor after anchoring for ten minutes.;The ferry will leave for Talking Island Harbor in five minutes.;The ferry will leave for Talking Island Harbor in one minute.;The ferry will be leaving soon for Talking Island Harbor.;The ferry is leaving for Talking Island Harbor.
TI_Giran_TI;2;48950;190613;-3610;60800;3;3946;46763;187041;-3451; Passenger Boat Info;The ferry has arrived at Giran Harbor. The ferry will leave for Talking Island Harbor after anchoring for ten minutes.;We depart for Talking Island Harbor in five minutes.;We depart for Talking Island Harbor in one minute.;All aboard for Talking Island!;We are now leaving for Talking Island!;4;3945;-96777;258970;-3623; Passenger Boat Info;The ferry arrived at Talking Island Harbor.The ferry will leave for Giran Harbor after anchoring for ten minutes.;The ferry will leave for Giran Harbor in five minutes.;The ferry will leave for Giran Harbor in one minute.Those wishing to ride should make haste to get on.;The ferry will be leaving soon for Giran Harbor.;The ferry is leaving for Giran Harbor.
Gludin_Rune_Gludin;3;-95686;150514;-3610;16723;5;7905;-90015;150422;-3000; Passenger Boat Info;The ferry has arrived at Gludin Harbor. Departure for Rune Harbor will take place after anchoring for ten minutes.;Departure for Rune Harbor will take place in five minutes!;Departure for Rune Harbor will take place in one minute!;Make haste! We will be departing for Rune shortly.;We are now departing for Rune Harbor. Hold on and enjoy the ride!;6;7904;35929;-39403;-3152; Passenger Boat Info;Arrived at Rune Harbor. Departure for Gludin Harbor will take place after anchoring for ten minutes;Departure for Gludin Harbor will take place in five minutes.;Departure for Gludin Harbor will take place in one minute.;Make haste! We will be departing for Gludin shortly.;We are now departing for Gludin Harbor. Hold on and enjoy the ride!
Innadril_Tour;4;111264;226240;-3610;32768;7;0;107092;219098;-3952;Passenger Boat Info;The Innadril pleasure boat has arrived. It will anchor for ten minutes.;The Innadril pleasure boat will leave in five minutes.;The Innadril pleasure boat will leave in one minute.Those wishing to ride should make haste to get on.;Innadril pleasure boat is leaving soon.Those wishing to ride should make haste to get on.;Innadril pleasure boat is leaving.;7;0;107092;219098;-3952;Passenger Boat Info;The Innadril pleasure boat has arrived. It will anchor for ten minutes.;The Innadril pleasure boat will leave in five minutes.;The Innadril pleasure boat will leave in one minute.Those wishing to ride should make haste to get on.;Innadril pleasure boat is leaving soon.Those wishing to ride should make haste to get on.;Innadril pleasure boat is leaving.
Rune_Primeval_Rune;5;37885;-35767;-3615;0;8;8924;34513;-38009;-3610;Passenger Boat Info;The boat for Primeval Isle has arrived. It will anchor for ten minutes.;The boat for Primeval Isle will leave in five minutes.;The boat for Primeval Isle will leave in one minute.Those wishing to ride should make haste to get on.;The boat for Primeval Isle is leaving soon.Those wishing to ride should make haste to get on.;The boat for Primeval Isle is leaving.;9;8925;10449;-25180;-3688;Passenger Boat Info;The boat from Rune arrived. It will anchor for ten minutes.;The boat for Rune will leave in five minutes.;The boat for Rune will leave in one minute.Those wishing to ride should make haste to get on.;The boat for Rune is leaving soon.Those wishing to ride should make haste to get on.;The boat for Rune is leaving.
1 #C5 messages - done by Enforcer
2 #name;id;spawnx;spawny;spawnz;heading;IdWaypoint1;Ticket1;xtelenoticket;ytelenoticket;ztelenoticket;annonceur1;message10_1;message5_1;message1_1;message0_1;message_begin_1;;IdWaypoint2;Ticket2;xtelenoticket;ytelenoticket;ztelenoticket;annonceur2;message10_2;message5_2;message1_2;message0_2;message_begin_2
3 TI_Gludin_TI;1;-96622;261660;-3610;32768;1;1074;-96777;258970;-3623; Passenger Boat Info;The ferry arrived at Talking Island Harbor. The ferry will leave for Gludin Harbor after anchoring for ten minutes.;The ferry will leave for Gludin Harbor in five minutes.;The ferry will leave for Gludin Harbor in one minute.;The ferry will be leaving soon for Gludin Harbor.;The ferry is leaving for Gludin Harbor.;2;1075;-90015;150422;-3610; Passenger Boat Info;The ferry has arrived at Gludin Harbor. The ferry will leave for Talking Island Harbor after anchoring for ten minutes.;The ferry will leave for Talking Island Harbor in five minutes.;The ferry will leave for Talking Island Harbor in one minute.;The ferry will be leaving soon for Talking Island Harbor.;The ferry is leaving for Talking Island Harbor.
4 TI_Giran_TI;2;48950;190613;-3610;60800;3;3946;46763;187041;-3451; Passenger Boat Info;The ferry has arrived at Giran Harbor. The ferry will leave for Talking Island Harbor after anchoring for ten minutes.;We depart for Talking Island Harbor in five minutes.;We depart for Talking Island Harbor in one minute.;All aboard for Talking Island!;We are now leaving for Talking Island!;4;3945;-96777;258970;-3623; Passenger Boat Info;The ferry arrived at Talking Island Harbor.The ferry will leave for Giran Harbor after anchoring for ten minutes.;The ferry will leave for Giran Harbor in five minutes.;The ferry will leave for Giran Harbor in one minute.Those wishing to ride should make haste to get on.;The ferry will be leaving soon for Giran Harbor.;The ferry is leaving for Giran Harbor.
5 Gludin_Rune_Gludin;3;-95686;150514;-3610;16723;5;7905;-90015;150422;-3000; Passenger Boat Info;The ferry has arrived at Gludin Harbor. Departure for Rune Harbor will take place after anchoring for ten minutes.;Departure for Rune Harbor will take place in five minutes!;Departure for Rune Harbor will take place in one minute!;Make haste! We will be departing for Rune shortly.;We are now departing for Rune Harbor. Hold on and enjoy the ride!;6;7904;35929;-39403;-3152; Passenger Boat Info;Arrived at Rune Harbor. Departure for Gludin Harbor will take place after anchoring for ten minutes;Departure for Gludin Harbor will take place in five minutes.;Departure for Gludin Harbor will take place in one minute.;Make haste! We will be departing for Gludin shortly.;We are now departing for Gludin Harbor. Hold on and enjoy the ride!
6 Innadril_Tour;4;111264;226240;-3610;32768;7;0;107092;219098;-3952;Passenger Boat Info;The Innadril pleasure boat has arrived. It will anchor for ten minutes.;The Innadril pleasure boat will leave in five minutes.;The Innadril pleasure boat will leave in one minute.Those wishing to ride should make haste to get on.;Innadril pleasure boat is leaving soon.Those wishing to ride should make haste to get on.;Innadril pleasure boat is leaving.;7;0;107092;219098;-3952;Passenger Boat Info;The Innadril pleasure boat has arrived. It will anchor for ten minutes.;The Innadril pleasure boat will leave in five minutes.;The Innadril pleasure boat will leave in one minute.Those wishing to ride should make haste to get on.;Innadril pleasure boat is leaving soon.Those wishing to ride should make haste to get on.;Innadril pleasure boat is leaving.
7 Rune_Primeval_Rune;5;37885;-35767;-3615;0;8;8924;34513;-38009;-3610;Passenger Boat Info;The boat for Primeval Isle has arrived. It will anchor for ten minutes.;The boat for Primeval Isle will leave in five minutes.;The boat for Primeval Isle will leave in one minute.Those wishing to ride should make haste to get on.;The boat for Primeval Isle is leaving soon.Those wishing to ride should make haste to get on.;The boat for Primeval Isle is leaving.;9;8925;10449;-25180;-3688;Passenger Boat Info;The boat from Rune arrived. It will anchor for ten minutes.;The boat for Rune will leave in five minutes.;The boat for Rune will leave in one minute.Those wishing to ride should make haste to get on.;The boat for Rune is leaving soon.Those wishing to ride should make haste to get on.;The boat for Rune is leaving.

View File

@@ -0,0 +1,35 @@
#C4-C5 Initial commit by ettore85a. Added route Gludin-Rune-Gludin, refactored all routes (timing,speed,nbpoits) by Enforcer.
#id;nbpoint;(speed1;speed2;x;y;z;time(ms))
#
# Speed1 : Speed of the boat
# Speed2 : rotation speed of the boat
# time : - > 0: if the boat has reached the point before the time is spent, the boat wait !
# else if the time is spent and the boat has not reached the point, server will pass to the next point
# - < 0: lets server calculate when the boat reaches the point (/!\ don't use time < 0 when you do a rotation with the boat.)
#From Talkin To Gludin
1;11;180;800;-121385;261660;-3610;-12;200;800;-127694;253312;-3610;55500;250;800;-129274;237060;-3610;65300;200;800;-114688;139040;-3610;495900;180;800;-109663;135704;-3610;-8;180;800;-102151;135704;-3610;-7;180;800;-96686;140595;-3610;-6;180;800;-95686;147718;-3610;-5;180;800;-95686;148718;-3610;-4;150;800;-95686;149718;-3610;-3;150;800;-95686;150514;-3610;-2;
#From Gludin To Talkin
2;10;180;800;-95686;155514;-3610;-12;250;800;-95686;185514;-3610;111800;200;800;-60136;238816;-3610;330200;180;1800;-60520;259609;-3610;115800;180;1800;-65344;261460;-3610;-8;180;1800;-83344;261560;-3610;-7;180;1800;-88344;261660;-3610;-6;150;1800;-92344;261660;-3610;-5;150;1800;-95622;261660;-3610;-4;150;1800;-96622;261660;-3610;-3;
#From Giran To Talkin
3;17;150;800;51914;189023;-3610;-18;200;800;60567;189789;-3610;44200;250;800;63732;197457;-3610;33600;250;800;63732;207457;-3610;40500;250;800;60434;219306;-3610;49900;300;800;56115;225303;-3610;24700;300;800;41634;226047;-3610;51900;300;800;27153;226791;-3610;50100;300;800;12672;227535;-3610;49400;300;800;-1808;228280;-3610;49800;300;800;-22165;231742;-3610;69400;250;800;-42523;235205;-3610;83200;200;800;-68451;259960;-3610;178700;180;800;-83344;261610;-3610;-5;180;800;-88344;261660;-3610;-4;150;800;-92344;261660;-3610;-3;150;1800;-96622;261660;-3610;-1;
#From Talkin To Giran
4;17;180;800;-113925;261660;-3610;-18;180;800;-126107;249116;-3610;-17;180;800;-126107;234499;-3610;-16;180;800;-126107;219882;-3610;-15;180;800;-109414;204914;-3610;-14;250;800;-92807;204914;-3610;68400;250;800;-80425;216450;-3610;69300;250;800;-68043;227987;-3610;67900;200;800;-60844;231369;-3610;39200;200;800;-44915;231369;-3610;80800;200;800;-28986;231369;-3610;81900;180;800;8233;207624;-3610;-7;180;800;21470;201503;-3610;-6;150;800;40058;195383;-3610;-5;150;800;43022;193793;-3610;-4;150;800;45986;192203;-3610;-3;150;1800;48950;190613;-3610;-1;
#From Gludin to Rune
5;14;150;800;-95686;155514;-3610;-1;150;800;-97727;160575;-3610;-1;180;800;-108048;158380;-3610;-1;300;800;-107964;91102;-3610;-1;300;800;-66492;47880;-3610;-1;250;800;-56257;40932;-3610;-1;300;800;-33367;16345;-3610;-1;250;800;-27195;1065;-3610;-1;250;800;34000;1065;-3610;-1;180;800;44914;-25021;-3610;-1;180;800;43496;-27864;-3610;-1;150;800;39077;-32922;-3610;-1;150;800;36650;-35468;-3610;-1;150;800;34400;-37670;-3610;-1;
#From Rune to Gludin
6;13;150;800;31622;-40501;-3610;-1;150;800;2493;-29776;-3610;-1;150;800;-13722;3629;-3610;421823;180;800;-28875;15029;-3610;105347;200;800;-33367;16345;-3610;23404;250;800;-56257;40932;-3610;134371;250;800;-66492;47880;-3610;49482;300;800;-107964;91102;-3610;199668;300;800;-107531;126510;-3610;118035;300;1800;-96686;140595;-3610;59255;250;1800;-95686;147718;-3610;28771;150;1800;-95686;148718;-3610;-1;150;1800;-95686;149718;-3610;-1;150;1800;-95686;150500;-3610;-1;
#Innandril tour
7;32;150;800;105129;226240;-3610;-1;150;800;90604;238797;-3610;128002;150;800;74853;237943;-3610;105161;150;800;68207;235399;-3610;47442;150;800;63226;230487;-3610;46637;150;800;61843;224797;-3610;39038;150;800;61822;203066;-3610;144873;150;800;59051;197685;-3610;40350;150;800;54048;195298;-3610;36955;150;800;41609;195687;-3610;82967;150;800;35821;200284;-3610;49276;150;800;35567;205265;-3610;33250;150;800;35617;222471;-3610;114707;150;800;37932;226588;-3610;31488;150;800;42932;229394;-3610;38224;150;800;74324;245231;-3610;234404;150;800;81872;250314;-3610;60666;150;800;101692;249882;-3610;132165;150;800;107907;256073;-3610;58483;150;800;112317;257133;-3610;30237;150;800;126273;255313;-3610;93828;150;800;128067;250961;-3610;31382;150;800;128520;238249;-3610;84800;150;800;126428;235072;-3610;25359;150;800;121843;234656;-3610;30692;150;800;120096;234268;-3610;11930;150;800;118572;233046;-3610;13023;150;800;117671;228951;-3610;27953;150;800;115936;226540;-3610;-1;150;800;113628;226240;-3610;-1;150;800;111300;226240;-3610;-1;150;800;111264;226240;-3610;-1;
#Rune to Pimeval
8;10;180;1800;40500;-35767;-3610;-1;200;1800;42200;-33000;-3610;-1;250;1800;40439;-30475;-3610;-1;300;1800;34439;-29475;-3610;-1;300;1800;20439;-33475;-3610;-1;300;1800;11963;-33475;-3610;-1;250;1800;8063;-32580;-3610;-1;180;1800;5063;-29700;-3610;-1;180;1800;8063;-27276;-3610;-1;180;1800;10363;-27276;-3610;-1;
#Pimeval to Rune
9;7;180;1800;11800;-27276;-3610;-1;200;1800;13800;-28300;-3610;-1;250;1800;15700;-29700;-3610;-1;250;1800;25300;-35700;-3610;-1;200;1800;28300;-36000;-3610;-1;180;1800;31300;-35767;-3610;-1;180;1800;37890;-35765;-3610;-1;
1 #C4-C5 Initial commit by ettore85a. Added route Gludin-Rune-Gludin, refactored all routes (timing,speed,nbpoits) by Enforcer.
2 #id;nbpoint;(speed1;speed2;x;y;z;time(ms))
3 #
4 # Speed1 : Speed of the boat
5 # Speed2 : rotation speed of the boat
6 # time : - > 0: if the boat has reached the point before the time is spent, the boat wait !
7 # else if the time is spent and the boat has not reached the point, server will pass to the next point
8 # - < 0: lets server calculate when the boat reaches the point (/!\ don't use time < 0 when you do a rotation with the boat.)
9 #From Talkin To Gludin
10 1;11;180;800;-121385;261660;-3610;-12;200;800;-127694;253312;-3610;55500;250;800;-129274;237060;-3610;65300;200;800;-114688;139040;-3610;495900;180;800;-109663;135704;-3610;-8;180;800;-102151;135704;-3610;-7;180;800;-96686;140595;-3610;-6;180;800;-95686;147718;-3610;-5;180;800;-95686;148718;-3610;-4;150;800;-95686;149718;-3610;-3;150;800;-95686;150514;-3610;-2;
11
12 #From Gludin To Talkin
13 2;10;180;800;-95686;155514;-3610;-12;250;800;-95686;185514;-3610;111800;200;800;-60136;238816;-3610;330200;180;1800;-60520;259609;-3610;115800;180;1800;-65344;261460;-3610;-8;180;1800;-83344;261560;-3610;-7;180;1800;-88344;261660;-3610;-6;150;1800;-92344;261660;-3610;-5;150;1800;-95622;261660;-3610;-4;150;1800;-96622;261660;-3610;-3;
14 #From Giran To Talkin
15 3;17;150;800;51914;189023;-3610;-18;200;800;60567;189789;-3610;44200;250;800;63732;197457;-3610;33600;250;800;63732;207457;-3610;40500;250;800;60434;219306;-3610;49900;300;800;56115;225303;-3610;24700;300;800;41634;226047;-3610;51900;300;800;27153;226791;-3610;50100;300;800;12672;227535;-3610;49400;300;800;-1808;228280;-3610;49800;300;800;-22165;231742;-3610;69400;250;800;-42523;235205;-3610;83200;200;800;-68451;259960;-3610;178700;180;800;-83344;261610;-3610;-5;180;800;-88344;261660;-3610;-4;150;800;-92344;261660;-3610;-3;150;1800;-96622;261660;-3610;-1;
16 #From Talkin To Giran
17 4;17;180;800;-113925;261660;-3610;-18;180;800;-126107;249116;-3610;-17;180;800;-126107;234499;-3610;-16;180;800;-126107;219882;-3610;-15;180;800;-109414;204914;-3610;-14;250;800;-92807;204914;-3610;68400;250;800;-80425;216450;-3610;69300;250;800;-68043;227987;-3610;67900;200;800;-60844;231369;-3610;39200;200;800;-44915;231369;-3610;80800;200;800;-28986;231369;-3610;81900;180;800;8233;207624;-3610;-7;180;800;21470;201503;-3610;-6;150;800;40058;195383;-3610;-5;150;800;43022;193793;-3610;-4;150;800;45986;192203;-3610;-3;150;1800;48950;190613;-3610;-1;
18 #From Gludin to Rune
19 5;14;150;800;-95686;155514;-3610;-1;150;800;-97727;160575;-3610;-1;180;800;-108048;158380;-3610;-1;300;800;-107964;91102;-3610;-1;300;800;-66492;47880;-3610;-1;250;800;-56257;40932;-3610;-1;300;800;-33367;16345;-3610;-1;250;800;-27195;1065;-3610;-1;250;800;34000;1065;-3610;-1;180;800;44914;-25021;-3610;-1;180;800;43496;-27864;-3610;-1;150;800;39077;-32922;-3610;-1;150;800;36650;-35468;-3610;-1;150;800;34400;-37670;-3610;-1;
20 #From Rune to Gludin
21 6;13;150;800;31622;-40501;-3610;-1;150;800;2493;-29776;-3610;-1;150;800;-13722;3629;-3610;421823;180;800;-28875;15029;-3610;105347;200;800;-33367;16345;-3610;23404;250;800;-56257;40932;-3610;134371;250;800;-66492;47880;-3610;49482;300;800;-107964;91102;-3610;199668;300;800;-107531;126510;-3610;118035;300;1800;-96686;140595;-3610;59255;250;1800;-95686;147718;-3610;28771;150;1800;-95686;148718;-3610;-1;150;1800;-95686;149718;-3610;-1;150;1800;-95686;150500;-3610;-1;
22 #Innandril tour
23 7;32;150;800;105129;226240;-3610;-1;150;800;90604;238797;-3610;128002;150;800;74853;237943;-3610;105161;150;800;68207;235399;-3610;47442;150;800;63226;230487;-3610;46637;150;800;61843;224797;-3610;39038;150;800;61822;203066;-3610;144873;150;800;59051;197685;-3610;40350;150;800;54048;195298;-3610;36955;150;800;41609;195687;-3610;82967;150;800;35821;200284;-3610;49276;150;800;35567;205265;-3610;33250;150;800;35617;222471;-3610;114707;150;800;37932;226588;-3610;31488;150;800;42932;229394;-3610;38224;150;800;74324;245231;-3610;234404;150;800;81872;250314;-3610;60666;150;800;101692;249882;-3610;132165;150;800;107907;256073;-3610;58483;150;800;112317;257133;-3610;30237;150;800;126273;255313;-3610;93828;150;800;128067;250961;-3610;31382;150;800;128520;238249;-3610;84800;150;800;126428;235072;-3610;25359;150;800;121843;234656;-3610;30692;150;800;120096;234268;-3610;11930;150;800;118572;233046;-3610;13023;150;800;117671;228951;-3610;27953;150;800;115936;226540;-3610;-1;150;800;113628;226240;-3610;-1;150;800;111300;226240;-3610;-1;150;800;111264;226240;-3610;-1;
24 #Rune to Pimeval
25 8;10;180;1800;40500;-35767;-3610;-1;200;1800;42200;-33000;-3610;-1;250;1800;40439;-30475;-3610;-1;300;1800;34439;-29475;-3610;-1;300;1800;20439;-33475;-3610;-1;300;1800;11963;-33475;-3610;-1;250;1800;8063;-32580;-3610;-1;180;1800;5063;-29700;-3610;-1;180;1800;8063;-27276;-3610;-1;180;1800;10363;-27276;-3610;-1;
26 #Pimeval to Rune
27 9;7;180;1800;11800;-27276;-3610;-1;200;1800;13800;-28300;-3610;-1;250;1800;15700;-29700;-3610;-1;250;1800;25300;-35700;-3610;-1;200;1800;28300;-36000;-3610;-1;180;1800;31300;-35767;-3610;-1;180;1800;37890;-35765;-3610;-1;

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,364 @@
#ItemID;Production1,Quantity1,Chance1[;Production2,Quantity2,Chance2... ;ProductionN,QuantityN,ChanceN]
#Ketra/Varka Rewards
#Looted Goods - White Cargo box
7629;6688,1,9;6689,1,9;6690,1,9;6691,1,9;6693,1,9;6694,1,9;6695,1,9;6696,1,9;6697,1,9;7579,1,9;57,330000,10
#Looted Goods - Blue Cargo box #All chances of 8 should be 8.5, must be fixed if possible!!!
7630;6703,1,8;6704,1,8;6705,1,8;6706,1,8;6708,1,8;6709,1,8;6710,1,8;6712,1,8;6713,1,8;6714,1,8;57,292000,20
#Looted Goods - Yellow Cargo box
7631;6701,1,20;6702,1,20;6707,1,20;6711,1,20;57,930000,20
#Looted Goods - Red Filing Cabinet
7632;6857,1,8;6859,1,8;6861,1,8;6863,1,8;6867,1,8;6869,1,8;6871,1,8;6875,1,8;6877,1,8;6879,1,8;57,340000,15
#Looted Goods - Purple Filing Cabinet
7633;6853,1,20;6855,1,20;6865,1,20;6873,1,20;57,850000,20
#Looted Goods - Brown Pouch
7634;1874,20,10;1875,20,10;1876,20,16;1877,20,11;1879,20,10;1880,20,5;1881,20,10;1882,20,18;57,150000,10
#Looted Goods - Gray Pouch
7635;4039,4,20;4040,4,10;4041,4,10;4042,4,10;4043,4,20;4044,4,20;57,160000,10
#Adventurer's Box: C-Grade Accessory (Low Grade)
8534;853,1,17;916,1,17;884,1,17;-1,0,49
#Adventurer's Box: C-Grade Accessory (Medium Grade)
8535;854,1,17;917,1,17;885,1,17;-1,0,49
#Adventurer's Box: C-Grade Accessory (High Grade)
8536;855,1,17;119,1,17;886,1,17;-1,0,49
#Adventurer's Box: B-Grade Accessory (Low Grade)
8537;856,1,17;918,1,17;887,1,17;-1,0,49
#Adventurer's Box: B-Grade Accessory (High Grade)
8538;864,1,17;926,1,17;895,1,17;-1,0,49
#Adventurer's Box: Hair Accessory
8539;8177,1,30;8178,1,20;8179,1,10;-1,0,40
#Adventurer's Box: Cradle of Creation
8540;8175,1,33;-1,0,67
# Quest 370: A Wiseman Sows Seeds
5916;5917,1,10;5918,1,10;5919,1,10;5920,1,10;736,1,60
# Quest 376: Giants Cave Exploration, Part 1
5944;5922,1,3;5923,1,3;5924,1,3;5925,1,3;5926,1,3;5927,1,3;5928,1,3;5929,1,3;5930,1,3;5931,1,3;5932,1,3;5933,1,3;5934,1,3;5935,1,3;5936,1,3;5937,1,3;5938,1,3;5939,1,3;5940,1,3;5941,1,3;5942,1,20;5943,1,20
# Quest 377: Giants Cave Exploration, Part 2
5955;5942,1,25;5943,1,25;5945,1,5;5946,1,5;5947,1,5;5948,1,5;5949,1,5;5950,1,5;5951,1,5;5952,1,5;5953,1,5;5954,1,5
# Quest 373: Supplier of Reagents
6007;6019,2,30;6013,2,30;6014,1,20;6016,1,20
6008;6017,2,10;6020,2,20;6014,1,35;6016,1,35
6009;6012,1,20;6018,2,20;6019,2,20;6013,1,40
6010;6017,2,20;6020,2,20;6016,1,35;6015,2,25
# Quest 372: Legacy of Insolence
5966;5978,1,2;5983,1,2;5988,1,2;5994,1,2;5995,1,2;5975,1,8;5976,1,8;5977,1,8;5981,1,8;5982,1,8;5973,1,11;5974,1,11;5980,1,11;5985,1,11;5972,1,2;5979,1,2;5984,1,2
5967;5978,1,4;5983,1,4;5988,1,4;5994,1,4;5995,1,4;5975,1,4;5976,1,4;5977,1,4;5981,1,4;5982,1,4;5973,1,10;5974,1,10;5980,1,10;5985,1,10;5972,1,7;5979,1,7;5984,1,6
5968;6001,1,2;5970,1,2;5971,1,2;4408,1,2;4409,1,2;5986,1,2;5987,1,2;5993,1,2;5999,1,2;6000,1,2;5991,1,10;5992,1,10;5997,1,10;5998,1,10;5989,1,14;5990,1,13;5996,1,13
5969;6001,1,3;5970,1,3;5971,1,3;4408,1,3;4409,1,3;5986,1,2;5987,1,2;5993,1,2;5999,1,2;6000,1,2;5991,1,3;5992,1,3;5997,1,3;5998,1,3;5989,1,21;5990,1,21;5996,1,21
# Quest 628: Hunt of Golden Ram
7725;6035,1,7;1060,1,39;735,1,7;1540,1,3;1061,1,12;1539,1,32
7637;4039,4,20;4041,1,10;4043,4,20;4044,4,20;4042,2,15;4040,2,15
7636;1875,3,10;1882,3,20;1880,4,10;1874,1,10;1877,3,10;1881,1,12;1879,3,12;1876,6,16
# Compressed SS
5134;1835,300,100
5135;1463,300,100
5136;1464,300,100
5137;1465,300,100
5138;1466,300,100
5139;1467,300,100
# Compressed SpS
5140;2509,300,100
5141;2510,300,100
5142;2511,300,100
5143;2512,300,100
5144;2513,300,100
5145;2514,300,100
# Compressed BSpS
5146;3947,300,100
5147;3948,300,100
5148;3949,300,100
5149;3950,300,100
5150;3951,300,100
5151;3952,300,100
# Greater Compressed SS
5250;1835,1000,100
5251;1463,1000,100
5252;1464,1000,100
5253;1465,1000,100
5254;1466,1000,100
5255;1467,1000,100
# Greater Compressed SpS
5256;2509,1000,100
5257;2510,1000,100
5258;2511,1000,100
5259;2512,1000,100
5260;2513,1000,100
5261;2514,1000,100
# Greater Compressed BSpS
5262;3947,1000,100
5263;3948,1000,100
5264;3949,1000,100
5265;3950,1000,100
5266;3951,1000,100
5267;3952,1000,100
# Fishing rewards
6411;6908,6,31;6913,1,18;-1,0,51
6412;6908,6,29;6911,2,22;-1,0,49
6413;6908,6,35;6915,1,33;-1,0,32
6414;6908,6,33;6913,1,23;-1,0,44
6415;6908,8,31;6911,2,31;-1,0,38
6416;6908,6,45;6915,1,32;-1,0,23
6417;6908,12,16;6913,1,18;6920,8,26;-1,0,40
6418;6908,8,42;6911,2,38;-1,0,20
6419;6908,12,27;6915,1,45;-1,0,28
6420;6908,12,21;6913,1,25;6920,8,35;-1,0,19
6421;6908,8,47;6911,2,47;-1,0,6
6422;6908,12,33;6915,1,55;-1,0,12
6423;6908,12,28;6913,1,33;6920,16,23;-1,0,16
6424;6908,16,38;6911,4,36;-1,0,26
6425;6908,12,46;6915,2,35;-1,0,19
6426;6908,12,33;6913,2,22;6920,16,26;-1,0,19
6427;6908,16,41;6911,4,38;-1,0,21
6428;6908,12,47;6915,2,38;-1,0,15
6429;6908,12,33;6913,2,23;6920,16,27;-1,0,17
6430;6908,16,41;6911,4,38;-1,0,21
6431;6908,12,48;6915,2,39;-1,0,13
6432;6904,1,2;6908,14,19;6909,4,17;6913,1,26;6920,16,18;-1,0,18
6433;6904,1,2;6908,10,25;6909,2,21;6911,4,17;6921,4,17;-1,0,18
6434;6904,1,4;6908,16,26;6909,4,19;6915,4,21;-1,0,30
6435;6904,1,2;6908,14,21;6909,4,18;6913,2,14;6920,16,20;-1,0,25
6436;6904,1,2;6908,10,24;6909,2,22;6911,4,17;6921,4,17;-1,0,18
6437;6904,1,3;6908,16,26;6909,4,20;6915,4,21;-1,0,30
6438;6904,1,2;6908,14,19;6909,4,18;6913,2,12;6920,16,16;-1,0,33
6439;6904,1,2;6908,20,12;6909,2,20;6911,4,16;6921,4,17;-1,0,33
6440;6904,1,3;6908,16,25;6909,4,19;6915,4,20;-1,0,33
6441;6904,1,2;6908,14,19;6909,4,18;6913,2,14;6920,16,18;-1,0,29
6442;6904,1,3;6908,20,13;6909,4,12;6911,4,18;6921,4,19;-1,0,35
6443;6904,1,3;6908,16,25;6909,4,19;6915,4,20;-1,0,33
6444;6904,1,2;6908,14,21;6909,4,20;6913,2,14;6920,16,19;-1,0,24
6445;6904,1,3;6908,20,14;6909,4,12;6911,4,19;6921,4,21;-1,0,31
6446;6904,1,4;6908,16,26;6909,4,19;6915,4,21;-1,0,30
6447;6904,1,3;6908,28,11;6909,4,20;6913,2,16;6920,16,20;-1,0,30
6448;6904,1,3;6908,20,16;6909,4,13;6911,8,11;6921,8,11;-1,0,46
6449;6904,1,4;6908,32,14;6909,4,20;6915,4,23;-1,0,39
6450;6910,1,24;6914,2,14;7698,1,5;-1,0,57
6451;6910,1,28;6912,8,18;7686,1,7;-1,0,47
6452;6910,1,26;6916,4,25;7697,1,7;-1,0,42
6453;6910,1,30;6912,2,17;7698,1,6;-1,0,47
6454;6910,2,15;6912,8,21;7686,1,7;-1,0,57
6455;6910,1,31;6916,4,26;7697,1,7;-1,0,36
6456;6910,2,20;6914,2,18;7698,1,7;-1,0,55
6457;6910,2,16;6912,8,22;7686,1,8;-1,0,54
6458;6910,1,31;6916,4,28;7697,1,8;-1,0,33
6459;6910,2,22;6914,2,22;7698,1,8;-1,0,48
6460;6910,2,17;6912,8,26;7686,1,9;-1,0,48
6461;6910,2,20;6916,4,37;7697,1,10;-1,0,33
6462;6907,1,6;6910,2,19;6914,2,17;7685,1,6;7698,1,6;-1,0,46
6463;6905,1,8;6910,2,16;6912,8,24;7686,1,8;-1,0,44
6464;6906,1,8;6910,2,18;6916,8,16;7697,1,9;-1,0,49
6465;6907,1,7;6910,2,20;6914,2,17;7685,1,7;7698,1,8;-1,0,41
6466;6905,1,9;6910,2,18;6912,8,27;7686,1,7;-1,0,39
6467;6906,1,10;6910,2,18;6916,8,18;7697,1,9;-1,0,45
6468;6907,1,8;6910,2,18;6914,2,18;7685,1,6;7698,1,7;-1,0,43
6469;6905,1,9;6910,2,17;6912,8,26;7686,1,8;-1,0,40
6470;6906,1,10;6910,2,23;6916,8,19;7697,1,11;-1,0,37
6471;6907,1,8;6910,4,10;6914,2,20;7685,1,8;7698,1,8;-1,0,46
6472;6905,1,10;6910,2,21;6912,8,23;7686,1,10;-1,0,36
6473;6906,1,10;6910,2,23;6916,8,19;7697,1,11;-1,0,37
6474;6907,1,9;6910,4,13;6914,4,11;7685,1,9;7698,1,9;-1,0,49
6475;6905,1,11;6910,2,23;6912,8,27;7686,1,11;-1,0,28
6476;6906,1,12;6910,2,25;6916,8,16;7697,1,11;-1,0,36
6477;6907,1,9;6910,4,13;6914,4,12;7685,1,8;7698,1,10;-1,0,48
6478;6905,1,12;6910,2,24;6912,16,14;7686,1,12;-1,0,38
6479;6906,1,11;6910,2,26;6916,8,20;7697,1,11;-1,0,32
6480;6907,1,11;6910,4,13;6914,4,12;7685,1,12;7698,1,11;-1,0,41
6481;6905,0,14;6910,2,26;6912,16,15;7686,1,15;-1,0,30
6482;6906,1,14;6910,2,28;6916,8,20;7697,1,12;-1,0,26
6483;6907,1,12;6910,4,16;6914,4,15;7685,1,13;7698,1,14;-1,0,30
6484;6905,1,18;6910,4,15;6912,16,16;7686,1,16;-1,0,35
6485;6906,1,16;6910,4,15;6916,8,26;7697,1,17;-1,0,26
6486;6907,1,12;6910,4,15;6914,4,20;7685,1,15;7698,1,12;-1,0,26
6487;6905,1,14;6910,4,20;6912,16,23;7686,2,12;-1,0,31
6488;6906,1,18;6910,4,15;6916,8,25;7697,1,16;-1,0,26
6489;6907,1,15;6910,4,17;6914,4,16;7685,1,19;7698,1,10;-1,0,23
6490;6905,1,22;6910,4,21;6912,16,19;7686,2,16;-1,0,22
6491;6906,1,21;6910,4,18;6916,8,31;7697,2,9;-1,0,21
6492;6908,12,32;7609,8,51;-1,0,17
6493;6908,12,47;7609,16,33;-1,0,20
6494;6908,24,28;7609,26,28;-1,0,44
6495;6908,24,39;7609,26,35;-1,0,26
6496;6908,24,44;7609,26,41;-1,0,15
6497;6908,24,46;7609,26,43;-1,0,11
6498;6908,24,47;7609,26,42;-1,0,11
6499;6904,1,7;6908,28,26;6909,8,23;7609,30,25;-1,0,19
6500;6904,1,7;6908,28,25;6909,8,24;7609,30,25;-1,0,19
6501;6904,1,5;6908,28,24;6909,8,22;7609,30,22;-1,0,27
6502;6904,1,7;6908,28,29;6909,8,23;7609,30,20;-1,0,21
6503;6904,1,7;6908,56,13;6909,14,12;7609,30,27;-1,0,41
6504;6904,1,8;6908,56,15;6909,14,12;7609,60,13;-1,0,52
6505;6910,3,58;-1,0,42
6506;6910,3,62;-1,0,38
6507;6910,3,62;-1,0,38
6508;6910,3,77;-1,0,23
6509;6910,3,82;-1,0,18
6510;6910,3,90;-1,0,10
6511;6910,3,91;-1,0,9
6512;6910,6,61;-1,0,39
6513;6910,6,64;-1,0,36
6514;6910,6,69;-1,0,31
6515;6910,6,74;-1,0,26
6516;6910,1,81;-1,0,19
6517;6910,6,91;-1,0,9
6518;6910,6,99;-1,0,1
7726;6908,3,44;6913,1,7;-1,0,49
7727;6908,4,32;6911,1,17;-1,0,51
7728;6908,4,33;6915,1,13;-1,0,54
7729;6908,4,36;6913,1,9;-1,0,55
7730;6908,4,40;6911,1,26;-1,0,34
7731;6908,4,49;6915,1,20;-1,0,31
7732;6908,4,33;6913,1,9;6920,4,17;-1,0,41
7733;6908,4,58;6911,2,18;-1,0,24
7734;6908,6,29;6915,1,15;-1,0,56
7735;6908,6,37;6913,1,7;6920,4,28;-1,0,28
7736;6908,6,49;6911,2,17;-1,0,34
7737;6908,6,47;6915,1,28;-1,0,25
7738;6908,6,45;6913,1,11;6920,8,15;-1,0,29
7739;6908,6,46;6911,2,20;-1,0,34
7740;6908,6,45;6915,1,26;-1,0,29
7741;6908,6,47;6913,1,6;6920,8,13;-1,0,34
7742;6908,6,41;6911,2,18;-1,0,41
7743;6908,6,45;6915,1,28;-1,0,27
7744;6908,6,31;6913,1,13;6920,8,13;-1,0,43
7745;6908,6,41;6911,2,20;-1,0,39
7746;6908,6,42;6915,1,40;-1,0,18
7747;6908,8,13;6909,2,17;6913,1,8;6920,8,11;6904,1,1;-1,0,50
7748;6908,8,19;6909,2,17;6911,2,10;6920,1,17;6904,1,1;-1,0,36
7749;6908,8,20;6909,2,18;6915,1,20;6904,1,2;-1,0,40
7750;6908,8,16;6909,2,15;6913,1,11;6920,8,14;6904,1,1;-1,0,43
7751;6908,8,17;6909,2,15;6911,2,9;6920,2,11;6904,1,1;-1,0,47
7752;6908,8,20;6909,2,13;6915,1,17;6904,1,3;-1,0,47
7753;6908,8,15;6909,2,18;6913,1,8;6920,8,11;6904,1,3;-1,0,45
7754;6908,8,28;6909,2,16;6911,2,12;6921,2,8;6904,1,1;-1,0,35
7755;6908,8,21;6909,2,19;6915,1,19;6904,1,1;-1,0,40
7756;6908,12,15;6909,2,18;6913,1,14;6920,8,14;6904,1,1;-1,0,38
7757;6908,16,8;6909,16,8;6911,2,19;6921,2,20;6904,1,1;-1,0,44
7758;6908,8,21;6909,2,21;6915,2,17;6904,1,1;-1,0,40
7759;6908,8,22;6909,2,19;6913,1,10;6920,8,18;-1,0,31
7760;6908,16,16;6909,2,14;6911,2,16;6921,2,14;6904,1,2;-1,0,38
7761;6908,8,28;6909,2,20;6915,2,13;6904,1,1;-1,0,38
7762;6908,14,16;6909,2,21;6913,1,11;6920,8,17;6904,1,2;-1,0,33
7763;6908,16,14;6909,2,15;6911,2,19;6921,4,8;6904,1,1;-1,0,33
7764;6908,16,14;6909,2,19;6915,2,17;6904,1,3;-1,0,47
7765;6910,1,15;6914,1,9;7698,1,2;-1,0,74
7766;6910,1,17;6912,1,17;7686,1,1;-1,0,65
7767;6910,1,20;6916,2,17;7697,1,3;-1,0,60
7768;6910,1,21;6914,1,13;7698,1,1;-1,0,65
7769;6910,1,24;6912,1,20;7686,1,3;-1,0,53
7770;6910,1,33;6916,2,12;7697,1,1;-1,0,54
7771;6910,1,25;6914,1,13;7698,1,5;-1,0,57
7772;6910,1,21;6912,2,27;7686,1,2;-1,0,50
7773;6910,1,24;6916,2,18;7697,1,5;-1,0,53
7774;6910,1,20;6914,1,15;7698,1,3;-1,0,62
7775;6910,1,22;6912,4,16;7686,1,5;-1,0,57
7776;6910,2,17;6916,2,19;7697,1,4;-1,0,60
7777;6910,2,14;6914,1,6;7698,1,2;7685,1,2;6907,1,10;-1,0,66
7778;6910,2,19;6912,4,12;6905,1,7;-1,0,62
7779;6910,2,20;6916,2,13;7697,1,2;6906,1,2;-1,0,63
7780;6910,2,16;6914,1,27;7698,1,4;7685,1,4;6907,1,1;-1,0,48
7781;6910,2,28;6912,4,16;6905,1,5;7686,1,5;-1,0,46
7782;6910,2,30;6916,2,22;7697,1,6;6906,1,6;-1,0,36
7783;6910,2,36;6914,1,11;6907,1,7;7685,1,1;-1,0,45
7784;6910,2,39;6912,4,25;7686,1,4;6905,1,1;-1,0,31
7785;6910,2,39;6916,2,14;6906,1,8;7697,1,4;-1,0,35
7786;6910,2,20;6914,1,14;7685,1,2;6907,1,2;7698,1,2;-1,0,60
7787;6910,2,30;6905,1,5;6912,8,1;7686,1,1;-1,0,63
7788;6910,2,37;6916,4,12;6906,1,4;7697,1,4;-1,0,43
7789;6910,2,17;6914,2,12;7685,1,6;7698,1,4;6907,1,3;-1,0,58
7790;6910,2,23;6912,8,15;6905,1,9;7686,1,7;-1,0,46
7791;6910,2,29;6916,4,20;6906,1,8;7697,1,2;-1,0,41
7792;6910,1,11;6914,2,22;7685,1,5;6907,1,5;7698,1,3;-1,0,54
7793;6910,2,27;6912,8,10;6905,1,5;7686,1,3;-1,0,55
7794;6910,2,36;6916,4,24;6906,1,10;7697,1,3;-1,0,27
7795;6910,2,34;6914,2,25;6907,1,4;-1,0,37
7796;6910,2,11;6912,8,23;7686,1,14;6905,1,5;-1,0,47
7797;6910,2,31;6916,4,22;7697,1,6;6906,1,4;-1,0,37
7798;6910,1,16;6907,1,12;6914,2,8;7685,1,4;7698,1,4;-1,0,56
7799;6910,2,15;6912,8,15;6905,1,7;-1,0,63
7800;6910,2,6;6916,4,17;6906,1,13;7697,1,10;-1,0,54
7801;6910,1,16;6907,1,12;6914,2,8;7685,1,4;7698,1,4;-1,0,56
7802;6910,2,15;6912,8,15;6905,1,7;-1,0,63
7803;6910,2,6;6916,4,17;6906,1,13;7697,1,10;-1,0,54
7804;6910,1,16;6907,1,12;6914,2,8;7685,1,4;7698,1,4;-1,0,56
7805;6910,2,15;6912,8,15;6905,1,7;-1,0,63
7806;6910,2,6;6916,4,17;6906,1,13;7697,1,10;-1,0,54
8403;6911,2,30;6913,1,21;8353,2,47;-1,0,2
8404;6911,2,31;6913,1,20;8353,2,47;-1,0,2
8405;6911,2,30;6913,1,20;8353,2,48;-1,0,2
8406;6911,2,30;6913,1,20;8353,2,48;-1,0,2
8407;6911,2,43;6913,1,24;8353,4,31;-1,0,2
8408;6911,2,45;6913,1,24;8353,4,29;-1,0,2
8409;6911,2,40;6913,1,26;8353,4,32;-1,0,2
8410;6911,2,41;6913,1,26;8353,4,32;-1,0,1
8411;6911,4,25;6913,1,29;8353,4,45;-1,0,1
8412;6911,2,44;6913,1,31;8359,4,23;-1,0,2
8413;6911,2,38;6913,1,31;8359,4,30;-1,0,1
8414;6911,2,39;6913,1,26;8359,4,33;-1,0,2
8415;6911,2,41;6913,1,26;8359,4,31;-1,0,1
8416;6911,4,27;6913,1,39;8359,4,32;-1,0,2
8417;6911,4,25;6913,1,39;8359,4,34;-1,0,2
8418;6911,4,24;6913,1,37;8359,4,38;-1,0,1
8419;6911,4,29;6913,1,33;8359,4,37;-1,0,1
8420;6911,4,20;6913,1,35;8359,4,44;-1,0,1
8421;6911,4,32;6913,1,41;8355,4,25;-1,0,2
8422;6911,4,22;6913,1,45;8355,4,32;-1,0,1
8423;6911,4,40;6913,1,35;8355,4,23;-1,0,2
8424;6911,4,31;6913,1,35;8355,4,32;-1,0,2
8425;6911,4,35;6913,1,38;8355,4,25;-1,0,2
8426;6911,4,34;6913,1,42;8355,4,22;-1,0,2
8427;6911,4,29;6913,1,37;8355,4,33;-1,0,1
8428;6911,4,24;6913,1,45;8355,4,29;-1,0,2
8429;6911,4,33;6913,1,45;8355,4,21;-1,0,1
8430;6911,4,39;6913,1,35;8354,2,25;-1,0,1
8431;6911,4,35;6913,1,36;8354,2,28;-1,0,1
8432;6911,4,37;6913,1,33;8354,2,28;-1,0,2
8433;6911,8,25;6913,2,25;8354,2,45;-1,0,5
8434;6911,8,29;6913,2,28;8354,2,42;-1,0,1
8435;6911,8,31;6913,2,25;8354,2,43;-1,0,1
8436;6911,8,32;6913,2,24;8354,2,42;-1,0,2
8437;6911,8,26;6913,2,29;8354,2,43;-1,0,2
8438;6911,8,25;6913,2,31;8354,2,43;-1,0,1
8439;6911,8,30;6913,2,38;8357,2,30;-1,0,2
8440;6911,8,29;6913,2,41;8357,2,29;-1,0,1
8441;6911,8,28;6913,2,39;8357,2,32;-1,0,1
8442;6912,4,37;6914,1,36;8357,4,26;-1,0,1
8443;6912,4,35;6914,1,29;8357,4,29;8377,1,5;-1,0,2
8444;6912,4,28;6914,1,32;8357,4,30;8378,1,8;-1,0,2
8445;6912,4,33;6914,1,40;8357,4,25;-1,0,2
8446;6912,4,35;6914,1,31;8357,4,27;8377,1,6;-1,0,1
8447;6912,4,27;6914,1,28;8357,4,32;8378,1,10;-1,0,3
8448;6912,8,21;6914,1,40;8358,2,37;-1,0,2
8449;6912,8,20;6914,1,34;8358,2,36;8377,1,9;-1,0,1
8450;6912,8,20;6914,1,31;8358,2,39;8378,1,8;-1,0,2
8451;6912,8,28;6914,1,36;8358,2,34;-1,0,2
8452;6912,8,25;6914,1,28;8358,2,38;8377,1,8;-1,0,1
8453;6912,8,39;6914,1,26;8358,4,23;8378,1,10;-1,0,2
8454;6912,9,34;6914,2,30;8358,4,34;-1,0,2
8455;6912,8,32;6914,2,26;8358,4,28;8377,1,12;-1,0,2
8456;6912,8,35;6914,2,24;8358,4,27;8378,1,11;-1,0,3
8457;6912,9,33;6914,2,35;8352,4,31;-1,0,1
8458;6912,9,29;6914,2,30;8352,4,27;8377,1,12;-1,0,2
8459;6912,9,28;6914,2,27;8352,4,31;8378,1,12;-1,0,2
8460;6912,8,41;6914,2,27;8352,4,26;8373,1,4;-1,0,2
8461;6912,8,35;6914,2,27;8352,4,22;8374,1,2;8377,1,12;-1,0,2
8462;6912,8,32;6914,2,25;8352,4,25;8375,1,4;8378,1,11;-1,0,3
8463;6912,9,29;6914,2,36;8352,4,30;8373,1,3;-1,0,2
8464;6912,9,25;6914,2,29;8352,4,29;8374,1,2;8377,1,12;-1,0,3
8465;6912,9,26;6914,2,30;8352,4,25;8375,1,2;8378,1,15;-1,0,2
8466;6912,9,28;6914,2,38;8356,4,29;8373,1,3;-1,0,2
8467;6912,9,24;6914,2,29;8356,4,24;8374,1,4;8377,1,16;-1,0,3
8468;6912,9,29;6914,2,32;8356,4,26;8375,1,3;8378,1,9;-1,0,1
8469;6912,9,30;6914,2,35;8356,4,27;8373,1,5;-1,0,3
8470;6912,9,27;6914,2,29;8356,4,22;8374,1,3;8377,1,17;-1,0,2
8471;6912,9,27;6914,2,30;8356,4,23;8375,1,4;8378,1,15;-1,0,1
8472;6912,9,33;6914,2,37;8356,4,26;8373,1,2;-1,0,2
8473;6912,9,29;6914,2,29;8356,4,20;8374,1,3;8377,1,16;-1,0,3
8474;6912,9,25;6914,2,29;8356,4,27;8375,1,3;8378,1,14;-1,0,2
8475;6912,9,31;6914,2,38;8351,4,25;8373,1,4;-1,0,2
8476;6912,9,30;6914,4,22;8351,4,25;8374,1,5;8377,1,16;-1,0,2
8477;6912,9,33;6914,4,17;8351,4,26;8375,1,4;8378,1,17;-1,0,3
8478;6912,18,27;6914,4,24;8351,4,42;8373,1,5;-1,0,2
8479;6912,18,15;6914,4,23;8351,4,29;8374,1,6;8377,1,25;-1,0,2
8480;6912,18,19;6914,4,22;8351,4,31;8375,1,5;8378,1,21;-1,0,2
8481;6912,18,31;6914,4,24;8351,4,38;8373,1,5;-1,0,2
8482;6912,18,14;6914,4,24;8351,4,40;8374,1,4;8377,1,15;-1,0,3
8483;6912,18,30;6914,4,22;8351,7,17;8375,1,5;8378,1,24;-1,0,2
1 #ItemID;Production1,Quantity1,Chance1[;Production2,Quantity2,Chance2... ;ProductionN,QuantityN,ChanceN]
2 #Ketra/Varka Rewards
3 #Looted Goods - White Cargo box
4 7629;6688,1,9;6689,1,9;6690,1,9;6691,1,9;6693,1,9;6694,1,9;6695,1,9;6696,1,9;6697,1,9;7579,1,9;57,330000,10
5 #Looted Goods - Blue Cargo box #All chances of 8 should be 8.5, must be fixed if possible!!!
6 7630;6703,1,8;6704,1,8;6705,1,8;6706,1,8;6708,1,8;6709,1,8;6710,1,8;6712,1,8;6713,1,8;6714,1,8;57,292000,20
7 #Looted Goods - Yellow Cargo box
8 7631;6701,1,20;6702,1,20;6707,1,20;6711,1,20;57,930000,20
9 #Looted Goods - Red Filing Cabinet
10 7632;6857,1,8;6859,1,8;6861,1,8;6863,1,8;6867,1,8;6869,1,8;6871,1,8;6875,1,8;6877,1,8;6879,1,8;57,340000,15
11 #Looted Goods - Purple Filing Cabinet
12 7633;6853,1,20;6855,1,20;6865,1,20;6873,1,20;57,850000,20
13 #Looted Goods - Brown Pouch
14 7634;1874,20,10;1875,20,10;1876,20,16;1877,20,11;1879,20,10;1880,20,5;1881,20,10;1882,20,18;57,150000,10
15 #Looted Goods - Gray Pouch
16 7635;4039,4,20;4040,4,10;4041,4,10;4042,4,10;4043,4,20;4044,4,20;57,160000,10
17 #Adventurer's Box: C-Grade Accessory (Low Grade)
18 8534;853,1,17;916,1,17;884,1,17;-1,0,49
19 #Adventurer's Box: C-Grade Accessory (Medium Grade)
20 8535;854,1,17;917,1,17;885,1,17;-1,0,49
21 #Adventurer's Box: C-Grade Accessory (High Grade)
22 8536;855,1,17;119,1,17;886,1,17;-1,0,49
23 #Adventurer's Box: B-Grade Accessory (Low Grade)
24 8537;856,1,17;918,1,17;887,1,17;-1,0,49
25 #Adventurer's Box: B-Grade Accessory (High Grade)
26 8538;864,1,17;926,1,17;895,1,17;-1,0,49
27 #Adventurer's Box: Hair Accessory
28 8539;8177,1,30;8178,1,20;8179,1,10;-1,0,40
29 #Adventurer's Box: Cradle of Creation
30 8540;8175,1,33;-1,0,67
31 # Quest 370: A Wiseman Sows Seeds
32 5916;5917,1,10;5918,1,10;5919,1,10;5920,1,10;736,1,60
33 # Quest 376: Giants Cave Exploration, Part 1
34 5944;5922,1,3;5923,1,3;5924,1,3;5925,1,3;5926,1,3;5927,1,3;5928,1,3;5929,1,3;5930,1,3;5931,1,3;5932,1,3;5933,1,3;5934,1,3;5935,1,3;5936,1,3;5937,1,3;5938,1,3;5939,1,3;5940,1,3;5941,1,3;5942,1,20;5943,1,20
35 # Quest 377: Giants Cave Exploration, Part 2
36 5955;5942,1,25;5943,1,25;5945,1,5;5946,1,5;5947,1,5;5948,1,5;5949,1,5;5950,1,5;5951,1,5;5952,1,5;5953,1,5;5954,1,5
37 # Quest 373: Supplier of Reagents
38 6007;6019,2,30;6013,2,30;6014,1,20;6016,1,20
39 6008;6017,2,10;6020,2,20;6014,1,35;6016,1,35
40 6009;6012,1,20;6018,2,20;6019,2,20;6013,1,40
41 6010;6017,2,20;6020,2,20;6016,1,35;6015,2,25
42 # Quest 372: Legacy of Insolence
43 5966;5978,1,2;5983,1,2;5988,1,2;5994,1,2;5995,1,2;5975,1,8;5976,1,8;5977,1,8;5981,1,8;5982,1,8;5973,1,11;5974,1,11;5980,1,11;5985,1,11;5972,1,2;5979,1,2;5984,1,2
44 5967;5978,1,4;5983,1,4;5988,1,4;5994,1,4;5995,1,4;5975,1,4;5976,1,4;5977,1,4;5981,1,4;5982,1,4;5973,1,10;5974,1,10;5980,1,10;5985,1,10;5972,1,7;5979,1,7;5984,1,6
45 5968;6001,1,2;5970,1,2;5971,1,2;4408,1,2;4409,1,2;5986,1,2;5987,1,2;5993,1,2;5999,1,2;6000,1,2;5991,1,10;5992,1,10;5997,1,10;5998,1,10;5989,1,14;5990,1,13;5996,1,13
46 5969;6001,1,3;5970,1,3;5971,1,3;4408,1,3;4409,1,3;5986,1,2;5987,1,2;5993,1,2;5999,1,2;6000,1,2;5991,1,3;5992,1,3;5997,1,3;5998,1,3;5989,1,21;5990,1,21;5996,1,21
47 # Quest 628: Hunt of Golden Ram
48 7725;6035,1,7;1060,1,39;735,1,7;1540,1,3;1061,1,12;1539,1,32
49 7637;4039,4,20;4041,1,10;4043,4,20;4044,4,20;4042,2,15;4040,2,15
50 7636;1875,3,10;1882,3,20;1880,4,10;1874,1,10;1877,3,10;1881,1,12;1879,3,12;1876,6,16
51 # Compressed SS
52 5134;1835,300,100
53 5135;1463,300,100
54 5136;1464,300,100
55 5137;1465,300,100
56 5138;1466,300,100
57 5139;1467,300,100
58 # Compressed SpS
59 5140;2509,300,100
60 5141;2510,300,100
61 5142;2511,300,100
62 5143;2512,300,100
63 5144;2513,300,100
64 5145;2514,300,100
65 # Compressed BSpS
66 5146;3947,300,100
67 5147;3948,300,100
68 5148;3949,300,100
69 5149;3950,300,100
70 5150;3951,300,100
71 5151;3952,300,100
72 # Greater Compressed SS
73 5250;1835,1000,100
74 5251;1463,1000,100
75 5252;1464,1000,100
76 5253;1465,1000,100
77 5254;1466,1000,100
78 5255;1467,1000,100
79 # Greater Compressed SpS
80 5256;2509,1000,100
81 5257;2510,1000,100
82 5258;2511,1000,100
83 5259;2512,1000,100
84 5260;2513,1000,100
85 5261;2514,1000,100
86 # Greater Compressed BSpS
87 5262;3947,1000,100
88 5263;3948,1000,100
89 5264;3949,1000,100
90 5265;3950,1000,100
91 5266;3951,1000,100
92 5267;3952,1000,100
93 # Fishing rewards
94 6411;6908,6,31;6913,1,18;-1,0,51
95 6412;6908,6,29;6911,2,22;-1,0,49
96 6413;6908,6,35;6915,1,33;-1,0,32
97 6414;6908,6,33;6913,1,23;-1,0,44
98 6415;6908,8,31;6911,2,31;-1,0,38
99 6416;6908,6,45;6915,1,32;-1,0,23
100 6417;6908,12,16;6913,1,18;6920,8,26;-1,0,40
101 6418;6908,8,42;6911,2,38;-1,0,20
102 6419;6908,12,27;6915,1,45;-1,0,28
103 6420;6908,12,21;6913,1,25;6920,8,35;-1,0,19
104 6421;6908,8,47;6911,2,47;-1,0,6
105 6422;6908,12,33;6915,1,55;-1,0,12
106 6423;6908,12,28;6913,1,33;6920,16,23;-1,0,16
107 6424;6908,16,38;6911,4,36;-1,0,26
108 6425;6908,12,46;6915,2,35;-1,0,19
109 6426;6908,12,33;6913,2,22;6920,16,26;-1,0,19
110 6427;6908,16,41;6911,4,38;-1,0,21
111 6428;6908,12,47;6915,2,38;-1,0,15
112 6429;6908,12,33;6913,2,23;6920,16,27;-1,0,17
113 6430;6908,16,41;6911,4,38;-1,0,21
114 6431;6908,12,48;6915,2,39;-1,0,13
115 6432;6904,1,2;6908,14,19;6909,4,17;6913,1,26;6920,16,18;-1,0,18
116 6433;6904,1,2;6908,10,25;6909,2,21;6911,4,17;6921,4,17;-1,0,18
117 6434;6904,1,4;6908,16,26;6909,4,19;6915,4,21;-1,0,30
118 6435;6904,1,2;6908,14,21;6909,4,18;6913,2,14;6920,16,20;-1,0,25
119 6436;6904,1,2;6908,10,24;6909,2,22;6911,4,17;6921,4,17;-1,0,18
120 6437;6904,1,3;6908,16,26;6909,4,20;6915,4,21;-1,0,30
121 6438;6904,1,2;6908,14,19;6909,4,18;6913,2,12;6920,16,16;-1,0,33
122 6439;6904,1,2;6908,20,12;6909,2,20;6911,4,16;6921,4,17;-1,0,33
123 6440;6904,1,3;6908,16,25;6909,4,19;6915,4,20;-1,0,33
124 6441;6904,1,2;6908,14,19;6909,4,18;6913,2,14;6920,16,18;-1,0,29
125 6442;6904,1,3;6908,20,13;6909,4,12;6911,4,18;6921,4,19;-1,0,35
126 6443;6904,1,3;6908,16,25;6909,4,19;6915,4,20;-1,0,33
127 6444;6904,1,2;6908,14,21;6909,4,20;6913,2,14;6920,16,19;-1,0,24
128 6445;6904,1,3;6908,20,14;6909,4,12;6911,4,19;6921,4,21;-1,0,31
129 6446;6904,1,4;6908,16,26;6909,4,19;6915,4,21;-1,0,30
130 6447;6904,1,3;6908,28,11;6909,4,20;6913,2,16;6920,16,20;-1,0,30
131 6448;6904,1,3;6908,20,16;6909,4,13;6911,8,11;6921,8,11;-1,0,46
132 6449;6904,1,4;6908,32,14;6909,4,20;6915,4,23;-1,0,39
133 6450;6910,1,24;6914,2,14;7698,1,5;-1,0,57
134 6451;6910,1,28;6912,8,18;7686,1,7;-1,0,47
135 6452;6910,1,26;6916,4,25;7697,1,7;-1,0,42
136 6453;6910,1,30;6912,2,17;7698,1,6;-1,0,47
137 6454;6910,2,15;6912,8,21;7686,1,7;-1,0,57
138 6455;6910,1,31;6916,4,26;7697,1,7;-1,0,36
139 6456;6910,2,20;6914,2,18;7698,1,7;-1,0,55
140 6457;6910,2,16;6912,8,22;7686,1,8;-1,0,54
141 6458;6910,1,31;6916,4,28;7697,1,8;-1,0,33
142 6459;6910,2,22;6914,2,22;7698,1,8;-1,0,48
143 6460;6910,2,17;6912,8,26;7686,1,9;-1,0,48
144 6461;6910,2,20;6916,4,37;7697,1,10;-1,0,33
145 6462;6907,1,6;6910,2,19;6914,2,17;7685,1,6;7698,1,6;-1,0,46
146 6463;6905,1,8;6910,2,16;6912,8,24;7686,1,8;-1,0,44
147 6464;6906,1,8;6910,2,18;6916,8,16;7697,1,9;-1,0,49
148 6465;6907,1,7;6910,2,20;6914,2,17;7685,1,7;7698,1,8;-1,0,41
149 6466;6905,1,9;6910,2,18;6912,8,27;7686,1,7;-1,0,39
150 6467;6906,1,10;6910,2,18;6916,8,18;7697,1,9;-1,0,45
151 6468;6907,1,8;6910,2,18;6914,2,18;7685,1,6;7698,1,7;-1,0,43
152 6469;6905,1,9;6910,2,17;6912,8,26;7686,1,8;-1,0,40
153 6470;6906,1,10;6910,2,23;6916,8,19;7697,1,11;-1,0,37
154 6471;6907,1,8;6910,4,10;6914,2,20;7685,1,8;7698,1,8;-1,0,46
155 6472;6905,1,10;6910,2,21;6912,8,23;7686,1,10;-1,0,36
156 6473;6906,1,10;6910,2,23;6916,8,19;7697,1,11;-1,0,37
157 6474;6907,1,9;6910,4,13;6914,4,11;7685,1,9;7698,1,9;-1,0,49
158 6475;6905,1,11;6910,2,23;6912,8,27;7686,1,11;-1,0,28
159 6476;6906,1,12;6910,2,25;6916,8,16;7697,1,11;-1,0,36
160 6477;6907,1,9;6910,4,13;6914,4,12;7685,1,8;7698,1,10;-1,0,48
161 6478;6905,1,12;6910,2,24;6912,16,14;7686,1,12;-1,0,38
162 6479;6906,1,11;6910,2,26;6916,8,20;7697,1,11;-1,0,32
163 6480;6907,1,11;6910,4,13;6914,4,12;7685,1,12;7698,1,11;-1,0,41
164 6481;6905,0,14;6910,2,26;6912,16,15;7686,1,15;-1,0,30
165 6482;6906,1,14;6910,2,28;6916,8,20;7697,1,12;-1,0,26
166 6483;6907,1,12;6910,4,16;6914,4,15;7685,1,13;7698,1,14;-1,0,30
167 6484;6905,1,18;6910,4,15;6912,16,16;7686,1,16;-1,0,35
168 6485;6906,1,16;6910,4,15;6916,8,26;7697,1,17;-1,0,26
169 6486;6907,1,12;6910,4,15;6914,4,20;7685,1,15;7698,1,12;-1,0,26
170 6487;6905,1,14;6910,4,20;6912,16,23;7686,2,12;-1,0,31
171 6488;6906,1,18;6910,4,15;6916,8,25;7697,1,16;-1,0,26
172 6489;6907,1,15;6910,4,17;6914,4,16;7685,1,19;7698,1,10;-1,0,23
173 6490;6905,1,22;6910,4,21;6912,16,19;7686,2,16;-1,0,22
174 6491;6906,1,21;6910,4,18;6916,8,31;7697,2,9;-1,0,21
175 6492;6908,12,32;7609,8,51;-1,0,17
176 6493;6908,12,47;7609,16,33;-1,0,20
177 6494;6908,24,28;7609,26,28;-1,0,44
178 6495;6908,24,39;7609,26,35;-1,0,26
179 6496;6908,24,44;7609,26,41;-1,0,15
180 6497;6908,24,46;7609,26,43;-1,0,11
181 6498;6908,24,47;7609,26,42;-1,0,11
182 6499;6904,1,7;6908,28,26;6909,8,23;7609,30,25;-1,0,19
183 6500;6904,1,7;6908,28,25;6909,8,24;7609,30,25;-1,0,19
184 6501;6904,1,5;6908,28,24;6909,8,22;7609,30,22;-1,0,27
185 6502;6904,1,7;6908,28,29;6909,8,23;7609,30,20;-1,0,21
186 6503;6904,1,7;6908,56,13;6909,14,12;7609,30,27;-1,0,41
187 6504;6904,1,8;6908,56,15;6909,14,12;7609,60,13;-1,0,52
188 6505;6910,3,58;-1,0,42
189 6506;6910,3,62;-1,0,38
190 6507;6910,3,62;-1,0,38
191 6508;6910,3,77;-1,0,23
192 6509;6910,3,82;-1,0,18
193 6510;6910,3,90;-1,0,10
194 6511;6910,3,91;-1,0,9
195 6512;6910,6,61;-1,0,39
196 6513;6910,6,64;-1,0,36
197 6514;6910,6,69;-1,0,31
198 6515;6910,6,74;-1,0,26
199 6516;6910,1,81;-1,0,19
200 6517;6910,6,91;-1,0,9
201 6518;6910,6,99;-1,0,1
202 7726;6908,3,44;6913,1,7;-1,0,49
203 7727;6908,4,32;6911,1,17;-1,0,51
204 7728;6908,4,33;6915,1,13;-1,0,54
205 7729;6908,4,36;6913,1,9;-1,0,55
206 7730;6908,4,40;6911,1,26;-1,0,34
207 7731;6908,4,49;6915,1,20;-1,0,31
208 7732;6908,4,33;6913,1,9;6920,4,17;-1,0,41
209 7733;6908,4,58;6911,2,18;-1,0,24
210 7734;6908,6,29;6915,1,15;-1,0,56
211 7735;6908,6,37;6913,1,7;6920,4,28;-1,0,28
212 7736;6908,6,49;6911,2,17;-1,0,34
213 7737;6908,6,47;6915,1,28;-1,0,25
214 7738;6908,6,45;6913,1,11;6920,8,15;-1,0,29
215 7739;6908,6,46;6911,2,20;-1,0,34
216 7740;6908,6,45;6915,1,26;-1,0,29
217 7741;6908,6,47;6913,1,6;6920,8,13;-1,0,34
218 7742;6908,6,41;6911,2,18;-1,0,41
219 7743;6908,6,45;6915,1,28;-1,0,27
220 7744;6908,6,31;6913,1,13;6920,8,13;-1,0,43
221 7745;6908,6,41;6911,2,20;-1,0,39
222 7746;6908,6,42;6915,1,40;-1,0,18
223 7747;6908,8,13;6909,2,17;6913,1,8;6920,8,11;6904,1,1;-1,0,50
224 7748;6908,8,19;6909,2,17;6911,2,10;6920,1,17;6904,1,1;-1,0,36
225 7749;6908,8,20;6909,2,18;6915,1,20;6904,1,2;-1,0,40
226 7750;6908,8,16;6909,2,15;6913,1,11;6920,8,14;6904,1,1;-1,0,43
227 7751;6908,8,17;6909,2,15;6911,2,9;6920,2,11;6904,1,1;-1,0,47
228 7752;6908,8,20;6909,2,13;6915,1,17;6904,1,3;-1,0,47
229 7753;6908,8,15;6909,2,18;6913,1,8;6920,8,11;6904,1,3;-1,0,45
230 7754;6908,8,28;6909,2,16;6911,2,12;6921,2,8;6904,1,1;-1,0,35
231 7755;6908,8,21;6909,2,19;6915,1,19;6904,1,1;-1,0,40
232 7756;6908,12,15;6909,2,18;6913,1,14;6920,8,14;6904,1,1;-1,0,38
233 7757;6908,16,8;6909,16,8;6911,2,19;6921,2,20;6904,1,1;-1,0,44
234 7758;6908,8,21;6909,2,21;6915,2,17;6904,1,1;-1,0,40
235 7759;6908,8,22;6909,2,19;6913,1,10;6920,8,18;-1,0,31
236 7760;6908,16,16;6909,2,14;6911,2,16;6921,2,14;6904,1,2;-1,0,38
237 7761;6908,8,28;6909,2,20;6915,2,13;6904,1,1;-1,0,38
238 7762;6908,14,16;6909,2,21;6913,1,11;6920,8,17;6904,1,2;-1,0,33
239 7763;6908,16,14;6909,2,15;6911,2,19;6921,4,8;6904,1,1;-1,0,33
240 7764;6908,16,14;6909,2,19;6915,2,17;6904,1,3;-1,0,47
241 7765;6910,1,15;6914,1,9;7698,1,2;-1,0,74
242 7766;6910,1,17;6912,1,17;7686,1,1;-1,0,65
243 7767;6910,1,20;6916,2,17;7697,1,3;-1,0,60
244 7768;6910,1,21;6914,1,13;7698,1,1;-1,0,65
245 7769;6910,1,24;6912,1,20;7686,1,3;-1,0,53
246 7770;6910,1,33;6916,2,12;7697,1,1;-1,0,54
247 7771;6910,1,25;6914,1,13;7698,1,5;-1,0,57
248 7772;6910,1,21;6912,2,27;7686,1,2;-1,0,50
249 7773;6910,1,24;6916,2,18;7697,1,5;-1,0,53
250 7774;6910,1,20;6914,1,15;7698,1,3;-1,0,62
251 7775;6910,1,22;6912,4,16;7686,1,5;-1,0,57
252 7776;6910,2,17;6916,2,19;7697,1,4;-1,0,60
253 7777;6910,2,14;6914,1,6;7698,1,2;7685,1,2;6907,1,10;-1,0,66
254 7778;6910,2,19;6912,4,12;6905,1,7;-1,0,62
255 7779;6910,2,20;6916,2,13;7697,1,2;6906,1,2;-1,0,63
256 7780;6910,2,16;6914,1,27;7698,1,4;7685,1,4;6907,1,1;-1,0,48
257 7781;6910,2,28;6912,4,16;6905,1,5;7686,1,5;-1,0,46
258 7782;6910,2,30;6916,2,22;7697,1,6;6906,1,6;-1,0,36
259 7783;6910,2,36;6914,1,11;6907,1,7;7685,1,1;-1,0,45
260 7784;6910,2,39;6912,4,25;7686,1,4;6905,1,1;-1,0,31
261 7785;6910,2,39;6916,2,14;6906,1,8;7697,1,4;-1,0,35
262 7786;6910,2,20;6914,1,14;7685,1,2;6907,1,2;7698,1,2;-1,0,60
263 7787;6910,2,30;6905,1,5;6912,8,1;7686,1,1;-1,0,63
264 7788;6910,2,37;6916,4,12;6906,1,4;7697,1,4;-1,0,43
265 7789;6910,2,17;6914,2,12;7685,1,6;7698,1,4;6907,1,3;-1,0,58
266 7790;6910,2,23;6912,8,15;6905,1,9;7686,1,7;-1,0,46
267 7791;6910,2,29;6916,4,20;6906,1,8;7697,1,2;-1,0,41
268 7792;6910,1,11;6914,2,22;7685,1,5;6907,1,5;7698,1,3;-1,0,54
269 7793;6910,2,27;6912,8,10;6905,1,5;7686,1,3;-1,0,55
270 7794;6910,2,36;6916,4,24;6906,1,10;7697,1,3;-1,0,27
271 7795;6910,2,34;6914,2,25;6907,1,4;-1,0,37
272 7796;6910,2,11;6912,8,23;7686,1,14;6905,1,5;-1,0,47
273 7797;6910,2,31;6916,4,22;7697,1,6;6906,1,4;-1,0,37
274 7798;6910,1,16;6907,1,12;6914,2,8;7685,1,4;7698,1,4;-1,0,56
275 7799;6910,2,15;6912,8,15;6905,1,7;-1,0,63
276 7800;6910,2,6;6916,4,17;6906,1,13;7697,1,10;-1,0,54
277 7801;6910,1,16;6907,1,12;6914,2,8;7685,1,4;7698,1,4;-1,0,56
278 7802;6910,2,15;6912,8,15;6905,1,7;-1,0,63
279 7803;6910,2,6;6916,4,17;6906,1,13;7697,1,10;-1,0,54
280 7804;6910,1,16;6907,1,12;6914,2,8;7685,1,4;7698,1,4;-1,0,56
281 7805;6910,2,15;6912,8,15;6905,1,7;-1,0,63
282 7806;6910,2,6;6916,4,17;6906,1,13;7697,1,10;-1,0,54
283 8403;6911,2,30;6913,1,21;8353,2,47;-1,0,2
284 8404;6911,2,31;6913,1,20;8353,2,47;-1,0,2
285 8405;6911,2,30;6913,1,20;8353,2,48;-1,0,2
286 8406;6911,2,30;6913,1,20;8353,2,48;-1,0,2
287 8407;6911,2,43;6913,1,24;8353,4,31;-1,0,2
288 8408;6911,2,45;6913,1,24;8353,4,29;-1,0,2
289 8409;6911,2,40;6913,1,26;8353,4,32;-1,0,2
290 8410;6911,2,41;6913,1,26;8353,4,32;-1,0,1
291 8411;6911,4,25;6913,1,29;8353,4,45;-1,0,1
292 8412;6911,2,44;6913,1,31;8359,4,23;-1,0,2
293 8413;6911,2,38;6913,1,31;8359,4,30;-1,0,1
294 8414;6911,2,39;6913,1,26;8359,4,33;-1,0,2
295 8415;6911,2,41;6913,1,26;8359,4,31;-1,0,1
296 8416;6911,4,27;6913,1,39;8359,4,32;-1,0,2
297 8417;6911,4,25;6913,1,39;8359,4,34;-1,0,2
298 8418;6911,4,24;6913,1,37;8359,4,38;-1,0,1
299 8419;6911,4,29;6913,1,33;8359,4,37;-1,0,1
300 8420;6911,4,20;6913,1,35;8359,4,44;-1,0,1
301 8421;6911,4,32;6913,1,41;8355,4,25;-1,0,2
302 8422;6911,4,22;6913,1,45;8355,4,32;-1,0,1
303 8423;6911,4,40;6913,1,35;8355,4,23;-1,0,2
304 8424;6911,4,31;6913,1,35;8355,4,32;-1,0,2
305 8425;6911,4,35;6913,1,38;8355,4,25;-1,0,2
306 8426;6911,4,34;6913,1,42;8355,4,22;-1,0,2
307 8427;6911,4,29;6913,1,37;8355,4,33;-1,0,1
308 8428;6911,4,24;6913,1,45;8355,4,29;-1,0,2
309 8429;6911,4,33;6913,1,45;8355,4,21;-1,0,1
310 8430;6911,4,39;6913,1,35;8354,2,25;-1,0,1
311 8431;6911,4,35;6913,1,36;8354,2,28;-1,0,1
312 8432;6911,4,37;6913,1,33;8354,2,28;-1,0,2
313 8433;6911,8,25;6913,2,25;8354,2,45;-1,0,5
314 8434;6911,8,29;6913,2,28;8354,2,42;-1,0,1
315 8435;6911,8,31;6913,2,25;8354,2,43;-1,0,1
316 8436;6911,8,32;6913,2,24;8354,2,42;-1,0,2
317 8437;6911,8,26;6913,2,29;8354,2,43;-1,0,2
318 8438;6911,8,25;6913,2,31;8354,2,43;-1,0,1
319 8439;6911,8,30;6913,2,38;8357,2,30;-1,0,2
320 8440;6911,8,29;6913,2,41;8357,2,29;-1,0,1
321 8441;6911,8,28;6913,2,39;8357,2,32;-1,0,1
322 8442;6912,4,37;6914,1,36;8357,4,26;-1,0,1
323 8443;6912,4,35;6914,1,29;8357,4,29;8377,1,5;-1,0,2
324 8444;6912,4,28;6914,1,32;8357,4,30;8378,1,8;-1,0,2
325 8445;6912,4,33;6914,1,40;8357,4,25;-1,0,2
326 8446;6912,4,35;6914,1,31;8357,4,27;8377,1,6;-1,0,1
327 8447;6912,4,27;6914,1,28;8357,4,32;8378,1,10;-1,0,3
328 8448;6912,8,21;6914,1,40;8358,2,37;-1,0,2
329 8449;6912,8,20;6914,1,34;8358,2,36;8377,1,9;-1,0,1
330 8450;6912,8,20;6914,1,31;8358,2,39;8378,1,8;-1,0,2
331 8451;6912,8,28;6914,1,36;8358,2,34;-1,0,2
332 8452;6912,8,25;6914,1,28;8358,2,38;8377,1,8;-1,0,1
333 8453;6912,8,39;6914,1,26;8358,4,23;8378,1,10;-1,0,2
334 8454;6912,9,34;6914,2,30;8358,4,34;-1,0,2
335 8455;6912,8,32;6914,2,26;8358,4,28;8377,1,12;-1,0,2
336 8456;6912,8,35;6914,2,24;8358,4,27;8378,1,11;-1,0,3
337 8457;6912,9,33;6914,2,35;8352,4,31;-1,0,1
338 8458;6912,9,29;6914,2,30;8352,4,27;8377,1,12;-1,0,2
339 8459;6912,9,28;6914,2,27;8352,4,31;8378,1,12;-1,0,2
340 8460;6912,8,41;6914,2,27;8352,4,26;8373,1,4;-1,0,2
341 8461;6912,8,35;6914,2,27;8352,4,22;8374,1,2;8377,1,12;-1,0,2
342 8462;6912,8,32;6914,2,25;8352,4,25;8375,1,4;8378,1,11;-1,0,3
343 8463;6912,9,29;6914,2,36;8352,4,30;8373,1,3;-1,0,2
344 8464;6912,9,25;6914,2,29;8352,4,29;8374,1,2;8377,1,12;-1,0,3
345 8465;6912,9,26;6914,2,30;8352,4,25;8375,1,2;8378,1,15;-1,0,2
346 8466;6912,9,28;6914,2,38;8356,4,29;8373,1,3;-1,0,2
347 8467;6912,9,24;6914,2,29;8356,4,24;8374,1,4;8377,1,16;-1,0,3
348 8468;6912,9,29;6914,2,32;8356,4,26;8375,1,3;8378,1,9;-1,0,1
349 8469;6912,9,30;6914,2,35;8356,4,27;8373,1,5;-1,0,3
350 8470;6912,9,27;6914,2,29;8356,4,22;8374,1,3;8377,1,17;-1,0,2
351 8471;6912,9,27;6914,2,30;8356,4,23;8375,1,4;8378,1,15;-1,0,1
352 8472;6912,9,33;6914,2,37;8356,4,26;8373,1,2;-1,0,2
353 8473;6912,9,29;6914,2,29;8356,4,20;8374,1,3;8377,1,16;-1,0,3
354 8474;6912,9,25;6914,2,29;8356,4,27;8375,1,3;8378,1,14;-1,0,2
355 8475;6912,9,31;6914,2,38;8351,4,25;8373,1,4;-1,0,2
356 8476;6912,9,30;6914,4,22;8351,4,25;8374,1,5;8377,1,16;-1,0,2
357 8477;6912,9,33;6914,4,17;8351,4,26;8375,1,4;8378,1,17;-1,0,3
358 8478;6912,18,27;6914,4,24;8351,4,42;8373,1,5;-1,0,2
359 8479;6912,18,15;6914,4,23;8351,4,29;8374,1,6;8377,1,25;-1,0,2
360 8480;6912,18,19;6914,4,22;8351,4,31;8375,1,5;8378,1,21;-1,0,2
361 8481;6912,18,31;6914,4,24;8351,4,38;8373,1,5;-1,0,2
362 8482;6912,18,14;6914,4,24;8351,4,40;8374,1,4;8377,1,15;-1,0,3
363 8483;6912,18,30;6914,4,22;8351,7,17;8375,1,5;8378,1,24;-1,0,2

View File

@@ -0,0 +1,274 @@
#id;level;name;hp;hpregen;fish_type;fish_group;fish_guts;guts_check_time;wait_time;combat_time
#fish_type: 0 = wide; 1 = swift; 2 = ugly; 3 = box; 4 = easy_wide; 5 = easy_swift; 6 = easy_ugly; 7 = hard_wide; 8 = hard_swift; 9 = hard_ugly
#fish_group: 0 = easy; 1 = normal; 2 = hard
6411;1;Small Green Nimble Fish;100;4;1;1;500;5000;20000;24000
6412;1;Small Green Ugly Fish;116;4;2;1;502;5000;20000;27000
6413;1;Small Green Pudgy Fish;132;4;0;1;504;5000;20000;31000
6414;2;Green Nimble Fish;150;6;1;1;506;5000;20000;25000
6415;2;Green Ugly Fish;168;6;2;1;508;5000;20000;28000
6416;2;Green Pudgy Fish;188;6;0;1;510;5000;20000;31000
6417;3;Large Green Nimble Fish;208;8;1;1;512;5000;20000;26000
6418;3;Large Green Ugly Fish;230;8;2;1;514;5000;20000;29000
6419;3;Large Green Pudgy Fish;252;8;0;1;516;5000;20000;32000
6420;4;Small Jade Nimble Fish;276;10;1;1;518;5000;20000;28000
6421;4;Small Jade Ugly Fish;300;10;2;1;520;5000;20000;31000
6422;4;Small Jade Fat Fish;310;10;0;1;522;5000;20000;32000
6423;5;Jade Nimble Fish;320;11;1;1;524;5000;20000;30000
6424;5;Jade Ugly Fish;330;11;2;1;526;4000;20000;31000
6425;5;Jade Fat Fish;340;11;0;1;528;4000;20000;32000
6426;6;Big Jade Nimble Fish;350;12;1;1;530;4000;20000;30000
6427;6;Big Jade Ugly Fish;360;12;2;1;532;4000;20000;31000
6428;6;Big Jade Fat Fish;370;12;0;1;534;4000;20000;32000
6429;7;Small Blue Nimble Fish;380;12;1;1;536;4000;20000;31000
6430;7;Small Blue Ugly Fish;390;13;2;1;538;4000;20000;31000
6431;7;Small Blue Fat Fish;400;13;0;1;540;4000;20000;32000
6432;8;Blue Nimble Fish;410;13;1;1;542;4000;20000;31000
6433;8;Blue Ugly Fish;420;13;2;1;544;4000;20000;32000
6434;8;Blue Fat Fish;430;14;0;1;546;4000;20000;31000
6435;9;Big Blue Nimble Fish;506;17;1;1;548;4000;20000;29000
6436;9;Big Blue Ugly Fish;518;17;2;1;550;4000;20000;30000
6437;9;Big Blue Fat Fish;529;17;0;1;552;4000;20000;31000
6438;10;Small Yellow Nimble Fish;541;18;1;1;554;4000;20000;30000
6439;10;Small Yellow Ugly Fish;552;18;2;1;556;4000;20000;30000
6440;10;Small Yellow Fat Fish;564;18;0;1;558;4000;20000;31000
6441;11;Yellow Nimble Fish;575;19;1;1;560;4000;20000;30000
6442;11;Yellow Ugly Fish;587;19;2;1;562;4000;20000;31000
6443;11;Yellow Fat Fish;598;19;0;1;564;4000;20000;31000
6444;12;Big Yellow Nimble Fish;610;20;1;1;566;4000;20000;30000
6445;12;Big Yellow Ugly Fish;621;20;2;1;568;4000;20000;31000
6446;12;Big Yellow Fat Fish;633;20;0;1;570;4000;20000;31000
6447;13;Small Orange Nimble Fish;644;21;1;1;572;4000;20000;30000
6448;13;Small Orange Ugly Fish;656;21;2;1;574;4000;20000;31000
6449;13;Small Orange Fat Fish;667;21;0;1;576;3000;20000;32000
6450;14;Orange Nimble Fish;679;22;1;1;578;3000;20000;31000
6451;14;Orange Ugly Fish;690;22;2;1;580;3000;20000;31000
6452;14;Orange Fat Fish;702;22;0;1;582;3000;20000;32000
6453;15;Big Orange Nimble Fish;713;25;1;1;584;3000;20000;29000
6454;15;Big Orange Ugly Fish;819;27;2;1;586;3000;20000;30000
6455;15;Big Orange Fat Fish;832;28;0;1;588;3000;20000;30000
6456;16;Small Purple Nimble Fish;845;29;1;1;590;3000;20000;29000
6457;16;Small Purple Ugly Fish;858;29;2;1;592;3000;20000;30000
6458;16;Small Purple Fat Fish;871;29;0;1;594;3000;20000;30000
6459;17;Purple Nimble Fish;884;29;1;1;596;3000;20000;30000
6460;17;Purple Ugly Fish;897;30;2;1;598;3000;20000;30000
6461;17;Purple Fat Fish;910;29;0;1;600;3000;20000;31000
6462;18;Big Purple Nimble Fish;923;31;1;1;602;3000;20000;30000
6463;18;Big Purple Ugly Fish;936;31;2;1;604;3000;20000;30000
6464;18;Big Purple Fat Fish;949;31;0;1;606;3000;20000;31000
6465;19;Small Red Nimble Fish;962;34;1;1;608;3000;20000;28000
6466;19;Small Red Ugly Fish;1125;39;2;1;610;3000;20000;29000
6467;19;Small Red Fat Fish;1140;39;0;1;612;3000;20000;29000
6468;20;Red Nimble Fish;1155;40;1;1;614;3000;20000;29000
6469;20;Red Ugly Fish;1170;40;2;1;616;3000;20000;29000
6470;20;Red Fat Fish;1185;40;0;1;618;3000;20000;30000
6471;21;Big Red Nimble Fish;1200;41;1;1;620;3000;20000;29000
6472;21;Big Red Ugly Fish;1215;42;2;1;622;3000;20000;29000
6473;21;Big Red Fat Fish;1230;46;0;1;624;3000;20000;27000
6474;22;Small White Nimble Fish;1453;56;1;1;626;2000;20000;26000
6475;22;Small White Ugly Fish;1470;54;2;1;628;2000;20000;27000
6476;22;Small White Fat Fish;1488;55;0;1;630;2000;20000;27000
6477;23;White Nimble Fish;1505;56;1;1;632;2000;20000;27000
6478;23;White Ugly Fish;1523;56;2;1;634;2000;20000;27000
6479;23;White Fat Fish;1540;57;0;1;636;2000;20000;27000
6480;24;Big White Nimble Fish;1558;58;1;1;638;2000;20000;27000
6481;24;Big White Ugly Fish;1575;58;2;1;640;2000;20000;27000
6482;24;Big White Fat Fish;1593;59;0;1;642;2000;20000;27000
6483;25;Small Black Nimble Fish;1610;60;1;1;644;2000;20000;27000
6484;25;Small Black Ugly Fish;1628;60;2;1;646;2000;20000;27000
6485;25;Small Black Fat Fish;1648;59;0;1;648;2000;20000;28000
6486;26;Black Nimble Fish;1663;67;1;1;650;2000;20000;25000
6487;26;Black Ugly Fish;1872;75;2;1;652;2000;20000;25000
6488;26;Black Fat Fish;1892;76;0;1;654;2000;20000;25000
6489;27;Big Black Nimble Fish;1911;76;1;1;656;2000;20000;25000
6490;27;Big Black Ugly Fish;1931;77;2;1;658;2000;20000;25000
6491;27;Big Black Fat Fish;1950;78;0;1;660;2000;20000;25000
6492;1;Small Green Treasure Chest;132;4;3;1;504;5000;20000;31000
6493;2;Green Treasure Chest;188;6;3;1;510;5000;20000;31000
6494;3;Big Green Treasure Chest;252;8;3;1;516;5000;20000;32000
6495;4;Small Jade Treasure Chest;310;10;3;1;522;5000;20000;32000
6496;5;Jade Treasure Chest;340;11;3;1;528;4000;20000;32000
6497;6;Big Jade Treasure Chest;370;12;3;1;534;4000;20000;32000
6498;7;Small Blue Treasure Chest;400;13;3;1;540;4000;20000;32000
6499;8;Blue Treasure Chest;430;14;3;1;546;4000;20000;31000
6500;9;Big Blue Treasure Chest;529;17;3;1;552;4000;20000;31000
6501;10;Small Yellow Treasure Chest;564;18;3;1;558;4000;20000;31000
6502;11;Yellow Treasure Chest;598;19;3;1;564;4000;20000;31000
6503;12;Big Yellow Treasure Chest;633;20;3;1;570;4000;20000;31000
6504;13;Small Orange Treasure Chest;667;21;3;1;576;3000;20000;32000
6505;14;Orange Treasure Chest;702;22;3;1;582;3000;20000;32000
6506;15;Big Orange Treasure Chest;832;28;3;1;588;3000;20000;30000
6507;16;Small Purple Treasure Chest;871;29;3;1;594;3000;20000;30000
6508;17;Purple Treasure Chest;910;29;3;1;600;3000;20000;31000
6509;18;Big Purple Treasure Chest;949;31;3;1;606;3000;20000;31000
6510;19;Small Red Treasure Chest;1140;39;3;1;612;3000;20000;29000
6511;20;Red Treasure Chest;1185;40;3;1;618;3000;20000;30000
6512;21;Big Red Treasure Chest;1230;46;3;1;624;3000;20000;27000
6513;22;Small White Treasure Chest;1488;55;3;1;630;2000;20000;27000
6514;23;White Treasure Chest;1540;57;3;1;636;2000;20000;27000
6515;24;Big White Treasure Chest;1593;59;3;1;642;2000;20000;27000
6516;25;Small Black Treasure Chest;1648;59;3;1;648;2000;20000;28000
6517;26;Black Treasure Chest;1892;76;3;1;654;2000;20000;25000
6518;27;Big Black Treasure Chest;1950;78;3;1;660;2000;20000;25000
7726;1;Small Green Nimble Fish - For Beginners;100;4;5;0;400;5000;20000;35000
7727;1;Small Green Ugly Fish - For Beginners;116;4;6;0;400;5000;20000;35000
7728;1;Small Green Pudgy Fish - For Beginners;132;5;4;0;400;5000;20000;35000
7729;2;Green Nimble Fish - For Beginners;150;5;5;0;400;5000;20000;35000
7730;2;Green Ugly Fish - For Beginners;168;6;6;0;400;5000;20000;35000
7731;2;Green Pudgy Fish - For Beginners;188;7;4;0;400;5000;20000;35000
7732;3;Large Green Nimble Fish - For Beginners;208;7;5;0;400;5000;20000;35000
7733;3;Large Green Ugly Fish - For Beginners;230;8;6;0;400;5000;20000;35000
7734;3;Large Green Pudgy Fish - For Beginners;252;9;4;0;400;5000;20000;35000
7735;4;Small Jade Nimble Fish - For Beginners;276;10;5;0;400;5000;20000;35000
7736;4;Small Jade Ugly Fish - For Beginners;300;11;6;0;400;5000;20000;35000
7737;4;Small Jade Fat Fish - For Beginners;310;11;4;0;400;5000;20000;35000
7738;5;Jade Nimble Fish - For Beginners;320;11;5;0;400;5000;20000;35000
7739;5;Jade Ugly Fish - For Beginners;330;12;6;0;400;4000;20000;35000
7740;5;Jade Fat Fish - For Beginners;340;12;4;0;400;4000;20000;35000
7741;6;Large Jade Nimble Fish - For Beginners;350;13;5;0;400;4000;20000;35000
7742;6;Large Jade Ugly Fish - For Beginners;360;13;6;0;400;4000;20000;35000
7743;6;Large Jade Fat Fish - For Beginners;370;13;4;0;400;4000;20000;35000
7744;7;Small Blue Nimble Fish - For Beginners;380;14;5;0;400;4000;20000;35000
7745;7;Small Blue Ugly Fish - For Beginners;390;14;6;0;400;4000;20000;35000
7746;7;Small Blue Fat Fish - For Beginners;400;14;4;0;400;4000;20000;35000
7747;8;Blue Nimble Fish - For Beginners;410;15;5;0;400;4000;20000;35000
7748;8;Blue Ugly Fish - For Beginners;420;15;6;0;400;4000;20000;35000
7749;8;Blue Fat Fish - For Beginners;430;15;4;0;400;4000;20000;35000
7750;9;Large Blue Nimble Fish - For Beginners;506;18;5;0;400;4000;20000;35000
7751;9;Large Blue Ugly Fish - For Beginners;518;19;6;0;400;4000;20000;35000
7752;9;Large Blue Fat Fish - For Beginners;529;19;4;0;400;4000;20000;35000
7753;10;Small Yellow Nimble Fish - For Beginners;541;19;5;0;400;4000;20000;35000
7754;10;Small Yellow Ugly Fish - For Beginners;552;20;6;0;400;4000;20000;35000
7755;10;Small Yellow Fat Fish - For Beginners;564;20;4;0;400;4000;20000;35000
7756;11;Yellow Nimble Fish - For Beginners;575;21;5;0;400;4000;20000;35000
7757;11;Yellow Ugly Fish - For Beginners;587;21;6;0;400;4000;20000;35000
7758;11;Yellow Fat Fish - For Beginners;598;21;4;0;400;4000;20000;35000
7759;12;Large Yellow Nimble Fish - For Beginners;610;22;5;0;400;4000;20000;35000
7760;12;Large Yellow Ugly Fish - For Beginners;621;22;6;0;400;4000;20000;35000
7761;12;Large Yellow Fat Fish - For Beginners;633;23;4;0;400;4000;20000;35000
7762;13;Small Orange Nimble Fish - For Beginners;644;23;5;0;400;4000;20000;35000
7763;13;Small Orange Ugly Fish - For Beginners;656;23;6;0;400;4000;20000;35000
7764;13;Small Orange Fat Fish - For Beginners;667;24;4;0;400;3000;20000;35000
7765;14;Orange Nimble Fish - For Beginners;679;24;5;0;400;3000;20000;35000
7766;14;Orange Ugly Fish - For Beginners;690;25;6;0;400;3000;20000;35000
7767;14;Orange Fat Fish - For Beginners;702;25;4;0;400;3000;20000;35000
7768;15;Large Orange Nimble Fish - For Beginners;713;25;5;0;400;3000;20000;35000
7769;15;Large Orange Ugly Fish - For Beginners;819;29;6;0;400;3000;20000;35000
7770;15;Large Orange Fat Fish - For Beginners;832;30;4;0;400;3000;20000;35000
7771;16;Small Purple Nimble Fish - For Beginners;845;30;5;0;400;3000;20000;35000
7772;16;Small Purple Ugly Fish - For Beginners;858;31;6;0;400;3000;20000;35000
7773;16;Small Purple Fat Fish - For Beginners;871;31;4;0;400;3000;20000;35000
7774;17;Purple Nimble Fish - For Beginners;884;32;5;0;400;3000;20000;35000
7775;17;Purple Ugly Fish - For Beginners;897;32;6;0;400;3000;20000;35000
7776;17;Purple Fat Fish - For Beginners;910;33;4;0;400;3000;20000;35000
7777;18;Large Purple Nimble Fish - For Beginners;923;33;5;0;400;3000;20000;35000
7778;18;Large Purple Ugly Fish - For Beginners;936;33;6;0;400;3000;20000;35000
7779;18;Large Purple Fat Fish - For Beginners;949;34;4;0;400;3000;20000;35000
7780;19;Small Red Nimble Fish - For Beginners;962;34;5;0;400;3000;20000;35000
7781;19;Small Red Ugly Fish - For Beginners;1125;40;6;0;400;3000;20000;35000
7782;19;Small Red Fat Fish - For Beginners;1140;41;4;0;400;3000;20000;35000
7783;20;Red Nimble Fish - For Beginners;1155;41;5;0;400;3000;20000;35000
7784;20;Red Ugly Fish - For Beginners;1170;42;6;0;400;3000;20000;35000
7785;20;Red Fat Fish - For Beginners;1185;42;4;0;400;3000;20000;35000
7786;21;Large Red Nimble Fish - For Beginners;1200;43;5;0;400;3000;20000;35000
7787;21;Large Red Ugly Fish - For Beginners;1215;43;6;0;400;3000;20000;35000
7788;21;Large Red Fat Fish - For Beginners;1230;44;4;0;400;3000;20000;35000
7789;22;Small White Nimble Fish - For Beginners;1453;52;5;0;400;2000;20000;35000
7790;22;Small White Ugly Fish - For Beginners;1470;53;6;0;400;2000;20000;35000
7791;22;Small White Fat Fish - For Beginners;1488;53;4;0;400;2000;20000;35000
7792;23;White Nimble Fish - For Beginners;1505;54;5;0;400;2000;20000;35000
7793;23;White Ugly Fish - For Beginners;1523;54;6;0;400;2000;20000;35000
7794;23;White Fat Fish - For Beginners;1540;55;4;0;400;2000;20000;35000
7795;24;Large White Nimble Fish - For Beginners;1558;56;5;0;400;2000;20000;35000
7796;24;Large White Ugly Fish - For Beginners;1575;56;6;0;400;2000;20000;35000
7797;24;Large White Fat Fish - For Beginners;1593;57;4;0;400;2000;20000;35000
7798;25;Small Black Nimble Fish - For Beginners;1610;58;5;0;400;2000;20000;35000
7799;25;Small Black Ugly Fish - For Beginners;1628;58;6;0;400;2000;20000;35000
7800;25;Small Black Fat Fish - For Beginners;1645;59;4;0;400;2000;20000;35000
7801;26;Black Nimble Fish - For Beginners;1663;59;5;0;400;2000;20000;35000
7802;26;Black Ugly Fish - For Beginners;1872;67;6;0;400;2000;20000;35000
7803;26;Black Fat Fish - For Beginners;1892;68;4;0;400;2000;20000;35000
7804;27;Large Black Nimble Fish - For Beginners;1911;68;5;0;400;2000;20000;35000
7805;27;Large Black Ugly Fish - For Beginners;1931;69;6;0;400;2000;20000;35000
7806;27;Large Black Fat Fish - For Beginners;1950;70;4;0;400;2000;20000;35000
8403;1;Small Green Nimble Fish - Upper Grade;100;4;8;2;500;5000;20000;24000
8404;1;Small Green Ugly Fish - Upper Grade;116;4;9;2;502;5000;20000;27000
8405;1;Small Green Pudgy Fish - Upper Grade;132;5;7;2;504;5000;20000;31000
8406;2;Green Nimble Fish - Upper Grade;150;6;8;2;506;5000;20000;25000
8407;2;Green Ugly Fish - Upper Grade;168;6;9;2;508;5000;20000;28000
8408;2;Green Pudgy Fish - Upper Grade;188;6;7;2;510;5000;20000;31000
8409;3;Large Green Nimble Fish - Upper Grade;208;8;8;2;512;5000;20000;26000
8410;3;Large Green Ugly Fish - Upper Grade;230;8;9;2;514;5000;20000;29000
8411;3;Large Green Pudgy Fish - Upper Grade;252;8;7;2;516;5000;20000;32000
8412;4;Small Jade Nimble Fish - Upper Grade;276;10;8;2;518;5000;20000;28000
8413;4;Small Jade Ugly Fish - Upper Grade;300;10;9;2;520;5000;20000;31000
8414;4;Small Jade Fat Fish - Upper Grade;310;10;7;2;522;5000;20000;32000
8415;5;Jade Nimble Fish - Upper Grade;320;11;8;2;524;5000;20000;30000
8416;5;Jade Ugly Fish - Upper Grade;330;11;9;2;526;4000;20000;31000
8417;5;Jade Fat Fish - Upper Grade;340;11;7;2;528;4000;20000;32000
8418;6;Large Jade Nimble Fish - Upper Grade;350;12;8;2;530;4000;20000;30000
8419;6;Large Jade Ugly Fish - Upper Grade;360;12;9;2;532;4000;20000;31000
8420;6;Large Jade Fat Fish - Upper Grade;370;12;7;2;534;4000;20000;32000
8421;7;Small Blue Nimble Fish - Upper Grade;380;12;8;2;536;4000;20000;31000
8422;7;Small Blue Ugly Fish - Upper Grade;390;13;9;2;538;4000;20000;31000
8423;7;Small Blue Fat Fish - Upper Grade;400;13;7;2;540;4000;20000;32000
8424;8;Blue Nimble Fish - Upper Grade;410;13;8;2;542;4000;20000;31000
8425;8;Blue Ugly Fish - Upper Grade;420;13;9;2;544;4000;20000;32000
8426;8;Blue Fat Fish - Upper Grade;430;14;7;2;546;4000;20000;31000
8427;9;Large Blue Nimble Fish - Upper Grade;506;17;8;2;548;4000;20000;29000
8428;9;Large Blue Ugly Fish - Upper Grade;518;17;9;2;550;4000;20000;30000
8429;9;Large Blue Fat Fish - Upper Grade;529;17;7;2;552;4000;20000;31000
8430;10;Small Yellow Nimble Fish - Upper Grade;541;18;8;2;554;4000;20000;30000
8431;10;Small Yellow Ugly Fish - Upper Grade;552;18;9;2;556;4000;20000;30000
8432;10;Small Yellow Fat Fish - Upper Grade;564;18;7;2;558;4000;20000;31000
8433;11;Yellow Nimble Fish - Upper Grade;575;19;8;2;560;4000;20000;30000
8434;11;Yellow Ugly Fish - Upper Grade;587;19;9;2;562;4000;20000;31000
8435;11;Yellow Fat Fish - Upper Grade;598;19;7;2;564;4000;20000;31000
8436;12;Large Yellow Nimble Fish - Upper Grade;610;20;8;2;566;4000;20000;30000
8437;12;Large Yellow Ugly Fish - Upper Grade;621;20;9;2;568;4000;20000;31000
8438;12;Large Yellow Fat Fish - Upper Grade;633;20;7;2;570;4000;20000;31000
8439;13;Small Orange Nimble Fish - Upper Grade;644;21;8;2;572;4000;20000;30000
8440;13;Small Orange Ugly Fish - Upper Grade;656;21;9;2;574;4000;20000;31000
8441;13;Small Orange Fat Fish - Upper Grade;667;21;7;2;576;3000;20000;32000
8442;14;Orange Nimble Fish - Upper Grade;679;22;8;2;578;3000;20000;31000
8443;14;Orange Ugly Fish - Upper Grade;690;22;9;2;580;3000;20000;31000
8444;14;Orange Fat Fish - Upper Grade;702;22;7;2;582;3000;20000;32000
8445;15;Large Orange Nimble Fish - Upper Grade;713;25;8;2;584;3000;20000;29000
8446;15;Large Orange Ugly Fish - Upper Grade;819;27;9;2;586;3000;20000;30000
8447;15;Large Orange Fat Fish - Upper Grade;832;28;7;2;588;3000;20000;30000
8448;16;Small Purple Nimble Fish - Upper Grade;845;29;8;2;590;3000;20000;29000
8449;16;Small Purple Ugly Fish - Upper Grade;858;29;9;2;592;3000;20000;30000
8450;16;Small Purple Fat Fish - Upper Grade;871;29;7;2;594;3000;20000;30000
8451;17;Purple Nimble Fish - Upper Grade;884;29;8;2;596;3000;20000;30000
8452;17;Purple Ugly Fish - Upper Grade;897;30;9;2;598;3000;20000;30000
8453;17;Purple Fat Fish - Upper Grade;910;29;7;2;600;3000;20000;31000
8454;18;Large Purple Nimble Fish - Upper Grade;923;31;8;2;602;3000;20000;30000
8455;18;Large Purple Ugly Fish - Upper Grade;936;31;9;2;604;3000;20000;30000
8456;18;Large Purple Fat Fish - Upper Grade;949;31;7;2;606;3000;20000;31000
8457;19;Small Red Nimble Fish - Upper Grade;962;34;8;2;608;3000;20000;28000
8458;19;Small Red Ugly Fish - Upper Grade;1125;39;9;2;610;3000;20000;29000
8459;19;Small Red Fat Fish - Upper Grade;1140;39;7;2;612;3000;20000;29000
8460;20;Red Nimble Fish - Upper Grade;1155;40;8;2;614;3000;20000;29000
8461;20;Red Ugly Fish - Upper Grade;1170;40;9;2;616;3000;20000;29000
8462;20;Red Fat Fish - Upper Grade;1185;40;7;2;618;3000;20000;30000
8463;21;Large Red Nimble Fish - Upper Grade;1200;41;8;2;620;3000;20000;29000
8464;21;Large Red Ugly Fish - Upper Grade;1215;42;9;2;622;3000;20000;29000
8465;21;Large Red Fat Fish - Upper Grade;1230;46;7;2;624;3000;20000;27000
8466;22;Small White Nimble Fish - Upper Grade;1453;56;8;2;626;2000;20000;26000
8467;22;Small White Ugly Fish - Upper Grade;1470;54;9;2;628;2000;20000;27000
8468;22;Small White Fat Fish - Upper Grade;1488;55;7;2;630;2000;20000;27000
8469;23;White Nimble Fish - Upper Grade;1505;56;8;2;632;2000;20000;27000
8470;23;White Ugly Fish - Upper Grade;1523;56;9;2;634;2000;20000;27000
8471;23;White Fat Fish - Upper Grade;1540;57;7;2;636;2000;20000;27000
8472;24;High Grade - Large White Nimble Fish;1558;58;8;2;638;2000;20000;27000
8473;24;Large White Ugly Fish - Upper Grade;1575;58;9;2;640;2000;20000;27000
8474;24;Large White Fat Fish - Upper Grade;1593;59;7;2;642;2000;20000;27000
8475;25;Small Black Nimble Fish - Upper Grade;1610;60;8;2;644;2000;20000;27000
8476;25;Small Black Ugly Fish - Upper Grade;1628;60;9;2;646;2000;20000;27000
8477;25;Small Black Fat Fish - Upper Grade;1648;59;7;2;648;2000;20000;28000
8478;26;Black Nimble Fish - Upper Grade;1663;67;8;2;650;2000;20000;25000
8479;26;Black Ugly Fish - Upper Grade;1872;75;9;2;652;2000;20000;25000
8480;26;Black Fat Fish - Upper Grade;1892;76;7;2;654;2000;20000;25000
8481;27;Large Black Nimble Fish - Upper Grade;1911;76;8;2;656;2000;20000;25000
8482;27;Large Black Ugly Fish - Upper Grade;1931;77;9;2;658;2000;20000;25000
8483;27;Large Black Fat Fish - Upper Grade;1950;78;7;2;660;2000;20000;25000
1 #id;level;name;hp;hpregen;fish_type;fish_group;fish_guts;guts_check_time;wait_time;combat_time
2 #fish_type: 0 = wide; 1 = swift; 2 = ugly; 3 = box; 4 = easy_wide; 5 = easy_swift; 6 = easy_ugly; 7 = hard_wide; 8 = hard_swift; 9 = hard_ugly
3 #fish_group: 0 = easy; 1 = normal; 2 = hard
4 6411;1;Small Green Nimble Fish;100;4;1;1;500;5000;20000;24000
5 6412;1;Small Green Ugly Fish;116;4;2;1;502;5000;20000;27000
6 6413;1;Small Green Pudgy Fish;132;4;0;1;504;5000;20000;31000
7 6414;2;Green Nimble Fish;150;6;1;1;506;5000;20000;25000
8 6415;2;Green Ugly Fish;168;6;2;1;508;5000;20000;28000
9 6416;2;Green Pudgy Fish;188;6;0;1;510;5000;20000;31000
10 6417;3;Large Green Nimble Fish;208;8;1;1;512;5000;20000;26000
11 6418;3;Large Green Ugly Fish;230;8;2;1;514;5000;20000;29000
12 6419;3;Large Green Pudgy Fish;252;8;0;1;516;5000;20000;32000
13 6420;4;Small Jade Nimble Fish;276;10;1;1;518;5000;20000;28000
14 6421;4;Small Jade Ugly Fish;300;10;2;1;520;5000;20000;31000
15 6422;4;Small Jade Fat Fish;310;10;0;1;522;5000;20000;32000
16 6423;5;Jade Nimble Fish;320;11;1;1;524;5000;20000;30000
17 6424;5;Jade Ugly Fish;330;11;2;1;526;4000;20000;31000
18 6425;5;Jade Fat Fish;340;11;0;1;528;4000;20000;32000
19 6426;6;Big Jade Nimble Fish;350;12;1;1;530;4000;20000;30000
20 6427;6;Big Jade Ugly Fish;360;12;2;1;532;4000;20000;31000
21 6428;6;Big Jade Fat Fish;370;12;0;1;534;4000;20000;32000
22 6429;7;Small Blue Nimble Fish;380;12;1;1;536;4000;20000;31000
23 6430;7;Small Blue Ugly Fish;390;13;2;1;538;4000;20000;31000
24 6431;7;Small Blue Fat Fish;400;13;0;1;540;4000;20000;32000
25 6432;8;Blue Nimble Fish;410;13;1;1;542;4000;20000;31000
26 6433;8;Blue Ugly Fish;420;13;2;1;544;4000;20000;32000
27 6434;8;Blue Fat Fish;430;14;0;1;546;4000;20000;31000
28 6435;9;Big Blue Nimble Fish;506;17;1;1;548;4000;20000;29000
29 6436;9;Big Blue Ugly Fish;518;17;2;1;550;4000;20000;30000
30 6437;9;Big Blue Fat Fish;529;17;0;1;552;4000;20000;31000
31 6438;10;Small Yellow Nimble Fish;541;18;1;1;554;4000;20000;30000
32 6439;10;Small Yellow Ugly Fish;552;18;2;1;556;4000;20000;30000
33 6440;10;Small Yellow Fat Fish;564;18;0;1;558;4000;20000;31000
34 6441;11;Yellow Nimble Fish;575;19;1;1;560;4000;20000;30000
35 6442;11;Yellow Ugly Fish;587;19;2;1;562;4000;20000;31000
36 6443;11;Yellow Fat Fish;598;19;0;1;564;4000;20000;31000
37 6444;12;Big Yellow Nimble Fish;610;20;1;1;566;4000;20000;30000
38 6445;12;Big Yellow Ugly Fish;621;20;2;1;568;4000;20000;31000
39 6446;12;Big Yellow Fat Fish;633;20;0;1;570;4000;20000;31000
40 6447;13;Small Orange Nimble Fish;644;21;1;1;572;4000;20000;30000
41 6448;13;Small Orange Ugly Fish;656;21;2;1;574;4000;20000;31000
42 6449;13;Small Orange Fat Fish;667;21;0;1;576;3000;20000;32000
43 6450;14;Orange Nimble Fish;679;22;1;1;578;3000;20000;31000
44 6451;14;Orange Ugly Fish;690;22;2;1;580;3000;20000;31000
45 6452;14;Orange Fat Fish;702;22;0;1;582;3000;20000;32000
46 6453;15;Big Orange Nimble Fish;713;25;1;1;584;3000;20000;29000
47 6454;15;Big Orange Ugly Fish;819;27;2;1;586;3000;20000;30000
48 6455;15;Big Orange Fat Fish;832;28;0;1;588;3000;20000;30000
49 6456;16;Small Purple Nimble Fish;845;29;1;1;590;3000;20000;29000
50 6457;16;Small Purple Ugly Fish;858;29;2;1;592;3000;20000;30000
51 6458;16;Small Purple Fat Fish;871;29;0;1;594;3000;20000;30000
52 6459;17;Purple Nimble Fish;884;29;1;1;596;3000;20000;30000
53 6460;17;Purple Ugly Fish;897;30;2;1;598;3000;20000;30000
54 6461;17;Purple Fat Fish;910;29;0;1;600;3000;20000;31000
55 6462;18;Big Purple Nimble Fish;923;31;1;1;602;3000;20000;30000
56 6463;18;Big Purple Ugly Fish;936;31;2;1;604;3000;20000;30000
57 6464;18;Big Purple Fat Fish;949;31;0;1;606;3000;20000;31000
58 6465;19;Small Red Nimble Fish;962;34;1;1;608;3000;20000;28000
59 6466;19;Small Red Ugly Fish;1125;39;2;1;610;3000;20000;29000
60 6467;19;Small Red Fat Fish;1140;39;0;1;612;3000;20000;29000
61 6468;20;Red Nimble Fish;1155;40;1;1;614;3000;20000;29000
62 6469;20;Red Ugly Fish;1170;40;2;1;616;3000;20000;29000
63 6470;20;Red Fat Fish;1185;40;0;1;618;3000;20000;30000
64 6471;21;Big Red Nimble Fish;1200;41;1;1;620;3000;20000;29000
65 6472;21;Big Red Ugly Fish;1215;42;2;1;622;3000;20000;29000
66 6473;21;Big Red Fat Fish;1230;46;0;1;624;3000;20000;27000
67 6474;22;Small White Nimble Fish;1453;56;1;1;626;2000;20000;26000
68 6475;22;Small White Ugly Fish;1470;54;2;1;628;2000;20000;27000
69 6476;22;Small White Fat Fish;1488;55;0;1;630;2000;20000;27000
70 6477;23;White Nimble Fish;1505;56;1;1;632;2000;20000;27000
71 6478;23;White Ugly Fish;1523;56;2;1;634;2000;20000;27000
72 6479;23;White Fat Fish;1540;57;0;1;636;2000;20000;27000
73 6480;24;Big White Nimble Fish;1558;58;1;1;638;2000;20000;27000
74 6481;24;Big White Ugly Fish;1575;58;2;1;640;2000;20000;27000
75 6482;24;Big White Fat Fish;1593;59;0;1;642;2000;20000;27000
76 6483;25;Small Black Nimble Fish;1610;60;1;1;644;2000;20000;27000
77 6484;25;Small Black Ugly Fish;1628;60;2;1;646;2000;20000;27000
78 6485;25;Small Black Fat Fish;1648;59;0;1;648;2000;20000;28000
79 6486;26;Black Nimble Fish;1663;67;1;1;650;2000;20000;25000
80 6487;26;Black Ugly Fish;1872;75;2;1;652;2000;20000;25000
81 6488;26;Black Fat Fish;1892;76;0;1;654;2000;20000;25000
82 6489;27;Big Black Nimble Fish;1911;76;1;1;656;2000;20000;25000
83 6490;27;Big Black Ugly Fish;1931;77;2;1;658;2000;20000;25000
84 6491;27;Big Black Fat Fish;1950;78;0;1;660;2000;20000;25000
85 6492;1;Small Green Treasure Chest;132;4;3;1;504;5000;20000;31000
86 6493;2;Green Treasure Chest;188;6;3;1;510;5000;20000;31000
87 6494;3;Big Green Treasure Chest;252;8;3;1;516;5000;20000;32000
88 6495;4;Small Jade Treasure Chest;310;10;3;1;522;5000;20000;32000
89 6496;5;Jade Treasure Chest;340;11;3;1;528;4000;20000;32000
90 6497;6;Big Jade Treasure Chest;370;12;3;1;534;4000;20000;32000
91 6498;7;Small Blue Treasure Chest;400;13;3;1;540;4000;20000;32000
92 6499;8;Blue Treasure Chest;430;14;3;1;546;4000;20000;31000
93 6500;9;Big Blue Treasure Chest;529;17;3;1;552;4000;20000;31000
94 6501;10;Small Yellow Treasure Chest;564;18;3;1;558;4000;20000;31000
95 6502;11;Yellow Treasure Chest;598;19;3;1;564;4000;20000;31000
96 6503;12;Big Yellow Treasure Chest;633;20;3;1;570;4000;20000;31000
97 6504;13;Small Orange Treasure Chest;667;21;3;1;576;3000;20000;32000
98 6505;14;Orange Treasure Chest;702;22;3;1;582;3000;20000;32000
99 6506;15;Big Orange Treasure Chest;832;28;3;1;588;3000;20000;30000
100 6507;16;Small Purple Treasure Chest;871;29;3;1;594;3000;20000;30000
101 6508;17;Purple Treasure Chest;910;29;3;1;600;3000;20000;31000
102 6509;18;Big Purple Treasure Chest;949;31;3;1;606;3000;20000;31000
103 6510;19;Small Red Treasure Chest;1140;39;3;1;612;3000;20000;29000
104 6511;20;Red Treasure Chest;1185;40;3;1;618;3000;20000;30000
105 6512;21;Big Red Treasure Chest;1230;46;3;1;624;3000;20000;27000
106 6513;22;Small White Treasure Chest;1488;55;3;1;630;2000;20000;27000
107 6514;23;White Treasure Chest;1540;57;3;1;636;2000;20000;27000
108 6515;24;Big White Treasure Chest;1593;59;3;1;642;2000;20000;27000
109 6516;25;Small Black Treasure Chest;1648;59;3;1;648;2000;20000;28000
110 6517;26;Black Treasure Chest;1892;76;3;1;654;2000;20000;25000
111 6518;27;Big Black Treasure Chest;1950;78;3;1;660;2000;20000;25000
112 7726;1;Small Green Nimble Fish - For Beginners;100;4;5;0;400;5000;20000;35000
113 7727;1;Small Green Ugly Fish - For Beginners;116;4;6;0;400;5000;20000;35000
114 7728;1;Small Green Pudgy Fish - For Beginners;132;5;4;0;400;5000;20000;35000
115 7729;2;Green Nimble Fish - For Beginners;150;5;5;0;400;5000;20000;35000
116 7730;2;Green Ugly Fish - For Beginners;168;6;6;0;400;5000;20000;35000
117 7731;2;Green Pudgy Fish - For Beginners;188;7;4;0;400;5000;20000;35000
118 7732;3;Large Green Nimble Fish - For Beginners;208;7;5;0;400;5000;20000;35000
119 7733;3;Large Green Ugly Fish - For Beginners;230;8;6;0;400;5000;20000;35000
120 7734;3;Large Green Pudgy Fish - For Beginners;252;9;4;0;400;5000;20000;35000
121 7735;4;Small Jade Nimble Fish - For Beginners;276;10;5;0;400;5000;20000;35000
122 7736;4;Small Jade Ugly Fish - For Beginners;300;11;6;0;400;5000;20000;35000
123 7737;4;Small Jade Fat Fish - For Beginners;310;11;4;0;400;5000;20000;35000
124 7738;5;Jade Nimble Fish - For Beginners;320;11;5;0;400;5000;20000;35000
125 7739;5;Jade Ugly Fish - For Beginners;330;12;6;0;400;4000;20000;35000
126 7740;5;Jade Fat Fish - For Beginners;340;12;4;0;400;4000;20000;35000
127 7741;6;Large Jade Nimble Fish - For Beginners;350;13;5;0;400;4000;20000;35000
128 7742;6;Large Jade Ugly Fish - For Beginners;360;13;6;0;400;4000;20000;35000
129 7743;6;Large Jade Fat Fish - For Beginners;370;13;4;0;400;4000;20000;35000
130 7744;7;Small Blue Nimble Fish - For Beginners;380;14;5;0;400;4000;20000;35000
131 7745;7;Small Blue Ugly Fish - For Beginners;390;14;6;0;400;4000;20000;35000
132 7746;7;Small Blue Fat Fish - For Beginners;400;14;4;0;400;4000;20000;35000
133 7747;8;Blue Nimble Fish - For Beginners;410;15;5;0;400;4000;20000;35000
134 7748;8;Blue Ugly Fish - For Beginners;420;15;6;0;400;4000;20000;35000
135 7749;8;Blue Fat Fish - For Beginners;430;15;4;0;400;4000;20000;35000
136 7750;9;Large Blue Nimble Fish - For Beginners;506;18;5;0;400;4000;20000;35000
137 7751;9;Large Blue Ugly Fish - For Beginners;518;19;6;0;400;4000;20000;35000
138 7752;9;Large Blue Fat Fish - For Beginners;529;19;4;0;400;4000;20000;35000
139 7753;10;Small Yellow Nimble Fish - For Beginners;541;19;5;0;400;4000;20000;35000
140 7754;10;Small Yellow Ugly Fish - For Beginners;552;20;6;0;400;4000;20000;35000
141 7755;10;Small Yellow Fat Fish - For Beginners;564;20;4;0;400;4000;20000;35000
142 7756;11;Yellow Nimble Fish - For Beginners;575;21;5;0;400;4000;20000;35000
143 7757;11;Yellow Ugly Fish - For Beginners;587;21;6;0;400;4000;20000;35000
144 7758;11;Yellow Fat Fish - For Beginners;598;21;4;0;400;4000;20000;35000
145 7759;12;Large Yellow Nimble Fish - For Beginners;610;22;5;0;400;4000;20000;35000
146 7760;12;Large Yellow Ugly Fish - For Beginners;621;22;6;0;400;4000;20000;35000
147 7761;12;Large Yellow Fat Fish - For Beginners;633;23;4;0;400;4000;20000;35000
148 7762;13;Small Orange Nimble Fish - For Beginners;644;23;5;0;400;4000;20000;35000
149 7763;13;Small Orange Ugly Fish - For Beginners;656;23;6;0;400;4000;20000;35000
150 7764;13;Small Orange Fat Fish - For Beginners;667;24;4;0;400;3000;20000;35000
151 7765;14;Orange Nimble Fish - For Beginners;679;24;5;0;400;3000;20000;35000
152 7766;14;Orange Ugly Fish - For Beginners;690;25;6;0;400;3000;20000;35000
153 7767;14;Orange Fat Fish - For Beginners;702;25;4;0;400;3000;20000;35000
154 7768;15;Large Orange Nimble Fish - For Beginners;713;25;5;0;400;3000;20000;35000
155 7769;15;Large Orange Ugly Fish - For Beginners;819;29;6;0;400;3000;20000;35000
156 7770;15;Large Orange Fat Fish - For Beginners;832;30;4;0;400;3000;20000;35000
157 7771;16;Small Purple Nimble Fish - For Beginners;845;30;5;0;400;3000;20000;35000
158 7772;16;Small Purple Ugly Fish - For Beginners;858;31;6;0;400;3000;20000;35000
159 7773;16;Small Purple Fat Fish - For Beginners;871;31;4;0;400;3000;20000;35000
160 7774;17;Purple Nimble Fish - For Beginners;884;32;5;0;400;3000;20000;35000
161 7775;17;Purple Ugly Fish - For Beginners;897;32;6;0;400;3000;20000;35000
162 7776;17;Purple Fat Fish - For Beginners;910;33;4;0;400;3000;20000;35000
163 7777;18;Large Purple Nimble Fish - For Beginners;923;33;5;0;400;3000;20000;35000
164 7778;18;Large Purple Ugly Fish - For Beginners;936;33;6;0;400;3000;20000;35000
165 7779;18;Large Purple Fat Fish - For Beginners;949;34;4;0;400;3000;20000;35000
166 7780;19;Small Red Nimble Fish - For Beginners;962;34;5;0;400;3000;20000;35000
167 7781;19;Small Red Ugly Fish - For Beginners;1125;40;6;0;400;3000;20000;35000
168 7782;19;Small Red Fat Fish - For Beginners;1140;41;4;0;400;3000;20000;35000
169 7783;20;Red Nimble Fish - For Beginners;1155;41;5;0;400;3000;20000;35000
170 7784;20;Red Ugly Fish - For Beginners;1170;42;6;0;400;3000;20000;35000
171 7785;20;Red Fat Fish - For Beginners;1185;42;4;0;400;3000;20000;35000
172 7786;21;Large Red Nimble Fish - For Beginners;1200;43;5;0;400;3000;20000;35000
173 7787;21;Large Red Ugly Fish - For Beginners;1215;43;6;0;400;3000;20000;35000
174 7788;21;Large Red Fat Fish - For Beginners;1230;44;4;0;400;3000;20000;35000
175 7789;22;Small White Nimble Fish - For Beginners;1453;52;5;0;400;2000;20000;35000
176 7790;22;Small White Ugly Fish - For Beginners;1470;53;6;0;400;2000;20000;35000
177 7791;22;Small White Fat Fish - For Beginners;1488;53;4;0;400;2000;20000;35000
178 7792;23;White Nimble Fish - For Beginners;1505;54;5;0;400;2000;20000;35000
179 7793;23;White Ugly Fish - For Beginners;1523;54;6;0;400;2000;20000;35000
180 7794;23;White Fat Fish - For Beginners;1540;55;4;0;400;2000;20000;35000
181 7795;24;Large White Nimble Fish - For Beginners;1558;56;5;0;400;2000;20000;35000
182 7796;24;Large White Ugly Fish - For Beginners;1575;56;6;0;400;2000;20000;35000
183 7797;24;Large White Fat Fish - For Beginners;1593;57;4;0;400;2000;20000;35000
184 7798;25;Small Black Nimble Fish - For Beginners;1610;58;5;0;400;2000;20000;35000
185 7799;25;Small Black Ugly Fish - For Beginners;1628;58;6;0;400;2000;20000;35000
186 7800;25;Small Black Fat Fish - For Beginners;1645;59;4;0;400;2000;20000;35000
187 7801;26;Black Nimble Fish - For Beginners;1663;59;5;0;400;2000;20000;35000
188 7802;26;Black Ugly Fish - For Beginners;1872;67;6;0;400;2000;20000;35000
189 7803;26;Black Fat Fish - For Beginners;1892;68;4;0;400;2000;20000;35000
190 7804;27;Large Black Nimble Fish - For Beginners;1911;68;5;0;400;2000;20000;35000
191 7805;27;Large Black Ugly Fish - For Beginners;1931;69;6;0;400;2000;20000;35000
192 7806;27;Large Black Fat Fish - For Beginners;1950;70;4;0;400;2000;20000;35000
193 8403;1;Small Green Nimble Fish - Upper Grade;100;4;8;2;500;5000;20000;24000
194 8404;1;Small Green Ugly Fish - Upper Grade;116;4;9;2;502;5000;20000;27000
195 8405;1;Small Green Pudgy Fish - Upper Grade;132;5;7;2;504;5000;20000;31000
196 8406;2;Green Nimble Fish - Upper Grade;150;6;8;2;506;5000;20000;25000
197 8407;2;Green Ugly Fish - Upper Grade;168;6;9;2;508;5000;20000;28000
198 8408;2;Green Pudgy Fish - Upper Grade;188;6;7;2;510;5000;20000;31000
199 8409;3;Large Green Nimble Fish - Upper Grade;208;8;8;2;512;5000;20000;26000
200 8410;3;Large Green Ugly Fish - Upper Grade;230;8;9;2;514;5000;20000;29000
201 8411;3;Large Green Pudgy Fish - Upper Grade;252;8;7;2;516;5000;20000;32000
202 8412;4;Small Jade Nimble Fish - Upper Grade;276;10;8;2;518;5000;20000;28000
203 8413;4;Small Jade Ugly Fish - Upper Grade;300;10;9;2;520;5000;20000;31000
204 8414;4;Small Jade Fat Fish - Upper Grade;310;10;7;2;522;5000;20000;32000
205 8415;5;Jade Nimble Fish - Upper Grade;320;11;8;2;524;5000;20000;30000
206 8416;5;Jade Ugly Fish - Upper Grade;330;11;9;2;526;4000;20000;31000
207 8417;5;Jade Fat Fish - Upper Grade;340;11;7;2;528;4000;20000;32000
208 8418;6;Large Jade Nimble Fish - Upper Grade;350;12;8;2;530;4000;20000;30000
209 8419;6;Large Jade Ugly Fish - Upper Grade;360;12;9;2;532;4000;20000;31000
210 8420;6;Large Jade Fat Fish - Upper Grade;370;12;7;2;534;4000;20000;32000
211 8421;7;Small Blue Nimble Fish - Upper Grade;380;12;8;2;536;4000;20000;31000
212 8422;7;Small Blue Ugly Fish - Upper Grade;390;13;9;2;538;4000;20000;31000
213 8423;7;Small Blue Fat Fish - Upper Grade;400;13;7;2;540;4000;20000;32000
214 8424;8;Blue Nimble Fish - Upper Grade;410;13;8;2;542;4000;20000;31000
215 8425;8;Blue Ugly Fish - Upper Grade;420;13;9;2;544;4000;20000;32000
216 8426;8;Blue Fat Fish - Upper Grade;430;14;7;2;546;4000;20000;31000
217 8427;9;Large Blue Nimble Fish - Upper Grade;506;17;8;2;548;4000;20000;29000
218 8428;9;Large Blue Ugly Fish - Upper Grade;518;17;9;2;550;4000;20000;30000
219 8429;9;Large Blue Fat Fish - Upper Grade;529;17;7;2;552;4000;20000;31000
220 8430;10;Small Yellow Nimble Fish - Upper Grade;541;18;8;2;554;4000;20000;30000
221 8431;10;Small Yellow Ugly Fish - Upper Grade;552;18;9;2;556;4000;20000;30000
222 8432;10;Small Yellow Fat Fish - Upper Grade;564;18;7;2;558;4000;20000;31000
223 8433;11;Yellow Nimble Fish - Upper Grade;575;19;8;2;560;4000;20000;30000
224 8434;11;Yellow Ugly Fish - Upper Grade;587;19;9;2;562;4000;20000;31000
225 8435;11;Yellow Fat Fish - Upper Grade;598;19;7;2;564;4000;20000;31000
226 8436;12;Large Yellow Nimble Fish - Upper Grade;610;20;8;2;566;4000;20000;30000
227 8437;12;Large Yellow Ugly Fish - Upper Grade;621;20;9;2;568;4000;20000;31000
228 8438;12;Large Yellow Fat Fish - Upper Grade;633;20;7;2;570;4000;20000;31000
229 8439;13;Small Orange Nimble Fish - Upper Grade;644;21;8;2;572;4000;20000;30000
230 8440;13;Small Orange Ugly Fish - Upper Grade;656;21;9;2;574;4000;20000;31000
231 8441;13;Small Orange Fat Fish - Upper Grade;667;21;7;2;576;3000;20000;32000
232 8442;14;Orange Nimble Fish - Upper Grade;679;22;8;2;578;3000;20000;31000
233 8443;14;Orange Ugly Fish - Upper Grade;690;22;9;2;580;3000;20000;31000
234 8444;14;Orange Fat Fish - Upper Grade;702;22;7;2;582;3000;20000;32000
235 8445;15;Large Orange Nimble Fish - Upper Grade;713;25;8;2;584;3000;20000;29000
236 8446;15;Large Orange Ugly Fish - Upper Grade;819;27;9;2;586;3000;20000;30000
237 8447;15;Large Orange Fat Fish - Upper Grade;832;28;7;2;588;3000;20000;30000
238 8448;16;Small Purple Nimble Fish - Upper Grade;845;29;8;2;590;3000;20000;29000
239 8449;16;Small Purple Ugly Fish - Upper Grade;858;29;9;2;592;3000;20000;30000
240 8450;16;Small Purple Fat Fish - Upper Grade;871;29;7;2;594;3000;20000;30000
241 8451;17;Purple Nimble Fish - Upper Grade;884;29;8;2;596;3000;20000;30000
242 8452;17;Purple Ugly Fish - Upper Grade;897;30;9;2;598;3000;20000;30000
243 8453;17;Purple Fat Fish - Upper Grade;910;29;7;2;600;3000;20000;31000
244 8454;18;Large Purple Nimble Fish - Upper Grade;923;31;8;2;602;3000;20000;30000
245 8455;18;Large Purple Ugly Fish - Upper Grade;936;31;9;2;604;3000;20000;30000
246 8456;18;Large Purple Fat Fish - Upper Grade;949;31;7;2;606;3000;20000;31000
247 8457;19;Small Red Nimble Fish - Upper Grade;962;34;8;2;608;3000;20000;28000
248 8458;19;Small Red Ugly Fish - Upper Grade;1125;39;9;2;610;3000;20000;29000
249 8459;19;Small Red Fat Fish - Upper Grade;1140;39;7;2;612;3000;20000;29000
250 8460;20;Red Nimble Fish - Upper Grade;1155;40;8;2;614;3000;20000;29000
251 8461;20;Red Ugly Fish - Upper Grade;1170;40;9;2;616;3000;20000;29000
252 8462;20;Red Fat Fish - Upper Grade;1185;40;7;2;618;3000;20000;30000
253 8463;21;Large Red Nimble Fish - Upper Grade;1200;41;8;2;620;3000;20000;29000
254 8464;21;Large Red Ugly Fish - Upper Grade;1215;42;9;2;622;3000;20000;29000
255 8465;21;Large Red Fat Fish - Upper Grade;1230;46;7;2;624;3000;20000;27000
256 8466;22;Small White Nimble Fish - Upper Grade;1453;56;8;2;626;2000;20000;26000
257 8467;22;Small White Ugly Fish - Upper Grade;1470;54;9;2;628;2000;20000;27000
258 8468;22;Small White Fat Fish - Upper Grade;1488;55;7;2;630;2000;20000;27000
259 8469;23;White Nimble Fish - Upper Grade;1505;56;8;2;632;2000;20000;27000
260 8470;23;White Ugly Fish - Upper Grade;1523;56;9;2;634;2000;20000;27000
261 8471;23;White Fat Fish - Upper Grade;1540;57;7;2;636;2000;20000;27000
262 8472;24;High Grade - Large White Nimble Fish;1558;58;8;2;638;2000;20000;27000
263 8473;24;Large White Ugly Fish - Upper Grade;1575;58;9;2;640;2000;20000;27000
264 8474;24;Large White Fat Fish - Upper Grade;1593;59;7;2;642;2000;20000;27000
265 8475;25;Small Black Nimble Fish - Upper Grade;1610;60;8;2;644;2000;20000;27000
266 8476;25;Small Black Ugly Fish - Upper Grade;1628;60;9;2;646;2000;20000;27000
267 8477;25;Small Black Fat Fish - Upper Grade;1648;59;7;2;648;2000;20000;28000
268 8478;26;Black Nimble Fish - Upper Grade;1663;67;8;2;650;2000;20000;25000
269 8479;26;Black Ugly Fish - Upper Grade;1872;75;9;2;652;2000;20000;25000
270 8480;26;Black Fat Fish - Upper Grade;1892;76;7;2;654;2000;20000;25000
271 8481;27;Large Black Nimble Fish - Upper Grade;1911;76;8;2;656;2000;20000;25000
272 8482;27;Large Black Ugly Fish - Upper Grade;1931;77;9;2;658;2000;20000;25000
273 8483;27;Large Black Fat Fish - Upper Grade;1950;78;7;2;660;2000;20000;25000

View File

@@ -0,0 +1,182 @@
# symbol_id;symbol_name;dye_id;dye_amount;price;stat_INT;stat_STR;stat_CON;stat_MEM;stat_DEX;stat_WIT;
1;symbol_s+1c-3_d;4445;10;5100;0;1;-3;0;0;0
2;symbol_s+1d-3_d;4446;10;5100;0;1;0;0;-3;0
3;symbol_c+1s-3_d;4447;10;5100;0;-3;1;0;0;0
4;symbol_c+1d-3_d;4448;10;5100;0;0;1;0;-3;0
5;symbol_d+1s-3_d;4449;10;5100;0;-3;0;0;1;0
6;symbol_d+1c-3_d;4450;10;5100;0;0;-3;0;1;0
7;symbol_i+1m-3_d;4451;10;5100;1;0;0;-3;0;0
8;symbol_i+1w-3_d;4452;10;5100;1;0;0;0;0;-3
9;symbol_m+1i-3_d;4453;10;5100;-3;0;0;1;0;0
10;symbol_m+1w-3_d;4454;10;5100;0;0;0;1;0;-3
11;symbol_w+1i-3_d;4455;10;5100;-3;0;0;0;0;1
12;symbol_w+1m-3_d;4456;10;5100;0;0;0;-3;0;1
13;symbol_s+1c-2_d;4457;10;12000;0;1;-2;0;0;0
14;symbol_s+1d-2_d;4458;10;12000;0;1;0;0;-2;0
15;symbol_c+1s-2_d;4459;10;12000;0;-2;1;0;0;0
16;symbol_c+1d-2_d;4460;10;12000;0;0;1;0;-2;0
17;symbol_d+1s-2_d;4461;10;12000;0;-2;0;0;1;0
18;symbol_d+1c-2_d;4462;10;12000;0;0;-2;0;1;0
19;symbol_i+1m-2_d;4463;10;12000;1;0;0;-2;0;0
20;symbol_i+1w-2_d;4464;10;12000;1;0;0;0;0;-2
21;symbol_m+1i-2_d;4465;10;12000;-2;0;0;1;0;0
22;symbol_m+1w-2_d;4466;10;12000;0;0;0;1;0;-2
23;symbol_w+1i-2_d;4467;10;12000;-2;0;0;0;0;1
24;symbol_w+1m-2_d;4468;10;12000;0;0;0;-2;0;1
25;symbol_s+1c-1_d;4469;10;35000;0;1;-1;0;0;0
26;symbol_s+1d-1_d;4470;10;35000;0;1;0;0;-1;0
27;symbol_c+1s-1_d;4471;10;35000;0;-1;1;0;0;0
28;symbol_c+1d-1_d;4472;10;35000;0;0;1;0;-1;0
29;symbol_d+1s-1_d;4473;10;35000;0;-1;0;0;1;0
30;symbol_d+1c-1_d;4474;10;35000;0;0;-1;0;1;0
31;symbol_i+1m-1_d;4475;10;35000;1;0;0;-1;0;0
32;symbol_i+1w-1_d;4476;10;35000;1;0;0;0;0;-1
33;symbol_m+1i-1_d;4477;10;35000;-1;0;0;1;0;0
34;symbol_m+1w-1_d;4478;10;35000;0;0;0;1;0;-1
35;symbol_w+1i-1_d;4479;10;35000;-1;0;0;0;0;1
36;symbol_w+1m-1_d;4480;10;35000;0;0;0;-1;0;1
37;symbol_s+1c-3_c;4481;10;12000;0;1;-3;0;0;0
38;symbol_s+1d-3_c;4482;10;24600;0;1;0;0;-3;0
39;symbol_c+1s-3_c;4483;10;24600;0;-3;1;0;0;0
40;symbol_c+1d-3_c;4484;10;24600;0;0;1;0;-3;0
41;symbol_d+1s-3_c;4485;10;30000;0;-3;0;0;1;0
42;symbol_d+1c-3_c;4486;10;30000;0;0;-3;0;1;0
43;symbol_i+1m-3_c;4487;10;30000;1;0;0;-3;0;0
44;symbol_i+1w-3_c;4488;10;30000;1;0;0;0;0;-3
45;symbol_m+1i-3_c;4489;10;30000;-3;0;0;1;0;0
46;symbol_m+1w-3_c;4490;10;12000;0;0;0;1;0;-3
47;symbol_w+1i-3_c;4491;10;30000;-3;0;0;0;0;1
48;symbol_w+1m-3_c;4492;10;12000;0;0;0;-3;0;1
49;symbol_s+1c-2_c;4493;10;24600;0;1;-2;0;0;0
50;symbol_s+1d-2_c;4494;10;30000;0;1;0;0;-2;0
51;symbol_c+1s-2_c;4495;10;35000;0;-2;1;0;0;0
52;symbol_c+1d-2_c;4496;10;35000;0;0;1;0;-2;0
53;symbol_d+1s-2_c;4497;10;36000;0;-2;0;0;1;0
54;symbol_d+1c-2_c;4498;10;36000;0;0;-2;0;1;0
55;symbol_i+1m-2_c;4499;10;50000;1;0;0;-2;0;0
56;symbol_i+1w-2_c;4500;10;36000;1;0;0;0;0;-2
57;symbol_m+1i-2_c;4501;10;36000;-2;0;0;1;0;0
58;symbol_m+1w-2_c;4502;10;21000;0;0;0;1;0;-2
59;symbol_w+1i-2_c;4503;10;30000;-2;0;0;0;0;1
60;symbol_w+1m-2_c;4504;10;36000;0;0;0;-2;0;1
61;symbol_s+2c-4_c;4505;10;24600;0;2;-4;0;0;0
62;symbol_s+2d-4_c;4506;10;24600;0;2;0;0;-4;0
63;symbol_c+2s-4_c;4507;10;24600;0;-4;2;0;0;0
64;symbol_c+2d-4_c;4508;10;24600;0;0;2;0;-4;0
65;symbol_d+2s-4_c;4509;10;24600;0;-4;0;0;2;0
66;symbol_d+2c-4_c;4510;10;24600;0;0;-4;0;2;0
67;symbol_i+2m-4_c;4511;10;24600;2;0;0;-4;0;0
68;symbol_i+2w-4_c;4512;10;24600;2;0;0;0;0;-4
69;symbol_m+2i-4_c;4513;10;24600;-4;0;0;2;0;0
70;symbol_m+2w-4_c;4514;10;30000;0;0;0;2;0;-4
71;symbol_w+2i-4_c;4515;10;30000;-4;0;0;0;0;2
72;symbol_w+2m-4_c;4516;10;30000;0;0;0;-4;0;2
73;symbol_s+2c-3_c;4517;10;30000;0;2;-3;0;0;0
74;symbol_s+2d-3_c;4518;10;35000;0;2;0;0;-3;0
75;symbol_c+2s-3_c;4519;10;35000;0;-3;2;0;0;0
76;symbol_c+2d-3_c;4520;10;35000;0;0;2;0;-3;0
77;symbol_d+2s-3_c;4521;10;27000;0;-3;0;0;2;0
78;symbol_d+2c-3_c;4522;10;27000;0;0;-3;0;2;0
79;symbol_i+2m-3_c;4523;10;27000;2;0;0;-3;0;0
80;symbol_i+2w-3_c;4524;10;30000;2;0;0;0;0;-3
81;symbol_m+2i-3_c;4525;10;30000;-3;0;0;2;0;0
82;symbol_m+2w-3_c;4526;10;30000;0;0;0;2;0;-3
83;symbol_w+2i-3_c;4527;10;30000;-3;0;0;0;0;2
84;symbol_w+2m-3_c;4528;10;30000;0;0;0;-3;0;2
85;symbol_s+3c-5_c;4529;10;30000;0;3;-5;0;0;0
86;symbol_s+3d-5_c;4530;10;30000;0;3;0;0;-5;0
87;symbol_c+3s-5_c;4531;10;30000;0;-5;3;0;0;0
88;symbol_c+3d-5_c;4532;10;30000;0;0;3;0;-5;0
89;symbol_d+3s-5_c;4533;10;30000;0;-5;0;0;3;0
90;symbol_d+3c-5_c;4534;10;30000;0;0;-5;0;3;0
91;symbol_i+3m-5_c;4535;10;30000;3;0;0;-5;0;0
92;symbol_i+3w-5_c;4536;10;30000;3;0;0;0;0;-5
93;symbol_m+3i-5_c;4537;10;30000;-5;0;0;3;0;0
94;symbol_m+3w-5_c;4538;10;30000;0;0;0;3;0;-5
95;symbol_w+3i-5_c;4539;10;30000;-5;0;0;0;0;3
96;symbol_w+3m-5_c;4540;10;30000;0;0;0;-5;0;3
97;symbol_s+3c-4_c;4541;10;30000;0;3;-4;0;0;0
98;symbol_s+3d-4_c;4542;10;30000;0;3;0;0;-4;0
99;symbol_c+3s-4_c;4543;10;50000;0;-4;3;0;0;0
100;symbol_c+3d-4_c;4544;10;50000;0;0;3;0;-4;0
101;symbol_d+3s-4_c;4545;10;50000;0;-4;0;0;3;0
102;symbol_d+3c-4_c;4546;10;50000;0;0;-4;0;3;0
103;symbol_i+3m-4_c;4547;10;50000;3;0;0;-4;0;0
104;symbol_i+3w-4_c;4548;10;50000;3;0;0;0;0;-4
105;symbol_m+3i-4_c;4549;10;50000;-4;0;0;3;0;0
106;symbol_m+3w-4_c;4550;10;50000;0;0;0;3;0;-4
107;symbol_w+3i-4_c;4551;10;50000;-4;0;0;0;0;3
108;symbol_w+3m-4_c;4552;10;50000;0;0;0;-4;0;3
109;symbol_s+4c-6_c;4565;10;36000;0;4;-6;0;0;0
110;symbol_s+4d-6_c;4566;10;36000;0;4;0;0;-6;0
111;symbol_c+4s-6_c;4567;10;50000;0;-6;4;0;0;0
112;symbol_c+4d-6_c;4568;10;50000;0;0;4;0;-6;0
113;symbol_d+4s-6_c;4569;10;30000;0;-6;0;0;4;0
114;symbol_d+4c-6_c;4570;10;36000;0;0;-6;0;4;0
115;symbol_i+4m-6_c;4571;10;36000;4;0;0;-6;0;0
116;symbol_i+4w-6_c;4572;10;30000;4;0;0;0;0;-6
117;symbol_m+4i-6_c;4573;10;36000;-6;0;0;4;0;0
118;symbol_m+4w-6_c;4574;10;36000;0;0;0;4;0;-6
119;symbol_w+4i-6_c;4575;10;36000;-6;0;0;0;0;4
120;symbol_w+4m-6_c;4576;10;30000;0;0;0;-6;0;4
121;symbol_s+4c-5_c;4577;10;36000;0;4;-5;0;0;0
122;symbol_s+4d-5_c;4578;10;90000;0;4;0;0;-5;0
123;symbol_c+4s-5_c;4579;10;90000;0;-5;4;0;0;0
124;symbol_c+4d-5_c;4580;10;90000;0;0;4;0;-5;0
125;symbol_d+4s-5_c;4581;10;36000;0;-5;0;0;4;0
126;symbol_d+4c-5_c;4582;10;36000;0;0;-5;0;4;0
127;symbol_i+4m-5_c;4583;10;90000;4;0;0;-5;0;0
128;symbol_i+4w-5_c;4584;10;36000;4;0;0;0;0;-5
129;symbol_m+4i-5_c;4585;10;90000;-5;0;0;4;0;0
130;symbol_m+4w-5_c;4586;10;90000;0;0;0;4;0;-5
131;symbol_w+4i-5_c;4587;10;36000;-5;0;0;0;0;4
132;symbol_w+4m-5_c;4588;10;36000;0;0;0;-5;0;4
133;symbol_s+1c-1_c;4553;10;50000;0;1;-1;0;0;0
134;symbol_s+1d-1_c;4554;10;50000;0;1;0;0;-1;0
135;symbol_c+1s-1_c;4555;10;50000;0;-1;1;0;0;0
136;symbol_c+1d-1_c;4556;10;50000;0;0;1;0;-1;0
137;symbol_d+1s-1_c;4557;10;50000;0;-1;0;0;1;0
138;symbol_d+1c-1_c;4558;10;50000;0;0;-1;0;1;0
139;symbol_i+1m-1_c;4559;10;90000;1;0;0;-1;0;0
140;symbol_i+1w-1_c;4560;10;50000;1;0;0;0;0;-1
141;symbol_m+1i-1_c;4561;10;50000;-1;0;0;1;0;0
142;symbol_m+1w-1_c;4562;10;50000;0;0;0;1;0;-1
143;symbol_w+1i-1_c;4563;10;50000;-1;0;0;0;0;1
144;symbol_w+1m-1_c;4564;10;50000;0;0;0;-1;0;1
145;symbol_s+2c-2_c;4589;10;60000;0;2;-2;0;0;0
146;symbol_s+2d-2_c;4590;10;60000;0;2;0;0;-2;0
147;symbol_c+2s-2_c;4591;10;60000;0;-2;2;0;0;0
148;symbol_c+2d-2_c;4592;10;60000;0;0;2;0;-2;0
149;symbol_d+2s-2_c;4593;10;60000;0;-2;0;0;2;0
150;symbol_d+2c-2_c;4594;10;60000;0;0;-2;0;2;0
151;symbol_i+2m-2_c;4595;10;60000;2;0;0;-2;0;0
152;symbol_i+2w-2_c;4596;10;90000;2;0;0;0;0;-2
153;symbol_m+2i-2_c;4597;10;60000;-2;0;0;2;0;0
154;symbol_m+2w-2_c;4598;10;60000;0;0;0;2;0;-2
155;symbol_w+2i-2_c;4599;10;60000;-2;0;0;0;0;2
156;symbol_w+2m-2_c;4600;10;60000;0;0;0;-2;0;2
157;symbol_s+3c-3_c;4601;10;90000;0;3;-3;0;0;0
158;symbol_s+3d-3_c;4602;10;90000;0;3;0;0;-3;0
159;symbol_c+3s-3_c;4603;10;90000;0;-3;3;0;0;0
160;symbol_c+3d-3_c;4604;10;90000;0;0;3;0;-3;0
161;symbol_d+3s-3_c;4605;10;90000;0;-3;0;0;3;0
162;symbol_d+3c-3_c;4606;10;90000;0;0;-3;0;3;0
163;symbol_i+3m-3_c;4607;10;90000;3;0;0;-3;0;0
164;symbol_i+3w-3_c;4608;10;90000;3;0;0;0;0;-3
165;symbol_m+3i-3_c;4609;10;90000;-3;0;0;3;0;0
166;symbol_m+3w-3_c;4610;10;90000;0;0;0;3;0;-3
167;symbol_w+3i-3_c;4611;10;90000;-3;0;0;0;0;3
168;symbol_w+3m-3_c;4612;10;90000;0;0;0;-3;0;3
169;symbol_s+4c-4_c;4613;10;145000;0;4;-4;0;0;0
170;symbol_s+4d-4_c;4614;10;145000;0;4;0;0;-4;0
171;symbol_c+4s-4_c;4615;10;145000;0;-4;4;0;0;0
172;symbol_c+4d-4_c;4616;10;145000;0;0;4;0;-4;0
173;symbol_d+4s-4_c;4617;10;145000;0;-4;0;0;4;0
174;symbol_d+4c-4_c;4618;10;145000;0;0;-4;0;4;0
175;symbol_i+4m-4_c;4619;10;145000;4;0;0;-4;0;0
176;symbol_i+4w-4_c;4620;10;145000;4;0;0;0;0;-4
177;symbol_m+4i-4_c;4621;10;145000;-4;0;0;4;0;0
178;symbol_m+4w-4_c;4622;10;145000;0;0;0;4;0;-4
179;symbol_w+4i-4_c;4623;10;145000;-4;0;0;0;0;4
180;symbol_w+4m-4_c;4624;10;145000;0;0;0;-4;0;4
1 # symbol_id;symbol_name;dye_id;dye_amount;price;stat_INT;stat_STR;stat_CON;stat_MEM;stat_DEX;stat_WIT;
2 1;symbol_s+1c-3_d;4445;10;5100;0;1;-3;0;0;0
3 2;symbol_s+1d-3_d;4446;10;5100;0;1;0;0;-3;0
4 3;symbol_c+1s-3_d;4447;10;5100;0;-3;1;0;0;0
5 4;symbol_c+1d-3_d;4448;10;5100;0;0;1;0;-3;0
6 5;symbol_d+1s-3_d;4449;10;5100;0;-3;0;0;1;0
7 6;symbol_d+1c-3_d;4450;10;5100;0;0;-3;0;1;0
8 7;symbol_i+1m-3_d;4451;10;5100;1;0;0;-3;0;0
9 8;symbol_i+1w-3_d;4452;10;5100;1;0;0;0;0;-3
10 9;symbol_m+1i-3_d;4453;10;5100;-3;0;0;1;0;0
11 10;symbol_m+1w-3_d;4454;10;5100;0;0;0;1;0;-3
12 11;symbol_w+1i-3_d;4455;10;5100;-3;0;0;0;0;1
13 12;symbol_w+1m-3_d;4456;10;5100;0;0;0;-3;0;1
14 13;symbol_s+1c-2_d;4457;10;12000;0;1;-2;0;0;0
15 14;symbol_s+1d-2_d;4458;10;12000;0;1;0;0;-2;0
16 15;symbol_c+1s-2_d;4459;10;12000;0;-2;1;0;0;0
17 16;symbol_c+1d-2_d;4460;10;12000;0;0;1;0;-2;0
18 17;symbol_d+1s-2_d;4461;10;12000;0;-2;0;0;1;0
19 18;symbol_d+1c-2_d;4462;10;12000;0;0;-2;0;1;0
20 19;symbol_i+1m-2_d;4463;10;12000;1;0;0;-2;0;0
21 20;symbol_i+1w-2_d;4464;10;12000;1;0;0;0;0;-2
22 21;symbol_m+1i-2_d;4465;10;12000;-2;0;0;1;0;0
23 22;symbol_m+1w-2_d;4466;10;12000;0;0;0;1;0;-2
24 23;symbol_w+1i-2_d;4467;10;12000;-2;0;0;0;0;1
25 24;symbol_w+1m-2_d;4468;10;12000;0;0;0;-2;0;1
26 25;symbol_s+1c-1_d;4469;10;35000;0;1;-1;0;0;0
27 26;symbol_s+1d-1_d;4470;10;35000;0;1;0;0;-1;0
28 27;symbol_c+1s-1_d;4471;10;35000;0;-1;1;0;0;0
29 28;symbol_c+1d-1_d;4472;10;35000;0;0;1;0;-1;0
30 29;symbol_d+1s-1_d;4473;10;35000;0;-1;0;0;1;0
31 30;symbol_d+1c-1_d;4474;10;35000;0;0;-1;0;1;0
32 31;symbol_i+1m-1_d;4475;10;35000;1;0;0;-1;0;0
33 32;symbol_i+1w-1_d;4476;10;35000;1;0;0;0;0;-1
34 33;symbol_m+1i-1_d;4477;10;35000;-1;0;0;1;0;0
35 34;symbol_m+1w-1_d;4478;10;35000;0;0;0;1;0;-1
36 35;symbol_w+1i-1_d;4479;10;35000;-1;0;0;0;0;1
37 36;symbol_w+1m-1_d;4480;10;35000;0;0;0;-1;0;1
38 37;symbol_s+1c-3_c;4481;10;12000;0;1;-3;0;0;0
39 38;symbol_s+1d-3_c;4482;10;24600;0;1;0;0;-3;0
40 39;symbol_c+1s-3_c;4483;10;24600;0;-3;1;0;0;0
41 40;symbol_c+1d-3_c;4484;10;24600;0;0;1;0;-3;0
42 41;symbol_d+1s-3_c;4485;10;30000;0;-3;0;0;1;0
43 42;symbol_d+1c-3_c;4486;10;30000;0;0;-3;0;1;0
44 43;symbol_i+1m-3_c;4487;10;30000;1;0;0;-3;0;0
45 44;symbol_i+1w-3_c;4488;10;30000;1;0;0;0;0;-3
46 45;symbol_m+1i-3_c;4489;10;30000;-3;0;0;1;0;0
47 46;symbol_m+1w-3_c;4490;10;12000;0;0;0;1;0;-3
48 47;symbol_w+1i-3_c;4491;10;30000;-3;0;0;0;0;1
49 48;symbol_w+1m-3_c;4492;10;12000;0;0;0;-3;0;1
50 49;symbol_s+1c-2_c;4493;10;24600;0;1;-2;0;0;0
51 50;symbol_s+1d-2_c;4494;10;30000;0;1;0;0;-2;0
52 51;symbol_c+1s-2_c;4495;10;35000;0;-2;1;0;0;0
53 52;symbol_c+1d-2_c;4496;10;35000;0;0;1;0;-2;0
54 53;symbol_d+1s-2_c;4497;10;36000;0;-2;0;0;1;0
55 54;symbol_d+1c-2_c;4498;10;36000;0;0;-2;0;1;0
56 55;symbol_i+1m-2_c;4499;10;50000;1;0;0;-2;0;0
57 56;symbol_i+1w-2_c;4500;10;36000;1;0;0;0;0;-2
58 57;symbol_m+1i-2_c;4501;10;36000;-2;0;0;1;0;0
59 58;symbol_m+1w-2_c;4502;10;21000;0;0;0;1;0;-2
60 59;symbol_w+1i-2_c;4503;10;30000;-2;0;0;0;0;1
61 60;symbol_w+1m-2_c;4504;10;36000;0;0;0;-2;0;1
62 61;symbol_s+2c-4_c;4505;10;24600;0;2;-4;0;0;0
63 62;symbol_s+2d-4_c;4506;10;24600;0;2;0;0;-4;0
64 63;symbol_c+2s-4_c;4507;10;24600;0;-4;2;0;0;0
65 64;symbol_c+2d-4_c;4508;10;24600;0;0;2;0;-4;0
66 65;symbol_d+2s-4_c;4509;10;24600;0;-4;0;0;2;0
67 66;symbol_d+2c-4_c;4510;10;24600;0;0;-4;0;2;0
68 67;symbol_i+2m-4_c;4511;10;24600;2;0;0;-4;0;0
69 68;symbol_i+2w-4_c;4512;10;24600;2;0;0;0;0;-4
70 69;symbol_m+2i-4_c;4513;10;24600;-4;0;0;2;0;0
71 70;symbol_m+2w-4_c;4514;10;30000;0;0;0;2;0;-4
72 71;symbol_w+2i-4_c;4515;10;30000;-4;0;0;0;0;2
73 72;symbol_w+2m-4_c;4516;10;30000;0;0;0;-4;0;2
74 73;symbol_s+2c-3_c;4517;10;30000;0;2;-3;0;0;0
75 74;symbol_s+2d-3_c;4518;10;35000;0;2;0;0;-3;0
76 75;symbol_c+2s-3_c;4519;10;35000;0;-3;2;0;0;0
77 76;symbol_c+2d-3_c;4520;10;35000;0;0;2;0;-3;0
78 77;symbol_d+2s-3_c;4521;10;27000;0;-3;0;0;2;0
79 78;symbol_d+2c-3_c;4522;10;27000;0;0;-3;0;2;0
80 79;symbol_i+2m-3_c;4523;10;27000;2;0;0;-3;0;0
81 80;symbol_i+2w-3_c;4524;10;30000;2;0;0;0;0;-3
82 81;symbol_m+2i-3_c;4525;10;30000;-3;0;0;2;0;0
83 82;symbol_m+2w-3_c;4526;10;30000;0;0;0;2;0;-3
84 83;symbol_w+2i-3_c;4527;10;30000;-3;0;0;0;0;2
85 84;symbol_w+2m-3_c;4528;10;30000;0;0;0;-3;0;2
86 85;symbol_s+3c-5_c;4529;10;30000;0;3;-5;0;0;0
87 86;symbol_s+3d-5_c;4530;10;30000;0;3;0;0;-5;0
88 87;symbol_c+3s-5_c;4531;10;30000;0;-5;3;0;0;0
89 88;symbol_c+3d-5_c;4532;10;30000;0;0;3;0;-5;0
90 89;symbol_d+3s-5_c;4533;10;30000;0;-5;0;0;3;0
91 90;symbol_d+3c-5_c;4534;10;30000;0;0;-5;0;3;0
92 91;symbol_i+3m-5_c;4535;10;30000;3;0;0;-5;0;0
93 92;symbol_i+3w-5_c;4536;10;30000;3;0;0;0;0;-5
94 93;symbol_m+3i-5_c;4537;10;30000;-5;0;0;3;0;0
95 94;symbol_m+3w-5_c;4538;10;30000;0;0;0;3;0;-5
96 95;symbol_w+3i-5_c;4539;10;30000;-5;0;0;0;0;3
97 96;symbol_w+3m-5_c;4540;10;30000;0;0;0;-5;0;3
98 97;symbol_s+3c-4_c;4541;10;30000;0;3;-4;0;0;0
99 98;symbol_s+3d-4_c;4542;10;30000;0;3;0;0;-4;0
100 99;symbol_c+3s-4_c;4543;10;50000;0;-4;3;0;0;0
101 100;symbol_c+3d-4_c;4544;10;50000;0;0;3;0;-4;0
102 101;symbol_d+3s-4_c;4545;10;50000;0;-4;0;0;3;0
103 102;symbol_d+3c-4_c;4546;10;50000;0;0;-4;0;3;0
104 103;symbol_i+3m-4_c;4547;10;50000;3;0;0;-4;0;0
105 104;symbol_i+3w-4_c;4548;10;50000;3;0;0;0;0;-4
106 105;symbol_m+3i-4_c;4549;10;50000;-4;0;0;3;0;0
107 106;symbol_m+3w-4_c;4550;10;50000;0;0;0;3;0;-4
108 107;symbol_w+3i-4_c;4551;10;50000;-4;0;0;0;0;3
109 108;symbol_w+3m-4_c;4552;10;50000;0;0;0;-4;0;3
110 109;symbol_s+4c-6_c;4565;10;36000;0;4;-6;0;0;0
111 110;symbol_s+4d-6_c;4566;10;36000;0;4;0;0;-6;0
112 111;symbol_c+4s-6_c;4567;10;50000;0;-6;4;0;0;0
113 112;symbol_c+4d-6_c;4568;10;50000;0;0;4;0;-6;0
114 113;symbol_d+4s-6_c;4569;10;30000;0;-6;0;0;4;0
115 114;symbol_d+4c-6_c;4570;10;36000;0;0;-6;0;4;0
116 115;symbol_i+4m-6_c;4571;10;36000;4;0;0;-6;0;0
117 116;symbol_i+4w-6_c;4572;10;30000;4;0;0;0;0;-6
118 117;symbol_m+4i-6_c;4573;10;36000;-6;0;0;4;0;0
119 118;symbol_m+4w-6_c;4574;10;36000;0;0;0;4;0;-6
120 119;symbol_w+4i-6_c;4575;10;36000;-6;0;0;0;0;4
121 120;symbol_w+4m-6_c;4576;10;30000;0;0;0;-6;0;4
122 121;symbol_s+4c-5_c;4577;10;36000;0;4;-5;0;0;0
123 122;symbol_s+4d-5_c;4578;10;90000;0;4;0;0;-5;0
124 123;symbol_c+4s-5_c;4579;10;90000;0;-5;4;0;0;0
125 124;symbol_c+4d-5_c;4580;10;90000;0;0;4;0;-5;0
126 125;symbol_d+4s-5_c;4581;10;36000;0;-5;0;0;4;0
127 126;symbol_d+4c-5_c;4582;10;36000;0;0;-5;0;4;0
128 127;symbol_i+4m-5_c;4583;10;90000;4;0;0;-5;0;0
129 128;symbol_i+4w-5_c;4584;10;36000;4;0;0;0;0;-5
130 129;symbol_m+4i-5_c;4585;10;90000;-5;0;0;4;0;0
131 130;symbol_m+4w-5_c;4586;10;90000;0;0;0;4;0;-5
132 131;symbol_w+4i-5_c;4587;10;36000;-5;0;0;0;0;4
133 132;symbol_w+4m-5_c;4588;10;36000;0;0;0;-5;0;4
134 133;symbol_s+1c-1_c;4553;10;50000;0;1;-1;0;0;0
135 134;symbol_s+1d-1_c;4554;10;50000;0;1;0;0;-1;0
136 135;symbol_c+1s-1_c;4555;10;50000;0;-1;1;0;0;0
137 136;symbol_c+1d-1_c;4556;10;50000;0;0;1;0;-1;0
138 137;symbol_d+1s-1_c;4557;10;50000;0;-1;0;0;1;0
139 138;symbol_d+1c-1_c;4558;10;50000;0;0;-1;0;1;0
140 139;symbol_i+1m-1_c;4559;10;90000;1;0;0;-1;0;0
141 140;symbol_i+1w-1_c;4560;10;50000;1;0;0;0;0;-1
142 141;symbol_m+1i-1_c;4561;10;50000;-1;0;0;1;0;0
143 142;symbol_m+1w-1_c;4562;10;50000;0;0;0;1;0;-1
144 143;symbol_w+1i-1_c;4563;10;50000;-1;0;0;0;0;1
145 144;symbol_w+1m-1_c;4564;10;50000;0;0;0;-1;0;1
146 145;symbol_s+2c-2_c;4589;10;60000;0;2;-2;0;0;0
147 146;symbol_s+2d-2_c;4590;10;60000;0;2;0;0;-2;0
148 147;symbol_c+2s-2_c;4591;10;60000;0;-2;2;0;0;0
149 148;symbol_c+2d-2_c;4592;10;60000;0;0;2;0;-2;0
150 149;symbol_d+2s-2_c;4593;10;60000;0;-2;0;0;2;0
151 150;symbol_d+2c-2_c;4594;10;60000;0;0;-2;0;2;0
152 151;symbol_i+2m-2_c;4595;10;60000;2;0;0;-2;0;0
153 152;symbol_i+2w-2_c;4596;10;90000;2;0;0;0;0;-2
154 153;symbol_m+2i-2_c;4597;10;60000;-2;0;0;2;0;0
155 154;symbol_m+2w-2_c;4598;10;60000;0;0;0;2;0;-2
156 155;symbol_w+2i-2_c;4599;10;60000;-2;0;0;0;0;2
157 156;symbol_w+2m-2_c;4600;10;60000;0;0;0;-2;0;2
158 157;symbol_s+3c-3_c;4601;10;90000;0;3;-3;0;0;0
159 158;symbol_s+3d-3_c;4602;10;90000;0;3;0;0;-3;0
160 159;symbol_c+3s-3_c;4603;10;90000;0;-3;3;0;0;0
161 160;symbol_c+3d-3_c;4604;10;90000;0;0;3;0;-3;0
162 161;symbol_d+3s-3_c;4605;10;90000;0;-3;0;0;3;0
163 162;symbol_d+3c-3_c;4606;10;90000;0;0;-3;0;3;0
164 163;symbol_i+3m-3_c;4607;10;90000;3;0;0;-3;0;0
165 164;symbol_i+3w-3_c;4608;10;90000;3;0;0;0;0;-3
166 165;symbol_m+3i-3_c;4609;10;90000;-3;0;0;3;0;0
167 166;symbol_m+3w-3_c;4610;10;90000;0;0;0;3;0;-3
168 167;symbol_w+3i-3_c;4611;10;90000;-3;0;0;0;0;3
169 168;symbol_w+3m-3_c;4612;10;90000;0;0;0;-3;0;3
170 169;symbol_s+4c-4_c;4613;10;145000;0;4;-4;0;0;0
171 170;symbol_s+4d-4_c;4614;10;145000;0;4;0;0;-4;0
172 171;symbol_c+4s-4_c;4615;10;145000;0;-4;4;0;0;0
173 172;symbol_c+4d-4_c;4616;10;145000;0;0;4;0;-4;0
174 173;symbol_d+4s-4_c;4617;10;145000;0;-4;0;0;4;0
175 174;symbol_d+4c-4_c;4618;10;145000;0;0;-4;0;4;0
176 175;symbol_i+4m-4_c;4619;10;145000;4;0;0;-4;0;0
177 176;symbol_i+4w-4_c;4620;10;145000;4;0;0;0;0;-4
178 177;symbol_m+4i-4_c;4621;10;145000;-4;0;0;4;0;0
179 178;symbol_m+4w-4_c;4622;10;145000;0;0;0;4;0;-4
180 179;symbol_w+4i-4_c;4623;10;145000;-4;0;0;0;0;4
181 180;symbol_w+4m-4_c;4624;10;145000;0;0;0;-4;0;4

View File

@@ -0,0 +1,58 @@
# region;sec0;sec1;sec2;sec3;sec4;sec5;sec6;sec7;sec8;sec9
# 0 = "Talking Island Village"
# 1 = "Elven Village"
# 2 = "Dark Elven Village"
# 3 = "Orc Village"
# 4 = "Dwarven Village"
# 5 = "Town of Gludio"
# 6 = "Gludin Village"
# 7 = "Town of Dion"
# 8 = "Town of Giran"
# 9 = "Town of Oren"
# 10 = "Town of Aden"
# 11 = "Hunters Village"
# 12 = "Giran Harbor"
# 13 = "Heine"
# 14 = "Rune Township"
# 15 = "Town of Goddard"
# 16 = "Town of Shuttgart"
# 17 = "Floran Village"
# 18 = "Primeval Isle"
# default = "Town of Aden"
# _8
0;3;3;3;3;3;4;4;4;4;4
# _9
1;3;3;3;3;3;4;4;4;4;4
# _10
2;3;3;7;9;11;4;4;4;4;4
# _11
3;3;3;3;3;3;4;4;4;4;4
# _12
4;3;3;3;3;3;4;4;4;4;4
# _13
5;3;3;3;3;3;16;16;16;15;15
# _14
6;3;3;3;3;3;16;16;16;15;15
# _15
7;3;3;3;3;3;14;14;15;15;15
# _16
8;3;3;3;14;14;14;14;15;15;15
# _17
9;2;2;2;2;18;2;9;9;10;10
# _18
10;2;2;2;2;2;9;9;10;10;10
# _19
11;2;2;2;2;1;1;9;11;10;10
# _20
12;6;6;2;5;1;1;9;11;11;11
# _21
13;6;6;5;5;7;7;8;8;8;8
# _22
14;6;6;6;5;7;7;8;8;8;8
# _23
15;0;6;6;5;17;12;13;13;13;13
# _24
16;0;0;6;6;12;12;13;13;13;13
# _25
17;0;0;0;0;0;0;13;13;13;13
Can't render this file because it contains an unexpected character in line 3 and column 7.

View File

@@ -0,0 +1,871 @@
dwarven;mk_wooden_arrow;1;1666;1;[1864(4)],[1869(2)];17;500;[1666(1)],[57(5400000)];30;100;
dwarven;mk_broad_sword;2;1786;1;[2005(1)],[1869(18)],[1870(18)];3;1;[1786(1)],[57(5400000)];30;100;
dwarven;mk_willow_staff;3;1787;1;[2006(1)],[1869(12)],[1872(24)],[1864(12)];8;1;[1787(1)],[57(5400000)];30;100;
dwarven;mk_bow;4;1788;1;[2007(1)],[1869(20)],[1878(4)],[1866(4)];14;1;[1788(1)],[57(5400000)];30;100;
dwarven;mk_cedar_staff;5;1789;1;[2008(2)],[1869(55)],[1872(110)],[1864(55)];9;1;[1789(1)],[57(5400000)];45;100;
dwarven;mk_dirk;6;1790;1;[2009(2)],[1869(80)],[1870(80)];216;1;[1790(1)],[57(5400000)];45;100;
dwarven;mk_brandish;7;1791;1;[2010(2)],[1869(110)],[1870(55)];1333;1;[1791(1)],[57(5400000)];45;100;
dwarven;mk_short_spear;8;1792;1;[2011(3)],[1869(220)],[1870(110)],[1866(55)];15;1;[1792(1)],[57(5400000)];60;100;
dwarven;mk_sword_of_reflexion;9;1793;1;[2012(3)],[1869(200)],[1870(200)];120;1;[1793(1)],[57(5400000)];60;100;
dwarven;mk_bow_of_forest;10;1794;1;[2013(3)],[1869(225)],[1878(45)],[1866(45)];272;1;[1794(1)],[57(5400000)];60;100;
dwarven;mk_leather_shoes;11;1795;1;[1921(2)],[1867(8)],[1866(1)];37;1;[1795(1)],[57(5400000)];45;100;
dwarven;mk_leather_tunic;12;1796;1;[1922(2)],[1867(24)],[1868(12)];429;1;[1796(1)],[57(5400000)];45;100;
dwarven;mk_leather_hose;13;1797;1;[1923(2)],[1867(12)],[1868(12)];464;1;[1797(1)],[57(5400000)];45;100;
dwarven;mk_leather_helmet;14;1798;1;[1924(3)],[1866(15)],[1867(12)];44;1;[1798(1)],[57(5400000)];60;100;
dwarven;mk_leather_gloves;15;1799;1;[1925(3)],[1867(24)],[1866(3)];50;1;[1799(1)],[57(5400000)];60;100;
dwarven;mk_piece_bone_breastplate;16;1800;1;[1926(3)],[1883(3)],[1869(30)];25;1;[1800(1)],[57(5400000)];63;100;
dwarven;mk_piece_bone_gaiters;17;1801;1;[1928(3)],[1883(2)],[1872(14)];32;1;[1801(1)],[57(5400000)];63;100;
dwarven;mk_necklace_of_anguish;18;1802;1;[1896(2)],[1864(20)],[1865(4)];907;1;[1802(1)],[57(5400000)];45;100;
dwarven;mk_necklace_of_wisdom;19;1803;1;[1897(3)],[1864(50)],[1865(10)];908;1;[1803(1)],[57(5400000)];60;100;
dwarven;mk_soulshot_d;20;1804;2;[1785(3)],[1458(1)];1463;156;[1804(1)],[57(5400000)];40;100;
dwarven;mk_soulshot_c;21;1805;4;[1785(15)],[1459(1)];1464;476;[1805(1)],[57(5400000)];70;100;
dwarven;mk_soulshot_b;22;1806;6;[1785(54)],[1460(1)];1465;450;[1806(1)],[57(5400000)];100;100;
dwarven;mk_soulshot_a;23;1807;7;[1785(36)],[1461(1)];1466;300;[1807(1)],[57(5400000)];120;100;
dwarven;mk_soulshot_s;24;1808;8;[1785(40)],[1462(1)];1467;350;[1808(1)],[57(5400000)];150;100;
dwarven;mk_leather;25;1814;1;[1867(6)];1882;1;[1814(1)],[57(5400000)];10;100;
dwarven;mk_cord;26;1817;2;[1880(2)],[1868(25)];1884;20;[1817(1)],[57(5400000)];20;100;
dwarven;mk_oriharukon;27;1825;4;[1888(1)],[1873(12)],[1874(4)];1893;1;[1825(1)],[57(5400000)];40;100;
dwarven;mk_braided_hemp;28;2135;1;[1864(5)];1878;1;[2135(1)],[57(5400000)];10;100;
dwarven;mk_cokes;29;2136;1;[1870(3)],[1871(3)];1879;1;[2136(1)],[57(5400000)];10;100;
dwarven;mk_steel;30;2137;1;[1865(5)],[1869(5)];1880;1;[2137(1)],[57(5400000)];10;100;
dwarven;mk_coarse_bone_powder;31;2138;1;[1872(10)];1881;1;[2138(1)],[57(5400000)];10;100;
dwarven;mk_steel_mold;32;2139;2;[1878(5)],[1869(5)],[1870(5)];1883;1;[2139(1)],[57(5400000)];20;100;
dwarven;mk_high_grade_suede;33;2140;2;[1881(1)],[1866(3)];1885;1;[2140(1)],[57(5400000)];20;100;
dwarven;mk_silver_mold;34;2141;2;[1878(5)],[1879(5)],[1873(10)];1886;1;[2141(1)],[57(5400000)];20;100;
dwarven;mk_varnish_of_purity;35;2142;2;[1881(3)],[1865(3)],[1875(1)];1887;1;[2142(1)],[57(5400000)];20;100;
dwarven;mk_synthesis_cokes;36;2143;2;[1879(3)],[1874(1)];1888;1;[2143(1)],[57(5400000)];20;100;
dwarven;mk_compound_braid;37;2144;2;[1878(5)],[1868(5)];1889;1;[2144(1)],[57(5400000)];20;100;
dwarven;mk_mithirl_alloy;38;2145;4;[1887(1)],[1880(2)],[1876(1)];1890;1;[2145(1)],[57(5400000)];40;100;
dwarven;mk_artisan's_frame;39;2146;4;[1883(1)],[1887(5)],[1877(10)];1891;1;[2146(1)],[57(5400000)];40;100;
dwarven;mk_blacksmith's_frame;40;2147;4;[1886(1)],[1887(5)],[1876(10)];1892;1;[2147(1)],[57(5400000)];40;100;
dwarven;mk_crafted_leather;41;2148;4;[1884(4)],[1882(4)],[1870(4)];1894;1;[2148(1)],[57(5400000)];40;100;
dwarven;mk_metallic_fiber;42;2149;4;[1884(20)],[1873(15)];1895;20;[2149(1)],[57(5400000)];40;100;
dwarven;mk_blue_diamond_necklace;43;2150;1;[1898(3)],[1864(80)],[1865(16)];909;1;[2150(1)],[57(5400000)];72;100;
dwarven;mk_necklace_of_devotion;44;2151;2;[1899(4)],[1886(1)],[1878(15)],[1865(3)],[2130(2)];910;1;[2151(1)],[57(5400000)];84;100;
dwarven;mk_enchanted_necklace;45;2152;2;[1900(5)],[1886(1)],[1878(15)],[1865(3)],[1458(18)],[2130(3)];911;1;[2152(1)],[57(5400000)];96;100;
dwarven;mk_tiger'seye_earing;46;2153;3;[1901(6)],[1886(1)],[1884(30)],[1865(6)],[1458(22)],[2130(4)];849;1;[2153(1)],[57(5400000)];108;100;
dwarven;mk_elven_earing;47;2154;3;[1902(7)],[1886(1)],[1884(60)],[1865(12)],[1458(30)],[2130(6)];850;1;[2154(1)],[57(5400000)];120;100;
dwarven;mk_elven_ring;48;2155;3;[1903(7)],[1886(1)],[1884(30)],[1865(6)],[1458(20)],[2130(4)];881;1;[2155(1)],[57(5400000)];120;100;
dwarven;mk_elven_necklace;49;2156;3;[1904(7)],[1886(1)],[1878(70)],[1865(14)],[1458(38)],[2130(9)];913;1;[2156(1)],[57(5400000)];120;100;
dwarven;mk_onyxbeast'seye_earing;50;2157;4;[1905(8)],[1886(1)],[1884(90)],[1865(18)],[1458(40)],[2130(8)];851;1;[2157(1)],[57(5400000)];129;100;
dwarven;mk_mithril_ring;51;2158;4;[1906(8)],[1886(1)],[1884(50)],[1865(10)],[1458(25)],[2130(5)];882;1;[2158(1)],[57(5400000)];129;100;
dwarven;mk_necklace_of_darkness;52;2159;4;[1907(8)],[1886(1)],[1878(90)],[1865(18)],[1458(50)],[2130(12)];914;1;[2159(1)],[57(5400000)];129;100;
dwarven;mk_moonstone_earing;53;2160;4;[1908(8)],[1892(1)],[1895(5)],[1887(1)],[1458(30)],[2131(4)];852;1;[2160(1)],[57(5400000)];138;100;
dwarven;mk_aquastone_ring;54;2161;4;[1909(8)],[1886(1)],[1895(15)],[1887(3)],[1458(25)],[2131(2)];883;1;[2161(1)],[57(5400000)];138;100;
dwarven;mk_aquastone_necklace;55;2162;4;[1910(8)],[1892(1)],[1889(5)],[1887(1)],[1458(65)],[2131(5)];915;1;[2162(1)],[57(5400000)];138;100;
dwarven;mk_earing_of_protection;56;2163;5;[1911(9)],[1892(1)],[1895(5)],[1887(1)],[1459(14)],[2131(5)];853;1;[2163(1)],[57(5400000)];147;100;
dwarven;mk_ring_of_protection;57;2164;5;[1912(9)],[1886(1)],[1895(15)],[1887(3)],[1459(10)],[2131(3)];884;1;[2164(1)],[57(5400000)];147;100;
dwarven;mk_necklace_of_protection;58;2165;5;[1913(9)],[1892(1)],[1889(10)],[1887(2)],[1459(16)],[2131(7)];916;1;[2165(1)],[57(5400000)];147;100;
dwarven;mk_earing_of_binding;59;2166;5;[1914(10)],[1892(1)],[1895(20)],[1887(4)],[1459(22)],[2131(8)];854;1;[2166(1)],[57(5400000)];156;100;
dwarven;mk_ring_of_ages;60;2167;5;[1915(10)],[1886(1)],[1895(30)],[1887(6)],[1459(12)],[2131(5)];885;1;[2167(1)],[57(5400000)];156;100;
dwarven;mk_necklace_of_mermaid;61;2168;5;[1916(10)],[1892(1)],[1889(20)],[1887(4)],[1459(26)],[2131(11)];917;1;[2168(1)],[57(5400000)];156;100;
dwarven;mk_necklace_of_binding;62;2169;6;[1920(11)],[1892(1)],[1889(35)],[1887(7)],[1459(38)],[2131(16)];119;1;[2169(1)],[57(5400000)];165;100;
dwarven;mk_nassen's_earing;63;2170;6;[1918(11)],[1892(1)],[1895(45)],[1887(9)],[1459(28)],[2131(12)];855;1;[2170(1)],[57(5400000)];165;100;
dwarven;mk_ring_of_sage;64;2171;7;[2171(1)],[1919(13)],[1892(1)],[1895(50)],[1887(10)],[4044(10)],[1460(18)],[2132(4)];891;1;[2171(1)],[57(5400000)];183;100;
dwarven;mk_sage's_necklace;65;2172;7;[2172(1)],[1917(13)],[4048(1)],[1889(55)],[1887(11)],[4044(11)],[1460(37)],[2132(8)];922;1;[2172(1)],[57(5400000)];183;100;
dwarven;mk_hard_leather_shirt;66;2173;1;[1927(3)],[1867(110)],[1868(55)];27;1;[2173(1)],[57(5400000)];72;100;
dwarven;mk_hard_leather_gaiters;67;2174;1;[1929(3)],[1867(55)],[1868(55)];33;1;[2174(1)],[57(5400000)];72;100;
dwarven;mk_boots;68;2175;1;[1930(3)],[1867(40)],[1866(5)];39;1;[2175(1)],[57(5400000)];72;100;
dwarven;mk_leather_boots;69;2176;2;[1931(4)],[1882(8)],[1885(1)],[2130(1)];40;1;[2176(1)],[57(5400000)];84;100;
dwarven;mk_bone_helmet;70;2177;2;[1932(4)],[1883(1)],[1882(15)],[2130(2)];45;1;[2177(1)],[57(5400000)];84;100;
dwarven;mk_dark_hose;71;2178;2;[1933(5)],[1882(20)],[1884(20)],[1458(20)],[2130(4)];467;1;[2178(1)],[57(5400000)];96;100;
dwarven;mk_excellence_leather_gloves;72;2179;2;[1934(4)],[1882(8)],[1885(1)],[2130(1)];604;1;[2179(1)],[57(5400000)];84;100;
dwarven;mk_scale_mail;73;2180;2;[1935(5)],[1883(3)],[1880(20)],[1458(40)],[2130(9)];348;1;[2180(1)],[57(5400000)];96;100;
dwarven;mk_white_tunic;74;2181;2;[1936(5)],[1882(40)],[1884(20)],[1458(28)],[2130(7)];434;1;[2181(1)],[57(5400000)];96;100;
dwarven;mk_scale_gaiters;75;2182;2;[1937(5)],[1883(2)],[1880(14)],[1458(20)],[2130(5)];377;1;[2182(1)],[57(5400000)];96;100;
dwarven;mk_mithril_banded_mail;76;2183;3;[1938(6)],[1883(3)],[1880(25)],[1458(45)],[2130(11)];393;1;[2183(1)],[57(5400000)];108;100;
dwarven;mk_mithril_banded_gaiters;77;2184;3;[1939(6)],[1883(2)],[1880(14)],[1458(30)],[2130(6)];415;1;[2184(1)],[57(5400000)];108;100;
dwarven;mk_iron_boots;78;2185;3;[1940(6)],[1882(16)],[1885(2)],[1458(16)],[2130(3)];553;1;[2185(1)],[57(5400000)];108;100;
dwarven;mk_brigandine;79;2186;3;[1941(7)],[1883(3)],[1880(54)],[1458(90)],[2130(24)];352;1;[2186(1)],[57(5400000)];120;100;
dwarven;mk_manticor_skin_shirt;80;2187;3;[1942(7)],[1882(84)],[1884(42)],[1458(70)],[2130(17)];395;1;[2187(1)],[57(5400000)];120;100;
dwarven;mk_manticor_skin_gaiters;81;2188;3;[1943(7)],[1882(45)],[1884(45)],[1458(45)],[2130(10)];417;1;[2188(1)],[57(5400000)];120;100;
dwarven;mk_mithril_tunic;82;2189;3;[1944(7)],[1882(84)],[1884(42)],[1458(70)],[2130(17)];437;1;[2189(1)],[57(5400000)];120;100;
dwarven;mk_mithril_hose;83;2190;3;[1945(7)],[1882(45)],[1884(45)],[1458(45)],[2130(10)];470;1;[2190(1)],[57(5400000)];120;100;
dwarven;mk_gauntlet_of_repose_of_the_soul;84;2191;3;[1946(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)];606;1;[2191(1)],[57(5400000)];120;100;
dwarven;mk_kite_shield;85;2192;3;[1947(7)],[1880(12)],[1879(4)],[1882(4)],[1458(24)],[2130(5)];629;1;[2192(1)],[57(5400000)];120;100;
dwarven;mk_boots_of_power;86;2193;3;[1948(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)];1124;1;[2193(1)],[57(5400000)];120;100;
dwarven;mk_mithril_glove;87;2194;4;[1949(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)];61;1;[2194(1)],[57(5400000)];129;100;
dwarven;mk_half_plate;88;2195;4;[1950(8)],[1883(3)],[1880(70)],[1458(120)],[2130(32)];353;1;[2195(1)],[57(5400000)];129;100;
dwarven;mk_plate_gaiters;89;2196;4;[1951(8)],[1883(2)],[1880(45)],[1458(70)],[2130(19)];380;1;[2196(1)],[57(5400000)];129;100;
dwarven;mk_slamander_skin_mail;90;2197;4;[1952(8)],[1882(140)],[1884(70)],[1878(35)],[1458(130)],[2130(36)];396;1;[2197(1)],[57(5400000)];129;100;
dwarven;mk_sage's_rag;91;2198;4;[1953(8)],[1882(140)],[1884(70)],[1878(35)],[1458(130)],[2130(36)];438;1;[2198(1)],[57(5400000)];129;100;
dwarven;mk_karmian_hose;92;2199;4;[1954(8)],[1894(15)],[1895(15)],[1458(70)],[2131(6)];471;1;[2199(1)],[57(5400000)];138;100;
dwarven;mk_chain_helmet;93;2200;4;[1955(8)],[1883(1)],[1882(60)],[1458(45)],[2130(10)];497;1;[2200(1)],[57(5400000)];129;100;
dwarven;mk_square_shield;94;2201;4;[1956(8)],[1880(15)],[1879(5)],[1882(5)],[1458(32)],[2130(7)];630;1;[2201(1)],[57(5400000)];129;100;
dwarven;mk_assault_boots;95;2202;4;[1957(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)];1125;1;[2202(1)],[57(5400000)];129;100;
dwarven;mk_mithril_boots;96;2203;4;[1958(8)],[1894(8)],[1885(1)],[1458(40)],[2130(9)];62;1;[2203(1)],[57(5400000)];138;100;
dwarven;mk_chain_mail_shirt;97;2204;4;[1959(8)],[1892(3)],[1890(1)],[1458(150)],[2131(14)];354;1;[2204(1)],[57(5400000)];138;100;
dwarven;mk_chain_gaiters;98;2205;4;[1960(8)],[1892(2)],[1890(1)],[1458(90)],[2131(8)];381;1;[2205(1)],[57(5400000)];138;100;
dwarven;mk_tempered_mithril_shirt;99;2206;4;[1961(8)],[1894(24)],[1895(12)],[1458(120)],[2131(10)];397;1;[2206(1)],[57(5400000)];138;100;
dwarven;mk_karmian_tunic;100;2207;4;[1962(8)],[1894(24)],[1895(12)],[1458(120)],[2131(10)];439;1;[2207(1)],[57(5400000)];138;100;
dwarven;mk_ogre_power_gauntlet;101;2208;4;[1963(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)];607;1;[2208(1)],[57(5400000)];129;100;
dwarven;mk_eldarake;102;2209;4;[1964(8)],[1890(3)],[1888(1)],[1894(1)],[1458(40)],[2131(3)];631;1;[2209(1)],[57(5400000)];138;100;
dwarven;mk_metal_plate_helmet;103;2210;4;[1965(9)],[1892(1)],[1894(3)],[1459(14)],[2131(5)];498;1;[2210(1)],[57(5400000)];141;100;
dwarven;mk_plate_leather;104;2211;5;[1966(9)],[1894(30)],[1895(15)],[1459(30)],[2131(12)];398;1;[2211(1)],[57(5400000)];144;100;
dwarven;mk_plate_leather_gaiters;105;2212;5;[1967(9)],[1894(18)],[1895(18)],[1459(18)],[2131(7)];418;1;[2212(1)],[57(5400000)];144;100;
dwarven;mk_dwarven_chain_mail_shirt;106;2213;5;[1968(9)],[1892(3)],[1890(5)],[1459(42)],[2131(19)];355;1;[2213(1)],[57(5400000)];147;100;
dwarven;mk_dwarven_chain_gaiters;107;2214;5;[1969(9)],[1892(2)],[1890(3)],[1459(25)],[2131(11)];382;1;[2214(1)],[57(5400000)];147;100;
dwarven;mk_robe_of_seal;108;2215;5;[1970(9)],[1894(40)],[1895(20)],[1889(10)],[1459(50)],[2131(21)];440;1;[2215(1)],[57(5400000)];147;100;
dwarven;mk_great_helmet;109;2216;5;[1971(9)],[1892(1)],[1894(6)],[1459(16)],[2131(6)];500;1;[2216(1)],[57(5400000)];147;100;
dwarven;mk_knight_shield;110;2217;5;[1972(9)],[1890(4)],[1888(1)],[1894(1)],[1459(12)],[2131(4)];632;1;[2217(1)],[57(5400000)];147;100;
dwarven;mk_paagrio_hand;111;2218;5;[1973(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)];1120;1;[2218(1)],[57(5400000)];147;100;
dwarven;mk_crimson_boots;112;2219;5;[1974(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)];1126;1;[2219(1)],[57(5400000)];147;100;
dwarven;mk_rind_leather_mail;113;2220;5;[1975(9)],[1894(32)],[1895(16)],[1459(32)],[2131(14)];399;1;[2220(1)],[57(5400000)];147;100;
dwarven;mk_rind_leather_gaiters;114;2221;5;[1976(9)],[1894(20)],[1895(20)],[1459(20)],[2131(8)];419;1;[2221(1)],[57(5400000)];147;100;
dwarven;mk_composite_armor;115;2222;5;[1977(10)],[1892(4)],[1890(21)],[1887(7)],[1459(95)],[2131(48)];60;1;[2222(1)],[57(5400000)];156;100;
dwarven;mk_tower_shield;116;2223;5;[1978(10)],[1890(6)],[1888(2)],[1894(2)],[1459(17)],[2131(7)];103;1;[2223(1)],[57(5400000)];156;100;
dwarven;mk_demon's_tunic;117;2224;5;[1979(10)],[1894(48)],[1895(24)],[1459(50)],[2131(22)];441;1;[2224(1)],[57(5400000)];156;100;
dwarven;mk_demon's_hose;118;2225;5;[1980(10)],[1894(30)],[1895(30)],[1459(30)],[2131(13)];472;1;[2225(1)],[57(5400000)];156;100;
dwarven;mk_mithril_gauntlet;119;2226;5;[1981(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)];608;1;[2226(1)],[57(5400000)];156;100;
dwarven;mk_forgotten_boots;120;2227;5;[1982(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)];1127;1;[2227(1)],[57(5400000)];156;100;
dwarven;mk_shining_circlet;121;2228;5;[1983(10)],[1892(1)],[1894(14)],[1459(25)],[2131(10)];1149;1;[2228(1)],[57(5400000)];156;100;
dwarven;mk_theca_leather_mail;122;2229;5;[1984(10)],[1894(54)],[1895(27)],[1459(55)],[2131(25)];400;1;[2229(1)],[57(5400000)];159;100;
dwarven;mk_theca_leather_gaiters;123;2230;5;[1985(10)],[1894(32)],[1895(32)],[1459(35)],[2131(15)];420;1;[2230(1)],[57(5400000)];159;100;
dwarven;mk_full_plate_armor;124;2231;6;[1986(11)],[1892(4)],[1890(36)],[1887(12)],[1459(140)],[2131(73)];356;1;[2231(1)],[57(5400000)];165;100;
dwarven;mk_drake_leather_mail;125;2232;6;[1987(11)],[1894(96)],[1895(48)],[1889(24)],[1459(100)],[2131(53)];401;1;[2232(1)],[57(5400000)];165;100;
dwarven;mk_divine_tunic;126;2233;6;[1988(11)],[1894(70)],[1895(35)],[1459(72)],[2131(34)];442;1;[2233(1)],[57(5400000)];165;100;
dwarven;mk_divine_hose;127;2234;6;[1989(11)],[1894(42)],[1895(42)],[1459(45)],[2131(20)];473;1;[2234(1)],[57(5400000)];165;100;
dwarven;mk_mithril_helmet;128;2235;6;[1990(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];499;1;[2235(1)],[57(5400000)];165;100;
dwarven;mk_cap_of_mana;129;2236;6;[1991(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];529;1;[2236(1)],[57(5400000)];165;100;
dwarven;mk_paradia_hood;130;2237;6;[1992(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];531;1;[2237(1)],[57(5400000)];165;100;
dwarven;mk_hood_of_sola_eclipse;131;2238;6;[1993(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];533;1;[2238(1)],[57(5400000)];165;100;
dwarven;mk_hood_of_summons;132;2239;6;[1994(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];535;1;[2239(1)],[57(5400000)];165;100;
dwarven;mk_elemental_hood;133;2240;6;[1995(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];537;1;[2240(1)],[57(5400000)];165;100;
dwarven;mk_hood_of_grace;134;2241;6;[1996(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];539;1;[2241(1)],[57(5400000)];165;100;
dwarven;mk_phoenix's_hood;135;2242;6;[1997(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];541;1;[2242(1)],[57(5400000)];165;100;
dwarven;mk_hood_of_assistance;136;2243;6;[1998(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];543;1;[2243(1)],[57(5400000)];165;100;
dwarven;mk_flame_bonnet;137;2244;6;[1999(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];545;1;[2244(1)],[57(5400000)];165;100;
dwarven;mk_pata_i;138;5008;6;[5008(1)],[4103(12)],[1890(70)],[1888(70)],[1885(35)],[4042(35)],[1459(310)],[2132(55)];264;1;[5008(1)],[57(5400000)];171;60;
dwarven;mk_bonnet_o'_avadon;139;2246;6;[2001(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];549;1;[2246(1)],[57(5400000)];165;100;
dwarven;mk_helmet_of_pledge;140;2247;6;[2002(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];551;1;[2247(1)],[57(5400000)];165;100;
dwarven;mk_gauntlet_of_ghost;141;2248;6;[2003(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];609;1;[2248(1)],[57(5400000)];165;100;
dwarven;mk_adamantite_boots;142;2249;6;[2004(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];1128;1;[2249(1)],[57(5400000)];165;100;
dwarven;mk_bone_arrow;143;2250;2;[1864(1)],[1881(1)];1341;650;[2250(1)],[57(5400000)];80;100;
dwarven;mk_fine_steel_arrow;144;2251;3;[1864(4)],[1880(1)];1342;600;[2251(1)],[57(5400000)];100;100;
dwarven;mk_iron_hammer;145;2252;1;[2014(3)],[1869(260)],[1870(260)],[1866(130)];87;1;[2252(1)],[57(5400000)];72;100;
dwarven;mk_sword_breaker;146;2253;1;[2015(3)],[1869(365)],[1870(365)];219;1;[2253(1)],[57(5400000)];72;100;
dwarven;mk_composition_bow;147;2254;1;[2016(3)],[1869(400)],[1878(80)],[1866(80)];273;1;[2254(1)],[57(5400000)];72;100;
dwarven;mk_saber;148;2255;2;[2017(4)],[1883(2)],[1880(70)],[1879(70)],[2130(34)];123;1;[2255(1)],[57(5400000)];84;100;
dwarven;mk_assassin_knife;149;2256;2;[2018(4)],[1883(2)],[1880(70)],[1879(70)],[2130(34)];221;1;[2256(1)],[57(5400000)];84;100;
dwarven;mk_trident;150;2257;2;[2019(4)],[1880(80)],[1879(40)],[1885(20)],[2130(34)];291;1;[2257(1)],[57(5400000)];84;100;
dwarven;mk_temptation_of_abyss;151;2258;2;[2020(4)],[1880(30)],[1881(60)],[1878(30)],[2130(34)];313;1;[2258(1)],[57(5400000)];84;100;
dwarven;mk_spinebone_sword;152;2259;2;[2021(5)],[1883(2)],[1880(75)],[1879(75)],[1458(200)],[2130(57)];125;1;[2259(1)],[57(5400000)];96;100;
dwarven;mk_mace_of_judgment;153;2260;2;[2022(5)],[1880(60)],[1879(60)],[1885(30)],[1458(200)],[2130(57)];180;1;[2260(1)],[57(5400000)];96;100;
dwarven;mk_conjure_staff;154;2261;2;[2023(5)],[1880(45)],[1881(90)],[1878(45)],[1458(200)],[2130(57)];184;1;[2261(1)],[57(5400000)];96;100;
dwarven;mk_elven_bow;155;2262;2;[2024(5)],[1880(100)],[1878(20)],[1885(20)],[1458(200)],[2130(57)];276;1;[2262(1)],[57(5400000)];96;100;
dwarven;mk_dwarven_trident;156;2263;2;[2025(5)],[1880(80)],[1879(40)],[1885(20)],[1458(200)],[2130(57)];295;1;[2263(1)],[57(5400000)];96;100;
dwarven;mk_two-handed_sword;157;2264;3;[2026(6)],[1883(3)],[1880(144)],[1879(72)],[1458(300)],[2130(91)];124;1;[2264(1)],[57(5400000)];108;100;
dwarven;mk_spike_club;158;2265;3;[2027(6)],[1880(90)],[1879(90)],[1885(45)],[1458(300)],[2130(91)];157;1;[2265(1)],[57(5400000)];108;100;
dwarven;mk_knife_o'_silenus;159;2266;3;[2028(6)],[1883(2)],[1880(118)],[1879(118)],[1458(300)],[2130(91)];241;1;[2266(1)],[57(5400000)];108;100;
dwarven;mk_gastraphetes;160;2267;3;[2029(6)],[1880(150)],[1878(30)],[1885(30)],[1458(300)],[2130(91)];278;1;[2267(1)],[57(5400000)];108;100;
dwarven;mk_tome_of_blood;161;2268;3;[2030(6)],[1880(70)],[1881(140)],[1878(70)],[1458(300)],[2130(91)];317;1;[2268(1)],[57(5400000)];108;100;
dwarven;mk_morning_star;162;2269;3;[2031(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)];88;1;[2269(1)],[57(5400000)];120;100;
dwarven;mk_goathead_staff;163;2270;3;[2032(7)],[1880(100)],[1881(200)],[1878(100)],[1458(430)],[2130(139)];90;1;[2270(1)],[57(5400000)];120;100;
dwarven;mk_winged_spear;164;2271;3;[2033(7)],[1880(180)],[1879(90)],[1885(45)],[1458(430)],[2130(139)];93;1;[2271(1)],[57(5400000)];120;100;
dwarven;mk_sword_of_revolution;165;2272;3;[2034(7)],[1883(2)],[1880(175)],[1879(175)],[1458(430)],[2130(139)];129;1;[2272(1)],[57(5400000)];120;100;
dwarven;mk_tarbar;166;2273;3;[2035(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)];158;1;[2273(1)],[57(5400000)];120;100;
dwarven;mk_skull_breaker;167;2274;3;[2036(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)];169;1;[2274(1)],[57(5400000)];120;100;
dwarven;mk_heavy_bone_club;168;2275;3;[2037(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)];172;1;[2275(1)],[57(5400000)];120;100;
dwarven;mk_maingauche;169;2276;3;[2038(7)],[1883(2)],[1880(175)],[1879(175)],[1458(430)],[2130(139)];224;1;[2276(1)],[57(5400000)];120;100;
dwarven;mk_bich'hwa;170;2277;3;[2039(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)];261;1;[2277(1)],[57(5400000)];120;100;
dwarven;mk_strengthening_long_bow;171;2278;3;[2040(7)],[1880(225)],[1878(45)],[1885(45)],[1458(300)],[2130(139)];279;1;[2278(1)],[57(5400000)];120;100;
dwarven;mk_hammer_in_flames;172;2279;3;[2041(7)],[1880(180)],[1879(90)],[1885(45)],[1458(430)],[2130(139)];294;1;[2279(1)],[57(5400000)];120;100;
dwarven;mk_crucifix_of_blood;173;2280;3;[2042(7)],[1880(100)],[1881(200)],[1878(100)],[1458(430)],[2130(139)];318;1;[2280(1)],[57(5400000)];120;100;
dwarven;mk_eye_of_infinity;174;2281;3;[2043(7)],[1880(100)],[1881(200)],[1878(100)],[1458(430)],[2130(139)];319;1;[2281(1)],[57(5400000)];120;100;
dwarven;mk_cursed_maingauche;175;2282;3;[2044(7)],[1883(2)],[1880(175)],[1879(175)],[1458(430)],[2130(139)];1660;1;[2282(1)],[57(5400000)];120;100;
dwarven;mk_blue_crystal_skull;176;2283;4;[2045(7)],[1880(110)],[1881(220)],[1878(110)],[1458(470)],[2130(153)];320;1;[2283(1)],[57(5400000)];123;100;
dwarven;mk_demon_fangs;177;2284;4;[2046(7)],[1880(110)],[1881(220)],[1878(110)],[1458(470)],[2130(153)];321;1;[2284(1)],[57(5400000)];123;100;
dwarven;mk_claymore;178;2285;4;[2047(8)],[1883(3)],[1880(270)],[1879(135)],[1458(550)],[2130(185)];70;1;[2285(1)],[57(5400000)];129;100;
dwarven;mk_bonebreaker;179;2286;4;[2048(8)],[1880(160)],[1879(160)],[1885(80)],[1458(550)],[2130(185)];159;1;[2286(1)],[57(5400000)];129;100;
dwarven;mk_atuba_hammer;180;2287;4;[2049(8)],[1880(220)],[1879(110)],[1885(55)],[1458(550)],[2130(185)];187;1;[2287(1)],[57(5400000)];129;100;
dwarven;mk_ghost_staff;181;2288;4;[2050(8)],[1880(130)],[1881(260)],[1878(130)],[1458(550)],[2130(185)];188;1;[2288(1)],[57(5400000)];129;100;
dwarven;mk_life_stick;182;2289;4;[2051(8)],[1880(130)],[1881(260)],[1878(130)],[1458(550)],[2130(185)];189;1;[2289(1)],[57(5400000)];129;100;
dwarven;mk_mithril_dagger;183;2290;4;[2052(8)],[1883(2)],[1880(220)],[1879(220)],[1458(550)],[2130(185)];225;1;[2290(1)],[57(5400000)];129;100;
dwarven;mk_scallop_jamadhr;184;2291;4;[2053(8)],[1880(160)],[1879(160)],[1885(80)],[1458(550)],[2130(185)];262;1;[2291(1)],[57(5400000)];129;100;
dwarven;mk_cyclone_bow;185;2292;4;[2054(8)],[1880(275)],[1878(55)],[1885(55)],[1458(550)],[2130(185)];280;1;[2292(1)],[57(5400000)];129;100;
dwarven;mk_glaive;186;2293;4;[2055(8)],[1880(220)],[1879(110)],[1885(55)],[1458(550)],[2130(185)];297;1;[2293(1)],[57(5400000)];129;100;
dwarven;mk_vajra_wands;187;2294;4;[2056(8)],[1880(130)],[1881(260)],[1878(130)],[1458(550)],[2130(185)];322;1;[2294(1)],[57(5400000)];129;100;
dwarven;mk_ancient_reagent;188;2295;4;[2057(8)],[1880(130)],[1881(260)],[1878(130)],[1458(550)],[2130(185)];323;1;[2295(1)],[57(5400000)];129;100;
dwarven;mk_atuba_mace;189;2296;4;[2058(8)],[1880(220)],[1879(110)],[1885(55)],[1458(550)],[2130(185)];190;1;[2296(1)],[57(5400000)];129;100;
dwarven;mk_flamberge;190;2297;4;[2059(8)],[1891(3)],[1890(24)],[1888(12)],[5220(48)],[1458(700)],[2131(81)];71;1;[2297(1)],[57(5400000)];138;100;
dwarven;mk_stormbringer;191;2298;4;[2060(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)];72;1;[2298(1)],[57(5400000)];138;100;
dwarven;mk_big_hammer;192;2299;4;[2061(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)];89;1;[2299(1)],[57(5400000)];138;100;
dwarven;mk_scythe;193;2300;4;[2062(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)];96;1;[2300(1)],[57(5400000)];138;100;
dwarven;mk_battle_axe;194;2301;4;[2063(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)];160;1;[2301(1)],[57(5400000)];138;100;
dwarven;mk_war_pick;195;2302;4;[2064(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)];161;1;[2302(1)],[57(5400000)];138;100;
dwarven;mk_skull_graver;196;2303;4;[2065(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)];173;1;[2303(1)],[57(5400000)];138;100;
dwarven;mk_heavy_doom_hammer;197;2304;4;[2066(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)];191;1;[2304(1)],[57(5400000)];138;100;
dwarven;mk_crystal_staff;198;2305;4;[2067(8)],[1893(20)],[1881(40)],[1889(20)],[5220(60)],[1458(700)],[2131(81)];192;1;[2305(1)],[57(5400000)];138;100;
dwarven;mk_stick_of_faith;199;2306;4;[2068(8)],[1893(20)],[1881(40)],[1889(20)],[5220(60)],[1458(700)],[2131(81)];193;1;[2306(1)],[57(5400000)];138;100;
dwarven;mk_heavy_doom_axe;200;2307;4;[2069(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)];194;1;[2307(1)],[57(5400000)];138;100;
dwarven;mk_cursed_dagger;201;2308;4;[2070(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)];226;1;[2308(1)],[57(5400000)];138;100;
dwarven;mk_needle_wolverine;202;2309;4;[2071(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)];230;1;[2309(1)],[57(5400000)];138;100;
dwarven;mk_darkelven_dagger;203;2310;4;[2072(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)];232;1;[2310(1)],[57(5400000)];138;100;
dwarven;mk_chakram;204;2311;4;[2073(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)];263;1;[2311(1)],[57(5400000)];138;100;
dwarven;mk_crystallized_ice_bow;205;2312;4;[2074(8)],[1890(45)],[1889(9)],[1885(9)],[5220(54)],[1458(700)],[2131(81)];281;1;[2312(1)],[57(5400000)];138;100;
dwarven;mk_orcish_glaive;206;2313;4;[2075(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)];298;1;[2313(1)],[57(5400000)];138;100;
dwarven;mk_body_slasher;207;2314;4;[2076(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)];302;1;[2314(1)],[57(5400000)];138;100;
dwarven;mk_shamshir;208;2315;5;[2077(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)];73;1;[2315(1)],[57(5400000)];147;100;
dwarven;mk_katana;209;2316;5;[2078(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)];74;1;[2316(1)],[57(5400000)];147;100;
dwarven;mk_bech_de_corbin;210;2317;5;[2079(9)],[1890(52)],[1888(26)],[1885(13)],[5220(65)],[1459(170)],[2131(105)];94;1;[2317(1)],[57(5400000)];147;100;
dwarven;mk_spirits_sword;211;2318;5;[2080(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)];131;1;[2318(1)],[57(5400000)];147;100;
dwarven;mk_raid_sword;212;2319;5;[2081(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)];133;1;[2319(1)],[57(5400000)];147;100;
dwarven;mk_cursed_staff;213;2320;5;[2082(9)],[1893(26)],[1881(52)],[1889(26)],[5220(78)],[1459(180)],[2131(105)];195;1;[2320(1)],[57(5400000)];147;100;
dwarven;mk_stiletto;214;2321;5;[2083(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)];227;1;[2321(1)],[57(5400000)];147;100;
dwarven;mk_dagger_of_magicflame;215;2322;5;[2084(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)];242;1;[2322(1)],[57(5400000)];147;100;
dwarven;mk_elemental_bow;216;2323;5;[2085(9)],[1890(60)],[1889(12)],[1885(12)],[5220(72)],[1459(170)],[2131(105)];282;1;[2323(1)],[57(5400000)];147;100;
dwarven;mk_noble_elven_bow;217;2324;5;[2086(9)],[1890(60)],[1889(12)],[1885(12)],[5220(72)],[1459(170)],[2131(105)];285;1;[2324(1)],[57(5400000)];147;100;
dwarven;mk_tears_of_fairy;218;2325;5;[2087(9)],[1893(26)],[1881(52)],[1889(26)],[5220(78)],[1459(180)],[2131(105)];324;1;[2325(1)],[57(5400000)];147;100;
dwarven;mk_horn_of_glory;219;2326;5;[2088(9)],[1893(26)],[1881(52)],[1889(26)],[5220(78)],[1459(180)],[2131(105)];325;1;[2326(1)],[57(5400000)];147;100;
dwarven;mk_caliburs;220;2327;5;[2089(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];75;1;[2327(1)],[57(5400000)];156;100;
dwarven;mk_sword_of_delusion;221;2328;5;[2090(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];76;1;[2328(1)],[57(5400000)];156;100;
dwarven;mk_tsurugi;222;2329;5;[2091(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];77;1;[2329(1)],[57(5400000)];156;100;
dwarven;mk_homunkulus's_sword;223;2330;5;[2092(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];84;1;[2330(1)],[57(5400000)];156;100;
dwarven;mk_poleaxe;224;2331;5;[2093(10)],[1890(72)],[1888(36)],[1885(18)],[5220(90)],[1459(300)],[2131(166)];95;1;[2331(1)],[57(5400000)];156;100;
dwarven;mk_sword_of_limit;225;2332;5;[2094(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];132;1;[2332(1)],[57(5400000)];156;100;
dwarven;mk_sword_of_nightmare;226;2333;5;[2095(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];134;1;[2333(1)],[57(5400000)];156;100;
dwarven;mk_deathbreath_sword;227;2334;5;[2096(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];145;1;[2334(1)],[57(5400000)];156;100;
dwarven;mk_war_axe;228;2335;5;[2097(10)],[1890(54)],[1888(54)],[1885(27)],[5220(108)],[1459(300)],[2131(166)];162;1;[2335(1)],[57(5400000)];156;100;
dwarven;mk_nirvana_axe;229;2336;5;[2098(10)],[1890(54)],[1888(54)],[1885(27)],[5220(108)],[1459(300)],[2131(166)];174;1;[2336(1)],[57(5400000)];156;100;
dwarven;mk_stick_of_eternity;230;2337;5;[2099(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)];196;1;[2337(1)],[57(5400000)];156;100;
dwarven;mk_paradia_staff;231;2338;5;[2100(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)];197;1;[2338(1)],[57(5400000)];156;100;
dwarven;mk_inferno_staff;232;2339;5;[2101(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)];198;1;[2339(1)],[57(5400000)];156;100;
dwarven;mk_paagrio_hammer;233;2340;5;[2102(10)],[1890(72)],[1888(36)],[1885(18)],[5220(90)],[1459(300)],[2131(166)];199;1;[2340(1)],[57(5400000)];156;100;
dwarven;mk_sage's_staff;234;2341;5;[2103(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)];200;1;[2341(1)],[57(5400000)];156;100;
dwarven;mk_club_of_nature;235;2342;5;[2104(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)];201;1;[2342(1)],[57(5400000)];156;100;
dwarven;mk_mace_of_underworld;236;2343;5;[2105(10)],[1890(54)],[1888(54)],[1885(27)],[5220(108)],[1459(300)],[2131(166)];202;1;[2343(1)],[57(5400000)];156;100;
dwarven;mk_grace_dagger;237;2344;5;[2106(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];231;1;[2344(1)],[57(5400000)];156;100;
dwarven;mk_dark_screamer;238;2345;5;[2107(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)];233;1;[2345(1)],[57(5400000)];156;100;
dwarven;mk_fist_blade;239;2346;5;[2108(10)],[1890(54)],[1888(54)],[1885(27)],[5220(108)],[1459(300)],[2131(166)];265;1;[2346(1)],[57(5400000)];156;100;
dwarven;mk_akat_long_bow;240;2347;5;[2109(10)],[1890(85)],[1889(17)],[1885(17)],[5220(102)],[1459(290)],[2131(166)];283;1;[2347(1)],[57(5400000)];156;100;
dwarven;mk_heathen's_book;241;2348;5;[2110(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)];326;1;[2348(1)],[57(5400000)];156;100;
dwarven;mk_hex_doll;242;2349;5;[2111(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)];327;1;[2349(1)],[57(5400000)];156;100;
dwarven;mk_paagrio_axe;243;2350;5;[2112(10)],[1890(80)],[1888(40)],[1885(20)],[5220(100)],[1459(330)],[2131(187)];203;1;[2350(1)],[57(5400000)];159;100;
dwarven;mk_scorpion;244;2351;5;[2113(10)],[1890(80)],[1888(40)],[1885(20)],[5220(100)],[1459(330)],[2131(187)];301;1;[2351(1)],[57(5400000)];159;100;
dwarven;mk_widow_maker;245;2352;5;[2114(10)],[1890(80)],[1888(40)],[1885(20)],[5220(100)],[1459(330)],[2131(187)];303;1;[2352(1)],[57(5400000)];159;100;
dwarven;mk_samurai_longsword;246;2353;6;[2115(11)],[1891(3)],[1890(82)],[1888(41)],[5220(164)],[1459(410)],[2131(248)];135;1;[2353(1)],[57(5400000)];165;100;
dwarven;mk_deadman's_staff;247;2354;6;[2116(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];204;1;[2354(1)],[57(5400000)];165;100;
dwarven;mk_ghoul's_staff;248;2355;6;[2117(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];205;1;[2355(1)],[57(5400000)];165;100;
dwarven;mk_demon's_staff;249;2356;6;[2118(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];206;1;[2356(1)],[57(5400000)];165;100;
dwarven;mk_crystal_dagger;250;2357;6;[2119(11)],[1891(2)],[1890(76)],[1888(76)],[5220(152)],[1459(410)],[2131(248)];228;1;[2357(1)],[57(5400000)];165;100;
dwarven;mk_great_pata;251;2358;6;[2120(11)],[1890(80)],[1888(80)],[1885(40)],[5220(160)],[1459(410)],[2131(248)];266;1;[2358(1)],[57(5400000)];165;100;
dwarven;mk_eminence_bow;252;2359;6;[2121(11)],[1890(120)],[1889(24)],[1885(24)],[5220(144)],[1459(420)],[2131(248)];286;1;[2359(1)],[57(5400000)];165;100;
dwarven;mk_orcish_poleaxe;253;2360;6;[2122(11)],[1890(104)],[1888(52)],[1885(26)],[5220(130)],[1459(420)],[2131(248)];299;1;[2360(1)],[57(5400000)];165;100;
dwarven;mk_candle_of_wisdom;254;2361;6;[2123(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];328;1;[2361(1)],[57(5400000)];165;100;
dwarven;mk_blessed_branch;255;2362;6;[2124(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];329;1;[2362(1)],[57(5400000)];165;100;
dwarven;mk_phoenix's_feather;256;2363;6;[2125(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];330;1;[2363(1)],[57(5400000)];165;100;
dwarven;mk_cerberus's_eye;257;2364;6;[2126(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];331;1;[2364(1)],[57(5400000)];165;100;
dwarven;mk_scroll_of_destruction;258;2365;6;[2127(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];332;1;[2365(1)],[57(5400000)];165;100;
dwarven;mk_claws_of_blackdragon;259;2366;6;[2128(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];333;1;[2366(1)],[57(5400000)];165;100;
dwarven;mk_three_eye_crow's_feather;260;2367;6;[2129(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)];334;1;[2367(1)],[57(5400000)];165;100;
dwarven;mk_ring_of_binding;261;2970;6;[2917(11)],[1886(1)],[1895(40)],[1887(8)],[1459(20)],[2131(7)];886;1;[2970(1)],[57(5400000)];165;100;
dwarven;mk_mithril_scale_gaiters;262;2971;3;[2918(7)],[1883(2)],[1880(32)],[1458(60)],[2130(14)];2377;1;[2971(1)],[57(5400000)];120;100;
dwarven;mk_brigandine_gaiters;263;2972;3;[2919(7)],[1883(2)],[1880(32)],[1458(60)],[2130(14)];2378;1;[2972(1)],[57(5400000)];120;100;
dwarven;mk_elven_mithril_tunic;264;2973;3;[2920(7)],[1882(84)],[1884(42)],[1458(70)],[2130(17)];2396;1;[2973(1)],[57(5400000)];120;100;
dwarven;mk_elven_mithril_hose;265;2974;3;[2921(7)],[1882(45)],[1884(45)],[1458(45)],[2130(10)];2401;1;[2974(1)],[57(5400000)];120;100;
dwarven;mk_brigandine_helmet;266;2975;3;[2922(7)],[1883(1)],[1882(20)],[1458(35)],[2130(8)];2411;1;[2975(1)],[57(5400000)];120;100;
dwarven;mk_manticor_skin_boots;267;2976;3;[2923(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)];2424;1;[2976(1)],[57(5400000)];120;100;
dwarven;mk_brigandine_boots;268;2977;3;[2924(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)];2425;1;[2977(1)],[57(5400000)];120;100;
dwarven;mk_elven_mithril_boots;269;2978;3;[2925(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)];2426;1;[2978(1)],[57(5400000)];120;100;
dwarven;mk_manticor_skin_gloves;270;2979;3;[2926(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)];2448;1;[2979(1)],[57(5400000)];120;100;
dwarven;mk_brigandine_gauntlet;271;2980;3;[2927(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)];2449;1;[2980(1)],[57(5400000)];120;100;
dwarven;mk_elven_mithril_gloves;272;2981;3;[2928(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)];2450;1;[2981(1)],[57(5400000)];120;100;
dwarven;mk_brigandine_shield;273;2982;3;[2929(7)],[1880(12)],[1879(4)],[1882(4)],[1458(24)],[2130(5)];2493;1;[2982(1)],[57(5400000)];120;100;
dwarven;mk_plate_helmet;274;2983;4;[2930(8)],[1883(1)],[1882(60)],[1458(45)],[2130(10)];2412;1;[2983(1)],[57(5400000)];129;100;
dwarven;mk_slamander_skin_boots;275;2984;4;[2931(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)];2427;1;[2984(1)],[57(5400000)];129;100;
dwarven;mk_plate_boots;276;2985;4;[2932(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)];2428;1;[2985(1)],[57(5400000)];129;100;
dwarven;mk_sage's_worn_gloves;277;2986;4;[2933(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)];2451;1;[2986(1)],[57(5400000)];129;100;
dwarven;mk_plate_shield;278;2987;4;[2934(8)],[1880(15)],[1879(5)],[1882(5)],[1458(32)],[2130(7)];2494;1;[2987(1)],[57(5400000)];129;100;
dwarven;mk_tempered_mithril_gaiters;279;2988;4;[2935(8)],[1894(15)],[1895(15)],[1458(70)],[2131(6)];2387;1;[2988(1)],[57(5400000)];138;100;
dwarven;mk_chain_hood;280;2989;4;[2936(8)],[1892(1)],[1894(2)],[1458(60)],[2131(5)];2413;1;[2989(1)],[57(5400000)];138;100;
dwarven;mk_chain_boots;281;2990;4;[2937(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)];2429;1;[2990(1)],[57(5400000)];138;100;
dwarven;mk_karmian_boots;282;2991;4;[2938(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)];2430;1;[2991(1)],[57(5400000)];138;100;
dwarven;mk_plate_leather_boots;283;2992;4;[2939(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)];2431;1;[2992(1)],[57(5400000)];138;100;
dwarven;mk_dwarven_chain_boots;284;2993;4;[2940(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)];2432;1;[2993(1)],[57(5400000)];138;100;
dwarven;mk_boots_of_seal;285;2994;4;[2941(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)];2433;1;[2994(1)],[57(5400000)];138;100;
dwarven;mk_reinforce_mithril_gloves;286;2995;4;[2942(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)];2452;1;[2995(1)],[57(5400000)];138;100;
dwarven;mk_chain_gloves;287;2996;4;[2943(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)];2453;1;[2996(1)],[57(5400000)];138;100;
dwarven;mk_karmian_gloves;288;2997;4;[2944(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)];2454;1;[2997(1)],[57(5400000)];138;100;
dwarven;mk_chain_shield;289;2998;4;[2945(8)],[1890(3)],[1888(1)],[1894(1)],[1458(40)],[2131(3)];2495;1;[2998(1)],[57(5400000)];138;100;
dwarven;mk_plate_leather_gloves;290;2999;5;[2946(9)],[1894(8)],[1885(1)],[1459(10)],[2131(3)];2455;1;[2999(1)],[57(5400000)];144;100;
dwarven;mk_dwarven_chain_shield;291;3000;5;[2947(9)],[1890(3)],[1888(1)],[1894(1)],[1459(12)],[2131(4)];2496;1;[3000(1)],[57(5400000)];144;100;
dwarven;mk_rind_leather_boots;292;3001;5;[2948(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)];2434;1;[3001(1)],[57(5400000)];147;100;
dwarven;mk_dwarven_chain_gloves;293;3002;5;[2949(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)];2456;1;[3002(1)],[57(5400000)];147;100;
dwarven;mk_gloves_of_seal;294;3003;5;[2950(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)];2457;1;[3003(1)],[57(5400000)];147;100;
dwarven;mk_rind_leather_gloves;295;3004;5;[2951(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)];2458;1;[3004(1)],[57(5400000)];147;100;
dwarven;mk_demon's_boots;296;3005;5;[2952(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)];2435;1;[3005(1)],[57(5400000)];156;100;
dwarven;mk_demon's_gloves;297;3006;5;[2953(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)];2459;1;[3006(1)],[57(5400000)];156;100;
dwarven;mk_theca_leather_boots;298;3007;5;[2954(10)],[1894(18)],[1885(2)],[1459(20)],[2131(7)];2436;1;[3007(1)],[57(5400000)];159;100;
dwarven;mk_theca_leather_gloves;299;3008;5;[2955(10)],[1894(18)],[1885(2)],[1459(20)],[2131(7)];2460;1;[3008(1)],[57(5400000)];159;100;
dwarven;mk_composite_boots;300;3009;5;[2956(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)];64;1;[3009(1)],[57(5400000)];156;100;
dwarven;mk_composite_helmet;301;3010;5;[2957(10)],[1892(1)],[1894(14)],[1459(25)],[2131(10)];517;1;[3010(1)],[57(5400000)];156;100;
dwarven;mk_divine_boots;302;3011;6;[2958(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];603;1;[3011(1)],[57(5400000)];165;100;
dwarven;mk_full_plate_helmet;303;3012;6;[2959(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)];2414;1;[3012(1)],[57(5400000)];165;100;
dwarven;mk_drake_leather_boots;304;3013;6;[2960(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];2437;1;[3013(1)],[57(5400000)];165;100;
dwarven;mk_full_plate_boots;305;3014;6;[2961(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];2438;1;[3014(1)],[57(5400000)];165;100;
dwarven;mk_drake_leather_gloves;306;3015;6;[2962(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];2461;1;[3015(1)],[57(5400000)];165;100;
dwarven;mk_full_plate_gauntlet;307;3016;6;[2963(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];2462;1;[3016(1)],[57(5400000)];165;100;
dwarven;mk_blessed_gloves;308;3017;6;[2964(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];2463;1;[3017(1)],[57(5400000)];165;100;
dwarven;mk_divine_gloves;309;3018;6;[2965(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)];2468;1;[3018(1)],[57(5400000)];165;100;
dwarven;mk_full_plate_shield;310;3019;6;[2966(11)],[1890(9)],[1888(3)],[1894(3)],[1459(25)],[2131(10)];2497;1;[3019(1)],[57(5400000)];165;100;
dwarven;mk_elven_long_sword;311;3020;4;[2967(8)],[1883(2)],[1880(220)],[1879(220)],[1458(550)],[2130(185)];2499;1;[3020(1)],[57(5400000)];129;100;
dwarven;mk_dwarven_warhammer;312;3021;5;[2968(9)],[1890(38)],[1888(38)],[1885(19)],[5220(76)],[1459(180)],[2131(105)];2502;1;[3021(1)],[57(5400000)];147;100;
dwarven;mk_yaksa_mace;313;3022;6;[2969(11)],[1890(80)],[1888(80)],[1885(40)],[5220(160)],[1459(410)],[2131(248)];2503;1;[3022(1)],[57(5400000)];165;100;
dwarven;mk_titan_key;314;3023;1;[3273(20)],[3274(10)],[3275(10)],[1458(10)];3030;1;[3023(1)],[57(5400000)];100;100;
dwarven;mk_journeyman_ring;315;3024;1;[3138(1)],[3134(1)],[1880(1)],[1865(10)],[1458(10)];3139;1;[3024(1)],[57(5400000)];100;100;
dwarven;mk_amber_bead;316;3025;2;[3137(1)];3136;5;[3025(1)],[57(5400000)];100;100;
dwarven;mk_spiritshot_d;317;3032;2;[3031(3)],[1458(1)];2510;100;[3032(1)],[57(5400000)];60;100;
dwarven;mk_spiritshot_c;318;3033;4;[3031(10)],[1459(1)];2511;200;[3033(1)],[57(5400000)];120;100;
dwarven;mk_spiritshot_b;319;3034;6;[3031(15)],[1460(1)];2512;150;[3034(1)],[57(5400000)];180;100;
dwarven;mk_spiritshot_a;320;3035;7;[3031(22)],[1461(1)];2513;200;[3035(1)],[57(5400000)];240;100;
dwarven;mk_spiritshot_s;321;3036;8;[3031(15)],[1462(1)];2514;200;[3036(1)],[57(5400000)];300;100;
dwarven;q_mk_titans_powerstone;322;3838;2;[3845(1)];3846;1;[3838(1)],[57(5400000)];100;25;
dwarven;mk_blessed_spiritshot_d;323;3953;2;[3031(8)],[1458(2)];3948;100;[3953(1)],[57(5400000)];60;100;
dwarven;mk_blessed_spiritshot_c;324;3954;4;[3031(30)],[1459(2)];3949;200;[3954(1)],[57(5400000)];120;100;
dwarven;mk_blessed_spiritshot_b;325;3955;6;[3031(16)],[1460(2)];3950;100;[3955(1)],[57(5400000)];180;100;
dwarven;mk_blessed_spiritshot_a;326;3956;7;[3031(70)],[1461(2)];3951;200;[3956(1)],[57(5400000)];240;100;
dwarven;mk_blessed_spiritshot_s;327;3957;8;[3031(50)],[1462(2)];3952;200;[3957(1)],[57(5400000)];300;100;
dwarven;mk_adamantite_earing_i;328;4937;6;[4937(1)],[4049(12)],[1892(1)],[1895(30)],[1887(6)],[4044(6)],[1459(28)],[2132(4)];856;1;[4937(1)],[57(5400000)];174;70;
dwarven;mk_adamantite_earing_ii;329;4126;6;[4126(1)],[4049(12)],[4048(1)],[1895(40)],[1887(8)],[4044(8)],[1459(35)],[2132(4)];856;1;[4126(1)],[57(5400000)];174;100;
dwarven;mk_adamantite_ring_i;330;4938;6;[4938(1)],[4050(12)],[1886(1)],[1895(25)],[1887(5)],[4044(5)],[1459(22)],[2132(2)];887;1;[4938(1)],[57(5400000)];174;70;
dwarven;mk_adamantite_ring_ii;331;4127;6;[4127(1)],[4050(12)],[1892(1)],[1895(30)],[1887(6)],[4044(6)],[1459(32)],[2132(2)];887;1;[4127(1)],[57(5400000)];174;100;
dwarven;mk_adamantite_necklace_i;332;4939;6;[4939(1)],[4051(12)],[1892(1)],[1889(30)],[1887(6)],[4044(6)],[1459(34)],[2132(5)];918;1;[4939(1)],[57(5400000)];174;70;
dwarven;mk_adamantite_necklace_ii;333;4128;6;[4128(1)],[4051(12)],[4048(1)],[1889(35)],[1887(7)],[4044(7)],[1459(58)],[2132(5)];918;1;[4128(1)],[57(5400000)];174;100;
dwarven;mk_earing_of_black_ore_i;334;4973;7;[4973(1)],[4052(13)],[1892(1)],[1895(50)],[1887(10)],[4044(10)],[1460(16)],[2132(6)];864;1;[4973(1)],[57(5400000)];183;70;
dwarven;mk_earing_of_black_ore_ii;335;4129;7;[4129(1)],[4052(13)],[4048(1)],[1895(65)],[1887(13)],[4044(13)],[1460(25)],[2132(6)];864;1;[4129(1)],[57(5400000)];183;100;
dwarven;mk_ring_of_black_ore_i;336;4974;7;[4974(1)],[4053(13)],[1886(1)],[1895(40)],[1887(8)],[4044(8)],[1460(10)],[2132(4)];895;1;[4974(1)],[57(5400000)];183;70;
dwarven;mk_ring_of_black_ore_ii;337;4130;7;[4130(1)],[4053(13)],[1892(1)],[1895(50)],[1887(10)],[4044(10)],[1460(18)],[2132(4)];895;1;[4130(1)],[57(5400000)];183;100;
dwarven;mk_necklace_of_black_ore_i;338;4975;7;[4975(1)],[4054(13)],[1892(1)],[1889(40)],[1887(8)],[4044(8)],[1460(20)],[2132(8)];926;1;[4975(1)],[57(5400000)];183;70;
dwarven;mk_necklace_of_black_ore_ii;339;4131;7;[4131(1)],[4054(13)],[4048(1)],[1889(55)],[1887(11)],[4044(11)],[1460(37)],[2132(8)];926;1;[4131(1)],[57(5400000)];183;100;
dwarven;mk_composite_shield;340;4132;5;[4055(10)],[1890(6)],[1888(2)],[1894(2)],[1459(17)],[2131(7)];107;1;[4132(1)],[57(5400000)];156;100;
dwarven;mk_shrnoen's_breastplate_i;341;4940;6;[4940(1)],[4056(12)],[1892(3)],[1890(18)],[4043(12)],[1459(82)],[2132(12)];357;1;[4940(1)],[57(5400000)];174;60;
dwarven;mk_shrnoen's_breastplate_ii;342;4133;6;[4133(1)],[4056(12)],[4048(3)],[1890(33)],[4043(22)],[1459(129)],[2132(12)];357;1;[4133(1)],[57(5400000)];174;100;
dwarven;mk_shrnoen's_gaiters_i;343;4941;6;[4941(1)],[4057(12)],[1892(2)],[1890(12)],[4043(8)],[1459(45)],[2132(7)];383;1;[4941(1)],[57(5400000)];174;60;
dwarven;mk_shrnoen's_gaiters_ii;344;4134;6;[4134(1)],[4057(12)],[4048(2)],[1890(21)],[4043(14)],[1459(72)],[2132(7)];383;1;[4134(1)],[57(5400000)];174;100;
dwarven;mk_implosion_boots_i;345;4976;7;[4976(1)],[4058(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];564;1;[4976(1)],[57(5400000)];183;60;
dwarven;mk_implosion_boots_ii;346;4135;7;[4135(1)],[4058(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];564;1;[4135(1)],[57(5400000)];183;100;
dwarven;mk_silent_boots_i;347;4942;6;[4942(1)],[4059(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];572;1;[4942(1)],[57(5400000)];174;60;
dwarven;mk_silent_boots_ii;348;4136;6;[4136(1)],[4059(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)];572;1;[4136(1)],[57(5400000)];174;100;
dwarven;mk_guardian's_boots_i;349;4943;6;[4943(1)],[4060(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];578;1;[4943(1)],[57(5400000)];174;60;
dwarven;mk_guardian's_boots_ii;350;4137;6;[4137(1)],[4060(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)];578;1;[4137(1)],[57(5400000)];174;100;
dwarven;mk_paradia_boots_i;351;4977;7;[4977(1)],[4061(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];582;1;[4977(1)],[57(5400000)];183;60;
dwarven;mk_paradia_boots_ii;352;4138;7;[4138(1)],[4061(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];582;1;[4138(1)],[57(5400000)];183;100;
dwarven;mk_elemental_boots_i;353;4978;7;[4978(1)],[4062(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];588;1;[4978(1)],[57(5400000)];183;60;
dwarven;mk_elemental_boots_ii;354;4139;7;[4139(1)],[4062(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];588;1;[4139(1)],[57(5400000)];183;100;
dwarven;mk_boots_of_grace_i;355;4979;7;[4979(1)],[4063(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];590;1;[4979(1)],[57(5400000)];183;60;
dwarven;mk_boots_of_grace_ii;356;4140;7;[4140(1)],[4063(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];590;1;[4140(1)],[57(5400000)];183;100;
dwarven;mk_avadon_breastplate_i;357;4944;6;[4944(1)],[4064(12)],[1892(3)],[1890(18)],[4043(12)],[1459(82)],[2132(12)];2376;1;[4944(1)],[57(5400000)];174;60;
dwarven;mk_avadon_breastplate_ii;358;4141;6;[4141(1)],[4064(12)],[4048(3)],[1890(33)],[4043(22)],[1459(129)],[2132(12)];2376;1;[4141(1)],[57(5400000)];174;100;
dwarven;mk_avadon_gaiters_i;359;4945;6;[4945(1)],[4065(12)],[1892(2)],[1890(12)],[4043(8)],[1459(45)],[2132(7)];2379;1;[4945(1)],[57(5400000)];174;60;
dwarven;mk_avadon_gaiters_ii;360;4142;6;[4142(1)],[4065(12)],[4048(2)],[1890(21)],[4043(14)],[1459(72)],[2132(7)];2379;1;[4142(1)],[57(5400000)];174;100;
dwarven;mk_shrnoen's_leather_shirts_i;361;4946;6;[4946(1)],[4066(12)],[1894(40)],[1895(20)],[4043(20)],[1459(65)],[2132(9)];2384;1;[4946(1)],[57(5400000)];174;60;
dwarven;mk_shrnoen's_leather_shirts_ii;362;4143;6;[4143(1)],[4066(12)],[4046(2)],[1894(58)],[1895(29)],[4043(29)],[1459(118)],[2132(9)];2384;1;[4143(1)],[57(5400000)];174;100;
dwarven;mk_shrnoen's_leather_gaiters_i;363;4947;6;[4947(1)],[4067(12)],[1894(20)],[1895(20)],[4043(20)],[1459(34)],[2132(5)];2388;1;[4947(1)],[57(5400000)];174;60;
dwarven;mk_shrnoen's_leather_gaiters_ii;364;4144;6;[4144(1)],[4067(12)],[4046(1)],[1894(29)],[1895(29)],[4043(29)],[1459(70)],[2132(5)];2388;1;[4144(1)],[57(5400000)];174;100;
dwarven;mk_avadon_leather_mail_i;365;4948;6;[4948(1)],[4068(12)],[1894(65)],[1895(32)],[1889(16)],[4043(16)],[1459(95)],[2132(14)];2390;1;[4948(1)],[57(5400000)];174;60;
dwarven;mk_avadon_leather_mail_ii;366;4145;6;[4145(1)],[4068(12)],[4046(3)],[1894(96)],[1895(48)],[1889(24)],[4043(24)],[1459(161)],[2132(14)];2390;1;[4145(1)],[57(5400000)];174;100;
dwarven;mk_tunic_of_shrnoen_i;367;4949;6;[4949(1)],[4069(12)],[1894(40)],[1895(20)],[4043(20)],[1459(65)],[2132(9)];2397;1;[4949(1)],[57(5400000)];174;60;
dwarven;mk_tunic_of_shrnoen_ii;368;4146;6;[4146(1)],[4069(12)],[4046(2)],[1894(58)],[1895(29)],[4043(29)],[1459(118)],[2132(9)];2397;1;[4146(1)],[57(5400000)];174;100;
dwarven;mk_hose_of_shrnoen_i;369;4950;6;[4950(1)],[4070(12)],[1894(20)],[1895(20)],[4043(20)],[1459(34)],[2132(5)];2402;1;[4950(1)],[57(5400000)];174;60;
dwarven;mk_hose_of_shrnoen_ii;370;4147;6;[4147(1)],[4070(12)],[4046(1)],[1894(29)],[1895(29)],[4043(29)],[1459(70)],[2132(5)];2402;1;[4147(1)],[57(5400000)];174;100;
dwarven;mk_avadon_robe_i;371;4951;6;[4951(1)],[4071(12)],[1894(65)],[1895(32)],[1889(16)],[4043(16)],[1459(95)],[2132(14)];2406;1;[4951(1)],[57(5400000)];174;60;
dwarven;mk_avadon_robe_ii;372;4148;6;[4148(1)],[4071(12)],[4046(3)],[1894(96)],[1895(48)],[1889(24)],[4043(24)],[1459(161)],[2132(14)];2406;1;[4148(1)],[57(5400000)];174;100;
dwarven;mk_avadon_circlet_i;373;4952;6;[4952(1)],[4072(12)],[1892(1)],[1894(20)],[4043(2)],[1459(30)],[2132(4)];2415;1;[4952(1)],[57(5400000)];174;60;
dwarven;mk_avadon_circlet_ii;374;4149;6;[4149(1)],[4072(12)],[4048(1)],[1894(40)],[4043(4)],[1459(41)],[2132(4)];2415;1;[4149(1)],[57(5400000)];174;100;
dwarven;mk_avadon_gloves_i;375;4953;6;[4953(1)],[4073(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];2464;1;[4953(1)],[57(5400000)];174;60;
dwarven;mk_avadon_gloves_ii;376;4150;6;[4150(1)],[4073(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)];2464;1;[4150(1)],[57(5400000)];174;100;
dwarven;mk_silent_chain_gloves_i;377;4954;6;[4954(1)],[4074(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];2465;1;[4954(1)],[57(5400000)];174;60;
dwarven;mk_silent_chain_gloves_ii;378;4151;6;[4151(1)],[4074(12)],[4046(1)],[1894(32)],[1885(4)],[4043(4)],[1459(15)],[2132(2)];2465;1;[4151(1)],[57(5400000)];174;100;
dwarven;mk_guardian's_gloves_i;379;4955;6;[4955(1)],[4075(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];2466;1;[4955(1)],[57(5400000)];174;60;
dwarven;mk_guardian's_gloves_ii;380;4152;6;[4152(1)],[4075(12)],[4046(1)],[1894(32)],[1885(4)],[4043(4)],[1459(15)],[2132(2)];2466;1;[4152(1)],[57(5400000)];174;100;
dwarven;mk_gloves_of_blessing_i;381;4956;6;[4956(1)],[4076(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];2467;1;[4956(1)],[57(5400000)];174;60;
dwarven;mk_gloves_of_blessing_ii;382;4153;6;[4153(1)],[4076(12)],[4046(1)],[1894(32)],[1885(4)],[4043(4)],[1459(15)],[2132(2)];2467;1;[4153(1)],[57(5400000)];174;100;
dwarven;mk_doom_shield_i;383;4980;7;[4980(1)],[4077(13)],[1890(9)],[1888(3)],[1894(3)],[4043(3)],[1460(15)],[2132(4)];110;1;[4980(1)],[57(5400000)];183;60;
dwarven;mk_doom_shield_ii;384;4154;7;[4154(1)],[4077(13)],[4046(1)],[1890(9)],[1888(3)],[1894(3)],[4043(3)],[1460(20)],[2132(4)];110;1;[4154(1)],[57(5400000)];183;100;
dwarven;mk_blue_wolve's_breastplate_i;385;4981;7;[4981(1)],[4078(13)],[1892(3)],[1890(36)],[4043(24)],[1460(40)],[2132(20)];358;1;[4981(1)],[57(5400000)];183;60;
dwarven;mk_blue_wolve's_breastplate_ii;386;4155;7;[4155(1)],[4078(13)],[4048(3)],[1890(54)],[4043(36)],[1460(89)],[2132(20)];358;1;[4155(1)],[57(5400000)];183;100;
dwarven;mk_boots_of_blessing_i;387;4957;6;[4957(1)],[4079(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];595;1;[4957(1)],[57(5400000)];174;60;
dwarven;mk_boots_of_blessing_ii;388;4156;6;[4156(1)],[4079(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)];595;1;[4156(1)],[57(5400000)];174;100;
dwarven;mk_blue_wolve's_gaiters_i;389;4982;7;[4982(1)],[4080(13)],[1892(2)],[1890(24)],[4043(16)],[1460(20)],[2132(12)];2380;1;[4982(1)],[57(5400000)];183;60;
dwarven;mk_blue_wolve's_gaiters_ii;390;4157;7;[4157(1)],[4080(13)],[4048(2)],[1890(36)],[4043(24)],[1460(49)],[2132(12)];2380;1;[4157(1)],[57(5400000)];183;100;
dwarven;mk_doom_plate_armor_i;391;4983;7;[4983(1)],[4081(13)],[1892(4)],[1890(45)],[1887(15)],[4043(30)],[1460(60)],[2132(31)];2381;1;[4983(1)],[57(5400000)];183;60;
dwarven;mk_doom_plate_armor_ii;392;4158;7;[4158(1)],[4081(13)],[4048(4)],[1890(69)],[1887(23)],[4043(46)],[1460(136)],[2132(31)];2381;1;[4158(1)],[57(5400000)];183;100;
dwarven;mk_blue_wolve's_leather_mail_i;393;4984;7;[4984(1)],[4082(12)],[1894(100)],[1895(50)],[1889(25)],[4043(25)],[1460(48)],[2132(22)];2391;1;[4984(1)],[57(5400000)];183;60;
dwarven;mk_blue_wolve's_leather_mail_ii;394;4159;7;[4159(1)],[4082(12)],[4046(3)],[1894(140)],[1895(75)],[1889(35)],[4043(35)],[1460(107)],[2132(22)];2391;1;[4159(1)],[57(5400000)];183;100;
dwarven;mk_leather_mail_of_doom_i;395;4985;7;[4985(1)],[4083(12)],[1894(100)],[1895(50)],[1889(25)],[4043(25)],[1460(48)],[2132(22)];2392;1;[4985(1)],[57(5400000)];183;60;
dwarven;mk_leather_mail_of_doom_ii;396;4160;7;[4160(1)],[4083(12)],[4046(3)],[1894(140)],[1895(70)],[1889(35)],[4043(35)],[1460(107)],[2132(22)];2392;1;[4160(1)],[57(5400000)];183;100;
dwarven;mk_blue_wolve's_tunic_i;397;4986;7;[4986(1)],[4084(13)],[1894(64)],[1895(32)],[4043(32)],[1460(32)],[2132(14)];2398;1;[4986(1)],[57(5400000)];183;60;
dwarven;mk_blue_wolve's_tunic_ii;398;4161;7;[4161(1)],[4084(13)],[4046(2)],[1894(88)],[1895(44)],[4043(44)],[1460(73)],[2132(14)];2398;1;[4161(1)],[57(5400000)];183;100;
dwarven;mk_tunic_of_doom_i;399;4987;7;[4987(1)],[4085(13)],[1894(64)],[1895(32)],[4043(32)],[1460(32)],[2132(14)];2399;1;[4987(1)],[57(5400000)];183;60;
dwarven;mk_tunic_of_doom_ii;400;4162;7;[4162(1)],[4085(13)],[4046(2)],[1894(88)],[1895(44)],[4043(44)],[1460(73)],[2132(14)];2399;1;[4162(1)],[57(5400000)];183;100;
dwarven;mk_blue_wolve's_hose_i;401;4988;7;[4988(1)],[4086(13)],[1894(30)],[1895(30)],[4043(30)],[1460(18)],[2132(8)];2403;1;[4988(1)],[57(5400000)];183;60;
dwarven;mk_blue_wolve's_hose_ii;402;4163;7;[4163(1)],[4086(13)],[4046(1)],[1894(41)],[1895(41)],[4043(41)],[1460(47)],[2132(8)];2403;1;[4163(1)],[57(5400000)];183;100;
dwarven;mk_hose_of_doom_i;403;4989;7;[4989(1)],[4087(13)],[1894(30)],[1895(30)],[4043(30)],[1460(18)],[2132(8)];2404;1;[4989(1)],[57(5400000)];183;60;
dwarven;mk_hose_of_doom_ii;404;4164;7;[4164(1)],[4087(13)],[4046(1)],[1894(41)],[1895(41)],[4043(41)],[1460(47)],[2132(8)];2404;1;[4164(1)],[57(5400000)];183;100;
dwarven;mk_blue_wolve's_helmet_i;405;4990;7;[4990(1)],[4088(13)],[1892(1)],[1894(40)],[4043(4)],[1460(14)],[2132(7)];2416;1;[4990(1)],[57(5400000)];183;60;
dwarven;mk_blue_wolve's_helmet_ii;406;4165;7;[4165(1)],[4088(13)],[4048(1)],[1894(50)],[4043(5)],[1460(39)],[2132(7)];2416;1;[4165(1)],[57(5400000)];183;100;
dwarven;mk_doom_helmet_i;407;4991;7;[4991(1)],[4089(13)],[1892(1)],[1894(40)],[4043(4)],[1460(14)],[2132(7)];2417;1;[4991(1)],[57(5400000)];183;60;
dwarven;mk_doom_helmet_ii;408;4166;7;[4166(1)],[4089(13)],[4048(1)],[1894(50)],[4043(5)],[1460(39)],[2132(7)];2417;1;[4166(1)],[57(5400000)];183;100;
dwarven;mk_blue_wolve's_boots_i;409;4992;7;[4992(1)],[4090(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];2439;1;[4992(1)],[57(5400000)];183;60;
dwarven;mk_blue_wolve's_boots_ii;410;4167;7;[4167(1)],[4090(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];2439;1;[4167(1)],[57(5400000)];183;100;
dwarven;mk_doom_gloves_i;411;4993;7;[4993(1)],[4091(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];2475;1;[4993(1)],[57(5400000)];183;60;
dwarven;mk_doom_gloves_ii;412;4168;7;[4168(1)],[4091(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];2475;1;[4168(1)],[57(5400000)];183;100;
dwarven;mk_elemental_gloves_i;413;4994;7;[4994(1)],[4092(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];2480;1;[4994(1)],[57(5400000)];183;60;
dwarven;mk_elemental_gloves_ii;414;4169;7;[4169(1)],[4092(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];2480;1;[4169(1)],[57(5400000)];183;100;
dwarven;mk_gloves_of_grace_i;415;4995;7;[4995(1)],[4093(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];2481;1;[4995(1)],[57(5400000)];183;60;
dwarven;mk_gloves_of_grace_ii;416;4170;7;[4170(1)],[4093(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];2481;1;[4170(1)],[57(5400000)];183;100;
dwarven;mk_implosion_gauntlet_i;417;4996;7;[4996(1)],[4094(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];2485;1;[4996(1)],[57(5400000)];183;60;
dwarven;mk_implosion_gauntlet_ii;418;4171;7;[4171(1)],[4094(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];2485;1;[4171(1)],[57(5400000)];183;100;
dwarven;mk_paradia_gloves_i;419;4997;7;[4997(1)],[4095(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];2486;1;[4997(1)],[57(5400000)];183;60;
dwarven;mk_paradia_gloves_ii;420;4172;7;[4172(1)],[4095(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];2486;1;[4172(1)],[57(5400000)];183;100;
dwarven;mk_blue_wolve's_gloves_i;421;4998;7;[4998(1)],[4096(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];2487;1;[4998(1)],[57(5400000)];183;60;
dwarven;mk_blue_wolve's_gloves_ii;422;4173;7;[4173(1)],[4096(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];2487;1;[4173(1)],[57(5400000)];183;100;
dwarven;mk_shrnoen's_boots_i;423;4958;6;[4958(1)],[4097(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];554;1;[4958(1)],[57(5400000)];174;60;
dwarven;mk_shrnoen's_boots_ii;424;4174;6;[4174(1)],[4097(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)];554;1;[4174(1)],[57(5400000)];174;100;
dwarven;mk_avadon_boots_i;425;4959;6;[4959(1)],[4098(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];600;1;[4959(1)],[57(5400000)];174;60;
dwarven;mk_avadon_boots_ii;426;4175;6;[4175(1)],[4098(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)];600;1;[4175(1)],[57(5400000)];174;100;
dwarven;mk_doom_boots_i;427;4999;7;[4999(1)],[4099(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)];601;1;[4999(1)],[57(5400000)];183;60;
dwarven;mk_doom_boots_ii;428;4176;7;[4176(1)],[4099(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)];601;1;[4176(1)],[57(5400000)];183;100;
dwarven;mk_shrnoen's_gauntlet_i;429;4960;6;[4960(1)],[4100(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)];612;1;[4960(1)],[57(5400000)];174;60;
dwarven;mk_shrnoen's_gauntlet_ii;430;4177;6;[4177(1)],[4100(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)];612;1;[4177(1)],[57(5400000)];174;100;
dwarven;mk_shrnoen's_shield_i;431;4961;6;[4961(1)],[4101(12)],[1890(6)],[1888(2)],[1894(2)],[4043(2)],[1459(25)],[2132(3)];633;1;[4961(1)],[57(5400000)];174;60;
dwarven;mk_shrnoen's_shield_ii;432;4178;6;[4178(1)],[4101(12)],[4046(1)],[1890(12)],[1888(4)],[1894(4)],[4043(4)],[1459(16)],[2132(3)];633;1;[4178(1)],[57(5400000)];174;100;
dwarven;mk_shrnoen's_helmet_i;433;4962;6;[4962(1)],[4102(12)],[1892(1)],[1894(20)],[4043(2)],[1459(30)],[2132(4)];503;1;[4962(1)],[57(5400000)];174;60;
dwarven;mk_shrnoen's_helmet_ii;434;4179;6;[4179(1)],[4102(12)],[4048(1)],[1894(40)],[4043(4)],[1459(41)],[2132(4)];503;1;[4179(1)],[57(5400000)];174;100;
dwarven;mk_silver_arrow;435;4180;4;[1878(1)],[1873(5)];1343;550;[4180(1)],[57(5400000)];120;100;
dwarven;mk_pata_i;436;5008;6;[5008(1)],[4103(12)],[1890(70)],[1888(70)],[1885(35)],[4042(35)],[1459(310)],[2132(55)];264;1;[5008(1)],[57(5400000)];171;60;
dwarven;mk_pata_ii;437;4181;6;[4181(1)],[4103(12)],[4045(3)],[1890(100)],[1888(100)],[1885(50)],[4042(50)],[1459(467)],[2132(55)];264;1;[4181(1)],[57(5400000)];171;100;
dwarven;mk_great_sword_i;438;4963;6;[4963(1)],[4104(12)],[1891(3)],[1890(80)],[1888(40)],[4042(40)],[1459(350)],[2132(62)];78;1;[4963(1)],[57(5400000)];174;60;
dwarven;mk_great_sword_ii;439;4182;6;[4182(1)],[4104(12)],[4047(3)],[1890(126)],[1888(63)],[4042(63)],[1459(317)],[2132(62)];78;1;[4182(1)],[57(5400000)];174;100;
dwarven;mk_heavy_war_axe_i;440;4964;6;[4964(1)],[4105(12)],[1890(80)],[1888(80)],[1885(40)],[4042(40)],[1459(325)],[2132(62)];91;1;[4964(1)],[57(5400000)];174;60;
dwarven;mk_heavy_war_axe_ii;441;4183;6;[4183(1)],[4105(12)],[4045(3)],[1890(118)],[1888(118)],[1885(59)],[4042(59)],[1459(498)],[2132(62)];91;1;[4183(1)],[57(5400000)];174;100;
dwarven;mk_sprite's_staff_i;442;4965;6;[4965(1)],[4106(12)],[1893(50)],[1881(100)],[1889(50)],[4042(50)],[1459(330)],[2132(62)];92;1;[4965(1)],[57(5400000)];174;60;
dwarven;mk_sprite's_staff_ii;443;4184;6;[4184(1)],[4106(12)],[4045(3)],[1893(75)],[1881(150)],[1889(75)],[4042(75)],[1459(491)],[2132(62)];92;1;[4184(1)],[57(5400000)];174;100;
dwarven;mk_kshanberk_i;444;4966;6;[4966(1)],[4107(12)],[1891(2)],[1890(72)],[1888(72)],[4042(36)],[1459(360)],[2132(62)];142;1;[4966(1)],[57(5400000)];174;60;
dwarven;mk_kshanberk_ii;445;4185;6;[4185(1)],[4107(12)],[4047(2)],[1890(114)],[1888(114)],[4042(57)],[1459(517)],[2132(62)];142;1;[4185(1)],[57(5400000)];174;100;
dwarven;mk_sword_of_valhalla_i;446;4967;6;[4967(1)],[4108(12)],[1891(2)],[1890(72)],[1888(72)],[4042(36)],[1459(360)],[2132(62)];148;1;[4967(1)],[57(5400000)];174;60;
dwarven;mk_sword_of_valhalla_ii;447;4186;6;[4186(1)],[4108(12)],[4047(2)],[1890(114)],[1888(114)],[4042(57)],[1459(517)],[2132(62)];148;1;[4186(1)],[57(5400000)];174;100;
dwarven;mk_kris_i;448;4968;6;[4968(1)],[4109(12)],[1891(2)],[1890(72)],[1888(72)],[4042(36)],[1459(360)],[2132(62)];229;1;[4968(1)],[57(5400000)];174;60;
dwarven;mk_kris_ii;449;4187;6;[4187(1)],[4109(12)],[4047(2)],[1890(114)],[1888(114)],[4042(57)],[1459(517)],[2132(62)];229;1;[4187(1)],[57(5400000)];174;100;
dwarven;mk_hell_knife_i;450;4969;6;[4969(1)],[4110(12)],[1891(2)],[1890(72)],[1888(72)],[4042(36)],[1459(360)],[2132(62)];243;1;[4969(1)],[57(5400000)];174;60;
dwarven;mk_hell_knife_ii;451;4188;6;[4188(1)],[4110(12)],[4047(2)],[1890(114)],[1888(114)],[4042(57)],[1459(517)],[2132(62)];243;1;[4188(1)],[57(5400000)];174;100;
dwarven;mk_arthro_nail_i;452;4970;6;[4970(1)],[4111(12)],[1890(80)],[1888(80)],[1885(40)],[4042(40)],[1459(325)],[2132(62)];267;1;[4970(1)],[57(5400000)];174;60;
dwarven;mk_arthro_nail_ii;453;4189;6;[4189(1)],[4111(12)],[4045(3)],[1890(118)],[1888(118)],[1885(59)],[4042(59)],[1459(498)],[2132(62)];267;1;[4189(1)],[57(5400000)];174;100;
dwarven;mk_dark_elven_long_bow_i;454;4971;6;[4971(1)],[4112(12)],[1890(125)],[1889(25)],[1885(25)],[4042(25)],[1459(350)],[2132(62)];284;1;[4971(1)],[57(5400000)];174;60;
dwarven;mk_dark_elven_long_bow_ii;455;4190;6;[4190(1)],[4112(12)],[4045(3)],[1890(185)],[1889(37)],[1885(37)],[4042(37)],[1459(534)],[2132(62)];284;1;[4190(1)],[57(5400000)];174;100;
dwarven;mk_great_axe_i;456;4972;6;[4972(1)],[4113(12)],[1890(100)],[1888(50)],[1885(25)],[4042(25)],[1459(360)],[2132(62)];300;1;[4972(1)],[57(5400000)];174;60;
dwarven;mk_great_axe_ii;457;4191;6;[4191(1)],[4113(12)],[4045(4)],[1890(160)],[1888(80)],[1885(40)],[4042(40)],[1459(353)],[2132(62)];300;1;[4191(1)],[57(5400000)];174;100;
dwarven;mk_sword_of_damascus_i;458;5000;7;[5000(1)],[4114(13)],[1891(2)],[1890(120)],[1888(120)],[4042(60)],[1460(160)],[2132(98)];79;1;[5000(1)],[57(5400000)];183;60;
dwarven;mk_sword_of_damascus_ii;459;4192;7;[4192(1)],[4114(13)],[4047(2)],[1890(172)],[1888(172)],[4042(86)],[1460(341)],[2132(98)];79;1;[4192(1)],[57(5400000)];183;100;
dwarven;mk_lancia_i;460;5001;7;[5001(1)],[4115(13)],[1890(160)],[1888(80)],[1885(40)],[4042(40)],[1460(168)],[2132(98)];97;1;[5001(1)],[57(5400000)];183;60;
dwarven;mk_lancia_ii;461;4193;7;[4193(1)],[4115(13)],[4045(4)],[1890(232)],[1888(116)],[1885(58)],[4042(58)],[1460(291)],[2132(98)];97;1;[4193(1)],[57(5400000)];183;100;
dwarven;mk_deadman's_glory_i;462;5002;7;[5002(1)],[4116(13)],[1890(120)],[1888(120)],[1885(60)],[4042(60)],[1460(165)],[2132(98)];171;1;[5002(1)],[57(5400000)];183;60;
dwarven;mk_deadman's_glory_ii;463;4194;7;[4194(1)],[4116(13)],[4045(3)],[1890(172)],[1888(172)],[1885(86)],[4042(86)],[1460(339)],[2132(98)];171;1;[4194(1)],[57(5400000)];183;100;
dwarven;mk_art_of_battle_axe_i;464;5003;7;[5003(1)],[4117(13)],[1890(120)],[1888(120)],[1885(60)],[4042(60)],[1460(165)],[2132(98)];175;1;[5003(1)],[57(5400000)];183;60;
dwarven;mk_art_of_battle_axe_ii;465;4195;7;[4195(1)],[4117(13)],[4045(3)],[1890(172)],[1888(172)],[1885(86)],[4042(86)],[1460(339)],[2132(98)];175;1;[4195(1)],[57(5400000)];183;100;
dwarven;mk_staff_of_evil_sprit_i;466;5004;7;[5004(1)],[4118(13)],[1893(75)],[1881(150)],[1889(75)],[4042(75)],[1460(165)],[2132(98)];210;1;[5004(1)],[57(5400000)];183;60;
dwarven;mk_staff_of_evil_sprit_ii;467;4196;7;[4196(1)],[4118(13)],[4045(3)],[1893(108)],[1881(216)],[1889(108)],[4042(108)],[1460(342)],[2132(98)];210;1;[4196(1)],[57(5400000)];183;100;
dwarven;mk_demon's_sword_i;468;5005;7;[5005(1)],[4119(13)],[1891(2)],[1890(120)],[1888(120)],[4042(60)],[1460(160)],[2132(98)];234;1;[5005(1)],[57(5400000)];183;60;
dwarven;mk_demon's_sword_ii;469;4197;7;[4197(1)],[4119(13)],[4047(2)],[1890(172)],[1888(172)],[4042(86)],[1460(341)],[2132(98)];234;1;[4197(1)],[57(5400000)];183;100;
dwarven;mk_bellion_cestus_i;470;5006;7;[5006(1)],[4120(13)],[1890(120)],[1888(120)],[1885(60)],[4042(60)],[1460(165)],[2132(98)];268;1;[5006(1)],[57(5400000)];183;60;
dwarven;mk_bellion_cestus_ii;471;4198;7;[4198(1)],[4120(13)],[4045(3)],[1890(172)],[1888(172)],[1885(86)],[4042(86)],[1460(339)],[2132(98)];268;1;[4198(1)],[57(5400000)];183;100;
dwarven;mk_hazard_bow_i;472;5007;7;[5007(1)],[4121(13)],[1890(200)],[1889(40)],[1885(40)],[4042(40)],[1460(155)],[2132(98)];287;1;[5007(1)],[57(5400000)];183;60;
dwarven;mk_hazard_bow_ii;473;4199;7;[4199(1)],[4121(13)],[4045(3)],[1890(285)],[1889(57)],[1885(57)],[4042(57)],[1460(328)],[2132(98)];287;1;[4199(1)],[57(5400000)];183;100;
dwarven;mk_maestro_holder;474;4122;6;[1887(10)],[4040(10)],[4041(10)];4045;1;[4122(1)],[57(5400000)];60;100;
dwarven;mk_maestro_anvil_lock;475;4123;6;[1888(4)],[4039(4)],[4040(4)];4046;1;[4123(1)],[57(5400000)];60;100;
dwarven;mk_craftsman_mold;476;4124;6;[1891(2)],[4041(20)],[4042(5)];4047;1;[4124(1)],[57(5400000)];60;100;
dwarven;mk_maestro_mold;477;4125;6;[1892(1)],[4039(10)],[4043(5)];4048;1;[4125(1)],[57(5400000)];60;100;
dwarven;mk_avadon_shield_i;478;4936;6;[4936(1)],[4439(12)],[1890(9)],[1888(3)],[1894(3)],[4043(3)],[1459(8)],[2132(3)];673;1;[4936(1)],[57(5400000)];174;60;
dwarven;mk_avadon_shield_ii;479;4441;6;[4441(1)],[4439(12)],[4046(1)],[1890(12)],[1888(4)],[1894(4)],[4043(4)],[1459(16)],[2132(3)];673;1;[4441(1)],[57(5400000)];174;100;
dwarven;mk_comp_soulshot_d;480;5153;2;[1463(300)],[5192(3)];5135;1;[5153(1)],[57(5400000)];90;100;
dwarven;mk_comp_soulshot_c;481;5154;4;[1464(300)],[5193(3)];5136;1;[5154(1)],[57(5400000)];180;100;
dwarven;mk_comp_soulshot_b;482;5155;6;[1465(300)],[5194(6)];5137;1;[5155(1)],[57(5400000)];270;100;
dwarven;mk_comp_soulshot_a;483;5156;7;[1466(300)],[5195(6)];5138;1;[5156(1)],[57(5400000)];360;100;
dwarven;mk_comp_soulshot_s;484;5157;8;[1467(300)],[5196(2)];5139;1;[5157(1)],[57(5400000)];450;100;
dwarven;mk_comp_spiritshot_d;485;5158;2;[2510(300)],[5192(6)];5141;1;[5158(1)],[57(5400000)];180;100;
dwarven;mk_comp_spiritshot_c;486;5159;4;[2511(300)],[5193(7)];5142;1;[5159(1)],[57(5400000)];360;100;
dwarven;mk_comp_spiritshot_b;487;5160;6;[2512(300)],[5194(12)];5143;1;[5160(1)],[57(5400000)];540;100;
dwarven;mk_comp_spiritshot_a;488;5161;7;[2513(300)],[5195(9)];5144;1;[5161(1)],[57(5400000)];720;100;
dwarven;mk_comp_spiritshot_s;489;5162;8;[2514(300)],[5196(3)];5145;1;[5162(1)],[57(5400000)];900;100;
dwarven;mk_comp_bspiritshot_d;490;5163;2;[3948(300)],[5192(15)];5147;1;[5163(1)],[57(5400000)];180;100;
dwarven;mk_comp_bspiritshot_c;491;5164;4;[3949(300)],[5193(18)];5148;1;[5164(1)],[57(5400000)];360;100;
dwarven;mk_comp_bspiritshot_b;492;5165;6;[3950(300)],[5194(30)];5149;1;[5165(1)],[57(5400000)];540;100;
dwarven;mk_comp_bspiritshot_a;493;5166;7;[3951(300)],[5195(22)];5150;1;[5166(1)],[57(5400000)];720;100;
dwarven;mk_comp_bspiritshot_s;494;5167;8;[3952(300)],[5196(7)];5151;1;[5167(1)],[57(5400000)];900;100;
dwarven;mk_knuckle_dust;495;4440;5;[4438(9)],[1890(54)],[1888(54)],[1885(27)],[1459(200)],[2131(105)];4233;1;[4440(1)],[57(5400000)];147;100;
dwarven;mk_mithril_arrow;496;5230;4;[1878(4)],[1876(1)];1344;500;[5230(1)],[57(5400000)];130;100;
dwarven;mk_reinforcing_agent;497;5231;4;[1864(10)],[1865(10)],[1869(10)];5220;1;[5231(1)],[57(5400000)];40;100;
dwarven;mk_adv_comp_soulshot_d;498;5268;2;[1463(1000)],[5192(26)];5251;1;[5268(1)],[57(5400000)];90;100;
dwarven;mk_adv_comp_soulshot_c;499;5269;4;[1464(1000)],[5193(25)];5252;1;[5269(1)],[57(5400000)];180;100;
dwarven;mk_adv_comp_soulshot_b;500;5270;6;[1465(1000)],[5194(50)];5253;1;[5270(1)],[57(5400000)];270;100;
dwarven;mk_adv_comp_soulshot_a;501;5271;7;[1466(1000)],[5195(50)];5254;1;[5271(1)],[57(5400000)];360;100;
dwarven;mk_adv_comp_soulshot_s;502;5272;8;[1467(1000)],[5196(13)];5255;1;[5272(1)],[57(5400000)];450;100;
dwarven;mk_adv_comp_spiritshot_d;503;5273;2;[2510(1000)],[5192(50)];5257;1;[5273(1)],[57(5400000)];180;100;
dwarven;mk_adv_comp_spiritshot_c;504;5274;4;[2511(1000)],[5193(58)];5258;1;[5274(1)],[57(5400000)];360;100;
dwarven;mk_adv_comp_spiritshot_b;505;5275;6;[2512(1000)],[5194(100)];5259;1;[5275(1)],[57(5400000)];540;100;
dwarven;mk_adv_comp_spiritshot_a;506;5276;7;[2513(1000)],[5195(75)];5260;1;[5276(1)],[57(5400000)];720;100;
dwarven;mk_adv_comp_spiritshot_s;507;5277;8;[2514(1000)],[5196(20)];5261;1;[5277(1)],[57(5400000)];900;100;
dwarven;mk_adv_comp_bspiritshot_d;508;5278;2;[3948(1000)],[5192(125)];5263;1;[5278(1)],[57(5400000)];180;100;
dwarven;mk_adv_comp_bspiritshot_c;509;5279;4;[3949(1000)],[5193(150)];5264;1;[5279(1)],[57(5400000)];360;100;
dwarven;mk_adv_comp_bspiritshot_b;510;5280;6;[3950(1000)],[5194(248)];5265;1;[5280(1)],[57(5400000)];540;100;
dwarven;mk_adv_comp_bspiritshot_a;511;5281;7;[3951(1000)],[5195(182)];5266;1;[5281(1)],[57(5400000)];720;100;
dwarven;mk_adv_comp_bspiritshot_s;512;5282;8;[3952(1000)],[5196(46)];5267;1;[5282(1)],[57(5400000)];900;100;
dwarven;mk_sealed_dark_crystal_leather_mail_i;513;5332;7;[5332(1)],[5478(13)],[4046(1)],[1894(100)],[1895(60)],[4043(20)],[1460(37)],[2132(73)];5297;1;[5332(1)],[57(5400000)];192;60;
dwarven;mk_sealed_dark_crystal_leather_mail_ii;514;5333;7;[5333(1)],[5478(13)],[5551(1)],[1894(180)],[1895(108)],[4043(36)],[1460(70)],[2132(67)];5297;1;[5333(1)],[57(5400000)];192;100;
dwarven;mk_sealed_tallum_leather_mail_i;515;5334;7;[5334(1)],[5479(13)],[4046(1)],[1894(132)],[1895(66)],[1889(33)],[4043(33)],[1460(56)],[2132(112)];5301;1;[5334(1)],[57(5400000)];192;60;
dwarven;mk_sealed_tallum_leather_mail_ii;516;5335;7;[5335(1)],[5479(13)],[5553(1)],[1894(260)],[1895(130)],[1889(65)],[4043(65)],[1460(99)],[2132(103)];5301;1;[5335(1)],[57(5400000)];192;100;
dwarven;mk_sealed_leather_mail_of_nightmare_i;517;5336;8;[5336(1)],[5480(14)],[4046(1)],[1894(220)],[1895(110)],[1889(55)],[4043(55)],[1461(44)],[2133(17)];5320;1;[5336(1)],[57(5400000)];201;60;
dwarven;mk_sealed_leather_mail_of_nightmare_ii;518;5337;8;[5337(1)],[5480(14)],[5553(1)],[1894(400)],[1895(200)],[1889(100)],[4043(100)],[1461(87)],[2133(17)];5320;1;[5337(1)],[57(5400000)];201;100;
dwarven;mk_sealed_majestic_leather_mail_i;519;5338;8;[5338(1)],[5481(14)],[4046(1)],[1894(220)],[1895(110)],[1889(55)],[4043(55)],[1461(44)],[2133(17)];5323;1;[5338(1)],[57(5400000)];201;60;
dwarven;mk_sealed_majestic_leather_mail_ii;520;5339;8;[5339(1)],[5481(14)],[5553(1)],[1894(400)],[1895(200)],[1889(100)],[4043(100)],[1461(87)],[2133(17)];5323;1;[5339(1)],[57(5400000)];201;100;
dwarven;mk_sealed_legging_of_dark_crystal_i;521;5340;7;[5340(1)],[5482(13)],[4046(1)],[1894(60)],[1895(36)],[4043(12)],[1460(22)],[2132(43)];5298;1;[5340(1)],[57(5400000)];192;60;
dwarven;mk_sealed_legging_of_dark_crystal_ii;522;5341;7;[5341(1)],[5482(13)],[5551(1)],[1894(100)],[1895(60)],[4043(20)],[1460(44)],[2132(39)];5298;1;[5341(1)],[57(5400000)];192;100;
dwarven;mk_sealed_tallum_tunic_i;523;5346;7;[5346(1)],[5485(13)],[4046(1)],[1894(100)],[1895(60)],[4043(20)],[1460(37)],[2132(73)];5304;1;[5346(1)],[57(5400000)];192;60;
dwarven;mk_sealed_tallum_tunic_ii;524;5347;7;[5347(1)],[5485(13)],[5551(1)],[1894(180)],[1895(108)],[4043(36)],[1460(70)],[2132(67)];5304;1;[5347(1)],[57(5400000)];192;100;
dwarven;mk_sealed_dark_crystal_robe_i;525;5348;7;[5348(1)],[5486(13)],[4046(1)],[1894(140)],[1895(70)],[1889(35)],[4043(35)],[1460(49)],[2132(112)];5308;1;[5348(1)],[57(5400000)];192;60;
dwarven;mk_sealed_dark_crystal_robe_ii;526;5349;7;[5349(1)],[5486(13)],[5553(1)],[1894(210)],[1895(126)],[1889(42)],[4043(42)],[1460(173)],[2132(103)];5308;1;[5349(1)],[57(5400000)];192;100;
dwarven;mk_sealed_robe_of_nightmare_i;527;5350;8;[5350(1)],[5487(14)],[4046(1)],[1894(204)],[1895(102)],[1889(51)],[4043(51)],[1461(53)],[2133(17)];5326;1;[5350(1)],[57(5400000)];201;60;
dwarven;mk_sealed_robe_of_nightmare_ii;528;5351;8;[5351(1)],[5487(14)],[5553(1)],[1894(400)],[1895(200)],[1889(100)],[4043(100)],[1461(87)],[2133(17)];5326;1;[5351(1)],[57(5400000)];201;100;
dwarven;mk_sealed_majestic_robe_i;529;5352;8;[5352(1)],[5488(14)],[4046(1)],[1894(204)],[1895(102)],[1889(51)],[4043(51)],[1461(53)],[2133(17)];5329;1;[5352(1)],[57(5400000)];201;60;
dwarven;mk_sealed_majestic_robe_ii;530;5353;8;[5353(1)],[5488(14)],[5553(1)],[1894(400)],[1895(200)],[1889(100)],[4043(100)],[1461(87)],[2133(17)];5329;1;[5353(1)],[57(5400000)];201;100;
dwarven;mk_sealed_tallum_hose_i;531;5354;7;[5354(1)],[5489(13)],[4046(1)],[1894(60)],[1895(36)],[4043(12)],[1460(22)],[2132(43)];5305;1;[5354(1)],[57(5400000)];192;60;
dwarven;mk_sealed_tallum_hose_ii;532;5355;7;[5355(1)],[5489(13)],[5551(1)],[1894(40)],[1895(24)],[4043(8)],[1460(21)],[2132(39)];5305;1;[5355(1)],[57(5400000)];192;100;
dwarven;mk_sealed_dark_crystal_shield_i;533;5364;7;[5364(1)],[5494(13)],[4046(1)],[1890(12)],[1888(4)],[1894(4)],[4043(4)],[1460(9)],[2132(22)];5292;1;[5364(1)],[57(5400000)];192;60;
dwarven;mk_sealed_dark_crystal_shield_ii;534;5365;7;[5365(1)],[5494(13)],[5551(1)],[1890(18)],[1888(6)],[1894(6)],[4043(6)],[1460(20)],[2132(20)];5292;1;[5365(1)],[57(5400000)];192;100;
dwarven;mk_sealed_shield_of_nightmare_i;535;5366;8;[5366(1)],[5495(14)],[4046(1)],[1890(21)],[1888(7)],[1894(7)],[4043(7)],[1461(12)],[2133(3)];5315;1;[5366(1)],[57(5400000)];201;60;
dwarven;mk_sealed_shield_of_nightmare_ii;536;5367;8;[5367(1)],[5495(14)],[5551(1)],[1890(33)],[1888(11)],[1894(11)],[4043(11)],[1461(26)],[2133(3)];5315;1;[5367(1)],[57(5400000)];201;100;
dwarven;mk_sealed_dark_crystal_boots_i;537;5368;7;[5368(1)],[5496(13)],[4046(1)],[1894(25)],[1885(15)],[4043(5)],[1460(10)],[2132(21)];5291;1;[5368(1)],[57(5400000)];192;60;
dwarven;mk_sealed_dark_crystal_boots_ii;538;5369;7;[5369(1)],[5496(13)],[5552(1)],[1894(20)],[1885(12)],[4043(4)],[1460(18)],[2132(19)];5291;1;[5369(1)],[57(5400000)];192;100;
dwarven;mk_sealed_tallum_boots_i;539;5370;7;[5370(1)],[5497(13)],[4046(1)],[1894(25)],[1885(15)],[4043(5)],[1460(10)],[2132(21)];5296;1;[5370(1)],[57(5400000)];192;60;
dwarven;mk_sealed_tallum_boots_ii;540;5371;7;[5371(1)],[5497(13)],[5552(1)],[1894(20)],[1885(12)],[4043(4)],[1460(18)],[2132(19)];5296;1;[5371(1)],[57(5400000)];192;100;
dwarven;mk_sealed_boots_of_nightmare_i;541;5380;8;[5380(1)],[5502(14)],[4046(1)],[1894(40)],[1885(24)],[4043(8)],[1461(11)],[2133(3)];5314;1;[5380(1)],[57(5400000)];201;60;
dwarven;mk_sealed_boots_of_nightmare_ii;542;5381;8;[5381(1)],[5502(14)],[5552(1)],[1894(50)],[1885(130)],[4043(10)],[1461(20)],[2133(3)];5314;1;[5381(1)],[57(5400000)];201;100;
dwarven;mk_sealed_magestic_boots_i;543;5382;8;[5382(1)],[5503(14)],[4046(1)],[1894(40)],[1885(24)],[4043(8)],[1461(11)],[2133(3)];5319;1;[5382(1)],[57(5400000)];201;60;
dwarven;mk_sealed_magestic_boots_ii;544;5383;8;[5383(1)],[5503(14)],[5552(1)],[1894(50)],[1885(130)],[4043(10)],[1461(20)],[2133(3)];5319;1;[5383(1)],[57(5400000)];201;100;
dwarven;mk_sealed_dark_crystal_gloves_i;545;5392;7;[5392(1)],[5508(13)],[4046(1)],[1894(25)],[1885(15)],[4043(5)],[1460(10)],[2132(21)];5290;1;[5392(1)],[57(5400000)];192;60;
dwarven;mk_sealed_dark_crystal_gloves_ii;546;5393;7;[5393(1)],[5508(13)],[5552(1)],[1894(20)],[1885(12)],[4043(4)],[1460(18)],[2132(19)];5290;1;[5393(1)],[57(5400000)];192;100;
dwarven;mk_sealed_tallum_gloves_i;547;5394;7;[5394(1)],[5509(13)],[4046(1)],[1894(25)],[1885(15)],[4043(5)],[1460(10)],[2132(21)];5295;1;[5394(1)],[57(5400000)];192;60;
dwarven;mk_sealed_tallum_gloves_ii;548;5395;7;[5395(1)],[5509(13)],[5552(1)],[1894(20)],[1885(12)],[4043(4)],[1460(18)],[2132(19)];5295;1;[5395(1)],[57(5400000)];192;100;
dwarven;mk_sealed_gloves_of_nightmare_i;549;5404;8;[5404(1)],[5514(14)],[4046(1)],[1894(40)],[1885(24)],[4043(8)],[1461(11)],[2133(3)];5313;1;[5404(1)],[57(5400000)];201;60;
dwarven;mk_sealed_gloves_of_nightmare_ii;550;5405;8;[5405(1)],[5514(14)],[5552(1)],[1894(50)],[1885(130)],[4043(10)],[1461(20)],[2133(3)];5313;1;[5405(1)],[57(5400000)];201;100;
dwarven;mk_sealed_magestic_gloves_i;551;5406;8;[5406(1)],[5515(14)],[4046(1)],[1894(40)],[1885(24)],[4043(8)],[1461(11)],[2133(3)];5318;1;[5406(1)],[57(5400000)];201;60;
dwarven;mk_sealed_magestic_gloves_ii;552;5407;8;[5407(1)],[5515(14)],[5552(1)],[1894(50)],[1885(130)],[4043(10)],[1461(20)],[2133(3)];5318;1;[5407(1)],[57(5400000)];201;100;
dwarven;mk_sealed_dark_crystal_breastplate_i;553;5416;7;[5416(1)],[5520(13)],[4048(3)],[1890(42)],[4043(28)],[1460(40)],[2132(101)];5287;1;[5416(1)],[57(5400000)];192;60;
dwarven;mk_sealed_dark_crystal_breastplate_ii;554;5417;7;[5417(1)],[5520(13)],[5553(3)],[1890(36)],[4043(24)],[1460(80)],[2132(93)];5287;1;[5417(1)],[57(5400000)];192;100;
dwarven;mk_sealed_tallum_plate_armor_i;555;5418;7;[5418(1)],[5521(13)],[4048(4)],[1890(54)],[1887(18)],[4043(36)],[1460(63)],[2132(156)];5293;1;[5418(1)],[57(5400000)];192;60;
dwarven;mk_sealed_tallum_plate_armor_ii;556;5419;7;[5419(1)],[5521(13)],[5553(4)],[1890(54)],[1887(18)],[4043(36)],[1460(118)],[2132(142)];5293;1;[5419(1)],[57(5400000)];192;100;
dwarven;mk_sealed_armor_of_nightmare_i;557;5420;8;[5420(1)],[5522(14)],[4048(4)],[1890(99)],[1887(33)],[4043(66)],[1461(61)],[2133(23)];5311;1;[5420(1)],[57(5400000)];201;60;
dwarven;mk_sealed_armor_of_nightmare_ii;558;5421;8;[5421(1)],[5522(14)],[5553(4)],[1890(141)],[1887(47)],[4043(94)],[1461(104)],[2133(23)];5311;1;[5421(1)],[57(5400000)];201;100;
dwarven;mk_sealed_majestic_platte_armor_i;559;5422;8;[5422(1)],[5523(14)],[4048(4)],[1890(99)],[1887(33)],[4043(66)],[1461(61)],[2133(23)];5316;1;[5422(1)],[57(5400000)];201;60;
dwarven;mk_sealed_majestic_platte_armor_ii;560;5423;8;[5423(1)],[5523(14)],[5553(4)],[1890(141)],[1887(47)],[4043(94)],[1461(104)],[2133(23)];5316;1;[5423(1)],[57(5400000)];201;100;
dwarven;mk_sealed_dark_crystal_gaiters_i;561;5424;7;[5424(1)],[5524(13)],[4048(2)],[1890(24)],[4043(16)],[1460(27)],[2132(59)];5288;1;[5424(1)],[57(5400000)];192;60;
dwarven;mk_sealed_dark_crystal_gaiters_ii;562;5425;7;[5425(1)],[5524(13)],[5553(2)],[1890(18)],[4043(12)],[1460(49)],[2132(54)];5288;1;[5425(1)],[57(5400000)];192;100;
dwarven;mk_sealed_dark_crystal_helmet_i;563;5426;7;[5426(1)],[5525(13)],[4048(1)],[1894(40)],[4043(4)],[1460(19)],[2132(33)];5289;1;[5426(1)],[57(5400000)];192;60;
dwarven;mk_sealed_dark_crystal_helmet_ii;564;5427;7;[5427(1)],[5525(13)],[5551(1)],[1894(90)],[4043(9)],[1460(32)],[2132(30)];5289;1;[5427(1)],[57(5400000)];192;100;
dwarven;mk_sealed_tallum_bonnet_i;565;5428;7;[5428(1)],[5526(13)],[4048(1)],[1894(40)],[4043(4)],[1460(19)],[2132(33)];5294;1;[5428(1)],[57(5400000)];192;60;
dwarven;mk_sealed_tallum_bonnet_ii;566;5429;7;[5429(1)],[5526(13)],[5551(1)],[1894(90)],[4043(9)],[1460(32)],[2132(30)];5294;1;[5429(1)],[57(5400000)];192;100;
dwarven;mk_sealed_helm_of_nightmare_i;567;5430;8;[5430(1)],[5527(14)],[4048(1)],[1894(80)],[4043(8)],[1461(15)],[2133(5)];5312;1;[5430(1)],[57(5400000)];201;60;
dwarven;mk_sealed_helm_of_nightmare_ii;568;5431;8;[5431(1)],[5527(14)],[5551(1)],[1894(160)],[4043(16)],[1461(27)],[2133(5)];5312;1;[5431(1)],[57(5400000)];201;100;
dwarven;mk_sealed_magestic_circlet_i;569;5432;8;[5432(1)],[5528(14)],[4048(1)],[1894(80)],[4043(8)],[1461(15)],[2133(5)];5317;1;[5432(1)],[57(5400000)];201;60;
dwarven;mk_sealed_magestic_circlet_ii;570;5433;8;[5433(1)],[5528(14)],[5551(1)],[1894(160)],[4043(16)],[1461(27)],[2133(5)];5317;1;[5433(1)],[57(5400000)];201;100;
dwarven;mk_dragon_slayer_i;571;5434;8;[5434(1)],[5529(14)],[4047(3)],[1890(156)],[1888(78)],[5550(78)],[4042(78)],[1461(195)],[2133(74)];81;1;[5434(1)],[57(5400000)];201;60;
dwarven;mk_dragon_slayer_ii;572;5435;8;[5435(1)],[5529(14)],[4047(4)],[1890(334)],[1888(167)],[5550(167)],[4042(167)],[1461(369)],[2133(74)];81;1;[5435(1)],[57(5400000)];201;100;
dwarven;mk_berserker_blade;573;5436;6;[5530(11)],[1891(3)],[1890(86)],[1888(43)],[5220(172)],[1459(375)],[2131(248)];5286;1;[5436(1)],[57(5400000)];165;100;
dwarven;mk_heavy_sword;574;5437;2;[5531(4)],[1883(3)],[1880(60)],[1879(30)],[1458(117)],[2130(34)];5285;1;[5437(1)],[57(5400000)];84;100;
dwarven;mk_meteor_shower_i;575;5438;7;[5438(1)],[5532(13)],[4045(3)],[1890(60)],[1888(60)],[1885(30)],[4042(30)],[5550(120)],[1460(215)],[2132(143)];2504;1;[5438(1)],[57(5400000)];192;60;
dwarven;mk_meteor_shower_ii;576;5439;7;[5439(1)],[5532(13)],[5554(2)],[1890(122)],[1888(122)],[1885(61)],[4042(61)],[5550(244)],[1460(415)],[2132(143)];2504;1;[5439(1)],[57(5400000)];192;100;
dwarven;mk_elysian_i;577;5440;8;[5440(1)],[5533(14)],[4045(3)],[1890(98)],[1888(98)],[1885(49)],[4042(49)],[5550(196)],[1461(194)],[2133(74)];164;1;[5440(1)],[57(5400000)];201;60;
dwarven;mk_elysian_ii;578;5441;8;[5441(1)],[5533(14)],[5554(2)],[1890(194)],[1888(194)],[1885(97)],[4042(97)],[5550(388)],[1461(370)],[2133(74)];164;1;[5441(1)],[57(5400000)];201;100;
dwarven;mk_soul_bow_i;579;5442;8;[5442(1)],[5534(14)],[4045(3)],[1890(245)],[1889(49)],[1885(49)],[4042(49)],[5550(98)],[1461(197)],[2133(74)];289;1;[5442(1)],[57(5400000)];201;60;
dwarven;mk_soul_bow_ii;580;5443;8;[5443(1)],[5534(14)],[5554(2)],[1890(490)],[1889(98)],[1885(98)],[4042(98)],[5550(196)],[1461(369)],[2133(74)];289;1;[5443(1)],[57(5400000)];201;100;
dwarven;mk_carnium_bow_i;581;5444;7;[5444(1)],[5535(13)],[4045(3)],[1890(150)],[1889(30)],[1885(30)],[4042(30)],[5550(60)],[1460(219)],[2132(143)];288;1;[5444(1)],[57(5400000)];192;60;
dwarven;mk_carnium_bow_ii;582;5445;7;[5445(1)],[5535(13)],[5554(2)],[1890(305)],[1889(61)],[1885(61)],[4042(61)],[5550(122)],[1460(421)],[2132(143)];288;1;[5445(1)],[57(5400000)];192;100;
dwarven;mk_bloody_orchid_i;583;5446;7;[5446(1)],[5536(13)],[4047(3)],[1890(82)],[1888(82)],[5550(41)],[4042(41)],[1460(193)],[2132(143)];235;1;[5446(1)],[57(5400000)];192;60;
dwarven;mk_bloody_orchid_ii;584;5447;7;[5447(1)],[5536(13)],[4047(4)],[1890(196)],[1888(196)],[5550(98)],[4042(98)],[1460(344)],[2132(143)];235;1;[5447(1)],[57(5400000)];192;100;
dwarven;mk_soul_separator_i;585;5448;8;[5448(1)],[5537(14)],[4047(3)],[1890(156)],[1888(156)],[5550(78)],[4042(78)],[1461(161)],[2133(74)];236;1;[5448(1)],[57(5400000)];201;60;
dwarven;mk_soul_separator_ii;586;5449;8;[5449(1)],[5537(14)],[4047(4)],[1890(334)],[1888(334)],[5550(167)],[4042(167)],[1461(295)],[2133(74)];236;1;[5449(1)],[57(5400000)];201;100;
dwarven;mk_dragon_grinder_i;587;5450;8;[5450(1)],[5538(14)],[4045(3)],[1890(98)],[1888(98)],[1885(49)],[4042(49)],[5550(196)],[1461(194)],[2133(74)];270;1;[5450(1)],[57(5400000)];201;60;
dwarven;mk_dragon_grinder_ii;588;5451;8;[5451(1)],[5538(14)],[5554(2)],[1890(194)],[1888(194)],[1885(97)],[4042(97)],[5550(388)],[1461(370)],[2133(74)];270;1;[5451(1)],[57(5400000)];201;100;
dwarven;mk_blood_tornado_i;589;5452;7;[5452(1)],[5539(13)],[4045(3)],[1890(60)],[1888(60)],[1885(30)],[4042(30)],[5550(120)],[1460(215)],[2132(143)];269;1;[5452(1)],[57(5400000)];192;60;
dwarven;mk_blood_tornado_ii;590;5453;7;[5453(1)],[5539(13)],[5554(2)],[1890(122)],[1888(122)],[1885(61)],[4042(61)],[5550(244)],[1460(415)],[2132(143)];269;1;[5453(1)],[57(5400000)];192;100;
dwarven;mk_tallum_glaive_i;591;5456;8;[5456(1)],[5541(14)],[4045(4)],[1890(148)],[1888(74)],[1885(37)],[4042(37)],[5550(148)],[1461(193)],[2133(74)];305;1;[5456(1)],[57(5400000)];201;60;
dwarven;mk_tallum_glaive_ii;592;5457;8;[5457(1)],[5541(14)],[5554(3)],[1890(292)],[1888(146)],[1885(73)],[4042(73)],[5550(292)],[1461(366)],[2133(74)];305;1;[5457(1)],[57(5400000)];201;100;
dwarven;mk_halbard_i;593;5458;7;[5458(1)],[5542(13)],[4045(4)],[1890(84)],[1888(42)],[1885(21)],[4042(21)],[5550(84)],[1460(222)],[2132(143)];98;1;[5458(1)],[57(5400000)];192;60;
dwarven;mk_halbard_ii;594;5459;7;[5459(1)],[5542(13)],[5554(3)],[1890(172)],[1888(86)],[1885(43)],[4042(43)],[5550(172)],[1460(419)],[2132(143)];98;1;[5459(1)],[57(5400000)];192;100;
dwarven;mk_dasparion's_staff_i;595;5460;7;[5460(1)],[5543(13)],[4045(3)],[1893(47)],[1881(94)],[1889(47)],[4042(47)],[5550(94)],[1460(216)],[2132(143)];212;1;[5460(1)],[57(5400000)];192;60;
dwarven;mk_dasparion's_staff_ii;596;5461;7;[5461(1)],[5543(13)],[5554(2)],[1893(96)],[1881(192)],[1889(96)],[4042(96)],[5550(192)],[1460(412)],[2132(143)];212;1;[5461(1)],[57(5400000)];192;100;
dwarven;mk_worldtree's_branch_i;597;5462;8;[5462(1)],[5544(14)],[4045(3)],[1893(77)],[1881(154)],[1889(77)],[4042(77)],[5550(154)],[1461(193)],[2133(74)];213;1;[5462(1)],[57(5400000)];201;60;
dwarven;mk_worldtree's_branch_ii;598;5463;8;[5463(1)],[5544(14)],[5554(2)],[1893(153)],[1881(306)],[1889(153)],[4042(153)],[5550(306)],[1461(366)],[2133(74)];213;1;[5463(1)],[57(5400000)];201;100;
dwarven;mk_dark_legion's_edge_i;599;5464;8;[5464(1)],[5545(14)],[4047(3)],[1890(156)],[1888(156)],[5550(78)],[4042(78)],[1461(161)],[2133(74)];2500;1;[5464(1)],[57(5400000)];201;60;
dwarven;mk_dark_legion's_edge_ii;600;5465;8;[5465(1)],[5545(14)],[4047(4)],[1890(334)],[1888(334)],[5550(167)],[4042(167)],[1461(295)],[2133(74)];2500;1;[5465(1)],[57(5400000)];201;100;
dwarven;mk_sword_of_miracle_i;601;5466;8;[5466(1)],[5546(14)],[4047(3)],[1890(160)],[1888(160)],[5550(80)],[4042(80)],[1461(152)],[2133(74)];151;1;[5466(1)],[57(5400000)];201;60;
dwarven;mk_sword_of_miracle_ii;602;5467;8;[5467(1)],[5546(14)],[4047(4)],[1890(320)],[1888(320)],[5550(160)],[4042(160)],[1461(372)],[2133(74)];151;1;[5467(1)],[57(5400000)];201;100;
dwarven;mk_elemental_sword_i;603;5468;7;[5468(1)],[5547(13)],[4047(3)],[1890(82)],[1888(82)],[5550(41)],[4042(41)],[1460(193)],[2132(143)];150;1;[5468(1)],[57(5400000)];192;60;
dwarven;mk_elemental_sword_ii;604;5469;7;[5469(1)],[5547(13)],[4047(4)],[1890(196)],[1888(196)],[5550(98)],[4042(98)],[1460(344)],[2132(143)];150;1;[5469(1)],[57(5400000)];192;100;
dwarven;mk_tallum_blade_i;605;5470;7;[5470(1)],[5548(13)],[4047(3)],[1890(82)],[1888(82)],[5550(41)],[4042(41)],[1460(192)],[2132(143)];80;1;[5470(1)],[57(5400000)];192;60;
dwarven;mk_tallum_blade_ii;606;5471;7;[5471(1)],[5548(13)],[4047(4)],[1890(196)],[1888(196)],[5550(98)],[4042(98)],[1460(344)],[2132(143)];80;1;[5471(1)],[57(5400000)];192;100;
dwarven;mk_iron_thread;607;5472;4;[1868(10)],[1869(5)];5549;1;[5472(1)],[57(5400000)];40;100;
dwarven;mk_reinforcing_plate;608;5473;4;[5549(5)],[1876(5)];5550;1;[5473(1)],[57(5400000)];40;100;
dwarven;mk_reorins_mold;609;5474;5;[1884(40)],[5550(10)],[1877(15)];5551;1;[5474(1)],[57(5400000)];50;100;
dwarven;mk_warsmith_mold;610;5475;6;[1891(1)],[4041(10)],[4042(5)];5552;1;[5475(1)],[57(5400000)];60;100;
dwarven;mk_arcsmith_anvil;611;5476;6;[4046(3)],[4040(20)],[4044(10)];5553;1;[5476(1)],[57(5400000)];60;100;
dwarven;mk_warsmith_holder;612;5477;6;[4045(2)],[4039(10)],[1868(20)];5554;1;[5477(1)],[57(5400000)];60;100;
dwarven;mk_sealed_phoenix's_earing_i;613;6331;7;[6331(1)],[6341(13)],[4048(1)],[1895(35)],[1887(21)],[4044(7)],[1460(18)],[2132(29)];6324;1;[6331(1)],[57(5400000)];192;70;
dwarven;mk_sealed_phoenix's_earing_ii;614;6332;7;[6332(1)],[6341(13)],[5552(1)],[1895(35)],[1887(21)],[4044(7)],[1460(27)],[2132(29)];6324;1;[6332(1)],[57(5400000)];192;100;
dwarven;mk_sealed_majestic_earing_i;615;6337;8;[6337(1)],[6342(14)],[4048(1)],[1895(65)],[1887(39)],[4044(13)],[1461(15)],[2133(5)];6327;1;[6337(1)],[57(5400000)];201;70;
dwarven;mk_sealed_majestic_earing_ii;616;6338;8;[6338(1)],[6342(14)],[5552(1)],[1895(80)],[1887(48)],[4044(16)],[1461(24)],[2133(5)];6327;1;[6338(1)],[57(5400000)];201;100;
dwarven;mk_sealed_phoenix's_necklace_i;617;6329;7;[6329(1)],[6343(13)],[4048(1)],[1895(55)],[1887(33)],[4044(11)],[1460(23)],[2132(12)];6323;1;[6329(1)],[57(5400000)];192;70;
dwarven;mk_sealed_phoenix's_necklace_ii;618;6330;7;[6330(1)],[6343(13)],[5552(1)],[1895(60)],[1887(36)],[4044(12)],[1460(37)],[2132(12)];6323;1;[6330(1)],[57(5400000)];192;100;
dwarven;mk_sealed_majestic_necklace_i;619;6335;8;[6335(1)],[6344(14)],[4048(1)],[1895(100)],[1887(60)],[4044(20)],[1461(17)],[2133(6)];6326;1;[6335(1)],[57(5400000)];201;70;
dwarven;mk_sealed_majestic_necklace_ii;620;6336;8;[6336(1)],[6344(14)],[5552(1)],[1895(120)],[1887(72)],[4044(24)],[1461(34)],[2133(6)];6326;1;[6336(1)],[57(5400000)];201;100;
dwarven;mk_sealed_phoenix's_ring_i;621;6333;7;[6333(1)],[6345(13)],[1892(1)],[1895(30)],[1887(18)],[4044(6)],[1460(11)],[2132(18)];6325;1;[6333(1)],[57(5400000)];192;70;
dwarven;mk_sealed_phoenix's_ring_ii;622;6334;7;[6334(1)],[6345(13)],[4048(1)],[1895(40)],[1887(24)],[4044(8)],[1460(17)],[2132(18)];6325;1;[6334(1)],[57(5400000)];192;100;
dwarven;mk_sealed_majestic_ring_i;623;6339;8;[6339(1)],[6346(14)],[1892(1)],[1895(45)],[1887(27)],[4044(9)],[1461(12)],[2133(3)];6328;1;[6339(1)],[57(5400000)];201;70;
dwarven;mk_sealed_majestic_ring_ii;624;6340;8;[6340(1)],[6346(14)],[4048(1)],[1895(70)],[1887(42)],[4044(14)],[1461(15)],[2133(3)];6328;1;[6340(1)],[57(5400000)];201;100;
dwarven;mk_shining_arrow;625;6901;5;[1876(2)],[1878(4)];1345;500;[6901(1)],[57(5400000)];150;100;
dwarven;mk_forgotten_blade_i;626;6881;9;[6881(1)],[6688(17)],[5554(4)],[1890(264)],[1888(264)],[5550(132)],[4042(132)],[1462(211)],[2134(43)];6364;1;[6881(1)],[57(5400000)];225;60;
dwarven;mk_forgotten_blade_ii;627;6882;9;[6882(1)],[6688(17)],[5554(8)],[1890(486)],[1888(486)],[5550(243)],[4042(243)],[1462(399)],[2134(43)];6364;1;[6882(1)],[57(5400000)];225;100;
dwarven;mk_basalt_battlehammer_i;628;6883;9;[6883(1)],[6689(17)],[5554(4)],[1890(154)],[1888(154)],[5550(308)],[4042(77)],[1462(211)],[2134(43)];6365;1;[6883(1)],[57(5400000)];225;60;
dwarven;mk_basalt_battlehammer_ii;629;6884;9;[6884(1)],[6689(17)],[5554(8)],[1890(284)],[1888(284)],[5550(568)],[4042(142)],[1462(398)],[2134(43)];6365;1;[6884(1)],[57(5400000)];225;100;
dwarven;mk_imperial_staff_i;630;6885;9;[6885(1)],[6690(17)],[5554(4)],[1893(121)],[5550(242)],[1889(121)],[1881(242)],[4042(121)],[1462(210)],[2134(43)];6366;1;[6885(1)],[57(5400000)];225;60;
dwarven;mk_imperial_staff_ii;631;6886;9;[6886(1)],[6690(17)],[5554(8)],[1893(222)],[5550(444)],[1889(222)],[1881(444)],[4042(222)],[1462(400)],[2134(43)];6366;1;[6886(1)],[57(5400000)];225;100;
dwarven;mk_angel_slayer_i;632;6887;9;[6887(1)],[6691(17)],[5554(4)],[1890(264)],[1888(264)],[5550(132)],[4042(132)],[1462(211)],[2134(43)];6367;1;[6887(1)],[57(5400000)];225;60;
dwarven;mk_angel_slayer_ii;633;6888;9;[6888(1)],[6691(17)],[5554(8)],[1890(486)],[1888(486)],[5550(243)],[4042(243)],[1462(399)],[2134(43)];6367;1;[6888(1)],[57(5400000)];225;100;
dwarven;mk_shining_bow_i;634;6889;9;[6889(1)],[6692(17)],[5554(4)],[1890(375)],[1888(75)],[5550(150)],[4042(75)],[1462(212)],[2134(43)];6368;1;[6889(1)],[57(5400000)];225;60;
dwarven;mk_shining_bow_ii;635;6890;9;[6890(1)],[6692(17)],[5554(8)],[1890(695)],[1888(139)],[5550(278)],[4042(139)],[1462(397)],[2134(43)];6368;1;[6890(1)],[57(5400000)];225;100;
dwarven;mk_dragon_hunter_axe_i;636;6891;9;[6891(1)],[6693(17)],[5554(4)],[1890(248)],[1888(124)],[5550(248)],[4042(62)],[1462(214)],[2134(43)];6369;1;[6891(1)],[57(5400000)];225;60;
dwarven;mk_dragon_hunter_axe_ii;637;6892;9;[6892(1)],[6693(17)],[5554(8)],[1890(464)],[1888(232)],[5550(464)],[4042(116)],[1462(395)],[2134(43)];6369;1;[6892(1)],[57(5400000)];225;100;
dwarven;mk_saint_spear_i;638;6893;9;[6893(1)],[6694(17)],[5554(4)],[1890(248)],[1888(124)],[5550(248)],[4042(62)],[1462(214)],[2134(43)];6370;1;[6893(1)],[57(5400000)];225;60;
dwarven;mk_saint_spear_ii;639;6894;9;[6894(1)],[6694(17)],[5554(8)],[1890(464)],[1888(232)],[5550(464)],[4042(116)],[1462(395)],[2134(43)];6370;1;[6894(1)],[57(5400000)];225;100;
dwarven;mk_demon_splinter_i;640;6895;9;[6895(1)],[6695(17)],[5554(4)],[1890(154)],[1888(154)],[5550(308)],[4042(77)],[1462(211)],[2134(43)];6371;1;[6895(1)],[57(5400000)];225;60;
dwarven;mk_demon_splinter_ii;641;6896;9;[6896(1)],[6695(17)],[5554(8)],[1890(284)],[1888(284)],[5550(568)],[4042(142)],[1462(398)],[2134(43)];6371;1;[6896(1)],[57(5400000)];225;100;
dwarven;mk_heavens_divider_i;642;6897;9;[6897(1)],[6696(17)],[5554(4)],[1890(292)],[1888(146)],[5550(146)],[4042(146)],[1462(212)],[2134(43)];6372;1;[6897(1)],[57(5400000)];225;60;
dwarven;mk_heavens_divider_ii;643;6898;9;[6898(1)],[6696(17)],[5554(8)],[1890(540)],[1888(270)],[5550(270)],[4042(270)],[1462(399)],[2134(43)];6372;1;[6898(1)],[57(5400000)];225;100;
dwarven;mk_arcana_mace_i;644;6899;9;[6899(1)],[6697(17)],[5554(4)],[1890(154)],[1888(154)],[5550(308)],[4042(77)],[1462(211)],[2134(43)];6579;1;[6899(1)],[57(5400000)];225;60;
dwarven;mk_arcana_mace_ii;645;6900;9;[6900(1)],[6697(17)],[5554(8)],[1890(284)],[1888(284)],[5550(568)],[4042(142)],[1462(398)],[2134(43)];6579;1;[6900(1)],[57(5400000)];225;100;
dwarven;mk_sealed_sanddragon's_earing_i;646;6847;9;[6847(1)],[6698(17)],[5552(1)],[1895(105)],[1887(63)],[4044(21)],[1462(18)],[2134(3)];6724;1;[6847(1)],[57(5400000)];225;70;
dwarven;mk_sealed_sanddragon's_earing_ii;647;6848;9;[6848(1)],[6698(17)],[5552(1)],[1895(195)],[1887(117)],[4044(39)],[1462(29)],[2134(3)];6724;1;[6848(1)],[57(5400000)];225;100;
dwarven;mk_sealed_ring_of_aurakyria_i;648;6849;9;[6849(1)],[6699(17)],[4048(1)],[1895(85)],[1887(51)],[4044(17)],[1462(12)],[2134(2)];6725;1;[6849(1)],[57(5400000)];225;70;
dwarven;mk_sealed_ring_of_aurakyria_ii;649;6850;9;[6850(1)],[6699(17)],[4048(1)],[1895(145)],[1887(87)],[4044(29)],[1462(20)],[2134(2)];6725;1;[6850(1)],[57(5400000)];225;100;
dwarven;mk_sealed_dragon_necklace_i;650;6851;9;[6851(1)],[6700(17)],[5552(1)],[1895(160)],[1887(96)],[4044(32)],[1462(24)],[2134(4)];6726;1;[6851(1)],[57(5400000)];225;70;
dwarven;mk_sealed_dragon_necklace_ii;651;6852;9;[6852(1)],[6700(17)],[5552(1)],[1895(280)],[1887(168)],[4044(56)],[1462(39)],[2134(4)];6726;1;[6852(1)],[57(5400000)];225;100;
dwarven;mk_sealed_imperial_crusader_armor_i;652;6853;9;[6853(1)],[6701(17)],[5553(3)],[1890(117)],[4043(78)],[1462(62)],[2134(11)];6674;1;[6853(1)],[57(5400000)];225;60;
dwarven;mk_sealed_imperial_crusader_armor_ii;653;6854;9;[6854(1)],[6701(17)],[5553(4)],[1890(273)],[4043(182)],[1462(117)],[2134(11)];6674;1;[6854(1)],[57(5400000)];225;100;
dwarven;mk_sealed_imperial_crusader_gaiters_i;654;6855;9;[6855(1)],[6702(17)],[5553(2)],[1890(72)],[4043(48)],[1462(37)],[2134(6)];6675;1;[6855(1)],[57(5400000)];225;60;
dwarven;mk_sealed_imperial_crusader_gaiters_ii;655;6856;9;[6856(1)],[6702(17)],[5553(3)],[1890(156)],[4043(104)],[1462(73)],[2134(6)];6675;1;[6856(1)],[57(5400000)];225;100;
dwarven;mk_sealed_imperial_crusader_gauntlet_i;656;6857;9;[6857(1)],[6703(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)];6676;1;[6857(1)],[57(5400000)];225;60;
dwarven;mk_sealed_imperial_crusader_gauntlet_ii;657;6858;9;[6858(1)],[6703(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)];6676;1;[6858(1)],[57(5400000)];225;100;
dwarven;mk_sealed_imperial_crusader_boots_i;658;6859;9;[6859(1)],[6704(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)];6677;1;[6859(1)],[57(5400000)];225;60;
dwarven;mk_sealed_imperial_crusader_boots_ii;659;6860;9;[6860(1)],[6704(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)];6677;1;[6860(1)],[57(5400000)];225;100;
dwarven;mk_sealed_imperial_crusader_shield_i;660;6861;9;[6861(1)],[6705(17)],[5551(1)],[1890(36)],[1888(12)],[4043(12)],[1462(17)],[2134(2)];6678;1;[6861(1)],[57(5400000)];225;60;
dwarven;mk_sealed_imperial_crusader_shield_ii;661;6862;9;[6862(1)],[6705(17)],[5551(1)],[1890(87)],[1888(29)],[4043(29)],[1462(32)],[2134(2)];6678;1;[6862(1)],[57(5400000)];225;100;
dwarven;mk_sealed_imperial_crusader_helmet_i;662;6863;9;[6863(1)],[6706(17)],[5551(1)],[1462(25)],[2134(4)];6679;1;[6863(1)],[57(5400000)];225;60;
dwarven;mk_sealed_imperial_crusader_helmet_ii;663;6864;9;[6864(1)],[6706(17)],[5551(1)],[4043(37)],[1462(43)],[2134(4)];6679;1;[6864(1)],[57(5400000)];225;100;
dwarven;mk_sealed_draconic_leather_armor_i;664;6865;9;[6865(1)],[6707(17)],[5553(3)],[1895(168)],[1889(84)],[4043(84)],[1462(75)],[2134(14)];6680;1;[6865(1)],[57(5400000)];225;60;
dwarven;mk_sealed_draconic_leather_armor_ii;665;6866;9;[6866(1)],[6707(17)],[5553(6)],[1895(304)],[1889(152)],[4043(152)],[1462(144)],[2134(14)];6680;1;[6866(1)],[57(5400000)];225;100;
dwarven;mk_sealed_draconic_leather_gloves_i;666;6867;9;[6867(1)],[6708(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)];6681;1;[6867(1)],[57(5400000)];225;60;
dwarven;mk_sealed_draconic_leather_gloves_ii;667;6868;9;[6868(1)],[6708(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)];6681;1;[6868(1)],[57(5400000)];225;100;
dwarven;mk_sealed_draconic_leather_boots_i;668;6869;9;[6869(1)],[6709(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)];6682;1;[6869(1)],[57(5400000)];225;60;
dwarven;mk_sealed_draconic_leather_boots_ii;669;6870;9;[6870(1)],[6709(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)];6682;1;[6870(1)],[57(5400000)];225;100;
dwarven;mk_sealed_draconic_leather_helmet_i;670;6871;9;[6871(1)],[6710(17)],[5551(1)],[1462(25)],[2134(4)];6683;1;[6871(1)],[57(5400000)];225;60;
dwarven;mk_sealed_draconic_leather_helmet_ii;671;6872;9;[6872(1)],[6710(17)],[5551(1)],[4043(37)],[1462(43)],[2134(4)];6683;1;[6872(1)],[57(5400000)];225;100;
dwarven;mk_sealed_major_arcana_robe_i;672;6873;9;[6873(1)],[6711(17)],[5553(3)],[1895(168)],[1889(84)],[4043(84)],[1462(75)],[2134(14)];6684;1;[6873(1)],[57(5400000)];225;60;
dwarven;mk_sealed_major_arcana_robe_ii;673;6874;9;[6874(1)],[6711(17)],[5553(6)],[1895(304)],[1889(152)],[4043(152)],[1462(144)],[2134(14)];6684;1;[6874(1)],[57(5400000)];225;100;
dwarven;mk_sealed_major_arcana_gloves_i;674;6875;9;[6875(1)],[6712(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)];6685;1;[6875(1)],[57(5400000)];225;60;
dwarven;mk_sealed_major_arcana_gloves_ii;675;6876;9;[6876(1)],[6712(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)];6685;1;[6876(1)],[57(5400000)];225;100;
dwarven;mk_sealed_major_arcana_boots_i;676;6877;9;[6877(1)],[6713(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)];6686;1;[6877(1)],[57(5400000)];225;60;
dwarven;mk_sealed_major_arcana_boots_ii;677;6878;9;[6878(1)],[6713(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)];6686;1;[6878(1)],[57(5400000)];225;100;
dwarven;mk_sealed_major_arcana_hood_i;678;6879;9;[6879(1)],[6714(17)],[5551(1)],[1462(25)],[2134(4)];6687;1;[6879(1)],[57(5400000)];225;60;
dwarven;mk_sealed_major_arcana_hood_ii;679;6880;9;[6880(1)],[6714(17)],[5551(1)],[4043(37)],[1462(43)],[2134(4)];6687;1;[6880(1)],[57(5400000)];225;100;
common;mk_fish_oil_average;680;6920;2;[6908(4)];6909;1;[6920(1)],[57(5400000)];75;100;
common;mk_fish_oil_high;681;6921;3;[6909(4)];6910;1;[6921(1)],[57(5400000)];99;100;
common;mk_party_mask;682;6922;4;[6922(1)],[6904(20)],[6913(300)],[6914(150)];5808;1;[6922(1)],[57(5400000)];138;100;
common;mk_hair_pin_of_lady;683;6923;4;[6923(1)],[6905(20)],[6913(300)],[6914(150)];6844;1;[6923(1)],[57(5400000)];138;100;
common;mk_eye_bandage_of_pirate;684;6924;4;[6924(1)],[6906(20)],[6913(300)],[6914(150)];6845;1;[6924(1)],[57(5400000)];138;100;
common;mk_monocle;685;6925;4;[6925(1)],[6907(20)],[6913(300)],[6914(150)];6846;1;[6925(1)],[57(5400000)];138;100;
common;mk_lesser_healing_potion;686;6926;1;[6908(2)];1060;1;[6926(1)],[57(5400000)];30;100;
common;mk_healing_potion;687;6927;2;[6908(2)],[6911(1)];1061;1;[6927(1)],[57(5400000)];90;100;
common;mk_greater_healing_potion;688;6928;5;[6908(3)],[6911(3)];1539;1;[6928(1)],[57(5400000)];150;100;
common;mk_antidote;689;6929;1;[6908(2)];1831;1;[6929(1)],[57(5400000)];45;100;
common;mk_advanced_antidote;690;6930;2;[6908(3)];1832;1;[6930(1)],[57(5400000)];90;100;
common;mk_bandage;691;6931;1;[6908(2)];1833;1;[6931(1)],[57(5400000)];45;100;
common;mk_emergency_dressing;692;6932;2;[6908(3)];1834;1;[6932(1)],[57(5400000)];90;100;
common;mk_quick_step_potion;693;6933;1;[6908(4)],[6911(4)];734;1;[6933(1)],[57(5400000)];60;100;
common;mk_swift_attack_potion;694;6934;1;[6908(5)],[6911(9)];735;1;[6934(1)],[57(5400000)];60;100;
common;mk_adv_quick_step_potion;695;6935;3;[6909(4)],[6911(7)];1374;1;[6935(1)],[57(5400000)];120;100;
common;mk_adv_swift_attack_potion;696;6936;3;[6909(10)],[6911(12)];1375;1;[6936(1)],[57(5400000)];120;100;
common;mk_potion_of_acumen2;697;6937;1;[6908(10)],[6911(7)];6035;1;[6937(1)],[57(5400000)];60;100;
common;mk_potion_of_acumen3;698;6938;3;[6909(10)],[6911(12)];6036;1;[6938(1)],[57(5400000)];120;100;
common;mk_bighead_potion;699;6939;2;[6939(1)],[6909(10)],[6911(28)];5234;1;[6939(1)],[57(5400000)];96;100;
common;mk_masktype_a_potion;700;6940;3;[6940(1)],[6909(6)],[6911(50)],[6912(15)];5235;1;[6940(1)],[57(5400000)];114;100;
common;mk_masktype_b_potion;701;6941;3;[6941(1)],[6909(6)],[6911(50)],[6912(15)];5236;1;[6941(1)],[57(5400000)];114;100;
common;mk_masktype_c_potion;702;6942;3;[6942(1)],[6909(6)],[6911(50)],[6912(15)];5237;1;[6942(1)],[57(5400000)];114;100;
common;mk_haircolor_a_potion;703;6943;3;[6943(1)],[6909(6)],[6911(50)],[6912(15)];5238;1;[6943(1)],[57(5400000)];114;100;
common;mk_haircolor_b_potion;704;6944;3;[6944(1)],[6909(6)],[6911(50)],[6912(15)];5239;1;[6944(1)],[57(5400000)];114;100;
common;mk_haircolor_c_potion;705;6945;3;[6945(1)],[6909(6)],[6911(50)],[6912(15)];5240;1;[6945(1)],[57(5400000)];114;100;
common;mk_haircolor_d_potion;706;6946;3;[6946(1)],[6909(6)],[6911(50)],[6912(15)];5241;1;[6946(1)],[57(5400000)];114;100;
common;mk_hairstyle_a_potion;707;6947;3;[6947(1)],[6909(6)],[6911(50)],[6912(15)];5242;1;[6947(1)],[57(5400000)];114;100;
common;mk_hairstyle_b_potion;708;6948;3;[6948(1)],[6909(6)],[6911(50)],[6912(15)];5243;1;[6948(1)],[57(5400000)];114;100;
common;mk_hairstyle_c_potion;709;6949;3;[6949(1)],[6909(6)],[6911(50)],[6912(15)];5244;1;[6949(1)],[57(5400000)];114;100;
common;mk_hairstyle_d_potion;710;6950;3;[6950(1)],[6909(6)],[6911(50)],[6912(15)];5245;1;[6950(1)],[57(5400000)];114;100;
common;mk_hairstyle_e_potion;711;6951;3;[6951(1)],[6909(6)],[6911(50)],[6912(15)];5246;1;[6951(1)],[57(5400000)];114;100;
common;mk_hairstyle_f_potion;712;6952;3;[6952(1)],[6909(6)],[6911(50)],[6912(15)];5247;1;[6952(1)],[57(5400000)];114;100;
common;mk_hairstyle_g_potion;713;6953;3;[6953(1)],[6909(6)],[6911(50)],[6912(15)];5248;1;[6953(1)],[57(5400000)];114;100;
common;mk_dye_s1c1_d;714;6954;4;[6954(1)],[6909(10)],[6915(70)],[6916(10)];4469;1;[6954(1)],[57(5400000)];126;100;
common;mk_dye_s1d1_d;715;6955;4;[6955(1)],[6909(10)],[6915(70)],[6916(10)];4470;1;[6955(1)],[57(5400000)];126;100;
common;mk_dye_c1s1_d;716;6956;4;[6956(1)],[6909(10)],[6915(70)],[6916(10)];4471;1;[6956(1)],[57(5400000)];126;100;
common;mk_dye_c1d1_d;717;6957;4;[6957(1)],[6909(10)],[6915(70)],[6916(10)];4472;1;[6957(1)],[57(5400000)];126;100;
common;mk_dye_d1s1_d;718;6958;4;[6958(1)],[6909(10)],[6915(70)],[6916(10)];4473;1;[6958(1)],[57(5400000)];126;100;
common;mk_dye_d1c1_d;719;6959;4;[6959(1)],[6909(10)],[6915(70)],[6916(10)];4474;1;[6959(1)],[57(5400000)];126;100;
common;mk_dye_i1m1_d;720;6960;4;[6960(1)],[6909(10)],[6915(70)],[6916(10)];4475;1;[6960(1)],[57(5400000)];126;100;
common;mk_dye_i1w1_d;721;6961;4;[6961(1)],[6909(10)],[6915(70)],[6916(10)];4476;1;[6961(1)],[57(5400000)];126;100;
common;mk_dye_m1i1_d;722;6962;4;[6962(1)],[6909(10)],[6915(70)],[6916(10)];4477;1;[6962(1)],[57(5400000)];126;100;
common;mk_dye_m1w1_d;723;6963;4;[6963(1)],[6909(10)],[6915(70)],[6916(10)];4478;1;[6963(1)],[57(5400000)];126;100;
common;mk_dye_w1i1_d;724;6964;4;[6964(1)],[6909(10)],[6915(70)],[6916(10)];4479;1;[6964(1)],[57(5400000)];126;100;
common;mk_dye_w1m1_d;725;6965;4;[6965(1)],[6909(10)],[6915(70)],[6916(10)];4480;1;[6965(1)],[57(5400000)];126;100;
common;mk_dye_s1c1_c;726;6966;4;[6966(1)],[6910(5)],[6915(90)],[6916(15)];4553;1;[6966(1)],[57(5400000)];138;100;
common;mk_dye_s1d1_c;727;6967;4;[6967(1)],[6910(5)],[6915(90)],[6916(15)];4554;1;[6967(1)],[57(5400000)];138;100;
common;mk_dye_c1s1_c;728;6968;4;[6968(1)],[6910(5)],[6915(90)],[6916(15)];4555;1;[6968(1)],[57(5400000)];138;100;
common;mk_dye_c1c1_c;729;6969;4;[6969(1)],[6910(5)],[6915(90)],[6916(15)];4556;1;[6969(1)],[57(5400000)];138;100;
common;mk_dye_d1s1_c;730;6970;4;[6970(1)],[6910(5)],[6915(90)],[6916(15)];4557;1;[6970(1)],[57(5400000)];138;100;
common;mk_dye_d1c1_c;731;6971;4;[6971(1)],[6910(5)],[6915(90)],[6916(15)];4558;1;[6971(1)],[57(5400000)];138;100;
common;mk_dye_i1m1_c;732;6972;4;[6972(1)],[6910(5)],[6915(90)],[6916(15)];4559;1;[6972(1)],[57(5400000)];138;100;
common;mk_dye_i1w1_c;733;6973;4;[6973(1)],[6910(5)],[6915(90)],[6916(15)];4560;1;[6973(1)],[57(5400000)];138;100;
common;mk_dye_m1i1_c;734;6974;4;[6974(1)],[6910(5)],[6915(90)],[6916(15)];4561;1;[6974(1)],[57(5400000)];138;100;
common;mk_dye_m1w1_c;735;6975;4;[6975(1)],[6910(5)],[6915(90)],[6916(15)];4562;1;[6975(1)],[57(5400000)];138;100;
common;mk_dye_w1i1_c;736;6976;4;[6976(1)],[6910(5)],[6915(90)],[6916(15)];4563;1;[6976(1)],[57(5400000)];138;100;
common;mk_dye_w1m1_c;737;6977;4;[6977(1)],[6910(5)],[6915(90)],[6916(15)];4564;1;[6977(1)],[57(5400000)];138;100;
common;mk_dye_s2c2_c;738;6978;5;[6978(1)],[6910(7)],[6915(98)],[6916(22)];4589;1;[6978(1)],[57(5400000)];147;100;
common;mk_dye_s2d2_c;739;6979;5;[6979(1)],[6910(7)],[6915(98)],[6916(22)];4590;1;[6979(1)],[57(5400000)];147;100;
common;mk_dye_c2s2_c;740;6980;5;[6980(1)],[6910(7)],[6915(98)],[6916(22)];4591;1;[6980(1)],[57(5400000)];147;100;
common;mk_dye_c2c2_c;741;6981;5;[6981(1)],[6910(7)],[6915(98)],[6916(22)];4592;1;[6981(1)],[57(5400000)];147;100;
common;mk_dye_d2s2_c;742;6982;5;[6982(1)],[6910(7)],[6915(98)],[6916(22)];4593;1;[6982(1)],[57(5400000)];147;100;
common;mk_dye_d2c2_c;743;6983;5;[6983(1)],[6910(7)],[6915(98)],[6916(22)];4594;1;[6983(1)],[57(5400000)];147;100;
common;mk_dye_i2m2_c;744;6984;5;[6984(1)],[6910(7)],[6915(98)],[6916(22)];4595;1;[6984(1)],[57(5400000)];147;100;
common;mk_dye_i2w2_c;745;6985;5;[6985(1)],[6910(7)],[6915(98)],[6916(22)];4596;1;[6985(1)],[57(5400000)];147;100;
common;mk_dye_m2i2_c;746;6986;5;[6986(1)],[6910(7)],[6915(98)],[6916(22)];4597;1;[6986(1)],[57(5400000)];147;100;
common;mk_dye_m2w2_c;747;6987;5;[6987(1)],[6910(7)],[6915(98)],[6916(22)];4598;1;[6987(1)],[57(5400000)];147;100;
common;mk_dye_w2i2_c;748;6988;5;[6988(1)],[6910(7)],[6915(98)],[6916(22)];4599;1;[6988(1)],[57(5400000)];147;100;
common;mk_dye_w2m2_c;749;6989;5;[6989(1)],[6910(7)],[6915(98)],[6916(22)];4600;1;[6989(1)],[57(5400000)];147;100;
common;mk_dye_s3c3_c;750;6990;5;[6990(1)],[6910(12)],[6915(130)],[6916(40)];4601;1;[6990(1)],[57(5400000)];156;100;
common;mk_dye_s3d3_c;751;6991;5;[6991(1)],[6910(12)],[6915(130)],[6916(40)];4602;1;[6991(1)],[57(5400000)];156;100;
common;mk_dye_c3s3_c;752;6992;5;[6992(1)],[6910(12)],[6915(130)],[6916(40)];4603;1;[6992(1)],[57(5400000)];156;100;
common;mk_dye_c3c3_c;753;6993;5;[6993(1)],[6910(12)],[6915(130)],[6916(40)];4604;1;[6993(1)],[57(5400000)];156;100;
common;mk_dye_d3s3_c;754;6994;5;[6994(1)],[6910(12)],[6915(130)],[6916(40)];4605;1;[6994(1)],[57(5400000)];156;100;
common;mk_dye_d3c3_c;755;6995;5;[6995(1)],[6910(12)],[6915(130)],[6916(40)];4606;1;[6995(1)],[57(5400000)];156;100;
common;mk_dye_i3m3_c;756;6996;5;[6996(1)],[6910(12)],[6915(130)],[6916(40)];4607;1;[6996(1)],[57(5400000)];156;100;
common;mk_dye_i3w3_c;757;6997;5;[6997(1)],[6910(12)],[6915(130)],[6916(40)];4608;1;[6997(1)],[57(5400000)];156;100;
common;mk_dye_m3i3_c;758;6998;5;[6998(1)],[6910(12)],[6915(130)],[6916(40)];4609;1;[6998(1)],[57(5400000)];156;100;
common;mk_dye_m3w3_c;759;6999;5;[6999(1)],[6910(12)],[6915(130)],[6916(40)];4610;1;[6999(1)],[57(5400000)];156;100;
common;mk_dye_w3i3_c;760;7000;5;[7000(1)],[6910(12)],[6915(130)],[6916(40)];4611;1;[7000(1)],[57(5400000)];156;100;
common;mk_dye_w3m3_c;761;7001;5;[7001(1)],[6910(12)],[6915(130)],[6916(40)];4612;1;[7001(1)],[57(5400000)];156;100;
common;mk_dye_s4c4_c;762;7002;6;[7002(1)],[6910(16)],[6915(230)],[6916(60)];4613;1;[7002(1)],[57(5400000)];168;100;
common;mk_dye_s4d4_c;763;7003;6;[7003(1)],[6910(16)],[6915(230)],[6916(60)];4614;1;[7003(1)],[57(5400000)];168;100;
common;mk_dye_c4s4_c;764;7004;6;[7004(1)],[6910(16)],[6915(230)],[6916(60)];4615;1;[7004(1)],[57(5400000)];168;100;
common;mk_dye_c4c4_c;765;7005;6;[7005(1)],[6910(16)],[6915(230)],[6916(60)];4616;1;[7005(1)],[57(5400000)];168;100;
common;mk_dye_d4s4_c;766;7006;6;[7006(1)],[6910(16)],[6915(230)],[6916(60)];4617;1;[7006(1)],[57(5400000)];168;100;
common;mk_dye_d4c4_c;767;7007;6;[7007(1)],[6910(16)],[6915(230)],[6916(60)];4618;1;[7007(1)],[57(5400000)];168;100;
common;mk_dye_i4m4_c;768;7008;6;[7008(1)],[6910(16)],[6915(230)],[6916(60)];4619;1;[7008(1)],[57(5400000)];168;100;
common;mk_dye_i4w4_c;769;7009;6;[7009(1)],[6910(16)],[6915(230)],[6916(60)];4620;1;[7009(1)],[57(5400000)];168;100;
common;mk_dye_m4i4_c;770;7010;6;[7010(1)],[6910(16)],[6915(230)],[6916(60)];4621;1;[7010(1)],[57(5400000)];168;100;
common;mk_dye_m4w4_c;771;7011;6;[7011(1)],[6910(16)],[6915(230)],[6916(60)];4622;1;[7011(1)],[57(5400000)];168;100;
common;mk_dye_w4i4_c;772;7012;6;[7012(1)],[6910(16)],[6915(230)],[6916(60)];4623;1;[7012(1)],[57(5400000)];168;100;
common;mk_dye_w4m4_c;773;7013;6;[7013(1)],[6910(16)],[6915(230)],[6916(60)];4624;1;[7013(1)],[57(5400000)];168;100;
dwarven;mk_draconic_bow_i;774;7580;9;[7580(1)],[7579(17)],[5554(4)],[1890(375)],[1888(75)],[5550(150)],[4042(75)],[1462(212)],[2134(43)];7575;1;[7580(1)],[57(5400000)];225;60;
dwarven;mk_draconic_bow_ii;775;7581;9;[7581(1)],[7579(17)],[5554(8)],[1890(695)],[1888(139)],[5550(278)],[4042(139)],[1462(397)],[2134(43)];7575;1;[7581(1)],[57(5400000)];225;100;
common;mk_racoon_ear;776;7689;4;[7689(1)],[7684(20)],[6913(300)],[6914(150)];7680;1;[7689(1)],[57(5400000)];138;100;
common;mk_outlaw_eyepatch;777;7690;4;[7690(1)],[7685(20)],[6913(300)],[6914(150)];7681;1;[7690(1)],[57(5400000)];138;100;
common;mk_maidens_hairpin;778;7691;4;[7691(1)],[7686(20)],[6913(300)],[6914(150)];7682;1;[7691(1)],[57(5400000)];138;100;
common;mk_rabbit_ear;779;7692;4;[7692(1)],[7687(20)],[6913(300)],[6914(150)];7683;1;[7692(1)],[57(5400000)];138;100;
common;mk_cat_ear;780;7693;4;[7693(1)],[7688(20)],[6913(300)],[6914(150)];6843;1;[7693(1)],[57(5400000)];138;100;
common;mk_forget_me_not_hairpin;781;7699;4;[7699(1)],[7697(20)],[6913(300)],[6914(150)];7695;1;[7699(1)],[57(5400000)];138;100;
common;mk_daisy_hairpin;782;7700;4;[7700(1)],[7698(20)],[6913(300)],[6914(150)];7696;1;[7700(1)],[57(5400000)];138;100;
dwarven;mk_iron_sword;783;8294;2;[8327(4)],[1883(3)],[1880(60)],[1879(30)],[1458(117)],[2130(34)];7880;1;[8294(1)],[57(5400000)];84;100;
dwarven;mk_sword_of_priest;784;8301;2;[8332(4)],[1883(2)],[1880(50)],[1879(50)],[1458(117)],[2130(34)];7885;1;[8301(1)],[57(5400000)];84;100;
dwarven;mk_giants_sword;785;8295;3;[8328(7)],[1883(3)],[1880(210)],[1879(105)],[1458(430)],[2130(139)];7881;1;[8295(1)],[57(5400000)];120;100;
dwarven;mk_sword_of_magic_fog;786;8302;3;[8333(7)],[1883(2)],[1880(172)],[1879(172)],[1458(430)],[2130(139)];7886;1;[8302(1)],[57(5400000)];120;100;
dwarven;mk_mace_of_priest;787;8307;3;[8337(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)];7890;1;[8307(1)],[57(5400000)];120;100;
dwarven;mk_giants_hammer;788;8317;3;[8343(7)],[1880(176)],[1879(88)],[1885(44)],[1458(430)],[2130(139)];7896;1;[8317(1)],[57(5400000)];120;100;
dwarven;mk_sword_of_paagrio;789;8296;5;[8329(10)],[1891(3)],[1890(52)],[1888(26)],[5220(104)],[1459(300)],[2131(166)];7882;1;[8296(1)],[57(5400000)];156;100;
dwarven;mk_horn_of_karik;790;8319;5;[8345(10)],[1890(72)],[1888(36)],[1885(18)],[5220(90)],[1459(300)],[2131(166)];7898;1;[8319(1)],[57(5400000)];156;100;
dwarven;mk_mystery_sword;791;8303;4;[8334(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)];7887;1;[8303(1)],[57(5400000)];138;100;
dwarven;mk_sword_of_eclipse;792;8304;6;[8335(11)],[1891(2)],[1890(76)],[1888(76)],[5220(152)],[1459(410)],[2131(248)];7888;1;[8304(1)],[57(5400000)];165;100;
dwarven;mk_eclipse_axe;793;8308;6;[8338(11)],[1890(80)],[1888(80)],[1885(40)],[5220(160)],[1459(410)],[2131(248)];7891;1;[8308(1)],[57(5400000)];165;100;
dwarven;mk_spell_breaker_i;794;8310;6;[8310(1)],[8339(12)],[1890(80)],[1888(80)],[1885(40)],[4042(40)],[1459(325)],[2132(62)];7892;1;[8310(1)],[57(5400000)];174;60;
dwarven;mk_spell_breaker_ii;795;8309;6;[8309(1)],[8339(12)],[4045(3)],[1890(118)],[1888(118)],[1885(59)],[4042(59)],[1459(499)],[2132(62)];7892;1;[8309(1)],[57(5400000)];174;100;
dwarven;mk_ice_storm_hammer_i;796;8322;6;[8322(1)],[8347(12)],[1890(100)],[1888(50)],[1885(25)],[4042(25)],[1459(360)],[2132(62)];7900;1;[8322(1)],[57(5400000)];174;60;
dwarven;mk_ice_storm_hammer_ii;797;8321;6;[8321(1)],[8347(12)],[4045(4)],[1890(160)],[1888(80)],[1885(40)],[4042(40)],[1459(353)],[2132(62)];7900;1;[8321(1)],[57(5400000)];174;100;
dwarven;mk_tears_of_wizard_i;798;8306;7;[8306(1)],[8336(13)],[1891(2)],[1890(120)],[1888(120)],[4042(60)],[1460(160)],[2132(98)];7889;1;[8306(1)],[57(5400000)];183;60;
dwarven;mk_tears_of_wizard_ii;799;8305;7;[8305(1)],[8336(13)],[4047(2)],[1890(172)],[1888(172)],[4042(86)],[1460(341)],[2132(98)];7889;1;[8305(1)],[57(5400000)];183;100;
dwarven;mk_bone_of_kaim_vanul_i;800;8312;7;[8312(1)],[8340(13)],[1890(120)],[1888(120)],[1885(60)],[4042(60)],[1460(165)],[2132(98)];7893;1;[8312(1)],[57(5400000)];183;60;
dwarven;mk_bone_of_kaim_vanul_ii;801;8311;7;[8311(1)],[8340(13)],[4045(3)],[1890(172)],[1888(172)],[1885(86)],[4042(86)],[1460(339)],[2132(98)];7893;1;[8311(1)],[57(5400000)];183;100;
dwarven;mk_star_buster_i;802;8324;7;[8324(1)],[8348(13)],[1890(160)],[1888(80)],[1885(40)],[4042(40)],[1460(168)],[2132(98)];7901;1;[8324(1)],[57(5400000)];183;60;
dwarven;mk_star_buster_ii;803;8323;7;[8323(1)],[8348(13)],[4045(4)],[1890(232)],[1888(116)],[1885(58)],[4042(58)],[1460(291)],[2132(98)];7901;1;[8323(1)],[57(5400000)];183;100;
dwarven;mk_eye_of_soul_i;804;8314;7;[8314(1)],[8341(13)],[4045(3)],[1890(60)],[1888(60)],[1885(30)],[4042(30)],[5550(120)],[1460(215)],[2132(143)];7894;1;[8314(1)],[57(5400000)];192;60;
dwarven;mk_eye_of_soul_ii;805;8313;7;[8313(1)],[8341(13)],[5554(2)],[1890(122)],[1888(122)],[1885(61)],[4042(61)],[5550(244)],[1460(415)],[2132(143)];7894;1;[8313(1)],[57(5400000)];192;100;
dwarven;mk_dragon_flame_head_i;806;8316;8;[8316(1)],[8342(14)],[4045(3)],[1890(98)],[1888(98)],[1885(49)],[4042(49)],[5550(196)],[1461(194)],[2133(74)];7895;1;[8316(1)],[57(5400000)];201;60;
dwarven;mk_dragon_flame_head_ii;807;8315;8;[8315(1)],[8342(14)],[5554(2)],[1890(194)],[1888(194)],[1885(97)],[4042(97)],[5550(388)],[1461(370)],[2133(74)];7895;1;[8315(1)],[57(5400000)];201;100;
dwarven;mk_doom_crusher_i;808;8326;8;[8326(1)],[8349(14)],[4045(4)],[1890(148)],[1888(74)],[1885(37)],[4042(37)],[5550(148)],[1461(193)],[2133(74)];7902;1;[8326(1)],[57(5400000)];201;60;
dwarven;mk_doom_crusher_ii;809;8325;8;[8325(1)],[8349(14)],[5554(3)],[1890(292)],[1888(146)],[1885(73)],[4042(73)],[5550(292)],[1461(366)],[2133(74)];7902;1;[8325(1)],[57(5400000)];201;100;
dwarven;mk_guardians_sword_i;810;8298;7;[8298(1)],[8330(13)],[1891(3)],[1890(134)],[1888(67)],[4042(67)],[1460(159)],[2132(98)];7883;1;[8298(1)],[57(5400000)];183;60;
dwarven;mk_guardians_sword_ii;811;8297;7;[8297(1)],[8330(13)],[4047(3)],[1890(182)],[1888(91)],[4042(91)],[1460(300)],[2132(98)];7883;1;[8297(1)],[57(5400000)];183;100;
dwarven;mk_hammer_of_destroyer_i;812;8487;7;[8487(1)],[8346(13)],[4045(4)],[1890(84)],[1888(42)],[1885(21)],[4042(21)],[5550(84)],[1460(222)],[2132(143)];7899;1;[8487(1)],[57(5400000)];192;60;
dwarven;mk_hammer_of_destroyer_ii;813;8320;7;[8320(1)],[8346(13)],[5554(3)],[1890(172)],[1888(86)],[1885(43)],[4042(43)],[5550(172)],[1460(419)],[2132(143)];7899;1;[8320(1)],[57(5400000)];192;100;
dwarven;mk_inferno_master_i;814;8300;7;[8300(1)],[8331(13)],[4047(3)],[1890(80)],[5550(40)],[1888(40)],[4042(40)],[1460(230)],[2132(143)];7884;1;[8300(1)],[57(5400000)];192;60;
dwarven;mk_inferno_master_ii;815;8299;7;[8299(1)],[8331(13)],[4047(4)],[1890(196)],[5550(98)],[1888(98)],[4042(98)],[1460(417)],[2132(143)];7884;1;[8299(1)],[57(5400000)];192;100;
dwarven;mk_dwarven_hammer;816;8318;6;[8344(11)],[1890(104)],[1888(52)],[1885(26)],[5220(130)],[1459(420)],[2131(248)];7897;1;[8318(1)],[57(5400000)];165;100;
common;mk_horn_of_reddevil;817;8370;4;[8370(1)],[8376(20)],[6913(300)],[6914(150)];8187;1;[8370(1)],[57(5400000)];138;100;
common;mk_wing_of_little_angel;818;8371;4;[8371(1)],[8377(20)],[6913(300)],[6914(150)];8188;1;[8371(1)],[57(5400000)];138;100;
common;mk_feeler_of_fairy;819;8372;4;[8372(1)],[8378(20)],[6913(300)],[6914(150)];8189;1;[8372(1)],[57(5400000)];138;100;
common;mk_party_hat_i;820;8365;6;[8365(1)],[8373(20)],[6913(300)],[6914(150)],[8352(450)],[8357(400)],[8355(350)];8184;1;[8365(1)],[57(5400000)];168;70;
common;mk_party_hat_ii;821;8364;6;[8364(1)],[8373(20)],[6913(400)],[6914(200)],[8352(700)],[8357(660)],[8355(600)];8184;1;[8364(1)],[57(5400000)];168;100;
common;mk_chaperon_of_dresser_i;822;8367;6;[8367(1)],[8374(20)],[6913(300)],[6914(150)],[8351(430)],[8354(400)],[8359(365)];8185;1;[8367(1)],[57(5400000)];168;70;
common;mk_chaperon_of_dresser_ii;823;8366;6;[8366(1)],[8374(20)],[6913(400)],[6914(200)],[8351(680)],[8354(660)],[8359(620)];8185;1;[8366(1)],[57(5400000)];168;100;
common;mk_goggle_of_artisan_i;824;8369;6;[8369(1)],[8375(20)],[6913(300)],[6914(150)],[8356(430)],[8358(400)],[8353(360)];8186;1;[8369(1)],[57(5400000)];168;70;
common;mk_goggle_of_artisan_ii;825;8368;6;[8368(1)],[8375(20)],[6913(400)],[6914(200)],[8356(680)],[8358(660)],[8353(600)];8186;1;[8368(1)],[57(5400000)];168;100;
common;mk_elixir_of_life_none;826;8640;1;[1785(40)],[8658(20)];8622;10;[8640(1)],[57(5400000)];10;100;
common;mk_elixir_of_life_d;827;8641;2;[1785(130)],[8658(20)];8623;10;[8641(1)],[57(5400000)];30;100;
common;mk_elixir_of_life_c;828;8642;3;[1785(280)],[8658(20)];8624;10;[8642(1)],[57(5400000)];50;100;
common;mk_elixir_of_life_b;829;8643;4;[1785(380)],[8658(50)];8625;10;[8643(1)],[57(5400000)];80;100;
common;mk_elixir_of_life_a;830;8644;5;[1785(480)],[8658(50)];8626;10;[8644(1)],[57(5400000)];110;100;
common;mk_elixir_of_life_s;831;8645;6;[1785(580)],[8658(50)];8627;10;[8645(1)],[57(5400000)];150;100;
common;mk_elixir_of_mental_none;832;8646;1;[3031(30)],[8658(20)];8628;10;[8646(1)],[57(5400000)];10;100;
common;mk_elixir_of_mental_d;833;8647;2;[3031(80)],[8658(20)];8629;10;[8647(1)],[57(5400000)];30;100;
common;mk_elixir_of_mental_c;834;8648;3;[3031(210)],[8658(30)];8630;10;[8648(1)],[57(5400000)];50;100;
common;mk_elixir_of_mental_b;835;8649;4;[3031(260)],[4043(1)],[8658(60)];8631;10;[8649(1)],[57(5400000)];80;100;
common;mk_elixir_of_mental_a;836;8650;5;[3031(315)],[4043(2)],[8658(60)];8632;10;[8650(1)],[57(5400000)];110;100;
common;mk_elixir_of_mental_s;837;8651;6;[3031(360)],[4043(3)],[8658(60)];8633;10;[8651(1)],[57(5400000)];150;100;
common;mk_elixir_of_combative_none;838;8652;1;[1785(20)],[8658(10)];8634;10;[8652(1)],[57(5400000)];10;100;
common;mk_elixir_of_combative_d;839;8653;2;[1785(50)],[8658(15)];8635;10;[8653(1)],[57(5400000)];30;100;
common;mk_elixir_of_combative_c;840;8654;3;[1785(110)],[8658(25)];8636;10;[8654(1)],[57(5400000)];50;100;
common;mk_elixir_of_combative_b;841;8655;4;[1785(140)],[8658(50)];8637;10;[8655(1)],[57(5400000)];80;100;
common;mk_elixir_of_combative_a;842;8656;5;[1785(180)],[8658(50)];8638;10;[8656(1)],[57(5400000)];110;100;
common;mk_elixir_of_combative_s;843;8657;6;[1785(220)],[8658(50)];8639;10;[8657(1)],[57(5400000)];150;100;
dwarven;mk_sirr_blade_i;844;8690;8;[8690(1)],[8712(15)],[4047(3)],[5550(102)],[1890(204)],[1888(204)],[4042(102)],[1461(254)],[2133(100)];8678;1;[8690(1)],[57(5400000)];210;60;
dwarven;mk_sirr_blade_ii;845;8691;8;[8691(1)],[8712(15)],[4047(4)],[5550(210)],[1890(420)],[1888(420)],[4042(210)],[1461(480)],[2133(100)];8678;1;[8691(1)],[57(5400000)];210;100;
dwarven;mk_sword_of_ipos_i;846;8692;8;[8692(1)],[8713(15)],[4047(3)],[1890(226)],[5550(113)],[1888(113)],[4042(113)],[1461(254)],[2133(100)];8679;1;[8692(1)],[57(5400000)];210;60;
dwarven;mk_sword_of_ipos_ii;847;8693;8;[8693(1)],[8713(15)],[4047(4)],[1890(468)],[5550(234)],[1888(234)],[4042(234)],[1461(480)],[2133(100)];8679;1;[8693(1)],[57(5400000)];210;100;
dwarven;mk_barakiel_axe_i;848;8694;8;[8694(1)],[8714(15)],[4045(3)],[1890(136)],[5550(272)],[1888(136)],[1885(68)],[4042(68)],[1461(254)],[2133(100)];8680;1;[8694(1)],[57(5400000)];210;60;
dwarven;mk_barakiel_axe_ii;849;8695;8;[8695(1)],[8714(15)],[5554(2)],[1890(264)],[5550(528)],[1888(264)],[1885(132)],[4042(132)],[1461(480)],[2133(100)];8680;1;[8695(1)],[57(5400000)];210;100;
dwarven;mk_tuning_fork_of_behemoth_i;850;8696;8;[8696(1)],[8715(15)],[4045(4)],[1890(208)],[5550(208)],[1888(104)],[1885(52)],[4042(52)],[1461(254)],[2133(100)];8681;1;[8696(1)],[57(5400000)];210;60;
dwarven;mk_tuning_fork_of_behemoth_ii;851;8697;8;[8697(1)],[8715(15)],[5554(3)],[1890(404)],[5550(404)],[1888(202)],[1885(101)],[4042(101)],[1461(480)],[2133(100)];8681;1;[8697(1)],[57(5400000)];210;100;
dwarven;mk_naga_storm_i;852;8698;8;[8698(1)],[8716(15)],[4047(3)],[5550(102)],[1890(204)],[1888(204)],[4042(102)],[1461(254)],[2133(100)];8682;1;[8698(1)],[57(5400000)];210;60;
dwarven;mk_naga_storm_ii;853;8699;8;[8699(1)],[8716(15)],[4047(4)],[5550(210)],[1890(420)],[1888(420)],[4042(210)],[1461(480)],[2133(100)];8682;1;[8699(1)],[57(5400000)];210;100;
dwarven;mk_tiphon_spear_i;854;8700;8;[8700(1)],[8717(15)],[4045(4)],[1890(208)],[5550(208)],[1888(104)],[1885(52)],[4042(52)],[1461(254)],[2133(100)];8683;1;[8700(1)],[57(5400000)];210;60;
dwarven;mk_tiphon_spear_ii;855;8701;8;[8701(1)],[8717(15)],[5554(3)],[1890(404)],[5550(404)],[1888(202)],[1885(101)],[4042(101)],[1461(480)],[2133(100)];8683;1;[8701(1)],[57(5400000)];210;100;
dwarven;mk_shyid_bow_i;856;8702;8;[8702(1)],[8718(15)],[4045(3)],[1890(340)],[5550(136)],[1885(68)],[1889(68)],[4042(68)],[1461(254)],[2133(100)];8684;1;[8702(1)],[57(5400000)];210;60;
dwarven;mk_shyid_bow_ii;857;8703;8;[8703(1)],[8718(15)],[5554(2)],[1890(665)],[5550(266)],[1885(133)],[1889(133)],[4042(133)],[1461(480)],[2133(100)];8684;1;[8703(1)],[57(5400000)];210;100;
dwarven;mk_sobekk_hurricane_i;858;8704;8;[8704(1)],[8719(15)],[4045(3)],[1890(136)],[5550(272)],[1888(136)],[1885(68)],[4042(68)],[1461(254)],[2133(100)];8685;1;[8704(1)],[57(5400000)];210;60;
dwarven;mk_sobekk_hurricane_ii;859;8705;8;[8705(1)],[8719(15)],[5554(2)],[1890(264)],[5550(528)],[1888(264)],[1885(132)],[4042(132)],[1461(480)],[2133(100)];8685;1;[8705(1)],[57(5400000)];210;100;
dwarven;mk_tongue_of_themis_i;860;8706;8;[8706(1)],[8720(15)],[4047(3)],[5550(102)],[1890(204)],[1888(204)],[4042(102)],[1461(254)],[2133(100)];8686;1;[8706(1)],[57(5400000)];210;60;
dwarven;mk_tongue_of_themis_ii;861;8707;8;[8707(1)],[8720(15)],[4047(4)],[5550(210)],[1890(420)],[1888(420)],[4042(210)],[1461(480)],[2133(100)];8686;1;[8707(1)],[57(5400000)];210;100;
dwarven;mk_hand_of_cabrio_i;862;8708;8;[8708(1)],[8721(15)],[4045(3)],[1893(106)],[5550(212)],[1881(212)],[1889(106)],[4042(106)],[1461(254)],[2133(100)];8687;1;[8708(1)],[57(5400000)];210;60;
dwarven;mk_hand_of_cabrio_ii;863;8709;8;[8709(1)],[8721(15)],[5554(2)],[1893(207)],[5550(414)],[1881(414)],[1889(207)],[4042(207)],[1461(480)],[2133(100)];8687;1;[8709(1)],[57(5400000)];210;100;
dwarven;mk_crystal_of_deamon_i;864;8710;8;[8710(1)],[8722(15)],[4045(3)],[1893(106)],[5550(212)],[1881(212)],[1889(106)],[4042(106)],[1461(254)],[2133(100)];8688;1;[8710(1)],[57(5400000)];210;60;
dwarven;mk_crystal_of_deamon_ii;865;8711;8;[8711(1)],[8722(15)],[5554(2)],[1893(207)],[5550(414)],[1881(414)],[1889(207)],[4042(207)],[1461(480)],[2133(100)];8688;1;[8711(1)],[57(5400000)];210;100;
common;mk_magic_sign_event_1;866;9162;1;[9169(1)],[9168(10)],[9170(20)];9171;1;[9162(1)],[57(5400000)];50;100;
common;mk_magic_sign_event_2;867;9163;1;[9169(1)],[9168(5)],[9170(30)];9172;1;[9163(1)],[57(5400000)];50;100;
common;mk_magic_sign_event_3;868;9164;1;[9169(1)],[9168(8)],[9170(24)];9173;1;[9164(1)],[57(5400000)];50;100;
common;mk_magic_sign_event_4;869;9165;1;[9169(1)],[9168(6)],[9170(28)];9174;1;[9165(1)],[57(5400000)];50;100;
common;mk_magic_sign_event_5;870;9166;1;[9169(1)],[9168(14)],[9170(12)];9175;1;[9166(1)],[57(5400000)];50;100;
common;mk_magic_sign_event_6;871;9167;1;[9169(1)],[9168(17)],[9170(6)];9176;1;[9167(1)],[57(5400000)];50;100;
1 dwarven mk_wooden_arrow 1 1666 1 [1864(4)],[1869(2)] 17 500 [1666(1)],[57(5400000)] 30 100
2 dwarven mk_broad_sword 2 1786 1 [2005(1)],[1869(18)],[1870(18)] 3 1 [1786(1)],[57(5400000)] 30 100
3 dwarven mk_willow_staff 3 1787 1 [2006(1)],[1869(12)],[1872(24)],[1864(12)] 8 1 [1787(1)],[57(5400000)] 30 100
4 dwarven mk_bow 4 1788 1 [2007(1)],[1869(20)],[1878(4)],[1866(4)] 14 1 [1788(1)],[57(5400000)] 30 100
5 dwarven mk_cedar_staff 5 1789 1 [2008(2)],[1869(55)],[1872(110)],[1864(55)] 9 1 [1789(1)],[57(5400000)] 45 100
6 dwarven mk_dirk 6 1790 1 [2009(2)],[1869(80)],[1870(80)] 216 1 [1790(1)],[57(5400000)] 45 100
7 dwarven mk_brandish 7 1791 1 [2010(2)],[1869(110)],[1870(55)] 1333 1 [1791(1)],[57(5400000)] 45 100
8 dwarven mk_short_spear 8 1792 1 [2011(3)],[1869(220)],[1870(110)],[1866(55)] 15 1 [1792(1)],[57(5400000)] 60 100
9 dwarven mk_sword_of_reflexion 9 1793 1 [2012(3)],[1869(200)],[1870(200)] 120 1 [1793(1)],[57(5400000)] 60 100
10 dwarven mk_bow_of_forest 10 1794 1 [2013(3)],[1869(225)],[1878(45)],[1866(45)] 272 1 [1794(1)],[57(5400000)] 60 100
11 dwarven mk_leather_shoes 11 1795 1 [1921(2)],[1867(8)],[1866(1)] 37 1 [1795(1)],[57(5400000)] 45 100
12 dwarven mk_leather_tunic 12 1796 1 [1922(2)],[1867(24)],[1868(12)] 429 1 [1796(1)],[57(5400000)] 45 100
13 dwarven mk_leather_hose 13 1797 1 [1923(2)],[1867(12)],[1868(12)] 464 1 [1797(1)],[57(5400000)] 45 100
14 dwarven mk_leather_helmet 14 1798 1 [1924(3)],[1866(15)],[1867(12)] 44 1 [1798(1)],[57(5400000)] 60 100
15 dwarven mk_leather_gloves 15 1799 1 [1925(3)],[1867(24)],[1866(3)] 50 1 [1799(1)],[57(5400000)] 60 100
16 dwarven mk_piece_bone_breastplate 16 1800 1 [1926(3)],[1883(3)],[1869(30)] 25 1 [1800(1)],[57(5400000)] 63 100
17 dwarven mk_piece_bone_gaiters 17 1801 1 [1928(3)],[1883(2)],[1872(14)] 32 1 [1801(1)],[57(5400000)] 63 100
18 dwarven mk_necklace_of_anguish 18 1802 1 [1896(2)],[1864(20)],[1865(4)] 907 1 [1802(1)],[57(5400000)] 45 100
19 dwarven mk_necklace_of_wisdom 19 1803 1 [1897(3)],[1864(50)],[1865(10)] 908 1 [1803(1)],[57(5400000)] 60 100
20 dwarven mk_soulshot_d 20 1804 2 [1785(3)],[1458(1)] 1463 156 [1804(1)],[57(5400000)] 40 100
21 dwarven mk_soulshot_c 21 1805 4 [1785(15)],[1459(1)] 1464 476 [1805(1)],[57(5400000)] 70 100
22 dwarven mk_soulshot_b 22 1806 6 [1785(54)],[1460(1)] 1465 450 [1806(1)],[57(5400000)] 100 100
23 dwarven mk_soulshot_a 23 1807 7 [1785(36)],[1461(1)] 1466 300 [1807(1)],[57(5400000)] 120 100
24 dwarven mk_soulshot_s 24 1808 8 [1785(40)],[1462(1)] 1467 350 [1808(1)],[57(5400000)] 150 100
25 dwarven mk_leather 25 1814 1 [1867(6)] 1882 1 [1814(1)],[57(5400000)] 10 100
26 dwarven mk_cord 26 1817 2 [1880(2)],[1868(25)] 1884 20 [1817(1)],[57(5400000)] 20 100
27 dwarven mk_oriharukon 27 1825 4 [1888(1)],[1873(12)],[1874(4)] 1893 1 [1825(1)],[57(5400000)] 40 100
28 dwarven mk_braided_hemp 28 2135 1 [1864(5)] 1878 1 [2135(1)],[57(5400000)] 10 100
29 dwarven mk_cokes 29 2136 1 [1870(3)],[1871(3)] 1879 1 [2136(1)],[57(5400000)] 10 100
30 dwarven mk_steel 30 2137 1 [1865(5)],[1869(5)] 1880 1 [2137(1)],[57(5400000)] 10 100
31 dwarven mk_coarse_bone_powder 31 2138 1 [1872(10)] 1881 1 [2138(1)],[57(5400000)] 10 100
32 dwarven mk_steel_mold 32 2139 2 [1878(5)],[1869(5)],[1870(5)] 1883 1 [2139(1)],[57(5400000)] 20 100
33 dwarven mk_high_grade_suede 33 2140 2 [1881(1)],[1866(3)] 1885 1 [2140(1)],[57(5400000)] 20 100
34 dwarven mk_silver_mold 34 2141 2 [1878(5)],[1879(5)],[1873(10)] 1886 1 [2141(1)],[57(5400000)] 20 100
35 dwarven mk_varnish_of_purity 35 2142 2 [1881(3)],[1865(3)],[1875(1)] 1887 1 [2142(1)],[57(5400000)] 20 100
36 dwarven mk_synthesis_cokes 36 2143 2 [1879(3)],[1874(1)] 1888 1 [2143(1)],[57(5400000)] 20 100
37 dwarven mk_compound_braid 37 2144 2 [1878(5)],[1868(5)] 1889 1 [2144(1)],[57(5400000)] 20 100
38 dwarven mk_mithirl_alloy 38 2145 4 [1887(1)],[1880(2)],[1876(1)] 1890 1 [2145(1)],[57(5400000)] 40 100
39 dwarven mk_artisan's_frame 39 2146 4 [1883(1)],[1887(5)],[1877(10)] 1891 1 [2146(1)],[57(5400000)] 40 100
40 dwarven mk_blacksmith's_frame 40 2147 4 [1886(1)],[1887(5)],[1876(10)] 1892 1 [2147(1)],[57(5400000)] 40 100
41 dwarven mk_crafted_leather 41 2148 4 [1884(4)],[1882(4)],[1870(4)] 1894 1 [2148(1)],[57(5400000)] 40 100
42 dwarven mk_metallic_fiber 42 2149 4 [1884(20)],[1873(15)] 1895 20 [2149(1)],[57(5400000)] 40 100
43 dwarven mk_blue_diamond_necklace 43 2150 1 [1898(3)],[1864(80)],[1865(16)] 909 1 [2150(1)],[57(5400000)] 72 100
44 dwarven mk_necklace_of_devotion 44 2151 2 [1899(4)],[1886(1)],[1878(15)],[1865(3)],[2130(2)] 910 1 [2151(1)],[57(5400000)] 84 100
45 dwarven mk_enchanted_necklace 45 2152 2 [1900(5)],[1886(1)],[1878(15)],[1865(3)],[1458(18)],[2130(3)] 911 1 [2152(1)],[57(5400000)] 96 100
46 dwarven mk_tiger'seye_earing 46 2153 3 [1901(6)],[1886(1)],[1884(30)],[1865(6)],[1458(22)],[2130(4)] 849 1 [2153(1)],[57(5400000)] 108 100
47 dwarven mk_elven_earing 47 2154 3 [1902(7)],[1886(1)],[1884(60)],[1865(12)],[1458(30)],[2130(6)] 850 1 [2154(1)],[57(5400000)] 120 100
48 dwarven mk_elven_ring 48 2155 3 [1903(7)],[1886(1)],[1884(30)],[1865(6)],[1458(20)],[2130(4)] 881 1 [2155(1)],[57(5400000)] 120 100
49 dwarven mk_elven_necklace 49 2156 3 [1904(7)],[1886(1)],[1878(70)],[1865(14)],[1458(38)],[2130(9)] 913 1 [2156(1)],[57(5400000)] 120 100
50 dwarven mk_onyxbeast'seye_earing 50 2157 4 [1905(8)],[1886(1)],[1884(90)],[1865(18)],[1458(40)],[2130(8)] 851 1 [2157(1)],[57(5400000)] 129 100
51 dwarven mk_mithril_ring 51 2158 4 [1906(8)],[1886(1)],[1884(50)],[1865(10)],[1458(25)],[2130(5)] 882 1 [2158(1)],[57(5400000)] 129 100
52 dwarven mk_necklace_of_darkness 52 2159 4 [1907(8)],[1886(1)],[1878(90)],[1865(18)],[1458(50)],[2130(12)] 914 1 [2159(1)],[57(5400000)] 129 100
53 dwarven mk_moonstone_earing 53 2160 4 [1908(8)],[1892(1)],[1895(5)],[1887(1)],[1458(30)],[2131(4)] 852 1 [2160(1)],[57(5400000)] 138 100
54 dwarven mk_aquastone_ring 54 2161 4 [1909(8)],[1886(1)],[1895(15)],[1887(3)],[1458(25)],[2131(2)] 883 1 [2161(1)],[57(5400000)] 138 100
55 dwarven mk_aquastone_necklace 55 2162 4 [1910(8)],[1892(1)],[1889(5)],[1887(1)],[1458(65)],[2131(5)] 915 1 [2162(1)],[57(5400000)] 138 100
56 dwarven mk_earing_of_protection 56 2163 5 [1911(9)],[1892(1)],[1895(5)],[1887(1)],[1459(14)],[2131(5)] 853 1 [2163(1)],[57(5400000)] 147 100
57 dwarven mk_ring_of_protection 57 2164 5 [1912(9)],[1886(1)],[1895(15)],[1887(3)],[1459(10)],[2131(3)] 884 1 [2164(1)],[57(5400000)] 147 100
58 dwarven mk_necklace_of_protection 58 2165 5 [1913(9)],[1892(1)],[1889(10)],[1887(2)],[1459(16)],[2131(7)] 916 1 [2165(1)],[57(5400000)] 147 100
59 dwarven mk_earing_of_binding 59 2166 5 [1914(10)],[1892(1)],[1895(20)],[1887(4)],[1459(22)],[2131(8)] 854 1 [2166(1)],[57(5400000)] 156 100
60 dwarven mk_ring_of_ages 60 2167 5 [1915(10)],[1886(1)],[1895(30)],[1887(6)],[1459(12)],[2131(5)] 885 1 [2167(1)],[57(5400000)] 156 100
61 dwarven mk_necklace_of_mermaid 61 2168 5 [1916(10)],[1892(1)],[1889(20)],[1887(4)],[1459(26)],[2131(11)] 917 1 [2168(1)],[57(5400000)] 156 100
62 dwarven mk_necklace_of_binding 62 2169 6 [1920(11)],[1892(1)],[1889(35)],[1887(7)],[1459(38)],[2131(16)] 119 1 [2169(1)],[57(5400000)] 165 100
63 dwarven mk_nassen's_earing 63 2170 6 [1918(11)],[1892(1)],[1895(45)],[1887(9)],[1459(28)],[2131(12)] 855 1 [2170(1)],[57(5400000)] 165 100
64 dwarven mk_ring_of_sage 64 2171 7 [2171(1)],[1919(13)],[1892(1)],[1895(50)],[1887(10)],[4044(10)],[1460(18)],[2132(4)] 891 1 [2171(1)],[57(5400000)] 183 100
65 dwarven mk_sage's_necklace 65 2172 7 [2172(1)],[1917(13)],[4048(1)],[1889(55)],[1887(11)],[4044(11)],[1460(37)],[2132(8)] 922 1 [2172(1)],[57(5400000)] 183 100
66 dwarven mk_hard_leather_shirt 66 2173 1 [1927(3)],[1867(110)],[1868(55)] 27 1 [2173(1)],[57(5400000)] 72 100
67 dwarven mk_hard_leather_gaiters 67 2174 1 [1929(3)],[1867(55)],[1868(55)] 33 1 [2174(1)],[57(5400000)] 72 100
68 dwarven mk_boots 68 2175 1 [1930(3)],[1867(40)],[1866(5)] 39 1 [2175(1)],[57(5400000)] 72 100
69 dwarven mk_leather_boots 69 2176 2 [1931(4)],[1882(8)],[1885(1)],[2130(1)] 40 1 [2176(1)],[57(5400000)] 84 100
70 dwarven mk_bone_helmet 70 2177 2 [1932(4)],[1883(1)],[1882(15)],[2130(2)] 45 1 [2177(1)],[57(5400000)] 84 100
71 dwarven mk_dark_hose 71 2178 2 [1933(5)],[1882(20)],[1884(20)],[1458(20)],[2130(4)] 467 1 [2178(1)],[57(5400000)] 96 100
72 dwarven mk_excellence_leather_gloves 72 2179 2 [1934(4)],[1882(8)],[1885(1)],[2130(1)] 604 1 [2179(1)],[57(5400000)] 84 100
73 dwarven mk_scale_mail 73 2180 2 [1935(5)],[1883(3)],[1880(20)],[1458(40)],[2130(9)] 348 1 [2180(1)],[57(5400000)] 96 100
74 dwarven mk_white_tunic 74 2181 2 [1936(5)],[1882(40)],[1884(20)],[1458(28)],[2130(7)] 434 1 [2181(1)],[57(5400000)] 96 100
75 dwarven mk_scale_gaiters 75 2182 2 [1937(5)],[1883(2)],[1880(14)],[1458(20)],[2130(5)] 377 1 [2182(1)],[57(5400000)] 96 100
76 dwarven mk_mithril_banded_mail 76 2183 3 [1938(6)],[1883(3)],[1880(25)],[1458(45)],[2130(11)] 393 1 [2183(1)],[57(5400000)] 108 100
77 dwarven mk_mithril_banded_gaiters 77 2184 3 [1939(6)],[1883(2)],[1880(14)],[1458(30)],[2130(6)] 415 1 [2184(1)],[57(5400000)] 108 100
78 dwarven mk_iron_boots 78 2185 3 [1940(6)],[1882(16)],[1885(2)],[1458(16)],[2130(3)] 553 1 [2185(1)],[57(5400000)] 108 100
79 dwarven mk_brigandine 79 2186 3 [1941(7)],[1883(3)],[1880(54)],[1458(90)],[2130(24)] 352 1 [2186(1)],[57(5400000)] 120 100
80 dwarven mk_manticor_skin_shirt 80 2187 3 [1942(7)],[1882(84)],[1884(42)],[1458(70)],[2130(17)] 395 1 [2187(1)],[57(5400000)] 120 100
81 dwarven mk_manticor_skin_gaiters 81 2188 3 [1943(7)],[1882(45)],[1884(45)],[1458(45)],[2130(10)] 417 1 [2188(1)],[57(5400000)] 120 100
82 dwarven mk_mithril_tunic 82 2189 3 [1944(7)],[1882(84)],[1884(42)],[1458(70)],[2130(17)] 437 1 [2189(1)],[57(5400000)] 120 100
83 dwarven mk_mithril_hose 83 2190 3 [1945(7)],[1882(45)],[1884(45)],[1458(45)],[2130(10)] 470 1 [2190(1)],[57(5400000)] 120 100
84 dwarven mk_gauntlet_of_repose_of_the_soul 84 2191 3 [1946(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)] 606 1 [2191(1)],[57(5400000)] 120 100
85 dwarven mk_kite_shield 85 2192 3 [1947(7)],[1880(12)],[1879(4)],[1882(4)],[1458(24)],[2130(5)] 629 1 [2192(1)],[57(5400000)] 120 100
86 dwarven mk_boots_of_power 86 2193 3 [1948(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)] 1124 1 [2193(1)],[57(5400000)] 120 100
87 dwarven mk_mithril_glove 87 2194 4 [1949(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)] 61 1 [2194(1)],[57(5400000)] 129 100
88 dwarven mk_half_plate 88 2195 4 [1950(8)],[1883(3)],[1880(70)],[1458(120)],[2130(32)] 353 1 [2195(1)],[57(5400000)] 129 100
89 dwarven mk_plate_gaiters 89 2196 4 [1951(8)],[1883(2)],[1880(45)],[1458(70)],[2130(19)] 380 1 [2196(1)],[57(5400000)] 129 100
90 dwarven mk_slamander_skin_mail 90 2197 4 [1952(8)],[1882(140)],[1884(70)],[1878(35)],[1458(130)],[2130(36)] 396 1 [2197(1)],[57(5400000)] 129 100
91 dwarven mk_sage's_rag 91 2198 4 [1953(8)],[1882(140)],[1884(70)],[1878(35)],[1458(130)],[2130(36)] 438 1 [2198(1)],[57(5400000)] 129 100
92 dwarven mk_karmian_hose 92 2199 4 [1954(8)],[1894(15)],[1895(15)],[1458(70)],[2131(6)] 471 1 [2199(1)],[57(5400000)] 138 100
93 dwarven mk_chain_helmet 93 2200 4 [1955(8)],[1883(1)],[1882(60)],[1458(45)],[2130(10)] 497 1 [2200(1)],[57(5400000)] 129 100
94 dwarven mk_square_shield 94 2201 4 [1956(8)],[1880(15)],[1879(5)],[1882(5)],[1458(32)],[2130(7)] 630 1 [2201(1)],[57(5400000)] 129 100
95 dwarven mk_assault_boots 95 2202 4 [1957(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)] 1125 1 [2202(1)],[57(5400000)] 129 100
96 dwarven mk_mithril_boots 96 2203 4 [1958(8)],[1894(8)],[1885(1)],[1458(40)],[2130(9)] 62 1 [2203(1)],[57(5400000)] 138 100
97 dwarven mk_chain_mail_shirt 97 2204 4 [1959(8)],[1892(3)],[1890(1)],[1458(150)],[2131(14)] 354 1 [2204(1)],[57(5400000)] 138 100
98 dwarven mk_chain_gaiters 98 2205 4 [1960(8)],[1892(2)],[1890(1)],[1458(90)],[2131(8)] 381 1 [2205(1)],[57(5400000)] 138 100
99 dwarven mk_tempered_mithril_shirt 99 2206 4 [1961(8)],[1894(24)],[1895(12)],[1458(120)],[2131(10)] 397 1 [2206(1)],[57(5400000)] 138 100
100 dwarven mk_karmian_tunic 100 2207 4 [1962(8)],[1894(24)],[1895(12)],[1458(120)],[2131(10)] 439 1 [2207(1)],[57(5400000)] 138 100
101 dwarven mk_ogre_power_gauntlet 101 2208 4 [1963(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)] 607 1 [2208(1)],[57(5400000)] 129 100
102 dwarven mk_eldarake 102 2209 4 [1964(8)],[1890(3)],[1888(1)],[1894(1)],[1458(40)],[2131(3)] 631 1 [2209(1)],[57(5400000)] 138 100
103 dwarven mk_metal_plate_helmet 103 2210 4 [1965(9)],[1892(1)],[1894(3)],[1459(14)],[2131(5)] 498 1 [2210(1)],[57(5400000)] 141 100
104 dwarven mk_plate_leather 104 2211 5 [1966(9)],[1894(30)],[1895(15)],[1459(30)],[2131(12)] 398 1 [2211(1)],[57(5400000)] 144 100
105 dwarven mk_plate_leather_gaiters 105 2212 5 [1967(9)],[1894(18)],[1895(18)],[1459(18)],[2131(7)] 418 1 [2212(1)],[57(5400000)] 144 100
106 dwarven mk_dwarven_chain_mail_shirt 106 2213 5 [1968(9)],[1892(3)],[1890(5)],[1459(42)],[2131(19)] 355 1 [2213(1)],[57(5400000)] 147 100
107 dwarven mk_dwarven_chain_gaiters 107 2214 5 [1969(9)],[1892(2)],[1890(3)],[1459(25)],[2131(11)] 382 1 [2214(1)],[57(5400000)] 147 100
108 dwarven mk_robe_of_seal 108 2215 5 [1970(9)],[1894(40)],[1895(20)],[1889(10)],[1459(50)],[2131(21)] 440 1 [2215(1)],[57(5400000)] 147 100
109 dwarven mk_great_helmet 109 2216 5 [1971(9)],[1892(1)],[1894(6)],[1459(16)],[2131(6)] 500 1 [2216(1)],[57(5400000)] 147 100
110 dwarven mk_knight_shield 110 2217 5 [1972(9)],[1890(4)],[1888(1)],[1894(1)],[1459(12)],[2131(4)] 632 1 [2217(1)],[57(5400000)] 147 100
111 dwarven mk_paagrio_hand 111 2218 5 [1973(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)] 1120 1 [2218(1)],[57(5400000)] 147 100
112 dwarven mk_crimson_boots 112 2219 5 [1974(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)] 1126 1 [2219(1)],[57(5400000)] 147 100
113 dwarven mk_rind_leather_mail 113 2220 5 [1975(9)],[1894(32)],[1895(16)],[1459(32)],[2131(14)] 399 1 [2220(1)],[57(5400000)] 147 100
114 dwarven mk_rind_leather_gaiters 114 2221 5 [1976(9)],[1894(20)],[1895(20)],[1459(20)],[2131(8)] 419 1 [2221(1)],[57(5400000)] 147 100
115 dwarven mk_composite_armor 115 2222 5 [1977(10)],[1892(4)],[1890(21)],[1887(7)],[1459(95)],[2131(48)] 60 1 [2222(1)],[57(5400000)] 156 100
116 dwarven mk_tower_shield 116 2223 5 [1978(10)],[1890(6)],[1888(2)],[1894(2)],[1459(17)],[2131(7)] 103 1 [2223(1)],[57(5400000)] 156 100
117 dwarven mk_demon's_tunic 117 2224 5 [1979(10)],[1894(48)],[1895(24)],[1459(50)],[2131(22)] 441 1 [2224(1)],[57(5400000)] 156 100
118 dwarven mk_demon's_hose 118 2225 5 [1980(10)],[1894(30)],[1895(30)],[1459(30)],[2131(13)] 472 1 [2225(1)],[57(5400000)] 156 100
119 dwarven mk_mithril_gauntlet 119 2226 5 [1981(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)] 608 1 [2226(1)],[57(5400000)] 156 100
120 dwarven mk_forgotten_boots 120 2227 5 [1982(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)] 1127 1 [2227(1)],[57(5400000)] 156 100
121 dwarven mk_shining_circlet 121 2228 5 [1983(10)],[1892(1)],[1894(14)],[1459(25)],[2131(10)] 1149 1 [2228(1)],[57(5400000)] 156 100
122 dwarven mk_theca_leather_mail 122 2229 5 [1984(10)],[1894(54)],[1895(27)],[1459(55)],[2131(25)] 400 1 [2229(1)],[57(5400000)] 159 100
123 dwarven mk_theca_leather_gaiters 123 2230 5 [1985(10)],[1894(32)],[1895(32)],[1459(35)],[2131(15)] 420 1 [2230(1)],[57(5400000)] 159 100
124 dwarven mk_full_plate_armor 124 2231 6 [1986(11)],[1892(4)],[1890(36)],[1887(12)],[1459(140)],[2131(73)] 356 1 [2231(1)],[57(5400000)] 165 100
125 dwarven mk_drake_leather_mail 125 2232 6 [1987(11)],[1894(96)],[1895(48)],[1889(24)],[1459(100)],[2131(53)] 401 1 [2232(1)],[57(5400000)] 165 100
126 dwarven mk_divine_tunic 126 2233 6 [1988(11)],[1894(70)],[1895(35)],[1459(72)],[2131(34)] 442 1 [2233(1)],[57(5400000)] 165 100
127 dwarven mk_divine_hose 127 2234 6 [1989(11)],[1894(42)],[1895(42)],[1459(45)],[2131(20)] 473 1 [2234(1)],[57(5400000)] 165 100
128 dwarven mk_mithril_helmet 128 2235 6 [1990(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 499 1 [2235(1)],[57(5400000)] 165 100
129 dwarven mk_cap_of_mana 129 2236 6 [1991(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 529 1 [2236(1)],[57(5400000)] 165 100
130 dwarven mk_paradia_hood 130 2237 6 [1992(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 531 1 [2237(1)],[57(5400000)] 165 100
131 dwarven mk_hood_of_sola_eclipse 131 2238 6 [1993(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 533 1 [2238(1)],[57(5400000)] 165 100
132 dwarven mk_hood_of_summons 132 2239 6 [1994(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 535 1 [2239(1)],[57(5400000)] 165 100
133 dwarven mk_elemental_hood 133 2240 6 [1995(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 537 1 [2240(1)],[57(5400000)] 165 100
134 dwarven mk_hood_of_grace 134 2241 6 [1996(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 539 1 [2241(1)],[57(5400000)] 165 100
135 dwarven mk_phoenix's_hood 135 2242 6 [1997(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 541 1 [2242(1)],[57(5400000)] 165 100
136 dwarven mk_hood_of_assistance 136 2243 6 [1998(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 543 1 [2243(1)],[57(5400000)] 165 100
137 dwarven mk_flame_bonnet 137 2244 6 [1999(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 545 1 [2244(1)],[57(5400000)] 165 100
138 dwarven mk_pata_i 138 5008 6 [5008(1)],[4103(12)],[1890(70)],[1888(70)],[1885(35)],[4042(35)],[1459(310)],[2132(55)] 264 1 [5008(1)],[57(5400000)] 171 60
139 dwarven mk_bonnet_o'_avadon 139 2246 6 [2001(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 549 1 [2246(1)],[57(5400000)] 165 100
140 dwarven mk_helmet_of_pledge 140 2247 6 [2002(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 551 1 [2247(1)],[57(5400000)] 165 100
141 dwarven mk_gauntlet_of_ghost 141 2248 6 [2003(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 609 1 [2248(1)],[57(5400000)] 165 100
142 dwarven mk_adamantite_boots 142 2249 6 [2004(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 1128 1 [2249(1)],[57(5400000)] 165 100
143 dwarven mk_bone_arrow 143 2250 2 [1864(1)],[1881(1)] 1341 650 [2250(1)],[57(5400000)] 80 100
144 dwarven mk_fine_steel_arrow 144 2251 3 [1864(4)],[1880(1)] 1342 600 [2251(1)],[57(5400000)] 100 100
145 dwarven mk_iron_hammer 145 2252 1 [2014(3)],[1869(260)],[1870(260)],[1866(130)] 87 1 [2252(1)],[57(5400000)] 72 100
146 dwarven mk_sword_breaker 146 2253 1 [2015(3)],[1869(365)],[1870(365)] 219 1 [2253(1)],[57(5400000)] 72 100
147 dwarven mk_composition_bow 147 2254 1 [2016(3)],[1869(400)],[1878(80)],[1866(80)] 273 1 [2254(1)],[57(5400000)] 72 100
148 dwarven mk_saber 148 2255 2 [2017(4)],[1883(2)],[1880(70)],[1879(70)],[2130(34)] 123 1 [2255(1)],[57(5400000)] 84 100
149 dwarven mk_assassin_knife 149 2256 2 [2018(4)],[1883(2)],[1880(70)],[1879(70)],[2130(34)] 221 1 [2256(1)],[57(5400000)] 84 100
150 dwarven mk_trident 150 2257 2 [2019(4)],[1880(80)],[1879(40)],[1885(20)],[2130(34)] 291 1 [2257(1)],[57(5400000)] 84 100
151 dwarven mk_temptation_of_abyss 151 2258 2 [2020(4)],[1880(30)],[1881(60)],[1878(30)],[2130(34)] 313 1 [2258(1)],[57(5400000)] 84 100
152 dwarven mk_spinebone_sword 152 2259 2 [2021(5)],[1883(2)],[1880(75)],[1879(75)],[1458(200)],[2130(57)] 125 1 [2259(1)],[57(5400000)] 96 100
153 dwarven mk_mace_of_judgment 153 2260 2 [2022(5)],[1880(60)],[1879(60)],[1885(30)],[1458(200)],[2130(57)] 180 1 [2260(1)],[57(5400000)] 96 100
154 dwarven mk_conjure_staff 154 2261 2 [2023(5)],[1880(45)],[1881(90)],[1878(45)],[1458(200)],[2130(57)] 184 1 [2261(1)],[57(5400000)] 96 100
155 dwarven mk_elven_bow 155 2262 2 [2024(5)],[1880(100)],[1878(20)],[1885(20)],[1458(200)],[2130(57)] 276 1 [2262(1)],[57(5400000)] 96 100
156 dwarven mk_dwarven_trident 156 2263 2 [2025(5)],[1880(80)],[1879(40)],[1885(20)],[1458(200)],[2130(57)] 295 1 [2263(1)],[57(5400000)] 96 100
157 dwarven mk_two-handed_sword 157 2264 3 [2026(6)],[1883(3)],[1880(144)],[1879(72)],[1458(300)],[2130(91)] 124 1 [2264(1)],[57(5400000)] 108 100
158 dwarven mk_spike_club 158 2265 3 [2027(6)],[1880(90)],[1879(90)],[1885(45)],[1458(300)],[2130(91)] 157 1 [2265(1)],[57(5400000)] 108 100
159 dwarven mk_knife_o'_silenus 159 2266 3 [2028(6)],[1883(2)],[1880(118)],[1879(118)],[1458(300)],[2130(91)] 241 1 [2266(1)],[57(5400000)] 108 100
160 dwarven mk_gastraphetes 160 2267 3 [2029(6)],[1880(150)],[1878(30)],[1885(30)],[1458(300)],[2130(91)] 278 1 [2267(1)],[57(5400000)] 108 100
161 dwarven mk_tome_of_blood 161 2268 3 [2030(6)],[1880(70)],[1881(140)],[1878(70)],[1458(300)],[2130(91)] 317 1 [2268(1)],[57(5400000)] 108 100
162 dwarven mk_morning_star 162 2269 3 [2031(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)] 88 1 [2269(1)],[57(5400000)] 120 100
163 dwarven mk_goathead_staff 163 2270 3 [2032(7)],[1880(100)],[1881(200)],[1878(100)],[1458(430)],[2130(139)] 90 1 [2270(1)],[57(5400000)] 120 100
164 dwarven mk_winged_spear 164 2271 3 [2033(7)],[1880(180)],[1879(90)],[1885(45)],[1458(430)],[2130(139)] 93 1 [2271(1)],[57(5400000)] 120 100
165 dwarven mk_sword_of_revolution 165 2272 3 [2034(7)],[1883(2)],[1880(175)],[1879(175)],[1458(430)],[2130(139)] 129 1 [2272(1)],[57(5400000)] 120 100
166 dwarven mk_tarbar 166 2273 3 [2035(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)] 158 1 [2273(1)],[57(5400000)] 120 100
167 dwarven mk_skull_breaker 167 2274 3 [2036(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)] 169 1 [2274(1)],[57(5400000)] 120 100
168 dwarven mk_heavy_bone_club 168 2275 3 [2037(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)] 172 1 [2275(1)],[57(5400000)] 120 100
169 dwarven mk_maingauche 169 2276 3 [2038(7)],[1883(2)],[1880(175)],[1879(175)],[1458(430)],[2130(139)] 224 1 [2276(1)],[57(5400000)] 120 100
170 dwarven mk_bich'hwa 170 2277 3 [2039(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)] 261 1 [2277(1)],[57(5400000)] 120 100
171 dwarven mk_strengthening_long_bow 171 2278 3 [2040(7)],[1880(225)],[1878(45)],[1885(45)],[1458(300)],[2130(139)] 279 1 [2278(1)],[57(5400000)] 120 100
172 dwarven mk_hammer_in_flames 172 2279 3 [2041(7)],[1880(180)],[1879(90)],[1885(45)],[1458(430)],[2130(139)] 294 1 [2279(1)],[57(5400000)] 120 100
173 dwarven mk_crucifix_of_blood 173 2280 3 [2042(7)],[1880(100)],[1881(200)],[1878(100)],[1458(430)],[2130(139)] 318 1 [2280(1)],[57(5400000)] 120 100
174 dwarven mk_eye_of_infinity 174 2281 3 [2043(7)],[1880(100)],[1881(200)],[1878(100)],[1458(430)],[2130(139)] 319 1 [2281(1)],[57(5400000)] 120 100
175 dwarven mk_cursed_maingauche 175 2282 3 [2044(7)],[1883(2)],[1880(175)],[1879(175)],[1458(430)],[2130(139)] 1660 1 [2282(1)],[57(5400000)] 120 100
176 dwarven mk_blue_crystal_skull 176 2283 4 [2045(7)],[1880(110)],[1881(220)],[1878(110)],[1458(470)],[2130(153)] 320 1 [2283(1)],[57(5400000)] 123 100
177 dwarven mk_demon_fangs 177 2284 4 [2046(7)],[1880(110)],[1881(220)],[1878(110)],[1458(470)],[2130(153)] 321 1 [2284(1)],[57(5400000)] 123 100
178 dwarven mk_claymore 178 2285 4 [2047(8)],[1883(3)],[1880(270)],[1879(135)],[1458(550)],[2130(185)] 70 1 [2285(1)],[57(5400000)] 129 100
179 dwarven mk_bonebreaker 179 2286 4 [2048(8)],[1880(160)],[1879(160)],[1885(80)],[1458(550)],[2130(185)] 159 1 [2286(1)],[57(5400000)] 129 100
180 dwarven mk_atuba_hammer 180 2287 4 [2049(8)],[1880(220)],[1879(110)],[1885(55)],[1458(550)],[2130(185)] 187 1 [2287(1)],[57(5400000)] 129 100
181 dwarven mk_ghost_staff 181 2288 4 [2050(8)],[1880(130)],[1881(260)],[1878(130)],[1458(550)],[2130(185)] 188 1 [2288(1)],[57(5400000)] 129 100
182 dwarven mk_life_stick 182 2289 4 [2051(8)],[1880(130)],[1881(260)],[1878(130)],[1458(550)],[2130(185)] 189 1 [2289(1)],[57(5400000)] 129 100
183 dwarven mk_mithril_dagger 183 2290 4 [2052(8)],[1883(2)],[1880(220)],[1879(220)],[1458(550)],[2130(185)] 225 1 [2290(1)],[57(5400000)] 129 100
184 dwarven mk_scallop_jamadhr 184 2291 4 [2053(8)],[1880(160)],[1879(160)],[1885(80)],[1458(550)],[2130(185)] 262 1 [2291(1)],[57(5400000)] 129 100
185 dwarven mk_cyclone_bow 185 2292 4 [2054(8)],[1880(275)],[1878(55)],[1885(55)],[1458(550)],[2130(185)] 280 1 [2292(1)],[57(5400000)] 129 100
186 dwarven mk_glaive 186 2293 4 [2055(8)],[1880(220)],[1879(110)],[1885(55)],[1458(550)],[2130(185)] 297 1 [2293(1)],[57(5400000)] 129 100
187 dwarven mk_vajra_wands 187 2294 4 [2056(8)],[1880(130)],[1881(260)],[1878(130)],[1458(550)],[2130(185)] 322 1 [2294(1)],[57(5400000)] 129 100
188 dwarven mk_ancient_reagent 188 2295 4 [2057(8)],[1880(130)],[1881(260)],[1878(130)],[1458(550)],[2130(185)] 323 1 [2295(1)],[57(5400000)] 129 100
189 dwarven mk_atuba_mace 189 2296 4 [2058(8)],[1880(220)],[1879(110)],[1885(55)],[1458(550)],[2130(185)] 190 1 [2296(1)],[57(5400000)] 129 100
190 dwarven mk_flamberge 190 2297 4 [2059(8)],[1891(3)],[1890(24)],[1888(12)],[5220(48)],[1458(700)],[2131(81)] 71 1 [2297(1)],[57(5400000)] 138 100
191 dwarven mk_stormbringer 191 2298 4 [2060(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)] 72 1 [2298(1)],[57(5400000)] 138 100
192 dwarven mk_big_hammer 192 2299 4 [2061(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)] 89 1 [2299(1)],[57(5400000)] 138 100
193 dwarven mk_scythe 193 2300 4 [2062(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)] 96 1 [2300(1)],[57(5400000)] 138 100
194 dwarven mk_battle_axe 194 2301 4 [2063(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)] 160 1 [2301(1)],[57(5400000)] 138 100
195 dwarven mk_war_pick 195 2302 4 [2064(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)] 161 1 [2302(1)],[57(5400000)] 138 100
196 dwarven mk_skull_graver 196 2303 4 [2065(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)] 173 1 [2303(1)],[57(5400000)] 138 100
197 dwarven mk_heavy_doom_hammer 197 2304 4 [2066(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)] 191 1 [2304(1)],[57(5400000)] 138 100
198 dwarven mk_crystal_staff 198 2305 4 [2067(8)],[1893(20)],[1881(40)],[1889(20)],[5220(60)],[1458(700)],[2131(81)] 192 1 [2305(1)],[57(5400000)] 138 100
199 dwarven mk_stick_of_faith 199 2306 4 [2068(8)],[1893(20)],[1881(40)],[1889(20)],[5220(60)],[1458(700)],[2131(81)] 193 1 [2306(1)],[57(5400000)] 138 100
200 dwarven mk_heavy_doom_axe 200 2307 4 [2069(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)] 194 1 [2307(1)],[57(5400000)] 138 100
201 dwarven mk_cursed_dagger 201 2308 4 [2070(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)] 226 1 [2308(1)],[57(5400000)] 138 100
202 dwarven mk_needle_wolverine 202 2309 4 [2071(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)] 230 1 [2309(1)],[57(5400000)] 138 100
203 dwarven mk_darkelven_dagger 203 2310 4 [2072(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)] 232 1 [2310(1)],[57(5400000)] 138 100
204 dwarven mk_chakram 204 2311 4 [2073(8)],[1890(30)],[1888(30)],[1885(15)],[5220(60)],[1458(700)],[2131(81)] 263 1 [2311(1)],[57(5400000)] 138 100
205 dwarven mk_crystallized_ice_bow 205 2312 4 [2074(8)],[1890(45)],[1889(9)],[1885(9)],[5220(54)],[1458(700)],[2131(81)] 281 1 [2312(1)],[57(5400000)] 138 100
206 dwarven mk_orcish_glaive 206 2313 4 [2075(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)] 298 1 [2313(1)],[57(5400000)] 138 100
207 dwarven mk_body_slasher 207 2314 4 [2076(8)],[1890(40)],[1888(20)],[1885(10)],[5220(50)],[1458(700)],[2131(81)] 302 1 [2314(1)],[57(5400000)] 138 100
208 dwarven mk_shamshir 208 2315 5 [2077(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)] 73 1 [2315(1)],[57(5400000)] 147 100
209 dwarven mk_katana 209 2316 5 [2078(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)] 74 1 [2316(1)],[57(5400000)] 147 100
210 dwarven mk_bech_de_corbin 210 2317 5 [2079(9)],[1890(52)],[1888(26)],[1885(13)],[5220(65)],[1459(170)],[2131(105)] 94 1 [2317(1)],[57(5400000)] 147 100
211 dwarven mk_spirits_sword 211 2318 5 [2080(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)] 131 1 [2318(1)],[57(5400000)] 147 100
212 dwarven mk_raid_sword 212 2319 5 [2081(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)] 133 1 [2319(1)],[57(5400000)] 147 100
213 dwarven mk_cursed_staff 213 2320 5 [2082(9)],[1893(26)],[1881(52)],[1889(26)],[5220(78)],[1459(180)],[2131(105)] 195 1 [2320(1)],[57(5400000)] 147 100
214 dwarven mk_stiletto 214 2321 5 [2083(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)] 227 1 [2321(1)],[57(5400000)] 147 100
215 dwarven mk_dagger_of_magicflame 215 2322 5 [2084(9)],[1891(2)],[1890(33)],[1888(33)],[5220(66)],[1459(180)],[2131(105)] 242 1 [2322(1)],[57(5400000)] 147 100
216 dwarven mk_elemental_bow 216 2323 5 [2085(9)],[1890(60)],[1889(12)],[1885(12)],[5220(72)],[1459(170)],[2131(105)] 282 1 [2323(1)],[57(5400000)] 147 100
217 dwarven mk_noble_elven_bow 217 2324 5 [2086(9)],[1890(60)],[1889(12)],[1885(12)],[5220(72)],[1459(170)],[2131(105)] 285 1 [2324(1)],[57(5400000)] 147 100
218 dwarven mk_tears_of_fairy 218 2325 5 [2087(9)],[1893(26)],[1881(52)],[1889(26)],[5220(78)],[1459(180)],[2131(105)] 324 1 [2325(1)],[57(5400000)] 147 100
219 dwarven mk_horn_of_glory 219 2326 5 [2088(9)],[1893(26)],[1881(52)],[1889(26)],[5220(78)],[1459(180)],[2131(105)] 325 1 [2326(1)],[57(5400000)] 147 100
220 dwarven mk_caliburs 220 2327 5 [2089(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 75 1 [2327(1)],[57(5400000)] 156 100
221 dwarven mk_sword_of_delusion 221 2328 5 [2090(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 76 1 [2328(1)],[57(5400000)] 156 100
222 dwarven mk_tsurugi 222 2329 5 [2091(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 77 1 [2329(1)],[57(5400000)] 156 100
223 dwarven mk_homunkulus's_sword 223 2330 5 [2092(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 84 1 [2330(1)],[57(5400000)] 156 100
224 dwarven mk_poleaxe 224 2331 5 [2093(10)],[1890(72)],[1888(36)],[1885(18)],[5220(90)],[1459(300)],[2131(166)] 95 1 [2331(1)],[57(5400000)] 156 100
225 dwarven mk_sword_of_limit 225 2332 5 [2094(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 132 1 [2332(1)],[57(5400000)] 156 100
226 dwarven mk_sword_of_nightmare 226 2333 5 [2095(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 134 1 [2333(1)],[57(5400000)] 156 100
227 dwarven mk_deathbreath_sword 227 2334 5 [2096(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 145 1 [2334(1)],[57(5400000)] 156 100
228 dwarven mk_war_axe 228 2335 5 [2097(10)],[1890(54)],[1888(54)],[1885(27)],[5220(108)],[1459(300)],[2131(166)] 162 1 [2335(1)],[57(5400000)] 156 100
229 dwarven mk_nirvana_axe 229 2336 5 [2098(10)],[1890(54)],[1888(54)],[1885(27)],[5220(108)],[1459(300)],[2131(166)] 174 1 [2336(1)],[57(5400000)] 156 100
230 dwarven mk_stick_of_eternity 230 2337 5 [2099(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)] 196 1 [2337(1)],[57(5400000)] 156 100
231 dwarven mk_paradia_staff 231 2338 5 [2100(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)] 197 1 [2338(1)],[57(5400000)] 156 100
232 dwarven mk_inferno_staff 232 2339 5 [2101(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)] 198 1 [2339(1)],[57(5400000)] 156 100
233 dwarven mk_paagrio_hammer 233 2340 5 [2102(10)],[1890(72)],[1888(36)],[1885(18)],[5220(90)],[1459(300)],[2131(166)] 199 1 [2340(1)],[57(5400000)] 156 100
234 dwarven mk_sage's_staff 234 2341 5 [2103(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)] 200 1 [2341(1)],[57(5400000)] 156 100
235 dwarven mk_club_of_nature 235 2342 5 [2104(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)] 201 1 [2342(1)],[57(5400000)] 156 100
236 dwarven mk_mace_of_underworld 236 2343 5 [2105(10)],[1890(54)],[1888(54)],[1885(27)],[5220(108)],[1459(300)],[2131(166)] 202 1 [2343(1)],[57(5400000)] 156 100
237 dwarven mk_grace_dagger 237 2344 5 [2106(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 231 1 [2344(1)],[57(5400000)] 156 100
238 dwarven mk_dark_screamer 238 2345 5 [2107(10)],[1891(2)],[1890(50)],[1888(50)],[5220(100)],[1459(300)],[2131(166)] 233 1 [2345(1)],[57(5400000)] 156 100
239 dwarven mk_fist_blade 239 2346 5 [2108(10)],[1890(54)],[1888(54)],[1885(27)],[5220(108)],[1459(300)],[2131(166)] 265 1 [2346(1)],[57(5400000)] 156 100
240 dwarven mk_akat_long_bow 240 2347 5 [2109(10)],[1890(85)],[1889(17)],[1885(17)],[5220(102)],[1459(290)],[2131(166)] 283 1 [2347(1)],[57(5400000)] 156 100
241 dwarven mk_heathen's_book 241 2348 5 [2110(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)] 326 1 [2348(1)],[57(5400000)] 156 100
242 dwarven mk_hex_doll 242 2349 5 [2111(10)],[1893(37)],[1881(74)],[1889(37)],[5220(111)],[1459(300)],[2131(166)] 327 1 [2349(1)],[57(5400000)] 156 100
243 dwarven mk_paagrio_axe 243 2350 5 [2112(10)],[1890(80)],[1888(40)],[1885(20)],[5220(100)],[1459(330)],[2131(187)] 203 1 [2350(1)],[57(5400000)] 159 100
244 dwarven mk_scorpion 244 2351 5 [2113(10)],[1890(80)],[1888(40)],[1885(20)],[5220(100)],[1459(330)],[2131(187)] 301 1 [2351(1)],[57(5400000)] 159 100
245 dwarven mk_widow_maker 245 2352 5 [2114(10)],[1890(80)],[1888(40)],[1885(20)],[5220(100)],[1459(330)],[2131(187)] 303 1 [2352(1)],[57(5400000)] 159 100
246 dwarven mk_samurai_longsword 246 2353 6 [2115(11)],[1891(3)],[1890(82)],[1888(41)],[5220(164)],[1459(410)],[2131(248)] 135 1 [2353(1)],[57(5400000)] 165 100
247 dwarven mk_deadman's_staff 247 2354 6 [2116(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 204 1 [2354(1)],[57(5400000)] 165 100
248 dwarven mk_ghoul's_staff 248 2355 6 [2117(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 205 1 [2355(1)],[57(5400000)] 165 100
249 dwarven mk_demon's_staff 249 2356 6 [2118(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 206 1 [2356(1)],[57(5400000)] 165 100
250 dwarven mk_crystal_dagger 250 2357 6 [2119(11)],[1891(2)],[1890(76)],[1888(76)],[5220(152)],[1459(410)],[2131(248)] 228 1 [2357(1)],[57(5400000)] 165 100
251 dwarven mk_great_pata 251 2358 6 [2120(11)],[1890(80)],[1888(80)],[1885(40)],[5220(160)],[1459(410)],[2131(248)] 266 1 [2358(1)],[57(5400000)] 165 100
252 dwarven mk_eminence_bow 252 2359 6 [2121(11)],[1890(120)],[1889(24)],[1885(24)],[5220(144)],[1459(420)],[2131(248)] 286 1 [2359(1)],[57(5400000)] 165 100
253 dwarven mk_orcish_poleaxe 253 2360 6 [2122(11)],[1890(104)],[1888(52)],[1885(26)],[5220(130)],[1459(420)],[2131(248)] 299 1 [2360(1)],[57(5400000)] 165 100
254 dwarven mk_candle_of_wisdom 254 2361 6 [2123(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 328 1 [2361(1)],[57(5400000)] 165 100
255 dwarven mk_blessed_branch 255 2362 6 [2124(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 329 1 [2362(1)],[57(5400000)] 165 100
256 dwarven mk_phoenix's_feather 256 2363 6 [2125(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 330 1 [2363(1)],[57(5400000)] 165 100
257 dwarven mk_cerberus's_eye 257 2364 6 [2126(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 331 1 [2364(1)],[57(5400000)] 165 100
258 dwarven mk_scroll_of_destruction 258 2365 6 [2127(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 332 1 [2365(1)],[57(5400000)] 165 100
259 dwarven mk_claws_of_blackdragon 259 2366 6 [2128(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 333 1 [2366(1)],[57(5400000)] 165 100
260 dwarven mk_three_eye_crow's_feather 260 2367 6 [2129(11)],[1893(54)],[1881(108)],[1889(54)],[5220(162)],[1459(410)],[2131(248)] 334 1 [2367(1)],[57(5400000)] 165 100
261 dwarven mk_ring_of_binding 261 2970 6 [2917(11)],[1886(1)],[1895(40)],[1887(8)],[1459(20)],[2131(7)] 886 1 [2970(1)],[57(5400000)] 165 100
262 dwarven mk_mithril_scale_gaiters 262 2971 3 [2918(7)],[1883(2)],[1880(32)],[1458(60)],[2130(14)] 2377 1 [2971(1)],[57(5400000)] 120 100
263 dwarven mk_brigandine_gaiters 263 2972 3 [2919(7)],[1883(2)],[1880(32)],[1458(60)],[2130(14)] 2378 1 [2972(1)],[57(5400000)] 120 100
264 dwarven mk_elven_mithril_tunic 264 2973 3 [2920(7)],[1882(84)],[1884(42)],[1458(70)],[2130(17)] 2396 1 [2973(1)],[57(5400000)] 120 100
265 dwarven mk_elven_mithril_hose 265 2974 3 [2921(7)],[1882(45)],[1884(45)],[1458(45)],[2130(10)] 2401 1 [2974(1)],[57(5400000)] 120 100
266 dwarven mk_brigandine_helmet 266 2975 3 [2922(7)],[1883(1)],[1882(20)],[1458(35)],[2130(8)] 2411 1 [2975(1)],[57(5400000)] 120 100
267 dwarven mk_manticor_skin_boots 267 2976 3 [2923(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)] 2424 1 [2976(1)],[57(5400000)] 120 100
268 dwarven mk_brigandine_boots 268 2977 3 [2924(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)] 2425 1 [2977(1)],[57(5400000)] 120 100
269 dwarven mk_elven_mithril_boots 269 2978 3 [2925(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)] 2426 1 [2978(1)],[57(5400000)] 120 100
270 dwarven mk_manticor_skin_gloves 270 2979 3 [2926(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)] 2448 1 [2979(1)],[57(5400000)] 120 100
271 dwarven mk_brigandine_gauntlet 271 2980 3 [2927(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)] 2449 1 [2980(1)],[57(5400000)] 120 100
272 dwarven mk_elven_mithril_gloves 272 2981 3 [2928(7)],[1882(24)],[1885(3)],[1458(24)],[2130(5)] 2450 1 [2981(1)],[57(5400000)] 120 100
273 dwarven mk_brigandine_shield 273 2982 3 [2929(7)],[1880(12)],[1879(4)],[1882(4)],[1458(24)],[2130(5)] 2493 1 [2982(1)],[57(5400000)] 120 100
274 dwarven mk_plate_helmet 274 2983 4 [2930(8)],[1883(1)],[1882(60)],[1458(45)],[2130(10)] 2412 1 [2983(1)],[57(5400000)] 129 100
275 dwarven mk_slamander_skin_boots 275 2984 4 [2931(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)] 2427 1 [2984(1)],[57(5400000)] 129 100
276 dwarven mk_plate_boots 276 2985 4 [2932(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)] 2428 1 [2985(1)],[57(5400000)] 129 100
277 dwarven mk_sage's_worn_gloves 277 2986 4 [2933(8)],[1882(32)],[1885(4)],[1458(30)],[2130(6)] 2451 1 [2986(1)],[57(5400000)] 129 100
278 dwarven mk_plate_shield 278 2987 4 [2934(8)],[1880(15)],[1879(5)],[1882(5)],[1458(32)],[2130(7)] 2494 1 [2987(1)],[57(5400000)] 129 100
279 dwarven mk_tempered_mithril_gaiters 279 2988 4 [2935(8)],[1894(15)],[1895(15)],[1458(70)],[2131(6)] 2387 1 [2988(1)],[57(5400000)] 138 100
280 dwarven mk_chain_hood 280 2989 4 [2936(8)],[1892(1)],[1894(2)],[1458(60)],[2131(5)] 2413 1 [2989(1)],[57(5400000)] 138 100
281 dwarven mk_chain_boots 281 2990 4 [2937(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)] 2429 1 [2990(1)],[57(5400000)] 138 100
282 dwarven mk_karmian_boots 282 2991 4 [2938(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)] 2430 1 [2991(1)],[57(5400000)] 138 100
283 dwarven mk_plate_leather_boots 283 2992 4 [2939(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)] 2431 1 [2992(1)],[57(5400000)] 138 100
284 dwarven mk_dwarven_chain_boots 284 2993 4 [2940(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)] 2432 1 [2993(1)],[57(5400000)] 138 100
285 dwarven mk_boots_of_seal 285 2994 4 [2941(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)] 2433 1 [2994(1)],[57(5400000)] 138 100
286 dwarven mk_reinforce_mithril_gloves 286 2995 4 [2942(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)] 2452 1 [2995(1)],[57(5400000)] 138 100
287 dwarven mk_chain_gloves 287 2996 4 [2943(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)] 2453 1 [2996(1)],[57(5400000)] 138 100
288 dwarven mk_karmian_gloves 288 2997 4 [2944(8)],[1894(8)],[1885(1)],[1458(40)],[2131(3)] 2454 1 [2997(1)],[57(5400000)] 138 100
289 dwarven mk_chain_shield 289 2998 4 [2945(8)],[1890(3)],[1888(1)],[1894(1)],[1458(40)],[2131(3)] 2495 1 [2998(1)],[57(5400000)] 138 100
290 dwarven mk_plate_leather_gloves 290 2999 5 [2946(9)],[1894(8)],[1885(1)],[1459(10)],[2131(3)] 2455 1 [2999(1)],[57(5400000)] 144 100
291 dwarven mk_dwarven_chain_shield 291 3000 5 [2947(9)],[1890(3)],[1888(1)],[1894(1)],[1459(12)],[2131(4)] 2496 1 [3000(1)],[57(5400000)] 144 100
292 dwarven mk_rind_leather_boots 292 3001 5 [2948(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)] 2434 1 [3001(1)],[57(5400000)] 147 100
293 dwarven mk_dwarven_chain_gloves 293 3002 5 [2949(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)] 2456 1 [3002(1)],[57(5400000)] 147 100
294 dwarven mk_gloves_of_seal 294 3003 5 [2950(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)] 2457 1 [3003(1)],[57(5400000)] 147 100
295 dwarven mk_rind_leather_gloves 295 3004 5 [2951(9)],[1894(10)],[1885(1)],[1459(12)],[2131(4)] 2458 1 [3004(1)],[57(5400000)] 147 100
296 dwarven mk_demon's_boots 296 3005 5 [2952(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)] 2435 1 [3005(1)],[57(5400000)] 156 100
297 dwarven mk_demon's_gloves 297 3006 5 [2953(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)] 2459 1 [3006(1)],[57(5400000)] 156 100
298 dwarven mk_theca_leather_boots 298 3007 5 [2954(10)],[1894(18)],[1885(2)],[1459(20)],[2131(7)] 2436 1 [3007(1)],[57(5400000)] 159 100
299 dwarven mk_theca_leather_gloves 299 3008 5 [2955(10)],[1894(18)],[1885(2)],[1459(20)],[2131(7)] 2460 1 [3008(1)],[57(5400000)] 159 100
300 dwarven mk_composite_boots 300 3009 5 [2956(10)],[1894(16)],[1885(2)],[1459(16)],[2131(6)] 64 1 [3009(1)],[57(5400000)] 156 100
301 dwarven mk_composite_helmet 301 3010 5 [2957(10)],[1892(1)],[1894(14)],[1459(25)],[2131(10)] 517 1 [3010(1)],[57(5400000)] 156 100
302 dwarven mk_divine_boots 302 3011 6 [2958(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 603 1 [3011(1)],[57(5400000)] 165 100
303 dwarven mk_full_plate_helmet 303 3012 6 [2959(11)],[1892(1)],[1894(26)],[1459(36)],[2131(15)] 2414 1 [3012(1)],[57(5400000)] 165 100
304 dwarven mk_drake_leather_boots 304 3013 6 [2960(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 2437 1 [3013(1)],[57(5400000)] 165 100
305 dwarven mk_full_plate_boots 305 3014 6 [2961(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 2438 1 [3014(1)],[57(5400000)] 165 100
306 dwarven mk_drake_leather_gloves 306 3015 6 [2962(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 2461 1 [3015(1)],[57(5400000)] 165 100
307 dwarven mk_full_plate_gauntlet 307 3016 6 [2963(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 2462 1 [3016(1)],[57(5400000)] 165 100
308 dwarven mk_blessed_gloves 308 3017 6 [2964(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 2463 1 [3017(1)],[57(5400000)] 165 100
309 dwarven mk_divine_gloves 309 3018 6 [2965(11)],[1894(24)],[1885(3)],[1459(24)],[2131(10)] 2468 1 [3018(1)],[57(5400000)] 165 100
310 dwarven mk_full_plate_shield 310 3019 6 [2966(11)],[1890(9)],[1888(3)],[1894(3)],[1459(25)],[2131(10)] 2497 1 [3019(1)],[57(5400000)] 165 100
311 dwarven mk_elven_long_sword 311 3020 4 [2967(8)],[1883(2)],[1880(220)],[1879(220)],[1458(550)],[2130(185)] 2499 1 [3020(1)],[57(5400000)] 129 100
312 dwarven mk_dwarven_warhammer 312 3021 5 [2968(9)],[1890(38)],[1888(38)],[1885(19)],[5220(76)],[1459(180)],[2131(105)] 2502 1 [3021(1)],[57(5400000)] 147 100
313 dwarven mk_yaksa_mace 313 3022 6 [2969(11)],[1890(80)],[1888(80)],[1885(40)],[5220(160)],[1459(410)],[2131(248)] 2503 1 [3022(1)],[57(5400000)] 165 100
314 dwarven mk_titan_key 314 3023 1 [3273(20)],[3274(10)],[3275(10)],[1458(10)] 3030 1 [3023(1)],[57(5400000)] 100 100
315 dwarven mk_journeyman_ring 315 3024 1 [3138(1)],[3134(1)],[1880(1)],[1865(10)],[1458(10)] 3139 1 [3024(1)],[57(5400000)] 100 100
316 dwarven mk_amber_bead 316 3025 2 [3137(1)] 3136 5 [3025(1)],[57(5400000)] 100 100
317 dwarven mk_spiritshot_d 317 3032 2 [3031(3)],[1458(1)] 2510 100 [3032(1)],[57(5400000)] 60 100
318 dwarven mk_spiritshot_c 318 3033 4 [3031(10)],[1459(1)] 2511 200 [3033(1)],[57(5400000)] 120 100
319 dwarven mk_spiritshot_b 319 3034 6 [3031(15)],[1460(1)] 2512 150 [3034(1)],[57(5400000)] 180 100
320 dwarven mk_spiritshot_a 320 3035 7 [3031(22)],[1461(1)] 2513 200 [3035(1)],[57(5400000)] 240 100
321 dwarven mk_spiritshot_s 321 3036 8 [3031(15)],[1462(1)] 2514 200 [3036(1)],[57(5400000)] 300 100
322 dwarven q_mk_titans_powerstone 322 3838 2 [3845(1)] 3846 1 [3838(1)],[57(5400000)] 100 25
323 dwarven mk_blessed_spiritshot_d 323 3953 2 [3031(8)],[1458(2)] 3948 100 [3953(1)],[57(5400000)] 60 100
324 dwarven mk_blessed_spiritshot_c 324 3954 4 [3031(30)],[1459(2)] 3949 200 [3954(1)],[57(5400000)] 120 100
325 dwarven mk_blessed_spiritshot_b 325 3955 6 [3031(16)],[1460(2)] 3950 100 [3955(1)],[57(5400000)] 180 100
326 dwarven mk_blessed_spiritshot_a 326 3956 7 [3031(70)],[1461(2)] 3951 200 [3956(1)],[57(5400000)] 240 100
327 dwarven mk_blessed_spiritshot_s 327 3957 8 [3031(50)],[1462(2)] 3952 200 [3957(1)],[57(5400000)] 300 100
328 dwarven mk_adamantite_earing_i 328 4937 6 [4937(1)],[4049(12)],[1892(1)],[1895(30)],[1887(6)],[4044(6)],[1459(28)],[2132(4)] 856 1 [4937(1)],[57(5400000)] 174 70
329 dwarven mk_adamantite_earing_ii 329 4126 6 [4126(1)],[4049(12)],[4048(1)],[1895(40)],[1887(8)],[4044(8)],[1459(35)],[2132(4)] 856 1 [4126(1)],[57(5400000)] 174 100
330 dwarven mk_adamantite_ring_i 330 4938 6 [4938(1)],[4050(12)],[1886(1)],[1895(25)],[1887(5)],[4044(5)],[1459(22)],[2132(2)] 887 1 [4938(1)],[57(5400000)] 174 70
331 dwarven mk_adamantite_ring_ii 331 4127 6 [4127(1)],[4050(12)],[1892(1)],[1895(30)],[1887(6)],[4044(6)],[1459(32)],[2132(2)] 887 1 [4127(1)],[57(5400000)] 174 100
332 dwarven mk_adamantite_necklace_i 332 4939 6 [4939(1)],[4051(12)],[1892(1)],[1889(30)],[1887(6)],[4044(6)],[1459(34)],[2132(5)] 918 1 [4939(1)],[57(5400000)] 174 70
333 dwarven mk_adamantite_necklace_ii 333 4128 6 [4128(1)],[4051(12)],[4048(1)],[1889(35)],[1887(7)],[4044(7)],[1459(58)],[2132(5)] 918 1 [4128(1)],[57(5400000)] 174 100
334 dwarven mk_earing_of_black_ore_i 334 4973 7 [4973(1)],[4052(13)],[1892(1)],[1895(50)],[1887(10)],[4044(10)],[1460(16)],[2132(6)] 864 1 [4973(1)],[57(5400000)] 183 70
335 dwarven mk_earing_of_black_ore_ii 335 4129 7 [4129(1)],[4052(13)],[4048(1)],[1895(65)],[1887(13)],[4044(13)],[1460(25)],[2132(6)] 864 1 [4129(1)],[57(5400000)] 183 100
336 dwarven mk_ring_of_black_ore_i 336 4974 7 [4974(1)],[4053(13)],[1886(1)],[1895(40)],[1887(8)],[4044(8)],[1460(10)],[2132(4)] 895 1 [4974(1)],[57(5400000)] 183 70
337 dwarven mk_ring_of_black_ore_ii 337 4130 7 [4130(1)],[4053(13)],[1892(1)],[1895(50)],[1887(10)],[4044(10)],[1460(18)],[2132(4)] 895 1 [4130(1)],[57(5400000)] 183 100
338 dwarven mk_necklace_of_black_ore_i 338 4975 7 [4975(1)],[4054(13)],[1892(1)],[1889(40)],[1887(8)],[4044(8)],[1460(20)],[2132(8)] 926 1 [4975(1)],[57(5400000)] 183 70
339 dwarven mk_necklace_of_black_ore_ii 339 4131 7 [4131(1)],[4054(13)],[4048(1)],[1889(55)],[1887(11)],[4044(11)],[1460(37)],[2132(8)] 926 1 [4131(1)],[57(5400000)] 183 100
340 dwarven mk_composite_shield 340 4132 5 [4055(10)],[1890(6)],[1888(2)],[1894(2)],[1459(17)],[2131(7)] 107 1 [4132(1)],[57(5400000)] 156 100
341 dwarven mk_shrnoen's_breastplate_i 341 4940 6 [4940(1)],[4056(12)],[1892(3)],[1890(18)],[4043(12)],[1459(82)],[2132(12)] 357 1 [4940(1)],[57(5400000)] 174 60
342 dwarven mk_shrnoen's_breastplate_ii 342 4133 6 [4133(1)],[4056(12)],[4048(3)],[1890(33)],[4043(22)],[1459(129)],[2132(12)] 357 1 [4133(1)],[57(5400000)] 174 100
343 dwarven mk_shrnoen's_gaiters_i 343 4941 6 [4941(1)],[4057(12)],[1892(2)],[1890(12)],[4043(8)],[1459(45)],[2132(7)] 383 1 [4941(1)],[57(5400000)] 174 60
344 dwarven mk_shrnoen's_gaiters_ii 344 4134 6 [4134(1)],[4057(12)],[4048(2)],[1890(21)],[4043(14)],[1459(72)],[2132(7)] 383 1 [4134(1)],[57(5400000)] 174 100
345 dwarven mk_implosion_boots_i 345 4976 7 [4976(1)],[4058(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 564 1 [4976(1)],[57(5400000)] 183 60
346 dwarven mk_implosion_boots_ii 346 4135 7 [4135(1)],[4058(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 564 1 [4135(1)],[57(5400000)] 183 100
347 dwarven mk_silent_boots_i 347 4942 6 [4942(1)],[4059(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 572 1 [4942(1)],[57(5400000)] 174 60
348 dwarven mk_silent_boots_ii 348 4136 6 [4136(1)],[4059(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)] 572 1 [4136(1)],[57(5400000)] 174 100
349 dwarven mk_guardian's_boots_i 349 4943 6 [4943(1)],[4060(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 578 1 [4943(1)],[57(5400000)] 174 60
350 dwarven mk_guardian's_boots_ii 350 4137 6 [4137(1)],[4060(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)] 578 1 [4137(1)],[57(5400000)] 174 100
351 dwarven mk_paradia_boots_i 351 4977 7 [4977(1)],[4061(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 582 1 [4977(1)],[57(5400000)] 183 60
352 dwarven mk_paradia_boots_ii 352 4138 7 [4138(1)],[4061(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 582 1 [4138(1)],[57(5400000)] 183 100
353 dwarven mk_elemental_boots_i 353 4978 7 [4978(1)],[4062(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 588 1 [4978(1)],[57(5400000)] 183 60
354 dwarven mk_elemental_boots_ii 354 4139 7 [4139(1)],[4062(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 588 1 [4139(1)],[57(5400000)] 183 100
355 dwarven mk_boots_of_grace_i 355 4979 7 [4979(1)],[4063(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 590 1 [4979(1)],[57(5400000)] 183 60
356 dwarven mk_boots_of_grace_ii 356 4140 7 [4140(1)],[4063(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 590 1 [4140(1)],[57(5400000)] 183 100
357 dwarven mk_avadon_breastplate_i 357 4944 6 [4944(1)],[4064(12)],[1892(3)],[1890(18)],[4043(12)],[1459(82)],[2132(12)] 2376 1 [4944(1)],[57(5400000)] 174 60
358 dwarven mk_avadon_breastplate_ii 358 4141 6 [4141(1)],[4064(12)],[4048(3)],[1890(33)],[4043(22)],[1459(129)],[2132(12)] 2376 1 [4141(1)],[57(5400000)] 174 100
359 dwarven mk_avadon_gaiters_i 359 4945 6 [4945(1)],[4065(12)],[1892(2)],[1890(12)],[4043(8)],[1459(45)],[2132(7)] 2379 1 [4945(1)],[57(5400000)] 174 60
360 dwarven mk_avadon_gaiters_ii 360 4142 6 [4142(1)],[4065(12)],[4048(2)],[1890(21)],[4043(14)],[1459(72)],[2132(7)] 2379 1 [4142(1)],[57(5400000)] 174 100
361 dwarven mk_shrnoen's_leather_shirts_i 361 4946 6 [4946(1)],[4066(12)],[1894(40)],[1895(20)],[4043(20)],[1459(65)],[2132(9)] 2384 1 [4946(1)],[57(5400000)] 174 60
362 dwarven mk_shrnoen's_leather_shirts_ii 362 4143 6 [4143(1)],[4066(12)],[4046(2)],[1894(58)],[1895(29)],[4043(29)],[1459(118)],[2132(9)] 2384 1 [4143(1)],[57(5400000)] 174 100
363 dwarven mk_shrnoen's_leather_gaiters_i 363 4947 6 [4947(1)],[4067(12)],[1894(20)],[1895(20)],[4043(20)],[1459(34)],[2132(5)] 2388 1 [4947(1)],[57(5400000)] 174 60
364 dwarven mk_shrnoen's_leather_gaiters_ii 364 4144 6 [4144(1)],[4067(12)],[4046(1)],[1894(29)],[1895(29)],[4043(29)],[1459(70)],[2132(5)] 2388 1 [4144(1)],[57(5400000)] 174 100
365 dwarven mk_avadon_leather_mail_i 365 4948 6 [4948(1)],[4068(12)],[1894(65)],[1895(32)],[1889(16)],[4043(16)],[1459(95)],[2132(14)] 2390 1 [4948(1)],[57(5400000)] 174 60
366 dwarven mk_avadon_leather_mail_ii 366 4145 6 [4145(1)],[4068(12)],[4046(3)],[1894(96)],[1895(48)],[1889(24)],[4043(24)],[1459(161)],[2132(14)] 2390 1 [4145(1)],[57(5400000)] 174 100
367 dwarven mk_tunic_of_shrnoen_i 367 4949 6 [4949(1)],[4069(12)],[1894(40)],[1895(20)],[4043(20)],[1459(65)],[2132(9)] 2397 1 [4949(1)],[57(5400000)] 174 60
368 dwarven mk_tunic_of_shrnoen_ii 368 4146 6 [4146(1)],[4069(12)],[4046(2)],[1894(58)],[1895(29)],[4043(29)],[1459(118)],[2132(9)] 2397 1 [4146(1)],[57(5400000)] 174 100
369 dwarven mk_hose_of_shrnoen_i 369 4950 6 [4950(1)],[4070(12)],[1894(20)],[1895(20)],[4043(20)],[1459(34)],[2132(5)] 2402 1 [4950(1)],[57(5400000)] 174 60
370 dwarven mk_hose_of_shrnoen_ii 370 4147 6 [4147(1)],[4070(12)],[4046(1)],[1894(29)],[1895(29)],[4043(29)],[1459(70)],[2132(5)] 2402 1 [4147(1)],[57(5400000)] 174 100
371 dwarven mk_avadon_robe_i 371 4951 6 [4951(1)],[4071(12)],[1894(65)],[1895(32)],[1889(16)],[4043(16)],[1459(95)],[2132(14)] 2406 1 [4951(1)],[57(5400000)] 174 60
372 dwarven mk_avadon_robe_ii 372 4148 6 [4148(1)],[4071(12)],[4046(3)],[1894(96)],[1895(48)],[1889(24)],[4043(24)],[1459(161)],[2132(14)] 2406 1 [4148(1)],[57(5400000)] 174 100
373 dwarven mk_avadon_circlet_i 373 4952 6 [4952(1)],[4072(12)],[1892(1)],[1894(20)],[4043(2)],[1459(30)],[2132(4)] 2415 1 [4952(1)],[57(5400000)] 174 60
374 dwarven mk_avadon_circlet_ii 374 4149 6 [4149(1)],[4072(12)],[4048(1)],[1894(40)],[4043(4)],[1459(41)],[2132(4)] 2415 1 [4149(1)],[57(5400000)] 174 100
375 dwarven mk_avadon_gloves_i 375 4953 6 [4953(1)],[4073(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 2464 1 [4953(1)],[57(5400000)] 174 60
376 dwarven mk_avadon_gloves_ii 376 4150 6 [4150(1)],[4073(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)] 2464 1 [4150(1)],[57(5400000)] 174 100
377 dwarven mk_silent_chain_gloves_i 377 4954 6 [4954(1)],[4074(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 2465 1 [4954(1)],[57(5400000)] 174 60
378 dwarven mk_silent_chain_gloves_ii 378 4151 6 [4151(1)],[4074(12)],[4046(1)],[1894(32)],[1885(4)],[4043(4)],[1459(15)],[2132(2)] 2465 1 [4151(1)],[57(5400000)] 174 100
379 dwarven mk_guardian's_gloves_i 379 4955 6 [4955(1)],[4075(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 2466 1 [4955(1)],[57(5400000)] 174 60
380 dwarven mk_guardian's_gloves_ii 380 4152 6 [4152(1)],[4075(12)],[4046(1)],[1894(32)],[1885(4)],[4043(4)],[1459(15)],[2132(2)] 2466 1 [4152(1)],[57(5400000)] 174 100
381 dwarven mk_gloves_of_blessing_i 381 4956 6 [4956(1)],[4076(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 2467 1 [4956(1)],[57(5400000)] 174 60
382 dwarven mk_gloves_of_blessing_ii 382 4153 6 [4153(1)],[4076(12)],[4046(1)],[1894(32)],[1885(4)],[4043(4)],[1459(15)],[2132(2)] 2467 1 [4153(1)],[57(5400000)] 174 100
383 dwarven mk_doom_shield_i 383 4980 7 [4980(1)],[4077(13)],[1890(9)],[1888(3)],[1894(3)],[4043(3)],[1460(15)],[2132(4)] 110 1 [4980(1)],[57(5400000)] 183 60
384 dwarven mk_doom_shield_ii 384 4154 7 [4154(1)],[4077(13)],[4046(1)],[1890(9)],[1888(3)],[1894(3)],[4043(3)],[1460(20)],[2132(4)] 110 1 [4154(1)],[57(5400000)] 183 100
385 dwarven mk_blue_wolve's_breastplate_i 385 4981 7 [4981(1)],[4078(13)],[1892(3)],[1890(36)],[4043(24)],[1460(40)],[2132(20)] 358 1 [4981(1)],[57(5400000)] 183 60
386 dwarven mk_blue_wolve's_breastplate_ii 386 4155 7 [4155(1)],[4078(13)],[4048(3)],[1890(54)],[4043(36)],[1460(89)],[2132(20)] 358 1 [4155(1)],[57(5400000)] 183 100
387 dwarven mk_boots_of_blessing_i 387 4957 6 [4957(1)],[4079(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 595 1 [4957(1)],[57(5400000)] 174 60
388 dwarven mk_boots_of_blessing_ii 388 4156 6 [4156(1)],[4079(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)] 595 1 [4156(1)],[57(5400000)] 174 100
389 dwarven mk_blue_wolve's_gaiters_i 389 4982 7 [4982(1)],[4080(13)],[1892(2)],[1890(24)],[4043(16)],[1460(20)],[2132(12)] 2380 1 [4982(1)],[57(5400000)] 183 60
390 dwarven mk_blue_wolve's_gaiters_ii 390 4157 7 [4157(1)],[4080(13)],[4048(2)],[1890(36)],[4043(24)],[1460(49)],[2132(12)] 2380 1 [4157(1)],[57(5400000)] 183 100
391 dwarven mk_doom_plate_armor_i 391 4983 7 [4983(1)],[4081(13)],[1892(4)],[1890(45)],[1887(15)],[4043(30)],[1460(60)],[2132(31)] 2381 1 [4983(1)],[57(5400000)] 183 60
392 dwarven mk_doom_plate_armor_ii 392 4158 7 [4158(1)],[4081(13)],[4048(4)],[1890(69)],[1887(23)],[4043(46)],[1460(136)],[2132(31)] 2381 1 [4158(1)],[57(5400000)] 183 100
393 dwarven mk_blue_wolve's_leather_mail_i 393 4984 7 [4984(1)],[4082(12)],[1894(100)],[1895(50)],[1889(25)],[4043(25)],[1460(48)],[2132(22)] 2391 1 [4984(1)],[57(5400000)] 183 60
394 dwarven mk_blue_wolve's_leather_mail_ii 394 4159 7 [4159(1)],[4082(12)],[4046(3)],[1894(140)],[1895(75)],[1889(35)],[4043(35)],[1460(107)],[2132(22)] 2391 1 [4159(1)],[57(5400000)] 183 100
395 dwarven mk_leather_mail_of_doom_i 395 4985 7 [4985(1)],[4083(12)],[1894(100)],[1895(50)],[1889(25)],[4043(25)],[1460(48)],[2132(22)] 2392 1 [4985(1)],[57(5400000)] 183 60
396 dwarven mk_leather_mail_of_doom_ii 396 4160 7 [4160(1)],[4083(12)],[4046(3)],[1894(140)],[1895(70)],[1889(35)],[4043(35)],[1460(107)],[2132(22)] 2392 1 [4160(1)],[57(5400000)] 183 100
397 dwarven mk_blue_wolve's_tunic_i 397 4986 7 [4986(1)],[4084(13)],[1894(64)],[1895(32)],[4043(32)],[1460(32)],[2132(14)] 2398 1 [4986(1)],[57(5400000)] 183 60
398 dwarven mk_blue_wolve's_tunic_ii 398 4161 7 [4161(1)],[4084(13)],[4046(2)],[1894(88)],[1895(44)],[4043(44)],[1460(73)],[2132(14)] 2398 1 [4161(1)],[57(5400000)] 183 100
399 dwarven mk_tunic_of_doom_i 399 4987 7 [4987(1)],[4085(13)],[1894(64)],[1895(32)],[4043(32)],[1460(32)],[2132(14)] 2399 1 [4987(1)],[57(5400000)] 183 60
400 dwarven mk_tunic_of_doom_ii 400 4162 7 [4162(1)],[4085(13)],[4046(2)],[1894(88)],[1895(44)],[4043(44)],[1460(73)],[2132(14)] 2399 1 [4162(1)],[57(5400000)] 183 100
401 dwarven mk_blue_wolve's_hose_i 401 4988 7 [4988(1)],[4086(13)],[1894(30)],[1895(30)],[4043(30)],[1460(18)],[2132(8)] 2403 1 [4988(1)],[57(5400000)] 183 60
402 dwarven mk_blue_wolve's_hose_ii 402 4163 7 [4163(1)],[4086(13)],[4046(1)],[1894(41)],[1895(41)],[4043(41)],[1460(47)],[2132(8)] 2403 1 [4163(1)],[57(5400000)] 183 100
403 dwarven mk_hose_of_doom_i 403 4989 7 [4989(1)],[4087(13)],[1894(30)],[1895(30)],[4043(30)],[1460(18)],[2132(8)] 2404 1 [4989(1)],[57(5400000)] 183 60
404 dwarven mk_hose_of_doom_ii 404 4164 7 [4164(1)],[4087(13)],[4046(1)],[1894(41)],[1895(41)],[4043(41)],[1460(47)],[2132(8)] 2404 1 [4164(1)],[57(5400000)] 183 100
405 dwarven mk_blue_wolve's_helmet_i 405 4990 7 [4990(1)],[4088(13)],[1892(1)],[1894(40)],[4043(4)],[1460(14)],[2132(7)] 2416 1 [4990(1)],[57(5400000)] 183 60
406 dwarven mk_blue_wolve's_helmet_ii 406 4165 7 [4165(1)],[4088(13)],[4048(1)],[1894(50)],[4043(5)],[1460(39)],[2132(7)] 2416 1 [4165(1)],[57(5400000)] 183 100
407 dwarven mk_doom_helmet_i 407 4991 7 [4991(1)],[4089(13)],[1892(1)],[1894(40)],[4043(4)],[1460(14)],[2132(7)] 2417 1 [4991(1)],[57(5400000)] 183 60
408 dwarven mk_doom_helmet_ii 408 4166 7 [4166(1)],[4089(13)],[4048(1)],[1894(50)],[4043(5)],[1460(39)],[2132(7)] 2417 1 [4166(1)],[57(5400000)] 183 100
409 dwarven mk_blue_wolve's_boots_i 409 4992 7 [4992(1)],[4090(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 2439 1 [4992(1)],[57(5400000)] 183 60
410 dwarven mk_blue_wolve's_boots_ii 410 4167 7 [4167(1)],[4090(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 2439 1 [4167(1)],[57(5400000)] 183 100
411 dwarven mk_doom_gloves_i 411 4993 7 [4993(1)],[4091(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 2475 1 [4993(1)],[57(5400000)] 183 60
412 dwarven mk_doom_gloves_ii 412 4168 7 [4168(1)],[4091(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 2475 1 [4168(1)],[57(5400000)] 183 100
413 dwarven mk_elemental_gloves_i 413 4994 7 [4994(1)],[4092(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 2480 1 [4994(1)],[57(5400000)] 183 60
414 dwarven mk_elemental_gloves_ii 414 4169 7 [4169(1)],[4092(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 2480 1 [4169(1)],[57(5400000)] 183 100
415 dwarven mk_gloves_of_grace_i 415 4995 7 [4995(1)],[4093(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 2481 1 [4995(1)],[57(5400000)] 183 60
416 dwarven mk_gloves_of_grace_ii 416 4170 7 [4170(1)],[4093(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 2481 1 [4170(1)],[57(5400000)] 183 100
417 dwarven mk_implosion_gauntlet_i 417 4996 7 [4996(1)],[4094(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 2485 1 [4996(1)],[57(5400000)] 183 60
418 dwarven mk_implosion_gauntlet_ii 418 4171 7 [4171(1)],[4094(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 2485 1 [4171(1)],[57(5400000)] 183 100
419 dwarven mk_paradia_gloves_i 419 4997 7 [4997(1)],[4095(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 2486 1 [4997(1)],[57(5400000)] 183 60
420 dwarven mk_paradia_gloves_ii 420 4172 7 [4172(1)],[4095(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 2486 1 [4172(1)],[57(5400000)] 183 100
421 dwarven mk_blue_wolve's_gloves_i 421 4998 7 [4998(1)],[4096(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 2487 1 [4998(1)],[57(5400000)] 183 60
422 dwarven mk_blue_wolve's_gloves_ii 422 4173 7 [4173(1)],[4096(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 2487 1 [4173(1)],[57(5400000)] 183 100
423 dwarven mk_shrnoen's_boots_i 423 4958 6 [4958(1)],[4097(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 554 1 [4958(1)],[57(5400000)] 174 60
424 dwarven mk_shrnoen's_boots_ii 424 4174 6 [4174(1)],[4097(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)] 554 1 [4174(1)],[57(5400000)] 174 100
425 dwarven mk_avadon_boots_i 425 4959 6 [4959(1)],[4098(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 600 1 [4959(1)],[57(5400000)] 174 60
426 dwarven mk_avadon_boots_ii 426 4175 6 [4175(1)],[4098(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)] 600 1 [4175(1)],[57(5400000)] 174 100
427 dwarven mk_doom_boots_i 427 4999 7 [4999(1)],[4099(13)],[1894(32)],[1885(4)],[4043(4)],[1460(8)],[2132(4)] 601 1 [4999(1)],[57(5400000)] 183 60
428 dwarven mk_doom_boots_ii 428 4176 7 [4176(1)],[4099(13)],[4046(1)],[1894(48)],[1885(6)],[4043(6)],[1460(15)],[2132(4)] 601 1 [4176(1)],[57(5400000)] 183 100
429 dwarven mk_shrnoen's_gauntlet_i 429 4960 6 [4960(1)],[4100(12)],[1894(16)],[1885(2)],[4043(2)],[1459(25)],[2132(2)] 612 1 [4960(1)],[57(5400000)] 174 60
430 dwarven mk_shrnoen's_gauntlet_ii 430 4177 6 [4177(1)],[4100(12)],[4046(1)],[1894(24)],[1885(3)],[4043(3)],[1459(33)],[2132(2)] 612 1 [4177(1)],[57(5400000)] 174 100
431 dwarven mk_shrnoen's_shield_i 431 4961 6 [4961(1)],[4101(12)],[1890(6)],[1888(2)],[1894(2)],[4043(2)],[1459(25)],[2132(3)] 633 1 [4961(1)],[57(5400000)] 174 60
432 dwarven mk_shrnoen's_shield_ii 432 4178 6 [4178(1)],[4101(12)],[4046(1)],[1890(12)],[1888(4)],[1894(4)],[4043(4)],[1459(16)],[2132(3)] 633 1 [4178(1)],[57(5400000)] 174 100
433 dwarven mk_shrnoen's_helmet_i 433 4962 6 [4962(1)],[4102(12)],[1892(1)],[1894(20)],[4043(2)],[1459(30)],[2132(4)] 503 1 [4962(1)],[57(5400000)] 174 60
434 dwarven mk_shrnoen's_helmet_ii 434 4179 6 [4179(1)],[4102(12)],[4048(1)],[1894(40)],[4043(4)],[1459(41)],[2132(4)] 503 1 [4179(1)],[57(5400000)] 174 100
435 dwarven mk_silver_arrow 435 4180 4 [1878(1)],[1873(5)] 1343 550 [4180(1)],[57(5400000)] 120 100
436 dwarven mk_pata_i 436 5008 6 [5008(1)],[4103(12)],[1890(70)],[1888(70)],[1885(35)],[4042(35)],[1459(310)],[2132(55)] 264 1 [5008(1)],[57(5400000)] 171 60
437 dwarven mk_pata_ii 437 4181 6 [4181(1)],[4103(12)],[4045(3)],[1890(100)],[1888(100)],[1885(50)],[4042(50)],[1459(467)],[2132(55)] 264 1 [4181(1)],[57(5400000)] 171 100
438 dwarven mk_great_sword_i 438 4963 6 [4963(1)],[4104(12)],[1891(3)],[1890(80)],[1888(40)],[4042(40)],[1459(350)],[2132(62)] 78 1 [4963(1)],[57(5400000)] 174 60
439 dwarven mk_great_sword_ii 439 4182 6 [4182(1)],[4104(12)],[4047(3)],[1890(126)],[1888(63)],[4042(63)],[1459(317)],[2132(62)] 78 1 [4182(1)],[57(5400000)] 174 100
440 dwarven mk_heavy_war_axe_i 440 4964 6 [4964(1)],[4105(12)],[1890(80)],[1888(80)],[1885(40)],[4042(40)],[1459(325)],[2132(62)] 91 1 [4964(1)],[57(5400000)] 174 60
441 dwarven mk_heavy_war_axe_ii 441 4183 6 [4183(1)],[4105(12)],[4045(3)],[1890(118)],[1888(118)],[1885(59)],[4042(59)],[1459(498)],[2132(62)] 91 1 [4183(1)],[57(5400000)] 174 100
442 dwarven mk_sprite's_staff_i 442 4965 6 [4965(1)],[4106(12)],[1893(50)],[1881(100)],[1889(50)],[4042(50)],[1459(330)],[2132(62)] 92 1 [4965(1)],[57(5400000)] 174 60
443 dwarven mk_sprite's_staff_ii 443 4184 6 [4184(1)],[4106(12)],[4045(3)],[1893(75)],[1881(150)],[1889(75)],[4042(75)],[1459(491)],[2132(62)] 92 1 [4184(1)],[57(5400000)] 174 100
444 dwarven mk_kshanberk_i 444 4966 6 [4966(1)],[4107(12)],[1891(2)],[1890(72)],[1888(72)],[4042(36)],[1459(360)],[2132(62)] 142 1 [4966(1)],[57(5400000)] 174 60
445 dwarven mk_kshanberk_ii 445 4185 6 [4185(1)],[4107(12)],[4047(2)],[1890(114)],[1888(114)],[4042(57)],[1459(517)],[2132(62)] 142 1 [4185(1)],[57(5400000)] 174 100
446 dwarven mk_sword_of_valhalla_i 446 4967 6 [4967(1)],[4108(12)],[1891(2)],[1890(72)],[1888(72)],[4042(36)],[1459(360)],[2132(62)] 148 1 [4967(1)],[57(5400000)] 174 60
447 dwarven mk_sword_of_valhalla_ii 447 4186 6 [4186(1)],[4108(12)],[4047(2)],[1890(114)],[1888(114)],[4042(57)],[1459(517)],[2132(62)] 148 1 [4186(1)],[57(5400000)] 174 100
448 dwarven mk_kris_i 448 4968 6 [4968(1)],[4109(12)],[1891(2)],[1890(72)],[1888(72)],[4042(36)],[1459(360)],[2132(62)] 229 1 [4968(1)],[57(5400000)] 174 60
449 dwarven mk_kris_ii 449 4187 6 [4187(1)],[4109(12)],[4047(2)],[1890(114)],[1888(114)],[4042(57)],[1459(517)],[2132(62)] 229 1 [4187(1)],[57(5400000)] 174 100
450 dwarven mk_hell_knife_i 450 4969 6 [4969(1)],[4110(12)],[1891(2)],[1890(72)],[1888(72)],[4042(36)],[1459(360)],[2132(62)] 243 1 [4969(1)],[57(5400000)] 174 60
451 dwarven mk_hell_knife_ii 451 4188 6 [4188(1)],[4110(12)],[4047(2)],[1890(114)],[1888(114)],[4042(57)],[1459(517)],[2132(62)] 243 1 [4188(1)],[57(5400000)] 174 100
452 dwarven mk_arthro_nail_i 452 4970 6 [4970(1)],[4111(12)],[1890(80)],[1888(80)],[1885(40)],[4042(40)],[1459(325)],[2132(62)] 267 1 [4970(1)],[57(5400000)] 174 60
453 dwarven mk_arthro_nail_ii 453 4189 6 [4189(1)],[4111(12)],[4045(3)],[1890(118)],[1888(118)],[1885(59)],[4042(59)],[1459(498)],[2132(62)] 267 1 [4189(1)],[57(5400000)] 174 100
454 dwarven mk_dark_elven_long_bow_i 454 4971 6 [4971(1)],[4112(12)],[1890(125)],[1889(25)],[1885(25)],[4042(25)],[1459(350)],[2132(62)] 284 1 [4971(1)],[57(5400000)] 174 60
455 dwarven mk_dark_elven_long_bow_ii 455 4190 6 [4190(1)],[4112(12)],[4045(3)],[1890(185)],[1889(37)],[1885(37)],[4042(37)],[1459(534)],[2132(62)] 284 1 [4190(1)],[57(5400000)] 174 100
456 dwarven mk_great_axe_i 456 4972 6 [4972(1)],[4113(12)],[1890(100)],[1888(50)],[1885(25)],[4042(25)],[1459(360)],[2132(62)] 300 1 [4972(1)],[57(5400000)] 174 60
457 dwarven mk_great_axe_ii 457 4191 6 [4191(1)],[4113(12)],[4045(4)],[1890(160)],[1888(80)],[1885(40)],[4042(40)],[1459(353)],[2132(62)] 300 1 [4191(1)],[57(5400000)] 174 100
458 dwarven mk_sword_of_damascus_i 458 5000 7 [5000(1)],[4114(13)],[1891(2)],[1890(120)],[1888(120)],[4042(60)],[1460(160)],[2132(98)] 79 1 [5000(1)],[57(5400000)] 183 60
459 dwarven mk_sword_of_damascus_ii 459 4192 7 [4192(1)],[4114(13)],[4047(2)],[1890(172)],[1888(172)],[4042(86)],[1460(341)],[2132(98)] 79 1 [4192(1)],[57(5400000)] 183 100
460 dwarven mk_lancia_i 460 5001 7 [5001(1)],[4115(13)],[1890(160)],[1888(80)],[1885(40)],[4042(40)],[1460(168)],[2132(98)] 97 1 [5001(1)],[57(5400000)] 183 60
461 dwarven mk_lancia_ii 461 4193 7 [4193(1)],[4115(13)],[4045(4)],[1890(232)],[1888(116)],[1885(58)],[4042(58)],[1460(291)],[2132(98)] 97 1 [4193(1)],[57(5400000)] 183 100
462 dwarven mk_deadman's_glory_i 462 5002 7 [5002(1)],[4116(13)],[1890(120)],[1888(120)],[1885(60)],[4042(60)],[1460(165)],[2132(98)] 171 1 [5002(1)],[57(5400000)] 183 60
463 dwarven mk_deadman's_glory_ii 463 4194 7 [4194(1)],[4116(13)],[4045(3)],[1890(172)],[1888(172)],[1885(86)],[4042(86)],[1460(339)],[2132(98)] 171 1 [4194(1)],[57(5400000)] 183 100
464 dwarven mk_art_of_battle_axe_i 464 5003 7 [5003(1)],[4117(13)],[1890(120)],[1888(120)],[1885(60)],[4042(60)],[1460(165)],[2132(98)] 175 1 [5003(1)],[57(5400000)] 183 60
465 dwarven mk_art_of_battle_axe_ii 465 4195 7 [4195(1)],[4117(13)],[4045(3)],[1890(172)],[1888(172)],[1885(86)],[4042(86)],[1460(339)],[2132(98)] 175 1 [4195(1)],[57(5400000)] 183 100
466 dwarven mk_staff_of_evil_sprit_i 466 5004 7 [5004(1)],[4118(13)],[1893(75)],[1881(150)],[1889(75)],[4042(75)],[1460(165)],[2132(98)] 210 1 [5004(1)],[57(5400000)] 183 60
467 dwarven mk_staff_of_evil_sprit_ii 467 4196 7 [4196(1)],[4118(13)],[4045(3)],[1893(108)],[1881(216)],[1889(108)],[4042(108)],[1460(342)],[2132(98)] 210 1 [4196(1)],[57(5400000)] 183 100
468 dwarven mk_demon's_sword_i 468 5005 7 [5005(1)],[4119(13)],[1891(2)],[1890(120)],[1888(120)],[4042(60)],[1460(160)],[2132(98)] 234 1 [5005(1)],[57(5400000)] 183 60
469 dwarven mk_demon's_sword_ii 469 4197 7 [4197(1)],[4119(13)],[4047(2)],[1890(172)],[1888(172)],[4042(86)],[1460(341)],[2132(98)] 234 1 [4197(1)],[57(5400000)] 183 100
470 dwarven mk_bellion_cestus_i 470 5006 7 [5006(1)],[4120(13)],[1890(120)],[1888(120)],[1885(60)],[4042(60)],[1460(165)],[2132(98)] 268 1 [5006(1)],[57(5400000)] 183 60
471 dwarven mk_bellion_cestus_ii 471 4198 7 [4198(1)],[4120(13)],[4045(3)],[1890(172)],[1888(172)],[1885(86)],[4042(86)],[1460(339)],[2132(98)] 268 1 [4198(1)],[57(5400000)] 183 100
472 dwarven mk_hazard_bow_i 472 5007 7 [5007(1)],[4121(13)],[1890(200)],[1889(40)],[1885(40)],[4042(40)],[1460(155)],[2132(98)] 287 1 [5007(1)],[57(5400000)] 183 60
473 dwarven mk_hazard_bow_ii 473 4199 7 [4199(1)],[4121(13)],[4045(3)],[1890(285)],[1889(57)],[1885(57)],[4042(57)],[1460(328)],[2132(98)] 287 1 [4199(1)],[57(5400000)] 183 100
474 dwarven mk_maestro_holder 474 4122 6 [1887(10)],[4040(10)],[4041(10)] 4045 1 [4122(1)],[57(5400000)] 60 100
475 dwarven mk_maestro_anvil_lock 475 4123 6 [1888(4)],[4039(4)],[4040(4)] 4046 1 [4123(1)],[57(5400000)] 60 100
476 dwarven mk_craftsman_mold 476 4124 6 [1891(2)],[4041(20)],[4042(5)] 4047 1 [4124(1)],[57(5400000)] 60 100
477 dwarven mk_maestro_mold 477 4125 6 [1892(1)],[4039(10)],[4043(5)] 4048 1 [4125(1)],[57(5400000)] 60 100
478 dwarven mk_avadon_shield_i 478 4936 6 [4936(1)],[4439(12)],[1890(9)],[1888(3)],[1894(3)],[4043(3)],[1459(8)],[2132(3)] 673 1 [4936(1)],[57(5400000)] 174 60
479 dwarven mk_avadon_shield_ii 479 4441 6 [4441(1)],[4439(12)],[4046(1)],[1890(12)],[1888(4)],[1894(4)],[4043(4)],[1459(16)],[2132(3)] 673 1 [4441(1)],[57(5400000)] 174 100
480 dwarven mk_comp_soulshot_d 480 5153 2 [1463(300)],[5192(3)] 5135 1 [5153(1)],[57(5400000)] 90 100
481 dwarven mk_comp_soulshot_c 481 5154 4 [1464(300)],[5193(3)] 5136 1 [5154(1)],[57(5400000)] 180 100
482 dwarven mk_comp_soulshot_b 482 5155 6 [1465(300)],[5194(6)] 5137 1 [5155(1)],[57(5400000)] 270 100
483 dwarven mk_comp_soulshot_a 483 5156 7 [1466(300)],[5195(6)] 5138 1 [5156(1)],[57(5400000)] 360 100
484 dwarven mk_comp_soulshot_s 484 5157 8 [1467(300)],[5196(2)] 5139 1 [5157(1)],[57(5400000)] 450 100
485 dwarven mk_comp_spiritshot_d 485 5158 2 [2510(300)],[5192(6)] 5141 1 [5158(1)],[57(5400000)] 180 100
486 dwarven mk_comp_spiritshot_c 486 5159 4 [2511(300)],[5193(7)] 5142 1 [5159(1)],[57(5400000)] 360 100
487 dwarven mk_comp_spiritshot_b 487 5160 6 [2512(300)],[5194(12)] 5143 1 [5160(1)],[57(5400000)] 540 100
488 dwarven mk_comp_spiritshot_a 488 5161 7 [2513(300)],[5195(9)] 5144 1 [5161(1)],[57(5400000)] 720 100
489 dwarven mk_comp_spiritshot_s 489 5162 8 [2514(300)],[5196(3)] 5145 1 [5162(1)],[57(5400000)] 900 100
490 dwarven mk_comp_bspiritshot_d 490 5163 2 [3948(300)],[5192(15)] 5147 1 [5163(1)],[57(5400000)] 180 100
491 dwarven mk_comp_bspiritshot_c 491 5164 4 [3949(300)],[5193(18)] 5148 1 [5164(1)],[57(5400000)] 360 100
492 dwarven mk_comp_bspiritshot_b 492 5165 6 [3950(300)],[5194(30)] 5149 1 [5165(1)],[57(5400000)] 540 100
493 dwarven mk_comp_bspiritshot_a 493 5166 7 [3951(300)],[5195(22)] 5150 1 [5166(1)],[57(5400000)] 720 100
494 dwarven mk_comp_bspiritshot_s 494 5167 8 [3952(300)],[5196(7)] 5151 1 [5167(1)],[57(5400000)] 900 100
495 dwarven mk_knuckle_dust 495 4440 5 [4438(9)],[1890(54)],[1888(54)],[1885(27)],[1459(200)],[2131(105)] 4233 1 [4440(1)],[57(5400000)] 147 100
496 dwarven mk_mithril_arrow 496 5230 4 [1878(4)],[1876(1)] 1344 500 [5230(1)],[57(5400000)] 130 100
497 dwarven mk_reinforcing_agent 497 5231 4 [1864(10)],[1865(10)],[1869(10)] 5220 1 [5231(1)],[57(5400000)] 40 100
498 dwarven mk_adv_comp_soulshot_d 498 5268 2 [1463(1000)],[5192(26)] 5251 1 [5268(1)],[57(5400000)] 90 100
499 dwarven mk_adv_comp_soulshot_c 499 5269 4 [1464(1000)],[5193(25)] 5252 1 [5269(1)],[57(5400000)] 180 100
500 dwarven mk_adv_comp_soulshot_b 500 5270 6 [1465(1000)],[5194(50)] 5253 1 [5270(1)],[57(5400000)] 270 100
501 dwarven mk_adv_comp_soulshot_a 501 5271 7 [1466(1000)],[5195(50)] 5254 1 [5271(1)],[57(5400000)] 360 100
502 dwarven mk_adv_comp_soulshot_s 502 5272 8 [1467(1000)],[5196(13)] 5255 1 [5272(1)],[57(5400000)] 450 100
503 dwarven mk_adv_comp_spiritshot_d 503 5273 2 [2510(1000)],[5192(50)] 5257 1 [5273(1)],[57(5400000)] 180 100
504 dwarven mk_adv_comp_spiritshot_c 504 5274 4 [2511(1000)],[5193(58)] 5258 1 [5274(1)],[57(5400000)] 360 100
505 dwarven mk_adv_comp_spiritshot_b 505 5275 6 [2512(1000)],[5194(100)] 5259 1 [5275(1)],[57(5400000)] 540 100
506 dwarven mk_adv_comp_spiritshot_a 506 5276 7 [2513(1000)],[5195(75)] 5260 1 [5276(1)],[57(5400000)] 720 100
507 dwarven mk_adv_comp_spiritshot_s 507 5277 8 [2514(1000)],[5196(20)] 5261 1 [5277(1)],[57(5400000)] 900 100
508 dwarven mk_adv_comp_bspiritshot_d 508 5278 2 [3948(1000)],[5192(125)] 5263 1 [5278(1)],[57(5400000)] 180 100
509 dwarven mk_adv_comp_bspiritshot_c 509 5279 4 [3949(1000)],[5193(150)] 5264 1 [5279(1)],[57(5400000)] 360 100
510 dwarven mk_adv_comp_bspiritshot_b 510 5280 6 [3950(1000)],[5194(248)] 5265 1 [5280(1)],[57(5400000)] 540 100
511 dwarven mk_adv_comp_bspiritshot_a 511 5281 7 [3951(1000)],[5195(182)] 5266 1 [5281(1)],[57(5400000)] 720 100
512 dwarven mk_adv_comp_bspiritshot_s 512 5282 8 [3952(1000)],[5196(46)] 5267 1 [5282(1)],[57(5400000)] 900 100
513 dwarven mk_sealed_dark_crystal_leather_mail_i 513 5332 7 [5332(1)],[5478(13)],[4046(1)],[1894(100)],[1895(60)],[4043(20)],[1460(37)],[2132(73)] 5297 1 [5332(1)],[57(5400000)] 192 60
514 dwarven mk_sealed_dark_crystal_leather_mail_ii 514 5333 7 [5333(1)],[5478(13)],[5551(1)],[1894(180)],[1895(108)],[4043(36)],[1460(70)],[2132(67)] 5297 1 [5333(1)],[57(5400000)] 192 100
515 dwarven mk_sealed_tallum_leather_mail_i 515 5334 7 [5334(1)],[5479(13)],[4046(1)],[1894(132)],[1895(66)],[1889(33)],[4043(33)],[1460(56)],[2132(112)] 5301 1 [5334(1)],[57(5400000)] 192 60
516 dwarven mk_sealed_tallum_leather_mail_ii 516 5335 7 [5335(1)],[5479(13)],[5553(1)],[1894(260)],[1895(130)],[1889(65)],[4043(65)],[1460(99)],[2132(103)] 5301 1 [5335(1)],[57(5400000)] 192 100
517 dwarven mk_sealed_leather_mail_of_nightmare_i 517 5336 8 [5336(1)],[5480(14)],[4046(1)],[1894(220)],[1895(110)],[1889(55)],[4043(55)],[1461(44)],[2133(17)] 5320 1 [5336(1)],[57(5400000)] 201 60
518 dwarven mk_sealed_leather_mail_of_nightmare_ii 518 5337 8 [5337(1)],[5480(14)],[5553(1)],[1894(400)],[1895(200)],[1889(100)],[4043(100)],[1461(87)],[2133(17)] 5320 1 [5337(1)],[57(5400000)] 201 100
519 dwarven mk_sealed_majestic_leather_mail_i 519 5338 8 [5338(1)],[5481(14)],[4046(1)],[1894(220)],[1895(110)],[1889(55)],[4043(55)],[1461(44)],[2133(17)] 5323 1 [5338(1)],[57(5400000)] 201 60
520 dwarven mk_sealed_majestic_leather_mail_ii 520 5339 8 [5339(1)],[5481(14)],[5553(1)],[1894(400)],[1895(200)],[1889(100)],[4043(100)],[1461(87)],[2133(17)] 5323 1 [5339(1)],[57(5400000)] 201 100
521 dwarven mk_sealed_legging_of_dark_crystal_i 521 5340 7 [5340(1)],[5482(13)],[4046(1)],[1894(60)],[1895(36)],[4043(12)],[1460(22)],[2132(43)] 5298 1 [5340(1)],[57(5400000)] 192 60
522 dwarven mk_sealed_legging_of_dark_crystal_ii 522 5341 7 [5341(1)],[5482(13)],[5551(1)],[1894(100)],[1895(60)],[4043(20)],[1460(44)],[2132(39)] 5298 1 [5341(1)],[57(5400000)] 192 100
523 dwarven mk_sealed_tallum_tunic_i 523 5346 7 [5346(1)],[5485(13)],[4046(1)],[1894(100)],[1895(60)],[4043(20)],[1460(37)],[2132(73)] 5304 1 [5346(1)],[57(5400000)] 192 60
524 dwarven mk_sealed_tallum_tunic_ii 524 5347 7 [5347(1)],[5485(13)],[5551(1)],[1894(180)],[1895(108)],[4043(36)],[1460(70)],[2132(67)] 5304 1 [5347(1)],[57(5400000)] 192 100
525 dwarven mk_sealed_dark_crystal_robe_i 525 5348 7 [5348(1)],[5486(13)],[4046(1)],[1894(140)],[1895(70)],[1889(35)],[4043(35)],[1460(49)],[2132(112)] 5308 1 [5348(1)],[57(5400000)] 192 60
526 dwarven mk_sealed_dark_crystal_robe_ii 526 5349 7 [5349(1)],[5486(13)],[5553(1)],[1894(210)],[1895(126)],[1889(42)],[4043(42)],[1460(173)],[2132(103)] 5308 1 [5349(1)],[57(5400000)] 192 100
527 dwarven mk_sealed_robe_of_nightmare_i 527 5350 8 [5350(1)],[5487(14)],[4046(1)],[1894(204)],[1895(102)],[1889(51)],[4043(51)],[1461(53)],[2133(17)] 5326 1 [5350(1)],[57(5400000)] 201 60
528 dwarven mk_sealed_robe_of_nightmare_ii 528 5351 8 [5351(1)],[5487(14)],[5553(1)],[1894(400)],[1895(200)],[1889(100)],[4043(100)],[1461(87)],[2133(17)] 5326 1 [5351(1)],[57(5400000)] 201 100
529 dwarven mk_sealed_majestic_robe_i 529 5352 8 [5352(1)],[5488(14)],[4046(1)],[1894(204)],[1895(102)],[1889(51)],[4043(51)],[1461(53)],[2133(17)] 5329 1 [5352(1)],[57(5400000)] 201 60
530 dwarven mk_sealed_majestic_robe_ii 530 5353 8 [5353(1)],[5488(14)],[5553(1)],[1894(400)],[1895(200)],[1889(100)],[4043(100)],[1461(87)],[2133(17)] 5329 1 [5353(1)],[57(5400000)] 201 100
531 dwarven mk_sealed_tallum_hose_i 531 5354 7 [5354(1)],[5489(13)],[4046(1)],[1894(60)],[1895(36)],[4043(12)],[1460(22)],[2132(43)] 5305 1 [5354(1)],[57(5400000)] 192 60
532 dwarven mk_sealed_tallum_hose_ii 532 5355 7 [5355(1)],[5489(13)],[5551(1)],[1894(40)],[1895(24)],[4043(8)],[1460(21)],[2132(39)] 5305 1 [5355(1)],[57(5400000)] 192 100
533 dwarven mk_sealed_dark_crystal_shield_i 533 5364 7 [5364(1)],[5494(13)],[4046(1)],[1890(12)],[1888(4)],[1894(4)],[4043(4)],[1460(9)],[2132(22)] 5292 1 [5364(1)],[57(5400000)] 192 60
534 dwarven mk_sealed_dark_crystal_shield_ii 534 5365 7 [5365(1)],[5494(13)],[5551(1)],[1890(18)],[1888(6)],[1894(6)],[4043(6)],[1460(20)],[2132(20)] 5292 1 [5365(1)],[57(5400000)] 192 100
535 dwarven mk_sealed_shield_of_nightmare_i 535 5366 8 [5366(1)],[5495(14)],[4046(1)],[1890(21)],[1888(7)],[1894(7)],[4043(7)],[1461(12)],[2133(3)] 5315 1 [5366(1)],[57(5400000)] 201 60
536 dwarven mk_sealed_shield_of_nightmare_ii 536 5367 8 [5367(1)],[5495(14)],[5551(1)],[1890(33)],[1888(11)],[1894(11)],[4043(11)],[1461(26)],[2133(3)] 5315 1 [5367(1)],[57(5400000)] 201 100
537 dwarven mk_sealed_dark_crystal_boots_i 537 5368 7 [5368(1)],[5496(13)],[4046(1)],[1894(25)],[1885(15)],[4043(5)],[1460(10)],[2132(21)] 5291 1 [5368(1)],[57(5400000)] 192 60
538 dwarven mk_sealed_dark_crystal_boots_ii 538 5369 7 [5369(1)],[5496(13)],[5552(1)],[1894(20)],[1885(12)],[4043(4)],[1460(18)],[2132(19)] 5291 1 [5369(1)],[57(5400000)] 192 100
539 dwarven mk_sealed_tallum_boots_i 539 5370 7 [5370(1)],[5497(13)],[4046(1)],[1894(25)],[1885(15)],[4043(5)],[1460(10)],[2132(21)] 5296 1 [5370(1)],[57(5400000)] 192 60
540 dwarven mk_sealed_tallum_boots_ii 540 5371 7 [5371(1)],[5497(13)],[5552(1)],[1894(20)],[1885(12)],[4043(4)],[1460(18)],[2132(19)] 5296 1 [5371(1)],[57(5400000)] 192 100
541 dwarven mk_sealed_boots_of_nightmare_i 541 5380 8 [5380(1)],[5502(14)],[4046(1)],[1894(40)],[1885(24)],[4043(8)],[1461(11)],[2133(3)] 5314 1 [5380(1)],[57(5400000)] 201 60
542 dwarven mk_sealed_boots_of_nightmare_ii 542 5381 8 [5381(1)],[5502(14)],[5552(1)],[1894(50)],[1885(130)],[4043(10)],[1461(20)],[2133(3)] 5314 1 [5381(1)],[57(5400000)] 201 100
543 dwarven mk_sealed_magestic_boots_i 543 5382 8 [5382(1)],[5503(14)],[4046(1)],[1894(40)],[1885(24)],[4043(8)],[1461(11)],[2133(3)] 5319 1 [5382(1)],[57(5400000)] 201 60
544 dwarven mk_sealed_magestic_boots_ii 544 5383 8 [5383(1)],[5503(14)],[5552(1)],[1894(50)],[1885(130)],[4043(10)],[1461(20)],[2133(3)] 5319 1 [5383(1)],[57(5400000)] 201 100
545 dwarven mk_sealed_dark_crystal_gloves_i 545 5392 7 [5392(1)],[5508(13)],[4046(1)],[1894(25)],[1885(15)],[4043(5)],[1460(10)],[2132(21)] 5290 1 [5392(1)],[57(5400000)] 192 60
546 dwarven mk_sealed_dark_crystal_gloves_ii 546 5393 7 [5393(1)],[5508(13)],[5552(1)],[1894(20)],[1885(12)],[4043(4)],[1460(18)],[2132(19)] 5290 1 [5393(1)],[57(5400000)] 192 100
547 dwarven mk_sealed_tallum_gloves_i 547 5394 7 [5394(1)],[5509(13)],[4046(1)],[1894(25)],[1885(15)],[4043(5)],[1460(10)],[2132(21)] 5295 1 [5394(1)],[57(5400000)] 192 60
548 dwarven mk_sealed_tallum_gloves_ii 548 5395 7 [5395(1)],[5509(13)],[5552(1)],[1894(20)],[1885(12)],[4043(4)],[1460(18)],[2132(19)] 5295 1 [5395(1)],[57(5400000)] 192 100
549 dwarven mk_sealed_gloves_of_nightmare_i 549 5404 8 [5404(1)],[5514(14)],[4046(1)],[1894(40)],[1885(24)],[4043(8)],[1461(11)],[2133(3)] 5313 1 [5404(1)],[57(5400000)] 201 60
550 dwarven mk_sealed_gloves_of_nightmare_ii 550 5405 8 [5405(1)],[5514(14)],[5552(1)],[1894(50)],[1885(130)],[4043(10)],[1461(20)],[2133(3)] 5313 1 [5405(1)],[57(5400000)] 201 100
551 dwarven mk_sealed_magestic_gloves_i 551 5406 8 [5406(1)],[5515(14)],[4046(1)],[1894(40)],[1885(24)],[4043(8)],[1461(11)],[2133(3)] 5318 1 [5406(1)],[57(5400000)] 201 60
552 dwarven mk_sealed_magestic_gloves_ii 552 5407 8 [5407(1)],[5515(14)],[5552(1)],[1894(50)],[1885(130)],[4043(10)],[1461(20)],[2133(3)] 5318 1 [5407(1)],[57(5400000)] 201 100
553 dwarven mk_sealed_dark_crystal_breastplate_i 553 5416 7 [5416(1)],[5520(13)],[4048(3)],[1890(42)],[4043(28)],[1460(40)],[2132(101)] 5287 1 [5416(1)],[57(5400000)] 192 60
554 dwarven mk_sealed_dark_crystal_breastplate_ii 554 5417 7 [5417(1)],[5520(13)],[5553(3)],[1890(36)],[4043(24)],[1460(80)],[2132(93)] 5287 1 [5417(1)],[57(5400000)] 192 100
555 dwarven mk_sealed_tallum_plate_armor_i 555 5418 7 [5418(1)],[5521(13)],[4048(4)],[1890(54)],[1887(18)],[4043(36)],[1460(63)],[2132(156)] 5293 1 [5418(1)],[57(5400000)] 192 60
556 dwarven mk_sealed_tallum_plate_armor_ii 556 5419 7 [5419(1)],[5521(13)],[5553(4)],[1890(54)],[1887(18)],[4043(36)],[1460(118)],[2132(142)] 5293 1 [5419(1)],[57(5400000)] 192 100
557 dwarven mk_sealed_armor_of_nightmare_i 557 5420 8 [5420(1)],[5522(14)],[4048(4)],[1890(99)],[1887(33)],[4043(66)],[1461(61)],[2133(23)] 5311 1 [5420(1)],[57(5400000)] 201 60
558 dwarven mk_sealed_armor_of_nightmare_ii 558 5421 8 [5421(1)],[5522(14)],[5553(4)],[1890(141)],[1887(47)],[4043(94)],[1461(104)],[2133(23)] 5311 1 [5421(1)],[57(5400000)] 201 100
559 dwarven mk_sealed_majestic_platte_armor_i 559 5422 8 [5422(1)],[5523(14)],[4048(4)],[1890(99)],[1887(33)],[4043(66)],[1461(61)],[2133(23)] 5316 1 [5422(1)],[57(5400000)] 201 60
560 dwarven mk_sealed_majestic_platte_armor_ii 560 5423 8 [5423(1)],[5523(14)],[5553(4)],[1890(141)],[1887(47)],[4043(94)],[1461(104)],[2133(23)] 5316 1 [5423(1)],[57(5400000)] 201 100
561 dwarven mk_sealed_dark_crystal_gaiters_i 561 5424 7 [5424(1)],[5524(13)],[4048(2)],[1890(24)],[4043(16)],[1460(27)],[2132(59)] 5288 1 [5424(1)],[57(5400000)] 192 60
562 dwarven mk_sealed_dark_crystal_gaiters_ii 562 5425 7 [5425(1)],[5524(13)],[5553(2)],[1890(18)],[4043(12)],[1460(49)],[2132(54)] 5288 1 [5425(1)],[57(5400000)] 192 100
563 dwarven mk_sealed_dark_crystal_helmet_i 563 5426 7 [5426(1)],[5525(13)],[4048(1)],[1894(40)],[4043(4)],[1460(19)],[2132(33)] 5289 1 [5426(1)],[57(5400000)] 192 60
564 dwarven mk_sealed_dark_crystal_helmet_ii 564 5427 7 [5427(1)],[5525(13)],[5551(1)],[1894(90)],[4043(9)],[1460(32)],[2132(30)] 5289 1 [5427(1)],[57(5400000)] 192 100
565 dwarven mk_sealed_tallum_bonnet_i 565 5428 7 [5428(1)],[5526(13)],[4048(1)],[1894(40)],[4043(4)],[1460(19)],[2132(33)] 5294 1 [5428(1)],[57(5400000)] 192 60
566 dwarven mk_sealed_tallum_bonnet_ii 566 5429 7 [5429(1)],[5526(13)],[5551(1)],[1894(90)],[4043(9)],[1460(32)],[2132(30)] 5294 1 [5429(1)],[57(5400000)] 192 100
567 dwarven mk_sealed_helm_of_nightmare_i 567 5430 8 [5430(1)],[5527(14)],[4048(1)],[1894(80)],[4043(8)],[1461(15)],[2133(5)] 5312 1 [5430(1)],[57(5400000)] 201 60
568 dwarven mk_sealed_helm_of_nightmare_ii 568 5431 8 [5431(1)],[5527(14)],[5551(1)],[1894(160)],[4043(16)],[1461(27)],[2133(5)] 5312 1 [5431(1)],[57(5400000)] 201 100
569 dwarven mk_sealed_magestic_circlet_i 569 5432 8 [5432(1)],[5528(14)],[4048(1)],[1894(80)],[4043(8)],[1461(15)],[2133(5)] 5317 1 [5432(1)],[57(5400000)] 201 60
570 dwarven mk_sealed_magestic_circlet_ii 570 5433 8 [5433(1)],[5528(14)],[5551(1)],[1894(160)],[4043(16)],[1461(27)],[2133(5)] 5317 1 [5433(1)],[57(5400000)] 201 100
571 dwarven mk_dragon_slayer_i 571 5434 8 [5434(1)],[5529(14)],[4047(3)],[1890(156)],[1888(78)],[5550(78)],[4042(78)],[1461(195)],[2133(74)] 81 1 [5434(1)],[57(5400000)] 201 60
572 dwarven mk_dragon_slayer_ii 572 5435 8 [5435(1)],[5529(14)],[4047(4)],[1890(334)],[1888(167)],[5550(167)],[4042(167)],[1461(369)],[2133(74)] 81 1 [5435(1)],[57(5400000)] 201 100
573 dwarven mk_berserker_blade 573 5436 6 [5530(11)],[1891(3)],[1890(86)],[1888(43)],[5220(172)],[1459(375)],[2131(248)] 5286 1 [5436(1)],[57(5400000)] 165 100
574 dwarven mk_heavy_sword 574 5437 2 [5531(4)],[1883(3)],[1880(60)],[1879(30)],[1458(117)],[2130(34)] 5285 1 [5437(1)],[57(5400000)] 84 100
575 dwarven mk_meteor_shower_i 575 5438 7 [5438(1)],[5532(13)],[4045(3)],[1890(60)],[1888(60)],[1885(30)],[4042(30)],[5550(120)],[1460(215)],[2132(143)] 2504 1 [5438(1)],[57(5400000)] 192 60
576 dwarven mk_meteor_shower_ii 576 5439 7 [5439(1)],[5532(13)],[5554(2)],[1890(122)],[1888(122)],[1885(61)],[4042(61)],[5550(244)],[1460(415)],[2132(143)] 2504 1 [5439(1)],[57(5400000)] 192 100
577 dwarven mk_elysian_i 577 5440 8 [5440(1)],[5533(14)],[4045(3)],[1890(98)],[1888(98)],[1885(49)],[4042(49)],[5550(196)],[1461(194)],[2133(74)] 164 1 [5440(1)],[57(5400000)] 201 60
578 dwarven mk_elysian_ii 578 5441 8 [5441(1)],[5533(14)],[5554(2)],[1890(194)],[1888(194)],[1885(97)],[4042(97)],[5550(388)],[1461(370)],[2133(74)] 164 1 [5441(1)],[57(5400000)] 201 100
579 dwarven mk_soul_bow_i 579 5442 8 [5442(1)],[5534(14)],[4045(3)],[1890(245)],[1889(49)],[1885(49)],[4042(49)],[5550(98)],[1461(197)],[2133(74)] 289 1 [5442(1)],[57(5400000)] 201 60
580 dwarven mk_soul_bow_ii 580 5443 8 [5443(1)],[5534(14)],[5554(2)],[1890(490)],[1889(98)],[1885(98)],[4042(98)],[5550(196)],[1461(369)],[2133(74)] 289 1 [5443(1)],[57(5400000)] 201 100
581 dwarven mk_carnium_bow_i 581 5444 7 [5444(1)],[5535(13)],[4045(3)],[1890(150)],[1889(30)],[1885(30)],[4042(30)],[5550(60)],[1460(219)],[2132(143)] 288 1 [5444(1)],[57(5400000)] 192 60
582 dwarven mk_carnium_bow_ii 582 5445 7 [5445(1)],[5535(13)],[5554(2)],[1890(305)],[1889(61)],[1885(61)],[4042(61)],[5550(122)],[1460(421)],[2132(143)] 288 1 [5445(1)],[57(5400000)] 192 100
583 dwarven mk_bloody_orchid_i 583 5446 7 [5446(1)],[5536(13)],[4047(3)],[1890(82)],[1888(82)],[5550(41)],[4042(41)],[1460(193)],[2132(143)] 235 1 [5446(1)],[57(5400000)] 192 60
584 dwarven mk_bloody_orchid_ii 584 5447 7 [5447(1)],[5536(13)],[4047(4)],[1890(196)],[1888(196)],[5550(98)],[4042(98)],[1460(344)],[2132(143)] 235 1 [5447(1)],[57(5400000)] 192 100
585 dwarven mk_soul_separator_i 585 5448 8 [5448(1)],[5537(14)],[4047(3)],[1890(156)],[1888(156)],[5550(78)],[4042(78)],[1461(161)],[2133(74)] 236 1 [5448(1)],[57(5400000)] 201 60
586 dwarven mk_soul_separator_ii 586 5449 8 [5449(1)],[5537(14)],[4047(4)],[1890(334)],[1888(334)],[5550(167)],[4042(167)],[1461(295)],[2133(74)] 236 1 [5449(1)],[57(5400000)] 201 100
587 dwarven mk_dragon_grinder_i 587 5450 8 [5450(1)],[5538(14)],[4045(3)],[1890(98)],[1888(98)],[1885(49)],[4042(49)],[5550(196)],[1461(194)],[2133(74)] 270 1 [5450(1)],[57(5400000)] 201 60
588 dwarven mk_dragon_grinder_ii 588 5451 8 [5451(1)],[5538(14)],[5554(2)],[1890(194)],[1888(194)],[1885(97)],[4042(97)],[5550(388)],[1461(370)],[2133(74)] 270 1 [5451(1)],[57(5400000)] 201 100
589 dwarven mk_blood_tornado_i 589 5452 7 [5452(1)],[5539(13)],[4045(3)],[1890(60)],[1888(60)],[1885(30)],[4042(30)],[5550(120)],[1460(215)],[2132(143)] 269 1 [5452(1)],[57(5400000)] 192 60
590 dwarven mk_blood_tornado_ii 590 5453 7 [5453(1)],[5539(13)],[5554(2)],[1890(122)],[1888(122)],[1885(61)],[4042(61)],[5550(244)],[1460(415)],[2132(143)] 269 1 [5453(1)],[57(5400000)] 192 100
591 dwarven mk_tallum_glaive_i 591 5456 8 [5456(1)],[5541(14)],[4045(4)],[1890(148)],[1888(74)],[1885(37)],[4042(37)],[5550(148)],[1461(193)],[2133(74)] 305 1 [5456(1)],[57(5400000)] 201 60
592 dwarven mk_tallum_glaive_ii 592 5457 8 [5457(1)],[5541(14)],[5554(3)],[1890(292)],[1888(146)],[1885(73)],[4042(73)],[5550(292)],[1461(366)],[2133(74)] 305 1 [5457(1)],[57(5400000)] 201 100
593 dwarven mk_halbard_i 593 5458 7 [5458(1)],[5542(13)],[4045(4)],[1890(84)],[1888(42)],[1885(21)],[4042(21)],[5550(84)],[1460(222)],[2132(143)] 98 1 [5458(1)],[57(5400000)] 192 60
594 dwarven mk_halbard_ii 594 5459 7 [5459(1)],[5542(13)],[5554(3)],[1890(172)],[1888(86)],[1885(43)],[4042(43)],[5550(172)],[1460(419)],[2132(143)] 98 1 [5459(1)],[57(5400000)] 192 100
595 dwarven mk_dasparion's_staff_i 595 5460 7 [5460(1)],[5543(13)],[4045(3)],[1893(47)],[1881(94)],[1889(47)],[4042(47)],[5550(94)],[1460(216)],[2132(143)] 212 1 [5460(1)],[57(5400000)] 192 60
596 dwarven mk_dasparion's_staff_ii 596 5461 7 [5461(1)],[5543(13)],[5554(2)],[1893(96)],[1881(192)],[1889(96)],[4042(96)],[5550(192)],[1460(412)],[2132(143)] 212 1 [5461(1)],[57(5400000)] 192 100
597 dwarven mk_worldtree's_branch_i 597 5462 8 [5462(1)],[5544(14)],[4045(3)],[1893(77)],[1881(154)],[1889(77)],[4042(77)],[5550(154)],[1461(193)],[2133(74)] 213 1 [5462(1)],[57(5400000)] 201 60
598 dwarven mk_worldtree's_branch_ii 598 5463 8 [5463(1)],[5544(14)],[5554(2)],[1893(153)],[1881(306)],[1889(153)],[4042(153)],[5550(306)],[1461(366)],[2133(74)] 213 1 [5463(1)],[57(5400000)] 201 100
599 dwarven mk_dark_legion's_edge_i 599 5464 8 [5464(1)],[5545(14)],[4047(3)],[1890(156)],[1888(156)],[5550(78)],[4042(78)],[1461(161)],[2133(74)] 2500 1 [5464(1)],[57(5400000)] 201 60
600 dwarven mk_dark_legion's_edge_ii 600 5465 8 [5465(1)],[5545(14)],[4047(4)],[1890(334)],[1888(334)],[5550(167)],[4042(167)],[1461(295)],[2133(74)] 2500 1 [5465(1)],[57(5400000)] 201 100
601 dwarven mk_sword_of_miracle_i 601 5466 8 [5466(1)],[5546(14)],[4047(3)],[1890(160)],[1888(160)],[5550(80)],[4042(80)],[1461(152)],[2133(74)] 151 1 [5466(1)],[57(5400000)] 201 60
602 dwarven mk_sword_of_miracle_ii 602 5467 8 [5467(1)],[5546(14)],[4047(4)],[1890(320)],[1888(320)],[5550(160)],[4042(160)],[1461(372)],[2133(74)] 151 1 [5467(1)],[57(5400000)] 201 100
603 dwarven mk_elemental_sword_i 603 5468 7 [5468(1)],[5547(13)],[4047(3)],[1890(82)],[1888(82)],[5550(41)],[4042(41)],[1460(193)],[2132(143)] 150 1 [5468(1)],[57(5400000)] 192 60
604 dwarven mk_elemental_sword_ii 604 5469 7 [5469(1)],[5547(13)],[4047(4)],[1890(196)],[1888(196)],[5550(98)],[4042(98)],[1460(344)],[2132(143)] 150 1 [5469(1)],[57(5400000)] 192 100
605 dwarven mk_tallum_blade_i 605 5470 7 [5470(1)],[5548(13)],[4047(3)],[1890(82)],[1888(82)],[5550(41)],[4042(41)],[1460(192)],[2132(143)] 80 1 [5470(1)],[57(5400000)] 192 60
606 dwarven mk_tallum_blade_ii 606 5471 7 [5471(1)],[5548(13)],[4047(4)],[1890(196)],[1888(196)],[5550(98)],[4042(98)],[1460(344)],[2132(143)] 80 1 [5471(1)],[57(5400000)] 192 100
607 dwarven mk_iron_thread 607 5472 4 [1868(10)],[1869(5)] 5549 1 [5472(1)],[57(5400000)] 40 100
608 dwarven mk_reinforcing_plate 608 5473 4 [5549(5)],[1876(5)] 5550 1 [5473(1)],[57(5400000)] 40 100
609 dwarven mk_reorins_mold 609 5474 5 [1884(40)],[5550(10)],[1877(15)] 5551 1 [5474(1)],[57(5400000)] 50 100
610 dwarven mk_warsmith_mold 610 5475 6 [1891(1)],[4041(10)],[4042(5)] 5552 1 [5475(1)],[57(5400000)] 60 100
611 dwarven mk_arcsmith_anvil 611 5476 6 [4046(3)],[4040(20)],[4044(10)] 5553 1 [5476(1)],[57(5400000)] 60 100
612 dwarven mk_warsmith_holder 612 5477 6 [4045(2)],[4039(10)],[1868(20)] 5554 1 [5477(1)],[57(5400000)] 60 100
613 dwarven mk_sealed_phoenix's_earing_i 613 6331 7 [6331(1)],[6341(13)],[4048(1)],[1895(35)],[1887(21)],[4044(7)],[1460(18)],[2132(29)] 6324 1 [6331(1)],[57(5400000)] 192 70
614 dwarven mk_sealed_phoenix's_earing_ii 614 6332 7 [6332(1)],[6341(13)],[5552(1)],[1895(35)],[1887(21)],[4044(7)],[1460(27)],[2132(29)] 6324 1 [6332(1)],[57(5400000)] 192 100
615 dwarven mk_sealed_majestic_earing_i 615 6337 8 [6337(1)],[6342(14)],[4048(1)],[1895(65)],[1887(39)],[4044(13)],[1461(15)],[2133(5)] 6327 1 [6337(1)],[57(5400000)] 201 70
616 dwarven mk_sealed_majestic_earing_ii 616 6338 8 [6338(1)],[6342(14)],[5552(1)],[1895(80)],[1887(48)],[4044(16)],[1461(24)],[2133(5)] 6327 1 [6338(1)],[57(5400000)] 201 100
617 dwarven mk_sealed_phoenix's_necklace_i 617 6329 7 [6329(1)],[6343(13)],[4048(1)],[1895(55)],[1887(33)],[4044(11)],[1460(23)],[2132(12)] 6323 1 [6329(1)],[57(5400000)] 192 70
618 dwarven mk_sealed_phoenix's_necklace_ii 618 6330 7 [6330(1)],[6343(13)],[5552(1)],[1895(60)],[1887(36)],[4044(12)],[1460(37)],[2132(12)] 6323 1 [6330(1)],[57(5400000)] 192 100
619 dwarven mk_sealed_majestic_necklace_i 619 6335 8 [6335(1)],[6344(14)],[4048(1)],[1895(100)],[1887(60)],[4044(20)],[1461(17)],[2133(6)] 6326 1 [6335(1)],[57(5400000)] 201 70
620 dwarven mk_sealed_majestic_necklace_ii 620 6336 8 [6336(1)],[6344(14)],[5552(1)],[1895(120)],[1887(72)],[4044(24)],[1461(34)],[2133(6)] 6326 1 [6336(1)],[57(5400000)] 201 100
621 dwarven mk_sealed_phoenix's_ring_i 621 6333 7 [6333(1)],[6345(13)],[1892(1)],[1895(30)],[1887(18)],[4044(6)],[1460(11)],[2132(18)] 6325 1 [6333(1)],[57(5400000)] 192 70
622 dwarven mk_sealed_phoenix's_ring_ii 622 6334 7 [6334(1)],[6345(13)],[4048(1)],[1895(40)],[1887(24)],[4044(8)],[1460(17)],[2132(18)] 6325 1 [6334(1)],[57(5400000)] 192 100
623 dwarven mk_sealed_majestic_ring_i 623 6339 8 [6339(1)],[6346(14)],[1892(1)],[1895(45)],[1887(27)],[4044(9)],[1461(12)],[2133(3)] 6328 1 [6339(1)],[57(5400000)] 201 70
624 dwarven mk_sealed_majestic_ring_ii 624 6340 8 [6340(1)],[6346(14)],[4048(1)],[1895(70)],[1887(42)],[4044(14)],[1461(15)],[2133(3)] 6328 1 [6340(1)],[57(5400000)] 201 100
625 dwarven mk_shining_arrow 625 6901 5 [1876(2)],[1878(4)] 1345 500 [6901(1)],[57(5400000)] 150 100
626 dwarven mk_forgotten_blade_i 626 6881 9 [6881(1)],[6688(17)],[5554(4)],[1890(264)],[1888(264)],[5550(132)],[4042(132)],[1462(211)],[2134(43)] 6364 1 [6881(1)],[57(5400000)] 225 60
627 dwarven mk_forgotten_blade_ii 627 6882 9 [6882(1)],[6688(17)],[5554(8)],[1890(486)],[1888(486)],[5550(243)],[4042(243)],[1462(399)],[2134(43)] 6364 1 [6882(1)],[57(5400000)] 225 100
628 dwarven mk_basalt_battlehammer_i 628 6883 9 [6883(1)],[6689(17)],[5554(4)],[1890(154)],[1888(154)],[5550(308)],[4042(77)],[1462(211)],[2134(43)] 6365 1 [6883(1)],[57(5400000)] 225 60
629 dwarven mk_basalt_battlehammer_ii 629 6884 9 [6884(1)],[6689(17)],[5554(8)],[1890(284)],[1888(284)],[5550(568)],[4042(142)],[1462(398)],[2134(43)] 6365 1 [6884(1)],[57(5400000)] 225 100
630 dwarven mk_imperial_staff_i 630 6885 9 [6885(1)],[6690(17)],[5554(4)],[1893(121)],[5550(242)],[1889(121)],[1881(242)],[4042(121)],[1462(210)],[2134(43)] 6366 1 [6885(1)],[57(5400000)] 225 60
631 dwarven mk_imperial_staff_ii 631 6886 9 [6886(1)],[6690(17)],[5554(8)],[1893(222)],[5550(444)],[1889(222)],[1881(444)],[4042(222)],[1462(400)],[2134(43)] 6366 1 [6886(1)],[57(5400000)] 225 100
632 dwarven mk_angel_slayer_i 632 6887 9 [6887(1)],[6691(17)],[5554(4)],[1890(264)],[1888(264)],[5550(132)],[4042(132)],[1462(211)],[2134(43)] 6367 1 [6887(1)],[57(5400000)] 225 60
633 dwarven mk_angel_slayer_ii 633 6888 9 [6888(1)],[6691(17)],[5554(8)],[1890(486)],[1888(486)],[5550(243)],[4042(243)],[1462(399)],[2134(43)] 6367 1 [6888(1)],[57(5400000)] 225 100
634 dwarven mk_shining_bow_i 634 6889 9 [6889(1)],[6692(17)],[5554(4)],[1890(375)],[1888(75)],[5550(150)],[4042(75)],[1462(212)],[2134(43)] 6368 1 [6889(1)],[57(5400000)] 225 60
635 dwarven mk_shining_bow_ii 635 6890 9 [6890(1)],[6692(17)],[5554(8)],[1890(695)],[1888(139)],[5550(278)],[4042(139)],[1462(397)],[2134(43)] 6368 1 [6890(1)],[57(5400000)] 225 100
636 dwarven mk_dragon_hunter_axe_i 636 6891 9 [6891(1)],[6693(17)],[5554(4)],[1890(248)],[1888(124)],[5550(248)],[4042(62)],[1462(214)],[2134(43)] 6369 1 [6891(1)],[57(5400000)] 225 60
637 dwarven mk_dragon_hunter_axe_ii 637 6892 9 [6892(1)],[6693(17)],[5554(8)],[1890(464)],[1888(232)],[5550(464)],[4042(116)],[1462(395)],[2134(43)] 6369 1 [6892(1)],[57(5400000)] 225 100
638 dwarven mk_saint_spear_i 638 6893 9 [6893(1)],[6694(17)],[5554(4)],[1890(248)],[1888(124)],[5550(248)],[4042(62)],[1462(214)],[2134(43)] 6370 1 [6893(1)],[57(5400000)] 225 60
639 dwarven mk_saint_spear_ii 639 6894 9 [6894(1)],[6694(17)],[5554(8)],[1890(464)],[1888(232)],[5550(464)],[4042(116)],[1462(395)],[2134(43)] 6370 1 [6894(1)],[57(5400000)] 225 100
640 dwarven mk_demon_splinter_i 640 6895 9 [6895(1)],[6695(17)],[5554(4)],[1890(154)],[1888(154)],[5550(308)],[4042(77)],[1462(211)],[2134(43)] 6371 1 [6895(1)],[57(5400000)] 225 60
641 dwarven mk_demon_splinter_ii 641 6896 9 [6896(1)],[6695(17)],[5554(8)],[1890(284)],[1888(284)],[5550(568)],[4042(142)],[1462(398)],[2134(43)] 6371 1 [6896(1)],[57(5400000)] 225 100
642 dwarven mk_heavens_divider_i 642 6897 9 [6897(1)],[6696(17)],[5554(4)],[1890(292)],[1888(146)],[5550(146)],[4042(146)],[1462(212)],[2134(43)] 6372 1 [6897(1)],[57(5400000)] 225 60
643 dwarven mk_heavens_divider_ii 643 6898 9 [6898(1)],[6696(17)],[5554(8)],[1890(540)],[1888(270)],[5550(270)],[4042(270)],[1462(399)],[2134(43)] 6372 1 [6898(1)],[57(5400000)] 225 100
644 dwarven mk_arcana_mace_i 644 6899 9 [6899(1)],[6697(17)],[5554(4)],[1890(154)],[1888(154)],[5550(308)],[4042(77)],[1462(211)],[2134(43)] 6579 1 [6899(1)],[57(5400000)] 225 60
645 dwarven mk_arcana_mace_ii 645 6900 9 [6900(1)],[6697(17)],[5554(8)],[1890(284)],[1888(284)],[5550(568)],[4042(142)],[1462(398)],[2134(43)] 6579 1 [6900(1)],[57(5400000)] 225 100
646 dwarven mk_sealed_sanddragon's_earing_i 646 6847 9 [6847(1)],[6698(17)],[5552(1)],[1895(105)],[1887(63)],[4044(21)],[1462(18)],[2134(3)] 6724 1 [6847(1)],[57(5400000)] 225 70
647 dwarven mk_sealed_sanddragon's_earing_ii 647 6848 9 [6848(1)],[6698(17)],[5552(1)],[1895(195)],[1887(117)],[4044(39)],[1462(29)],[2134(3)] 6724 1 [6848(1)],[57(5400000)] 225 100
648 dwarven mk_sealed_ring_of_aurakyria_i 648 6849 9 [6849(1)],[6699(17)],[4048(1)],[1895(85)],[1887(51)],[4044(17)],[1462(12)],[2134(2)] 6725 1 [6849(1)],[57(5400000)] 225 70
649 dwarven mk_sealed_ring_of_aurakyria_ii 649 6850 9 [6850(1)],[6699(17)],[4048(1)],[1895(145)],[1887(87)],[4044(29)],[1462(20)],[2134(2)] 6725 1 [6850(1)],[57(5400000)] 225 100
650 dwarven mk_sealed_dragon_necklace_i 650 6851 9 [6851(1)],[6700(17)],[5552(1)],[1895(160)],[1887(96)],[4044(32)],[1462(24)],[2134(4)] 6726 1 [6851(1)],[57(5400000)] 225 70
651 dwarven mk_sealed_dragon_necklace_ii 651 6852 9 [6852(1)],[6700(17)],[5552(1)],[1895(280)],[1887(168)],[4044(56)],[1462(39)],[2134(4)] 6726 1 [6852(1)],[57(5400000)] 225 100
652 dwarven mk_sealed_imperial_crusader_armor_i 652 6853 9 [6853(1)],[6701(17)],[5553(3)],[1890(117)],[4043(78)],[1462(62)],[2134(11)] 6674 1 [6853(1)],[57(5400000)] 225 60
653 dwarven mk_sealed_imperial_crusader_armor_ii 653 6854 9 [6854(1)],[6701(17)],[5553(4)],[1890(273)],[4043(182)],[1462(117)],[2134(11)] 6674 1 [6854(1)],[57(5400000)] 225 100
654 dwarven mk_sealed_imperial_crusader_gaiters_i 654 6855 9 [6855(1)],[6702(17)],[5553(2)],[1890(72)],[4043(48)],[1462(37)],[2134(6)] 6675 1 [6855(1)],[57(5400000)] 225 60
655 dwarven mk_sealed_imperial_crusader_gaiters_ii 655 6856 9 [6856(1)],[6702(17)],[5553(3)],[1890(156)],[4043(104)],[1462(73)],[2134(6)] 6675 1 [6856(1)],[57(5400000)] 225 100
656 dwarven mk_sealed_imperial_crusader_gauntlet_i 656 6857 9 [6857(1)],[6703(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)] 6676 1 [6857(1)],[57(5400000)] 225 60
657 dwarven mk_sealed_imperial_crusader_gauntlet_ii 657 6858 9 [6858(1)],[6703(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)] 6676 1 [6858(1)],[57(5400000)] 225 100
658 dwarven mk_sealed_imperial_crusader_boots_i 658 6859 9 [6859(1)],[6704(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)] 6677 1 [6859(1)],[57(5400000)] 225 60
659 dwarven mk_sealed_imperial_crusader_boots_ii 659 6860 9 [6860(1)],[6704(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)] 6677 1 [6860(1)],[57(5400000)] 225 100
660 dwarven mk_sealed_imperial_crusader_shield_i 660 6861 9 [6861(1)],[6705(17)],[5551(1)],[1890(36)],[1888(12)],[4043(12)],[1462(17)],[2134(2)] 6678 1 [6861(1)],[57(5400000)] 225 60
661 dwarven mk_sealed_imperial_crusader_shield_ii 661 6862 9 [6862(1)],[6705(17)],[5551(1)],[1890(87)],[1888(29)],[4043(29)],[1462(32)],[2134(2)] 6678 1 [6862(1)],[57(5400000)] 225 100
662 dwarven mk_sealed_imperial_crusader_helmet_i 662 6863 9 [6863(1)],[6706(17)],[5551(1)],[1462(25)],[2134(4)] 6679 1 [6863(1)],[57(5400000)] 225 60
663 dwarven mk_sealed_imperial_crusader_helmet_ii 663 6864 9 [6864(1)],[6706(17)],[5551(1)],[4043(37)],[1462(43)],[2134(4)] 6679 1 [6864(1)],[57(5400000)] 225 100
664 dwarven mk_sealed_draconic_leather_armor_i 664 6865 9 [6865(1)],[6707(17)],[5553(3)],[1895(168)],[1889(84)],[4043(84)],[1462(75)],[2134(14)] 6680 1 [6865(1)],[57(5400000)] 225 60
665 dwarven mk_sealed_draconic_leather_armor_ii 665 6866 9 [6866(1)],[6707(17)],[5553(6)],[1895(304)],[1889(152)],[4043(152)],[1462(144)],[2134(14)] 6680 1 [6866(1)],[57(5400000)] 225 100
666 dwarven mk_sealed_draconic_leather_gloves_i 666 6867 9 [6867(1)],[6708(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)] 6681 1 [6867(1)],[57(5400000)] 225 60
667 dwarven mk_sealed_draconic_leather_gloves_ii 667 6868 9 [6868(1)],[6708(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)] 6681 1 [6868(1)],[57(5400000)] 225 100
668 dwarven mk_sealed_draconic_leather_boots_i 668 6869 9 [6869(1)],[6709(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)] 6682 1 [6869(1)],[57(5400000)] 225 60
669 dwarven mk_sealed_draconic_leather_boots_ii 669 6870 9 [6870(1)],[6709(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)] 6682 1 [6870(1)],[57(5400000)] 225 100
670 dwarven mk_sealed_draconic_leather_helmet_i 670 6871 9 [6871(1)],[6710(17)],[5551(1)],[1462(25)],[2134(4)] 6683 1 [6871(1)],[57(5400000)] 225 60
671 dwarven mk_sealed_draconic_leather_helmet_ii 671 6872 9 [6872(1)],[6710(17)],[5551(1)],[4043(37)],[1462(43)],[2134(4)] 6683 1 [6872(1)],[57(5400000)] 225 100
672 dwarven mk_sealed_major_arcana_robe_i 672 6873 9 [6873(1)],[6711(17)],[5553(3)],[1895(168)],[1889(84)],[4043(84)],[1462(75)],[2134(14)] 6684 1 [6873(1)],[57(5400000)] 225 60
673 dwarven mk_sealed_major_arcana_robe_ii 673 6874 9 [6874(1)],[6711(17)],[5553(6)],[1895(304)],[1889(152)],[4043(152)],[1462(144)],[2134(14)] 6684 1 [6874(1)],[57(5400000)] 225 100
674 dwarven mk_sealed_major_arcana_gloves_i 674 6875 9 [6875(1)],[6712(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)] 6685 1 [6875(1)],[57(5400000)] 225 60
675 dwarven mk_sealed_major_arcana_gloves_ii 675 6876 9 [6876(1)],[6712(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)] 6685 1 [6876(1)],[57(5400000)] 225 100
676 dwarven mk_sealed_major_arcana_boots_i 676 6877 9 [6877(1)],[6713(17)],[5552(1)],[4043(12)],[1462(16)],[2134(2)] 6686 1 [6877(1)],[57(5400000)] 225 60
677 dwarven mk_sealed_major_arcana_boots_ii 677 6878 9 [6878(1)],[6713(17)],[5552(1)],[4043(31)],[1462(30)],[2134(2)] 6686 1 [6878(1)],[57(5400000)] 225 100
678 dwarven mk_sealed_major_arcana_hood_i 678 6879 9 [6879(1)],[6714(17)],[5551(1)],[1462(25)],[2134(4)] 6687 1 [6879(1)],[57(5400000)] 225 60
679 dwarven mk_sealed_major_arcana_hood_ii 679 6880 9 [6880(1)],[6714(17)],[5551(1)],[4043(37)],[1462(43)],[2134(4)] 6687 1 [6880(1)],[57(5400000)] 225 100
680 common mk_fish_oil_average 680 6920 2 [6908(4)] 6909 1 [6920(1)],[57(5400000)] 75 100
681 common mk_fish_oil_high 681 6921 3 [6909(4)] 6910 1 [6921(1)],[57(5400000)] 99 100
682 common mk_party_mask 682 6922 4 [6922(1)],[6904(20)],[6913(300)],[6914(150)] 5808 1 [6922(1)],[57(5400000)] 138 100
683 common mk_hair_pin_of_lady 683 6923 4 [6923(1)],[6905(20)],[6913(300)],[6914(150)] 6844 1 [6923(1)],[57(5400000)] 138 100
684 common mk_eye_bandage_of_pirate 684 6924 4 [6924(1)],[6906(20)],[6913(300)],[6914(150)] 6845 1 [6924(1)],[57(5400000)] 138 100
685 common mk_monocle 685 6925 4 [6925(1)],[6907(20)],[6913(300)],[6914(150)] 6846 1 [6925(1)],[57(5400000)] 138 100
686 common mk_lesser_healing_potion 686 6926 1 [6908(2)] 1060 1 [6926(1)],[57(5400000)] 30 100
687 common mk_healing_potion 687 6927 2 [6908(2)],[6911(1)] 1061 1 [6927(1)],[57(5400000)] 90 100
688 common mk_greater_healing_potion 688 6928 5 [6908(3)],[6911(3)] 1539 1 [6928(1)],[57(5400000)] 150 100
689 common mk_antidote 689 6929 1 [6908(2)] 1831 1 [6929(1)],[57(5400000)] 45 100
690 common mk_advanced_antidote 690 6930 2 [6908(3)] 1832 1 [6930(1)],[57(5400000)] 90 100
691 common mk_bandage 691 6931 1 [6908(2)] 1833 1 [6931(1)],[57(5400000)] 45 100
692 common mk_emergency_dressing 692 6932 2 [6908(3)] 1834 1 [6932(1)],[57(5400000)] 90 100
693 common mk_quick_step_potion 693 6933 1 [6908(4)],[6911(4)] 734 1 [6933(1)],[57(5400000)] 60 100
694 common mk_swift_attack_potion 694 6934 1 [6908(5)],[6911(9)] 735 1 [6934(1)],[57(5400000)] 60 100
695 common mk_adv_quick_step_potion 695 6935 3 [6909(4)],[6911(7)] 1374 1 [6935(1)],[57(5400000)] 120 100
696 common mk_adv_swift_attack_potion 696 6936 3 [6909(10)],[6911(12)] 1375 1 [6936(1)],[57(5400000)] 120 100
697 common mk_potion_of_acumen2 697 6937 1 [6908(10)],[6911(7)] 6035 1 [6937(1)],[57(5400000)] 60 100
698 common mk_potion_of_acumen3 698 6938 3 [6909(10)],[6911(12)] 6036 1 [6938(1)],[57(5400000)] 120 100
699 common mk_bighead_potion 699 6939 2 [6939(1)],[6909(10)],[6911(28)] 5234 1 [6939(1)],[57(5400000)] 96 100
700 common mk_masktype_a_potion 700 6940 3 [6940(1)],[6909(6)],[6911(50)],[6912(15)] 5235 1 [6940(1)],[57(5400000)] 114 100
701 common mk_masktype_b_potion 701 6941 3 [6941(1)],[6909(6)],[6911(50)],[6912(15)] 5236 1 [6941(1)],[57(5400000)] 114 100
702 common mk_masktype_c_potion 702 6942 3 [6942(1)],[6909(6)],[6911(50)],[6912(15)] 5237 1 [6942(1)],[57(5400000)] 114 100
703 common mk_haircolor_a_potion 703 6943 3 [6943(1)],[6909(6)],[6911(50)],[6912(15)] 5238 1 [6943(1)],[57(5400000)] 114 100
704 common mk_haircolor_b_potion 704 6944 3 [6944(1)],[6909(6)],[6911(50)],[6912(15)] 5239 1 [6944(1)],[57(5400000)] 114 100
705 common mk_haircolor_c_potion 705 6945 3 [6945(1)],[6909(6)],[6911(50)],[6912(15)] 5240 1 [6945(1)],[57(5400000)] 114 100
706 common mk_haircolor_d_potion 706 6946 3 [6946(1)],[6909(6)],[6911(50)],[6912(15)] 5241 1 [6946(1)],[57(5400000)] 114 100
707 common mk_hairstyle_a_potion 707 6947 3 [6947(1)],[6909(6)],[6911(50)],[6912(15)] 5242 1 [6947(1)],[57(5400000)] 114 100
708 common mk_hairstyle_b_potion 708 6948 3 [6948(1)],[6909(6)],[6911(50)],[6912(15)] 5243 1 [6948(1)],[57(5400000)] 114 100
709 common mk_hairstyle_c_potion 709 6949 3 [6949(1)],[6909(6)],[6911(50)],[6912(15)] 5244 1 [6949(1)],[57(5400000)] 114 100
710 common mk_hairstyle_d_potion 710 6950 3 [6950(1)],[6909(6)],[6911(50)],[6912(15)] 5245 1 [6950(1)],[57(5400000)] 114 100
711 common mk_hairstyle_e_potion 711 6951 3 [6951(1)],[6909(6)],[6911(50)],[6912(15)] 5246 1 [6951(1)],[57(5400000)] 114 100
712 common mk_hairstyle_f_potion 712 6952 3 [6952(1)],[6909(6)],[6911(50)],[6912(15)] 5247 1 [6952(1)],[57(5400000)] 114 100
713 common mk_hairstyle_g_potion 713 6953 3 [6953(1)],[6909(6)],[6911(50)],[6912(15)] 5248 1 [6953(1)],[57(5400000)] 114 100
714 common mk_dye_s1c1_d 714 6954 4 [6954(1)],[6909(10)],[6915(70)],[6916(10)] 4469 1 [6954(1)],[57(5400000)] 126 100
715 common mk_dye_s1d1_d 715 6955 4 [6955(1)],[6909(10)],[6915(70)],[6916(10)] 4470 1 [6955(1)],[57(5400000)] 126 100
716 common mk_dye_c1s1_d 716 6956 4 [6956(1)],[6909(10)],[6915(70)],[6916(10)] 4471 1 [6956(1)],[57(5400000)] 126 100
717 common mk_dye_c1d1_d 717 6957 4 [6957(1)],[6909(10)],[6915(70)],[6916(10)] 4472 1 [6957(1)],[57(5400000)] 126 100
718 common mk_dye_d1s1_d 718 6958 4 [6958(1)],[6909(10)],[6915(70)],[6916(10)] 4473 1 [6958(1)],[57(5400000)] 126 100
719 common mk_dye_d1c1_d 719 6959 4 [6959(1)],[6909(10)],[6915(70)],[6916(10)] 4474 1 [6959(1)],[57(5400000)] 126 100
720 common mk_dye_i1m1_d 720 6960 4 [6960(1)],[6909(10)],[6915(70)],[6916(10)] 4475 1 [6960(1)],[57(5400000)] 126 100
721 common mk_dye_i1w1_d 721 6961 4 [6961(1)],[6909(10)],[6915(70)],[6916(10)] 4476 1 [6961(1)],[57(5400000)] 126 100
722 common mk_dye_m1i1_d 722 6962 4 [6962(1)],[6909(10)],[6915(70)],[6916(10)] 4477 1 [6962(1)],[57(5400000)] 126 100
723 common mk_dye_m1w1_d 723 6963 4 [6963(1)],[6909(10)],[6915(70)],[6916(10)] 4478 1 [6963(1)],[57(5400000)] 126 100
724 common mk_dye_w1i1_d 724 6964 4 [6964(1)],[6909(10)],[6915(70)],[6916(10)] 4479 1 [6964(1)],[57(5400000)] 126 100
725 common mk_dye_w1m1_d 725 6965 4 [6965(1)],[6909(10)],[6915(70)],[6916(10)] 4480 1 [6965(1)],[57(5400000)] 126 100
726 common mk_dye_s1c1_c 726 6966 4 [6966(1)],[6910(5)],[6915(90)],[6916(15)] 4553 1 [6966(1)],[57(5400000)] 138 100
727 common mk_dye_s1d1_c 727 6967 4 [6967(1)],[6910(5)],[6915(90)],[6916(15)] 4554 1 [6967(1)],[57(5400000)] 138 100
728 common mk_dye_c1s1_c 728 6968 4 [6968(1)],[6910(5)],[6915(90)],[6916(15)] 4555 1 [6968(1)],[57(5400000)] 138 100
729 common mk_dye_c1c1_c 729 6969 4 [6969(1)],[6910(5)],[6915(90)],[6916(15)] 4556 1 [6969(1)],[57(5400000)] 138 100
730 common mk_dye_d1s1_c 730 6970 4 [6970(1)],[6910(5)],[6915(90)],[6916(15)] 4557 1 [6970(1)],[57(5400000)] 138 100
731 common mk_dye_d1c1_c 731 6971 4 [6971(1)],[6910(5)],[6915(90)],[6916(15)] 4558 1 [6971(1)],[57(5400000)] 138 100
732 common mk_dye_i1m1_c 732 6972 4 [6972(1)],[6910(5)],[6915(90)],[6916(15)] 4559 1 [6972(1)],[57(5400000)] 138 100
733 common mk_dye_i1w1_c 733 6973 4 [6973(1)],[6910(5)],[6915(90)],[6916(15)] 4560 1 [6973(1)],[57(5400000)] 138 100
734 common mk_dye_m1i1_c 734 6974 4 [6974(1)],[6910(5)],[6915(90)],[6916(15)] 4561 1 [6974(1)],[57(5400000)] 138 100
735 common mk_dye_m1w1_c 735 6975 4 [6975(1)],[6910(5)],[6915(90)],[6916(15)] 4562 1 [6975(1)],[57(5400000)] 138 100
736 common mk_dye_w1i1_c 736 6976 4 [6976(1)],[6910(5)],[6915(90)],[6916(15)] 4563 1 [6976(1)],[57(5400000)] 138 100
737 common mk_dye_w1m1_c 737 6977 4 [6977(1)],[6910(5)],[6915(90)],[6916(15)] 4564 1 [6977(1)],[57(5400000)] 138 100
738 common mk_dye_s2c2_c 738 6978 5 [6978(1)],[6910(7)],[6915(98)],[6916(22)] 4589 1 [6978(1)],[57(5400000)] 147 100
739 common mk_dye_s2d2_c 739 6979 5 [6979(1)],[6910(7)],[6915(98)],[6916(22)] 4590 1 [6979(1)],[57(5400000)] 147 100
740 common mk_dye_c2s2_c 740 6980 5 [6980(1)],[6910(7)],[6915(98)],[6916(22)] 4591 1 [6980(1)],[57(5400000)] 147 100
741 common mk_dye_c2c2_c 741 6981 5 [6981(1)],[6910(7)],[6915(98)],[6916(22)] 4592 1 [6981(1)],[57(5400000)] 147 100
742 common mk_dye_d2s2_c 742 6982 5 [6982(1)],[6910(7)],[6915(98)],[6916(22)] 4593 1 [6982(1)],[57(5400000)] 147 100
743 common mk_dye_d2c2_c 743 6983 5 [6983(1)],[6910(7)],[6915(98)],[6916(22)] 4594 1 [6983(1)],[57(5400000)] 147 100
744 common mk_dye_i2m2_c 744 6984 5 [6984(1)],[6910(7)],[6915(98)],[6916(22)] 4595 1 [6984(1)],[57(5400000)] 147 100
745 common mk_dye_i2w2_c 745 6985 5 [6985(1)],[6910(7)],[6915(98)],[6916(22)] 4596 1 [6985(1)],[57(5400000)] 147 100
746 common mk_dye_m2i2_c 746 6986 5 [6986(1)],[6910(7)],[6915(98)],[6916(22)] 4597 1 [6986(1)],[57(5400000)] 147 100
747 common mk_dye_m2w2_c 747 6987 5 [6987(1)],[6910(7)],[6915(98)],[6916(22)] 4598 1 [6987(1)],[57(5400000)] 147 100
748 common mk_dye_w2i2_c 748 6988 5 [6988(1)],[6910(7)],[6915(98)],[6916(22)] 4599 1 [6988(1)],[57(5400000)] 147 100
749 common mk_dye_w2m2_c 749 6989 5 [6989(1)],[6910(7)],[6915(98)],[6916(22)] 4600 1 [6989(1)],[57(5400000)] 147 100
750 common mk_dye_s3c3_c 750 6990 5 [6990(1)],[6910(12)],[6915(130)],[6916(40)] 4601 1 [6990(1)],[57(5400000)] 156 100
751 common mk_dye_s3d3_c 751 6991 5 [6991(1)],[6910(12)],[6915(130)],[6916(40)] 4602 1 [6991(1)],[57(5400000)] 156 100
752 common mk_dye_c3s3_c 752 6992 5 [6992(1)],[6910(12)],[6915(130)],[6916(40)] 4603 1 [6992(1)],[57(5400000)] 156 100
753 common mk_dye_c3c3_c 753 6993 5 [6993(1)],[6910(12)],[6915(130)],[6916(40)] 4604 1 [6993(1)],[57(5400000)] 156 100
754 common mk_dye_d3s3_c 754 6994 5 [6994(1)],[6910(12)],[6915(130)],[6916(40)] 4605 1 [6994(1)],[57(5400000)] 156 100
755 common mk_dye_d3c3_c 755 6995 5 [6995(1)],[6910(12)],[6915(130)],[6916(40)] 4606 1 [6995(1)],[57(5400000)] 156 100
756 common mk_dye_i3m3_c 756 6996 5 [6996(1)],[6910(12)],[6915(130)],[6916(40)] 4607 1 [6996(1)],[57(5400000)] 156 100
757 common mk_dye_i3w3_c 757 6997 5 [6997(1)],[6910(12)],[6915(130)],[6916(40)] 4608 1 [6997(1)],[57(5400000)] 156 100
758 common mk_dye_m3i3_c 758 6998 5 [6998(1)],[6910(12)],[6915(130)],[6916(40)] 4609 1 [6998(1)],[57(5400000)] 156 100
759 common mk_dye_m3w3_c 759 6999 5 [6999(1)],[6910(12)],[6915(130)],[6916(40)] 4610 1 [6999(1)],[57(5400000)] 156 100
760 common mk_dye_w3i3_c 760 7000 5 [7000(1)],[6910(12)],[6915(130)],[6916(40)] 4611 1 [7000(1)],[57(5400000)] 156 100
761 common mk_dye_w3m3_c 761 7001 5 [7001(1)],[6910(12)],[6915(130)],[6916(40)] 4612 1 [7001(1)],[57(5400000)] 156 100
762 common mk_dye_s4c4_c 762 7002 6 [7002(1)],[6910(16)],[6915(230)],[6916(60)] 4613 1 [7002(1)],[57(5400000)] 168 100
763 common mk_dye_s4d4_c 763 7003 6 [7003(1)],[6910(16)],[6915(230)],[6916(60)] 4614 1 [7003(1)],[57(5400000)] 168 100
764 common mk_dye_c4s4_c 764 7004 6 [7004(1)],[6910(16)],[6915(230)],[6916(60)] 4615 1 [7004(1)],[57(5400000)] 168 100
765 common mk_dye_c4c4_c 765 7005 6 [7005(1)],[6910(16)],[6915(230)],[6916(60)] 4616 1 [7005(1)],[57(5400000)] 168 100
766 common mk_dye_d4s4_c 766 7006 6 [7006(1)],[6910(16)],[6915(230)],[6916(60)] 4617 1 [7006(1)],[57(5400000)] 168 100
767 common mk_dye_d4c4_c 767 7007 6 [7007(1)],[6910(16)],[6915(230)],[6916(60)] 4618 1 [7007(1)],[57(5400000)] 168 100
768 common mk_dye_i4m4_c 768 7008 6 [7008(1)],[6910(16)],[6915(230)],[6916(60)] 4619 1 [7008(1)],[57(5400000)] 168 100
769 common mk_dye_i4w4_c 769 7009 6 [7009(1)],[6910(16)],[6915(230)],[6916(60)] 4620 1 [7009(1)],[57(5400000)] 168 100
770 common mk_dye_m4i4_c 770 7010 6 [7010(1)],[6910(16)],[6915(230)],[6916(60)] 4621 1 [7010(1)],[57(5400000)] 168 100
771 common mk_dye_m4w4_c 771 7011 6 [7011(1)],[6910(16)],[6915(230)],[6916(60)] 4622 1 [7011(1)],[57(5400000)] 168 100
772 common mk_dye_w4i4_c 772 7012 6 [7012(1)],[6910(16)],[6915(230)],[6916(60)] 4623 1 [7012(1)],[57(5400000)] 168 100
773 common mk_dye_w4m4_c 773 7013 6 [7013(1)],[6910(16)],[6915(230)],[6916(60)] 4624 1 [7013(1)],[57(5400000)] 168 100
774 dwarven mk_draconic_bow_i 774 7580 9 [7580(1)],[7579(17)],[5554(4)],[1890(375)],[1888(75)],[5550(150)],[4042(75)],[1462(212)],[2134(43)] 7575 1 [7580(1)],[57(5400000)] 225 60
775 dwarven mk_draconic_bow_ii 775 7581 9 [7581(1)],[7579(17)],[5554(8)],[1890(695)],[1888(139)],[5550(278)],[4042(139)],[1462(397)],[2134(43)] 7575 1 [7581(1)],[57(5400000)] 225 100
776 common mk_racoon_ear 776 7689 4 [7689(1)],[7684(20)],[6913(300)],[6914(150)] 7680 1 [7689(1)],[57(5400000)] 138 100
777 common mk_outlaw_eyepatch 777 7690 4 [7690(1)],[7685(20)],[6913(300)],[6914(150)] 7681 1 [7690(1)],[57(5400000)] 138 100
778 common mk_maidens_hairpin 778 7691 4 [7691(1)],[7686(20)],[6913(300)],[6914(150)] 7682 1 [7691(1)],[57(5400000)] 138 100
779 common mk_rabbit_ear 779 7692 4 [7692(1)],[7687(20)],[6913(300)],[6914(150)] 7683 1 [7692(1)],[57(5400000)] 138 100
780 common mk_cat_ear 780 7693 4 [7693(1)],[7688(20)],[6913(300)],[6914(150)] 6843 1 [7693(1)],[57(5400000)] 138 100
781 common mk_forget_me_not_hairpin 781 7699 4 [7699(1)],[7697(20)],[6913(300)],[6914(150)] 7695 1 [7699(1)],[57(5400000)] 138 100
782 common mk_daisy_hairpin 782 7700 4 [7700(1)],[7698(20)],[6913(300)],[6914(150)] 7696 1 [7700(1)],[57(5400000)] 138 100
783 dwarven mk_iron_sword 783 8294 2 [8327(4)],[1883(3)],[1880(60)],[1879(30)],[1458(117)],[2130(34)] 7880 1 [8294(1)],[57(5400000)] 84 100
784 dwarven mk_sword_of_priest 784 8301 2 [8332(4)],[1883(2)],[1880(50)],[1879(50)],[1458(117)],[2130(34)] 7885 1 [8301(1)],[57(5400000)] 84 100
785 dwarven mk_giants_sword 785 8295 3 [8328(7)],[1883(3)],[1880(210)],[1879(105)],[1458(430)],[2130(139)] 7881 1 [8295(1)],[57(5400000)] 120 100
786 dwarven mk_sword_of_magic_fog 786 8302 3 [8333(7)],[1883(2)],[1880(172)],[1879(172)],[1458(430)],[2130(139)] 7886 1 [8302(1)],[57(5400000)] 120 100
787 dwarven mk_mace_of_priest 787 8307 3 [8337(7)],[1880(128)],[1879(128)],[1885(64)],[1458(430)],[2130(139)] 7890 1 [8307(1)],[57(5400000)] 120 100
788 dwarven mk_giants_hammer 788 8317 3 [8343(7)],[1880(176)],[1879(88)],[1885(44)],[1458(430)],[2130(139)] 7896 1 [8317(1)],[57(5400000)] 120 100
789 dwarven mk_sword_of_paagrio 789 8296 5 [8329(10)],[1891(3)],[1890(52)],[1888(26)],[5220(104)],[1459(300)],[2131(166)] 7882 1 [8296(1)],[57(5400000)] 156 100
790 dwarven mk_horn_of_karik 790 8319 5 [8345(10)],[1890(72)],[1888(36)],[1885(18)],[5220(90)],[1459(300)],[2131(166)] 7898 1 [8319(1)],[57(5400000)] 156 100
791 dwarven mk_mystery_sword 791 8303 4 [8334(8)],[1891(2)],[1890(25)],[1888(25)],[5220(50)],[1458(700)],[2131(81)] 7887 1 [8303(1)],[57(5400000)] 138 100
792 dwarven mk_sword_of_eclipse 792 8304 6 [8335(11)],[1891(2)],[1890(76)],[1888(76)],[5220(152)],[1459(410)],[2131(248)] 7888 1 [8304(1)],[57(5400000)] 165 100
793 dwarven mk_eclipse_axe 793 8308 6 [8338(11)],[1890(80)],[1888(80)],[1885(40)],[5220(160)],[1459(410)],[2131(248)] 7891 1 [8308(1)],[57(5400000)] 165 100
794 dwarven mk_spell_breaker_i 794 8310 6 [8310(1)],[8339(12)],[1890(80)],[1888(80)],[1885(40)],[4042(40)],[1459(325)],[2132(62)] 7892 1 [8310(1)],[57(5400000)] 174 60
795 dwarven mk_spell_breaker_ii 795 8309 6 [8309(1)],[8339(12)],[4045(3)],[1890(118)],[1888(118)],[1885(59)],[4042(59)],[1459(499)],[2132(62)] 7892 1 [8309(1)],[57(5400000)] 174 100
796 dwarven mk_ice_storm_hammer_i 796 8322 6 [8322(1)],[8347(12)],[1890(100)],[1888(50)],[1885(25)],[4042(25)],[1459(360)],[2132(62)] 7900 1 [8322(1)],[57(5400000)] 174 60
797 dwarven mk_ice_storm_hammer_ii 797 8321 6 [8321(1)],[8347(12)],[4045(4)],[1890(160)],[1888(80)],[1885(40)],[4042(40)],[1459(353)],[2132(62)] 7900 1 [8321(1)],[57(5400000)] 174 100
798 dwarven mk_tears_of_wizard_i 798 8306 7 [8306(1)],[8336(13)],[1891(2)],[1890(120)],[1888(120)],[4042(60)],[1460(160)],[2132(98)] 7889 1 [8306(1)],[57(5400000)] 183 60
799 dwarven mk_tears_of_wizard_ii 799 8305 7 [8305(1)],[8336(13)],[4047(2)],[1890(172)],[1888(172)],[4042(86)],[1460(341)],[2132(98)] 7889 1 [8305(1)],[57(5400000)] 183 100
800 dwarven mk_bone_of_kaim_vanul_i 800 8312 7 [8312(1)],[8340(13)],[1890(120)],[1888(120)],[1885(60)],[4042(60)],[1460(165)],[2132(98)] 7893 1 [8312(1)],[57(5400000)] 183 60
801 dwarven mk_bone_of_kaim_vanul_ii 801 8311 7 [8311(1)],[8340(13)],[4045(3)],[1890(172)],[1888(172)],[1885(86)],[4042(86)],[1460(339)],[2132(98)] 7893 1 [8311(1)],[57(5400000)] 183 100
802 dwarven mk_star_buster_i 802 8324 7 [8324(1)],[8348(13)],[1890(160)],[1888(80)],[1885(40)],[4042(40)],[1460(168)],[2132(98)] 7901 1 [8324(1)],[57(5400000)] 183 60
803 dwarven mk_star_buster_ii 803 8323 7 [8323(1)],[8348(13)],[4045(4)],[1890(232)],[1888(116)],[1885(58)],[4042(58)],[1460(291)],[2132(98)] 7901 1 [8323(1)],[57(5400000)] 183 100
804 dwarven mk_eye_of_soul_i 804 8314 7 [8314(1)],[8341(13)],[4045(3)],[1890(60)],[1888(60)],[1885(30)],[4042(30)],[5550(120)],[1460(215)],[2132(143)] 7894 1 [8314(1)],[57(5400000)] 192 60
805 dwarven mk_eye_of_soul_ii 805 8313 7 [8313(1)],[8341(13)],[5554(2)],[1890(122)],[1888(122)],[1885(61)],[4042(61)],[5550(244)],[1460(415)],[2132(143)] 7894 1 [8313(1)],[57(5400000)] 192 100
806 dwarven mk_dragon_flame_head_i 806 8316 8 [8316(1)],[8342(14)],[4045(3)],[1890(98)],[1888(98)],[1885(49)],[4042(49)],[5550(196)],[1461(194)],[2133(74)] 7895 1 [8316(1)],[57(5400000)] 201 60
807 dwarven mk_dragon_flame_head_ii 807 8315 8 [8315(1)],[8342(14)],[5554(2)],[1890(194)],[1888(194)],[1885(97)],[4042(97)],[5550(388)],[1461(370)],[2133(74)] 7895 1 [8315(1)],[57(5400000)] 201 100
808 dwarven mk_doom_crusher_i 808 8326 8 [8326(1)],[8349(14)],[4045(4)],[1890(148)],[1888(74)],[1885(37)],[4042(37)],[5550(148)],[1461(193)],[2133(74)] 7902 1 [8326(1)],[57(5400000)] 201 60
809 dwarven mk_doom_crusher_ii 809 8325 8 [8325(1)],[8349(14)],[5554(3)],[1890(292)],[1888(146)],[1885(73)],[4042(73)],[5550(292)],[1461(366)],[2133(74)] 7902 1 [8325(1)],[57(5400000)] 201 100
810 dwarven mk_guardians_sword_i 810 8298 7 [8298(1)],[8330(13)],[1891(3)],[1890(134)],[1888(67)],[4042(67)],[1460(159)],[2132(98)] 7883 1 [8298(1)],[57(5400000)] 183 60
811 dwarven mk_guardians_sword_ii 811 8297 7 [8297(1)],[8330(13)],[4047(3)],[1890(182)],[1888(91)],[4042(91)],[1460(300)],[2132(98)] 7883 1 [8297(1)],[57(5400000)] 183 100
812 dwarven mk_hammer_of_destroyer_i 812 8487 7 [8487(1)],[8346(13)],[4045(4)],[1890(84)],[1888(42)],[1885(21)],[4042(21)],[5550(84)],[1460(222)],[2132(143)] 7899 1 [8487(1)],[57(5400000)] 192 60
813 dwarven mk_hammer_of_destroyer_ii 813 8320 7 [8320(1)],[8346(13)],[5554(3)],[1890(172)],[1888(86)],[1885(43)],[4042(43)],[5550(172)],[1460(419)],[2132(143)] 7899 1 [8320(1)],[57(5400000)] 192 100
814 dwarven mk_inferno_master_i 814 8300 7 [8300(1)],[8331(13)],[4047(3)],[1890(80)],[5550(40)],[1888(40)],[4042(40)],[1460(230)],[2132(143)] 7884 1 [8300(1)],[57(5400000)] 192 60
815 dwarven mk_inferno_master_ii 815 8299 7 [8299(1)],[8331(13)],[4047(4)],[1890(196)],[5550(98)],[1888(98)],[4042(98)],[1460(417)],[2132(143)] 7884 1 [8299(1)],[57(5400000)] 192 100
816 dwarven mk_dwarven_hammer 816 8318 6 [8344(11)],[1890(104)],[1888(52)],[1885(26)],[5220(130)],[1459(420)],[2131(248)] 7897 1 [8318(1)],[57(5400000)] 165 100
817 common mk_horn_of_reddevil 817 8370 4 [8370(1)],[8376(20)],[6913(300)],[6914(150)] 8187 1 [8370(1)],[57(5400000)] 138 100
818 common mk_wing_of_little_angel 818 8371 4 [8371(1)],[8377(20)],[6913(300)],[6914(150)] 8188 1 [8371(1)],[57(5400000)] 138 100
819 common mk_feeler_of_fairy 819 8372 4 [8372(1)],[8378(20)],[6913(300)],[6914(150)] 8189 1 [8372(1)],[57(5400000)] 138 100
820 common mk_party_hat_i 820 8365 6 [8365(1)],[8373(20)],[6913(300)],[6914(150)],[8352(450)],[8357(400)],[8355(350)] 8184 1 [8365(1)],[57(5400000)] 168 70
821 common mk_party_hat_ii 821 8364 6 [8364(1)],[8373(20)],[6913(400)],[6914(200)],[8352(700)],[8357(660)],[8355(600)] 8184 1 [8364(1)],[57(5400000)] 168 100
822 common mk_chaperon_of_dresser_i 822 8367 6 [8367(1)],[8374(20)],[6913(300)],[6914(150)],[8351(430)],[8354(400)],[8359(365)] 8185 1 [8367(1)],[57(5400000)] 168 70
823 common mk_chaperon_of_dresser_ii 823 8366 6 [8366(1)],[8374(20)],[6913(400)],[6914(200)],[8351(680)],[8354(660)],[8359(620)] 8185 1 [8366(1)],[57(5400000)] 168 100
824 common mk_goggle_of_artisan_i 824 8369 6 [8369(1)],[8375(20)],[6913(300)],[6914(150)],[8356(430)],[8358(400)],[8353(360)] 8186 1 [8369(1)],[57(5400000)] 168 70
825 common mk_goggle_of_artisan_ii 825 8368 6 [8368(1)],[8375(20)],[6913(400)],[6914(200)],[8356(680)],[8358(660)],[8353(600)] 8186 1 [8368(1)],[57(5400000)] 168 100
826 common mk_elixir_of_life_none 826 8640 1 [1785(40)],[8658(20)] 8622 10 [8640(1)],[57(5400000)] 10 100
827 common mk_elixir_of_life_d 827 8641 2 [1785(130)],[8658(20)] 8623 10 [8641(1)],[57(5400000)] 30 100
828 common mk_elixir_of_life_c 828 8642 3 [1785(280)],[8658(20)] 8624 10 [8642(1)],[57(5400000)] 50 100
829 common mk_elixir_of_life_b 829 8643 4 [1785(380)],[8658(50)] 8625 10 [8643(1)],[57(5400000)] 80 100
830 common mk_elixir_of_life_a 830 8644 5 [1785(480)],[8658(50)] 8626 10 [8644(1)],[57(5400000)] 110 100
831 common mk_elixir_of_life_s 831 8645 6 [1785(580)],[8658(50)] 8627 10 [8645(1)],[57(5400000)] 150 100
832 common mk_elixir_of_mental_none 832 8646 1 [3031(30)],[8658(20)] 8628 10 [8646(1)],[57(5400000)] 10 100
833 common mk_elixir_of_mental_d 833 8647 2 [3031(80)],[8658(20)] 8629 10 [8647(1)],[57(5400000)] 30 100
834 common mk_elixir_of_mental_c 834 8648 3 [3031(210)],[8658(30)] 8630 10 [8648(1)],[57(5400000)] 50 100
835 common mk_elixir_of_mental_b 835 8649 4 [3031(260)],[4043(1)],[8658(60)] 8631 10 [8649(1)],[57(5400000)] 80 100
836 common mk_elixir_of_mental_a 836 8650 5 [3031(315)],[4043(2)],[8658(60)] 8632 10 [8650(1)],[57(5400000)] 110 100
837 common mk_elixir_of_mental_s 837 8651 6 [3031(360)],[4043(3)],[8658(60)] 8633 10 [8651(1)],[57(5400000)] 150 100
838 common mk_elixir_of_combative_none 838 8652 1 [1785(20)],[8658(10)] 8634 10 [8652(1)],[57(5400000)] 10 100
839 common mk_elixir_of_combative_d 839 8653 2 [1785(50)],[8658(15)] 8635 10 [8653(1)],[57(5400000)] 30 100
840 common mk_elixir_of_combative_c 840 8654 3 [1785(110)],[8658(25)] 8636 10 [8654(1)],[57(5400000)] 50 100
841 common mk_elixir_of_combative_b 841 8655 4 [1785(140)],[8658(50)] 8637 10 [8655(1)],[57(5400000)] 80 100
842 common mk_elixir_of_combative_a 842 8656 5 [1785(180)],[8658(50)] 8638 10 [8656(1)],[57(5400000)] 110 100
843 common mk_elixir_of_combative_s 843 8657 6 [1785(220)],[8658(50)] 8639 10 [8657(1)],[57(5400000)] 150 100
844 dwarven mk_sirr_blade_i 844 8690 8 [8690(1)],[8712(15)],[4047(3)],[5550(102)],[1890(204)],[1888(204)],[4042(102)],[1461(254)],[2133(100)] 8678 1 [8690(1)],[57(5400000)] 210 60
845 dwarven mk_sirr_blade_ii 845 8691 8 [8691(1)],[8712(15)],[4047(4)],[5550(210)],[1890(420)],[1888(420)],[4042(210)],[1461(480)],[2133(100)] 8678 1 [8691(1)],[57(5400000)] 210 100
846 dwarven mk_sword_of_ipos_i 846 8692 8 [8692(1)],[8713(15)],[4047(3)],[1890(226)],[5550(113)],[1888(113)],[4042(113)],[1461(254)],[2133(100)] 8679 1 [8692(1)],[57(5400000)] 210 60
847 dwarven mk_sword_of_ipos_ii 847 8693 8 [8693(1)],[8713(15)],[4047(4)],[1890(468)],[5550(234)],[1888(234)],[4042(234)],[1461(480)],[2133(100)] 8679 1 [8693(1)],[57(5400000)] 210 100
848 dwarven mk_barakiel_axe_i 848 8694 8 [8694(1)],[8714(15)],[4045(3)],[1890(136)],[5550(272)],[1888(136)],[1885(68)],[4042(68)],[1461(254)],[2133(100)] 8680 1 [8694(1)],[57(5400000)] 210 60
849 dwarven mk_barakiel_axe_ii 849 8695 8 [8695(1)],[8714(15)],[5554(2)],[1890(264)],[5550(528)],[1888(264)],[1885(132)],[4042(132)],[1461(480)],[2133(100)] 8680 1 [8695(1)],[57(5400000)] 210 100
850 dwarven mk_tuning_fork_of_behemoth_i 850 8696 8 [8696(1)],[8715(15)],[4045(4)],[1890(208)],[5550(208)],[1888(104)],[1885(52)],[4042(52)],[1461(254)],[2133(100)] 8681 1 [8696(1)],[57(5400000)] 210 60
851 dwarven mk_tuning_fork_of_behemoth_ii 851 8697 8 [8697(1)],[8715(15)],[5554(3)],[1890(404)],[5550(404)],[1888(202)],[1885(101)],[4042(101)],[1461(480)],[2133(100)] 8681 1 [8697(1)],[57(5400000)] 210 100
852 dwarven mk_naga_storm_i 852 8698 8 [8698(1)],[8716(15)],[4047(3)],[5550(102)],[1890(204)],[1888(204)],[4042(102)],[1461(254)],[2133(100)] 8682 1 [8698(1)],[57(5400000)] 210 60
853 dwarven mk_naga_storm_ii 853 8699 8 [8699(1)],[8716(15)],[4047(4)],[5550(210)],[1890(420)],[1888(420)],[4042(210)],[1461(480)],[2133(100)] 8682 1 [8699(1)],[57(5400000)] 210 100
854 dwarven mk_tiphon_spear_i 854 8700 8 [8700(1)],[8717(15)],[4045(4)],[1890(208)],[5550(208)],[1888(104)],[1885(52)],[4042(52)],[1461(254)],[2133(100)] 8683 1 [8700(1)],[57(5400000)] 210 60
855 dwarven mk_tiphon_spear_ii 855 8701 8 [8701(1)],[8717(15)],[5554(3)],[1890(404)],[5550(404)],[1888(202)],[1885(101)],[4042(101)],[1461(480)],[2133(100)] 8683 1 [8701(1)],[57(5400000)] 210 100
856 dwarven mk_shyid_bow_i 856 8702 8 [8702(1)],[8718(15)],[4045(3)],[1890(340)],[5550(136)],[1885(68)],[1889(68)],[4042(68)],[1461(254)],[2133(100)] 8684 1 [8702(1)],[57(5400000)] 210 60
857 dwarven mk_shyid_bow_ii 857 8703 8 [8703(1)],[8718(15)],[5554(2)],[1890(665)],[5550(266)],[1885(133)],[1889(133)],[4042(133)],[1461(480)],[2133(100)] 8684 1 [8703(1)],[57(5400000)] 210 100
858 dwarven mk_sobekk_hurricane_i 858 8704 8 [8704(1)],[8719(15)],[4045(3)],[1890(136)],[5550(272)],[1888(136)],[1885(68)],[4042(68)],[1461(254)],[2133(100)] 8685 1 [8704(1)],[57(5400000)] 210 60
859 dwarven mk_sobekk_hurricane_ii 859 8705 8 [8705(1)],[8719(15)],[5554(2)],[1890(264)],[5550(528)],[1888(264)],[1885(132)],[4042(132)],[1461(480)],[2133(100)] 8685 1 [8705(1)],[57(5400000)] 210 100
860 dwarven mk_tongue_of_themis_i 860 8706 8 [8706(1)],[8720(15)],[4047(3)],[5550(102)],[1890(204)],[1888(204)],[4042(102)],[1461(254)],[2133(100)] 8686 1 [8706(1)],[57(5400000)] 210 60
861 dwarven mk_tongue_of_themis_ii 861 8707 8 [8707(1)],[8720(15)],[4047(4)],[5550(210)],[1890(420)],[1888(420)],[4042(210)],[1461(480)],[2133(100)] 8686 1 [8707(1)],[57(5400000)] 210 100
862 dwarven mk_hand_of_cabrio_i 862 8708 8 [8708(1)],[8721(15)],[4045(3)],[1893(106)],[5550(212)],[1881(212)],[1889(106)],[4042(106)],[1461(254)],[2133(100)] 8687 1 [8708(1)],[57(5400000)] 210 60
863 dwarven mk_hand_of_cabrio_ii 863 8709 8 [8709(1)],[8721(15)],[5554(2)],[1893(207)],[5550(414)],[1881(414)],[1889(207)],[4042(207)],[1461(480)],[2133(100)] 8687 1 [8709(1)],[57(5400000)] 210 100
864 dwarven mk_crystal_of_deamon_i 864 8710 8 [8710(1)],[8722(15)],[4045(3)],[1893(106)],[5550(212)],[1881(212)],[1889(106)],[4042(106)],[1461(254)],[2133(100)] 8688 1 [8710(1)],[57(5400000)] 210 60
865 dwarven mk_crystal_of_deamon_ii 865 8711 8 [8711(1)],[8722(15)],[5554(2)],[1893(207)],[5550(414)],[1881(414)],[1889(207)],[4042(207)],[1461(480)],[2133(100)] 8688 1 [8711(1)],[57(5400000)] 210 100
866 common mk_magic_sign_event_1 866 9162 1 [9169(1)],[9168(10)],[9170(20)] 9171 1 [9162(1)],[57(5400000)] 50 100
867 common mk_magic_sign_event_2 867 9163 1 [9169(1)],[9168(5)],[9170(30)] 9172 1 [9163(1)],[57(5400000)] 50 100
868 common mk_magic_sign_event_3 868 9164 1 [9169(1)],[9168(8)],[9170(24)] 9173 1 [9164(1)],[57(5400000)] 50 100
869 common mk_magic_sign_event_4 869 9165 1 [9169(1)],[9168(6)],[9170(28)] 9174 1 [9165(1)],[57(5400000)] 50 100
870 common mk_magic_sign_event_5 870 9166 1 [9169(1)],[9168(14)],[9170(12)] 9175 1 [9166(1)],[57(5400000)] 50 100
871 common mk_magic_sign_event_6 871 9167 1 [9169(1)],[9168(17)],[9170(6)] 9176 1 [9167(1)],[57(5400000)] 50 100

View File

@@ -0,0 +1,519 @@
#This file contains all special info about seeds.
#Format:
#seed_id;seed_level;crop_id;mature_id;
#reward1_id;reward2_id;manor_id;is_alternative;
#limit_for_seeds;limit_for_crops
# Seed: Dark Coda
5016;10;5073;5103;1864;1878;1;0;8100;9000
# Seed: Red Coda
5017;13;5068;5098;1865;1879;1;0;8100;9000
# Seed: Chilly Coda
5018;16;5065;5095;1866;1874;1;0;8100;9000
# Seed: Blue Coda
5019;19;5067;5097;1867;1894;1;0;4050;4500
# Seed: Golden Coda
5020;22;5069;5099;1868;1876;1;0;2025;2250
# Seed: Lute Coda
5021;25;5071;5101;1869;1895;1;0;1350;1500
# Seed: Desert Coda
5022;28;5070;5100;1870;1877;1;0;2025;2250
# Seed: Blue Cobol
5023;37;5077;5107;1873;4044;1;0;810;900
# Seed: Blue Coda
5024;19;5067;5097;1867;1894;2;0;4194;4660
# Seed: Golden Coda
5025;22;5069;5099;1868;1876;2;0;2097;2330
# Seed: Lute Coda
5026;25;5071;5101;1869;1895;2;0;1398;1553
# Seed: Desert Coda
5027;28;5070;5100;1870;1877;2;0;2097;2330
# Seed: Red Cobol
5028;31;5078;5108;1871;4042;2;0;2097;2330
# Seed: Chilly Cobol
5029;34;5075;5105;1872;1880;2;0;1677;1864
# Seed: Thorn Cobol
5030;40;5082;5112;1864;5549;2;0;838;932
# Seed: Golden Cobol
5031;43;5079;5109;1865;4039;2;0;838;932
# Seed: Great Cobol
5032;46;5084;5114;1866;1885;2;0;838;932
# Seed: Red Cobol
5033;31;5078;5108;1871;4042;3;0;2250;2500
# Seed: Chilly Cobol
5034;34;5075;5105;1872;1880;3;0;1800;2000
# Seed: Blue Cobol
5035;37;5077;5107;1873;4044;3;0;900;1000
# Seed: Thorn Cobol
5036;40;5082;5112;1864;5549;3;0;900;1000
# Seed: Golden Cobol
5037;43;5079;5109;1865;4039;3;0;900;1000
# Seed: Great Cobol
5038;46;5084;5114;1866;1885;3;0;900;1000
# Seed: Red Codran
5039;49;5088;5118;1867;4043;3;0;1125;1250
# Seed: Twin Codran
5040;58;5092;5122;1871;4040;3;0;900;1000
# Seed: Desert Codran
5041;64;5090;5120;1873;5550;3;0;450;500
# Seed: Dark Coda
5042;10;5073;5103;1864;1878;4;0;7200;8000
# Seed: Red Coda
5043;13;5068;5098;1865;1879;4;0;7200;8000
# Seed: Blue Coda
5044;19;5067;5097;1867;1894;4;0;3600;4000
# Seed: Red Cobol
5045;31;5078;5108;1871;4042;4;0;1800;2000
# Seed: Chilly Cobol
5046;34;5075;5105;1872;1880;4;0;1440;1600
# Seed: Blue Cobol
5047;37;5077;5107;1873;4044;4;0;720;800
# Seed: Thorn Cobol
5048;40;5082;5112;1864;5549;4;0;720;800
# Seed: Sea Codran
5049;50;5091;5121;1868;1884;4;0;720;800
# Seed: Chilly Codran
5050;52;5085;5115;1869;4041;4;0;900;1000
# Seed: Blue Codran
5051;55;5087;5117;1870;1882;4;0;720;800
# Seed: Twin Codran
5052;58;5092;5122;1871;4040;4;0;720;800
# Seed: Thorn Cobol
5053;40;5082;5112;1864;5549;5;0;1344;1494
# Seed: Golden Cobol
5054;43;5079;5109;1865;4039;5;0;1344;1494
# Seed: Great Cobol
5055;46;5084;5114;1866;1885;5;0;1344;1494
# Seed: Red Codran
5056;49;5088;5118;1867;4043;5;0;1680;1867
# Seed: Chilly Codran
5057;52;5085;5115;1869;4041;5;0;1680;1867
# Seed: Blue Codran
5058;55;5087;5117;1870;1882;5;0;1344;1494
# Seed: Twin Codran
5059;58;5092;5122;1871;4040;5;0;1344;1494
# Seed: Great Codran
5060;61;5094;5124;1872;1881;5;0;896;996
# Seed: Desert Codran
5061;64;5090;5120;1873;5550;5;0;672;747
# Seed: Chilly Cobol
5221;34;5075;5105;1872;1880;6;0;2592;2880
# Seed: Blue Cobol
5222;37;5077;5107;1873;4044;6;0;1296;1440
# Seed: Thorn Cobol
5223;40;5082;5112;1864;5549;6;0;1296;1440
# Seed: Golden Cobol
5224;43;5079;5109;1865;4039;6;0;1296;1440
# Seed: Great Cobol
5225;46;5084;5114;1866;1885;6;0;1296;1440
# Seed: Red Codran
5226;49;5088;5118;1867;4043;6;0;1620;1800
# Seed: Sea Codran
5227;50;5091;5121;1868;1884;6;0;1296;1440
# Alternative Dark Coda Seed
5650;10;5818;5838;1864;1878;1;1;22500;2250
# Alternative Red Coda Seed
5651;13;5819;5839;1865;1879;1;1;22500;2250
# Alternative Chilly Coda Seed
5652;16;5820;5840;1866;1874;1;1;22500;2250
# Alternative Blue Coda Seed
5653;19;5821;5841;1867;1894;1;1;11250;1125
# Alternative Golden Coda Seed
5654;22;5822;5842;1868;1876;1;1;5625;562
# Alternative Lute Coda Seed
5655;25;5823;5843;1869;1895;1;1;3750;375
# Alternative Desert Coda Seed
5656;28;5824;5844;1870;1877;1;1;5625;562
# Alternative Blue Cobol Seed
5657;37;5827;5847;1873;4044;1;1;2250;225
# Alternative Blue Coda Seed
5658;19;5821;5841;1867;1894;2;1;11650;1165
# Alternative Golden Coda Seed
5659;22;5822;5842;1868;1876;2;1;5825;582
# Alternative Lute Coda Seed
5660;25;5823;5843;1869;1895;2;1;3883;388
# Alternative Desert Coda Seed
5661;28;5824;5844;1870;1877;2;1;5825;582
# Alternative Red Cobol Seed
5662;31;5825;5845;1871;4042;2;1;5825;582
# Alternative Chilly Cobol Seed
5663;34;5826;5846;1872;1880;2;1;4660;466
# Alternative Thorn Cobol Seed
5664;40;5828;5848;1864;5549;2;1;2330;233
# Alternative Golden Cobol Seed
5665;43;5829;5849;1865;4039;2;1;2330;233
# Alternative Great Cobol Seed
5666;46;5830;5850;1866;1885;2;1;2912;291
# Alternative Red Cobol Seed
5667;31;5825;5845;1871;4042;3;1;6250;625
# Alternative Chilly Cobol Seed
5668;34;5826;5846;1872;1880;3;1;5000;500
# Alternative Blue Cobol Seed
5669;37;5827;5847;1873;4044;3;1;2500;250
# Alternative Thorn Cobol Seed
5670;40;5828;5848;1864;5549;3;1;2500;250
# Alternative Golden Cobol Seed
5671;43;5829;5849;1865;4039;3;1;2500;250
# Alternative Great Cobol Seed
5672;46;5830;5850;1866;1885;3;1;3125;312
# Alternative Red Codran Seed
5673;49;5831;5851;1867;4043;3;1;3125;312
# Alternative Twin Codran Seed
5674;58;5835;5855;1871;4040;3;1;2500;250
# Alternative Desert Codran Seed
5675;64;5837;5857;1873;5550;3;1;1250;125
# Alternative Dark Coda Seed
5676;10;5818;5838;1864;1878;4;1;20000;2000
# Alternative Red Coda Seed
5677;13;5819;5839;1865;1879;4;1;20000;2000
# Alternative Blue Coda Seed
5678;19;5821;5841;1867;1894;4;1;10000;1000
# Alternative Red Cobol Seed
5679;31;5825;5845;1871;4042;4;1;5000;500
# Alternative Chilly Cobol Seed
5680;34;5826;5846;1872;1880;4;1;4000;400
# Alternative Blue Cobol Seed
5681;37;5827;5847;1873;4044;4;1;2000;200
# Alternative Thorn Cobol Seed
5682;40;5828;5848;1864;5549;4;1;2000;200
# Alternative Sea Codran Seed
5683;50;5832;5852;1868;1884;4;1;2000;200
# Alternative Chilly Codran Seed
5684;52;5833;5853;1869;4041;4;1;2500;250
# Alternative Blue Codran Seed
5685;55;5834;5854;1870;1882;4;1;2000;200
# Alternative Twin Codran Seed
5686;58;5835;5855;1871;4040;4;1;2000;200
# Alternative Thorn Cobol Seed
5687;40;5828;5848;1864;5549;5;1;3735;373
# Alternative Golden Cobol Seed
5688;43;5829;5849;1865;4039;5;1;3735;373
# Alternative Great Cobol Seed
5689;46;5830;5850;1866;1885;5;1;4668;466
# Alternative Red Codran Seed
5690;49;5831;5851;1867;4043;5;1;4668;466
# Alternative Chilly Codran Seed
5691;52;5833;5853;1869;4041;5;1;4668;466
# Alternative Blue Codran Seed
5692;55;5834;5854;1870;1882;5;1;3735;373
# Alternative Twin Codran Seed
5693;58;5835;5855;1871;4040;5;1;3735;373
# Alternative Great Codran Seed
5694;61;5836;5856;1872;1881;5;1;2490;249
# Alternative Desert Codran Seed
5695;64;5837;5857;1873;5550;5;1;1867;186
# Alternative Chilly Cobol Seed
5696;34;5826;5846;1872;1880;6;1;7200;720
# Alternative Blue Cobol Seed
5697;37;5827;5847;1873;4044;6;1;3600;360
# Alternative Thorn Cobol Seed
5698;40;5828;5848;1864;5549;6;1;3600;360
# Alternative Golden Cobol Seed
5699;43;5829;5849;1865;4039;6;1;3600;360
# Alternative Great Cobol Seed
5700;46;5830;5850;1866;1885;6;1;4500;450
# Alternative Red Codran Seed
5701;49;5831;5851;1867;4043;6;1;4500;450
# Alternative Sea Codran Seed
5702;50;5832;5852;1868;1884;6;1;3600;360
# Seed: Alternative Great Coba
6727;85;6554;6568;5549;5550;7;1;208;90
# Seed: Alternative Sea Coba
6728;79;6552;6566;4044;4042;4;1;111;44
# Seed: Alternative Sea Coba
6729;79;6552;6566;4044;4042;5;1;207;83
# Seed: Alternative Sea Coba
6730;79;6552;6566;4044;4042;7;1;277;111
# Seed: Alternative Red Coba
6731;70;6549;6563;1888;4040;3;1;250;83
# Seed: Alternative Red Coba
6732;70;6549;6563;1888;4040;5;1;373;124
# Seed: Alternative Red Coba
6733;70;6549;6563;1888;4040;6;1;360;120
# Seed: Alternative Red Coba
6734;70;6549;6563;1888;4040;8;1;500;166
# Seed: Alternative Red Coba
6735;70;6549;6563;1888;4040;8;1;500;166
# Seed: Alternative Desert Coba
6736;76;6551;6565;4043;1890;4;1;133;50
# Seed: Alternative Desert Coba
6737;76;6551;6565;4043;1890;5;1;249;93
# Seed: Alternative Desert Coba
6738;76;6551;6565;4043;1890;6;1;240;90
# Seed: Alternative Desert Coba
6739;76;6551;6565;4043;1890;7;1;333;125
# Seed: Alternative Desert Coba
6740;76;6551;6565;4043;1890;8;1;333;125
# Seed: Alternative Twin Coba
6741;82;6553;6567;1885;1893;7;1;250;100
# Seed: Alternative Blue Coba
6742;67;6548;6562;1894;4039;1;1;281;90
# Seed: Alternative Blue Coba
6743;67;6548;6562;1894;4039;3;1;312;100
# Seed: Alternative Blue Coba
6744;67;6548;6562;1894;4039;5;1;466;149
# Seed: Alternative Blue Coba
6745;67;6548;6562;1894;4039;7;1;625;200
# Seed: Alternative Blue Coba
6746;67;6548;6562;1894;4039;8;1;625;200
# Seed: Alternative Golden Coba
6747;73;6550;6564;1887;4041;3;1;192;71
# Seed: Alternative Golden Coba
6748;73;6550;6564;1887;4041;4;1;153;57
# Seed: Alternative Golden Coba
6749;73;6550;6564;1887;4041;5;1;287;106
# Seed: Alternative Golden Coba
6750;73;6550;6564;1887;4041;7;1;384;142
# Seed: Alternative Golden Coba
6751;73;6550;6564;1887;4041;7;1;384;142
# Seed: Alternative Golden Coba
6752;73;6550;6564;1887;4041;8;1;384;142
# Seed: Great Coba
6753;85;6547;6561;5549;5550;7;0;75;363
# Seed: Sea Coba
6754;79;6545;6559;4044;4042;4;0;40;177
# Seed: Sea Coba
6755;79;6545;6559;4044;4042;5;0;74;332
# Seed: Sea Coba
6756;79;6545;6559;4044;4042;7;0;100;444
# Seed: Red Coba
6757;70;6542;6556;1888;4040;3;0;90;333
# Seed: Red Coba
6758;70;6542;6556;1888;4040;5;0;134;498
# Seed: Red Coba
6759;70;6542;6556;1888;4040;6;0;129;480
# Seed: Red Coba
6760;70;6542;6556;1888;4040;7;0;180;666
# Seed: Red Coba
6761;70;6542;6556;1888;4040;8;0;180;666
# Seed: Desert Coba
6762;76;6544;6558;4043;1890;4;0;48;200
# Seed: Desert Coba
6763;76;6544;6558;4043;1890;5;0;89;373
# Seed: Desert Coba
6764;76;6544;6558;4043;1890;6;0;86;360
# Seed: Desert Coba
6765;76;6544;6558;4043;1890;7;0;120;500
# Seed: Desert Coba
6766;76;6544;6558;4043;1890;8;0;120;500
# Seed: Twin Coba
6767;82;6546;6560;1885;1893;7;0;90;400
# Seed: Blue Coba
6768;67;6541;6555;1894;4039;1;0;101;360
# Seed: Blue Coba
6769;67;6541;6555;1894;4039;3;0;112;400
# Seed: Blue Coba
6770;67;6541;6555;1894;4039;5;0;168;597
# Seed: Blue Coba
6771;67;6541;6555;1894;4039;7;0;225;800
# Seed: Blue Coba
6772;67;6541;6555;1894;4039;8;0;225;800
# Seed: Golden Coba
6773;73;6543;6557;1887;4041;3;0;69;285
# Seed: Golden Coba
6774;73;6543;6557;1887;4041;4;0;55;228
# Seed: Golden Coba
6775;73;6543;6557;1887;4041;5;0;103;426
# Seed: Golden Coba
6776;73;6543;6557;1887;4041;6;0;99;411
# Seed: Golden Coba
6777;73;6543;6557;1887;4041;7;0;138;571
# Seed: Golden Coba
6778;73;6543;6557;1887;4041;8;0;138;571
# Seed: Blue Cobol
7016;37;5077;5107;1873;4044;2;0;838;932
# Seed: Blue Codran
7017;55;5087;5117;1870;1882;1;0;810;900
# Seed: Blue Codran
7018;55;5087;5117;1870;1882;3;0;900;1000
# Seed: Chilly Cobol
7019;34;5075;5105;1872;1880;1;0;1620;1800
# Seed: Chilly Coda
7020;16;5065;5095;1866;1874;4;0;7200;8000
# Seed: Chilly Codran
7021;52;5085;5115;1869;4041;1;0;1012;1125
# Seed: Chilly Codran
7022;52;5085;5115;1869;4041;3;0;1125;1250
# Seed: Desert Codran
7023;64;5090;5120;1873;5550;1;0;405;450
# Seed: Desert Codran
7024;64;5090;5120;1873;5550;7;0;900;1000
# Seed: Golden Cobol
7025;43;5079;5109;1865;4039;4;0;720;800
# Seed: Golden Coda
7026;22;5069;5099;1868;1876;4;0;1800;2000
# Seed: Great Cobol
7027;46;5084;5114;1866;1885;4;0;720;800
# Seed: Great Codran
7028;61;5094;5124;1872;1881;1;0;540;600
# Seed: Great Codran
7029;61;5094;5124;1872;1881;3;0;600;666
# Seed: Alternative Blue Cobol
7030;37;5827;5847;1873;4044;2;1;2330;233
# Seed: Alternative Blue Codran
7031;55;5834;5854;1870;1882;1;1;2250;225
# Seed: Alternative Blue Codran
7032;55;5834;5854;1870;1882;3;1;2500;250
# Seed: Alternative Chilly Cobol
7033;34;5826;5846;1872;1880;1;1;4500;450
# Seed: Alternative Chilly Coda
7034;16;5820;5840;1866;1874;4;1;20000;2000
# Seed: Alternative Chilly Codran
7035;52;5833;5853;1869;4041;1;1;2812;281
# Seed: Alternative Chilly Codran
7036;52;5833;5853;1869;4041;3;1;3125;312
# Seed: Alternative Desert Codran
7037;64;5837;5857;1873;5550;1;1;1125;112
# Seed: Alternative Desert Codran
7038;64;5837;5857;1873;5550;7;1;2500;250
# Seed: Alternative Golden Cobol
7039;43;5829;5849;1865;4039;4;1;2000;200
# Seed: Alternative Golden Coda
7040;22;5822;5842;1868;1876;4;1;5000;500
# Seed: Alternative Great Cobol
7041;46;5830;5850;1866;1885;4;1;2500;250
# Seed: Alternative Great Codran
7042;61;5836;5856;1872;1881;1;1;1500;150
# Seed: Alternative Great Codran
7043;61;5836;5856;1872;1881;3;1;1666;166
# Seed: Alternative Red Cobol
7044;31;5825;5845;1871;4042;1;1;5625;562
# Seed: Alternative Red Codran
7045;49;5831;5851;1867;4043;2;1;2912;291
# Seed: Alternative Red Codran
7046;49;5831;5851;1867;4043;4;1;2500;250
# Seed: Alternative Sea Codran
7047;50;5832;5852;1868;1884;2;1;2330;233
# Seed: Alternative Sea Codran
7048;50;5832;5852;1868;1884;3;1;2500;250
# Seed: Alternative Sea Codran
7049;50;5832;5852;1868;1884;5;1;3735;373
# Seed: Alternative Twin Codran
7050;58;5835;5855;1871;4040;1;1;2250;225
# Seed: Red Cobol
7051;31;5078;5108;1871;4042;1;0;2025;2250
# Seed: Red Codran
7052;49;5088;5118;1867;4043;2;0;1048;1165
# Seed: Red Codran
7053;49;5088;5118;1867;4043;4;0;900;1000
# Seed: Sea Codran
7054;50;5091;5121;1868;1884;2;0;838;932
# Seed: Sea Codran
7055;50;5091;5121;1868;1884;3;0;900;1000
# Seed: Sea Codran
7056;50;5091;5121;1868;1884;5;0;1344;1494
# Seed: Twin Codran
7057;58;5092;5122;1871;4040;1;0;810;900
# Seed: Twin Codran
8223;58;5092;5122;1871;4040;8;0;1800;2000
# Seed: Great Codran
8224;61;5094;5124;1872;1881;8;0;1200;1333
# Seed: Desert Codran
8225;64;5090;5120;1873;5550;8;0;900;1000
# Seed: Blue Coba
8226;67;6541;6555;1894;4039;8;0;225;800
# Seed: Red Coba
8227;70;6542;6556;1888;4040;8;0;180;666
# Seed: Golden Coba
8228;73;6543;6557;1887;4041;8;0;138;571
# Seed: Desert Coba
8229;76;6544;6558;4043;1890;8;0;120;500
# Seed: Alternative Twin Codran
8230;58;5835;5855;1871;4040;8;1;5000;500
# Seed: Alternative Great Codran
8231;61;5836;5856;1872;1881;8;1;3333;333
# Seed: Alternative Desert Codran
8232;64;5837;5857;1873;5550;8;1;2500;250
# Seed: Alternative Blue Coba
8233;67;6548;6562;1894;4039;8;1;625;200
# Seed: Alternative Red Coba
8234;70;6549;6563;1888;4040;8;1;500;166
# Seed: Alternative Golden Coba
8235;73;6550;6564;1887;4041;8;1;384;142
# Seed: Alternative Desert Coba
8236;76;6551;6565;4043;1890;8;1;333;125
# Seed: Dark Coda
8237;10;5073;5103;1864;1878;9;0;8784;9760
# Seed: Red Coda
8238;13;5068;5098;1865;1879;9;0;8784;9760
# Seed: Chilly Coda
8239;16;5065;5095;1866;1874;9;0;8784;9760
# Seed: Blue Coda
8240;19;5067;5097;1867;1894;9;0;4392;4880
# Seed: Golden Coda
8241;22;5069;5099;1868;1876;9;0;2196;2440
# Seed: Lute Coda
8242;25;5071;5101;1869;1895;9;0;1464;1626
# Seed: Desert Coda
8243;28;5070;5100;1870;1877;9;0;2196;2440
# Seed: Red Cobol
8244;31;5078;5108;1871;4042;9;0;2196;2440
# Seed: Chilly Cobol
8245;34;5075;5105;1872;1880;9;0;1756;1952
# Seed: Blue Cobol
8246;37;5077;5107;1873;4044;9;0;878;976
# Seed: Thorn Cobol
8247;40;5082;5112;1864;5549;9;0;878;976
# Seed: Golden Cobol
8248;43;5079;5109;1865;4039;9;0;878;976
# Seed: Great Cobol
8249;46;5084;5114;1866;1885;9;0;878;976
# Seed: Red Codran
8250;49;5088;5118;1867;4043;9;0;1098;1220
# Seed: Sea Codran
8251;50;5091;5121;1868;1884;9;0;878;976
# Seed: Chilly Codran
8252;52;5085;5115;1869;4041;9;0;1098;1220
# Seed: Blue Codran
8253;55;5087;5117;1870;1882;9;0;878;976
# Seed: Twin Codran
8254;58;5092;5122;1871;4040;9;0;878;976
# Alternative Dark Coda Seed
8255;10;5818;5838;1864;1878;9;1;24400;2440
# Alternative Red Coda Seed
8256;13;5819;5839;1865;1879;9;1;24400;2440
# Seed: Alternative Chilly Coda
8257;16;5820;5840;1866;1874;9;1;24400;2440
# Alternative Blue Coda Seed
8258;19;5821;5841;1867;1894;9;1;12200;1220
# Seed: Alternative Golden Coda
8259;22;5822;5842;1868;1876;9;1;6100;610
# Alternative Lute Coda Seed
8260;25;5823;5843;1869;1895;9;1;4066;406
# Alternative Desert Coda Seed
8261;28;5824;5844;1870;1877;9;1;6100;610
# Seed: Alternative Red Cobol
8262;31;5825;5845;1871;4042;9;1;6100;610
# Seed: Alternative Chilly Cobol
8263;34;5826;5846;1872;1880;9;1;4880;488
# Seed: Alternative Blue Cobol
8264;37;5827;5847;1873;4044;9;1;2440;244
# Alternative Thorn Cobol Seed
8265;40;5828;5848;1864;5549;9;1;2440;244
# Seed: Alternative Golden Cobol
8266;43;5829;5849;1865;4039;9;1;2440;244
# Seed: Alternative Great Cobol
8267;46;5830;5850;1866;1885;9;1;3050;305
# Seed: Alternative Red Codran
8268;49;5831;5851;1867;4043;9;1;3050;305
# Seed: Alternative Sea Codran
8269;50;5832;5852;1868;1884;9;1;2440;244
# Seed: Alternative Chilly Codran
8270;52;5833;5853;1869;4041;9;1;3050;305
# Seed: Alternative Blue Codran
8271;55;5834;5854;1870;1882;9;1;2440;244
# Seed: Alternative Twin Codran
8272;58;5835;5855;1871;4040;9;1;2440;244
# Seed: Sea Coba
8521;79;6545;6559;4044;4042;8;0;100;444
# Seed: Alternative Sea Coba
8522;79;6552;6566;4044;4042;8;1;277;111
# Seed: Twin Coba
8523;82;6546;6560;1885;1893;8;0;90;400
# Seed: Alternative Twin Coba
8524;82;6553;6567;1885;1893;8;1;250;100
# Seed: Great Coba
8525;85;6547;6561;5549;5550;8;0;75;363
# Seed: Alternative Great Coba
8526;85;6554;6568;5549;5550;8;1;208;90
1 #This file contains all special info about seeds.
2 #Format:
3 #seed_id;seed_level;crop_id;mature_id;
4 #reward1_id;reward2_id;manor_id;is_alternative;
5 #limit_for_seeds;limit_for_crops
6 # Seed: Dark Coda
7 5016;10;5073;5103;1864;1878;1;0;8100;9000
8 # Seed: Red Coda
9 5017;13;5068;5098;1865;1879;1;0;8100;9000
10 # Seed: Chilly Coda
11 5018;16;5065;5095;1866;1874;1;0;8100;9000
12 # Seed: Blue Coda
13 5019;19;5067;5097;1867;1894;1;0;4050;4500
14 # Seed: Golden Coda
15 5020;22;5069;5099;1868;1876;1;0;2025;2250
16 # Seed: Lute Coda
17 5021;25;5071;5101;1869;1895;1;0;1350;1500
18 # Seed: Desert Coda
19 5022;28;5070;5100;1870;1877;1;0;2025;2250
20 # Seed: Blue Cobol
21 5023;37;5077;5107;1873;4044;1;0;810;900
22 # Seed: Blue Coda
23 5024;19;5067;5097;1867;1894;2;0;4194;4660
24 # Seed: Golden Coda
25 5025;22;5069;5099;1868;1876;2;0;2097;2330
26 # Seed: Lute Coda
27 5026;25;5071;5101;1869;1895;2;0;1398;1553
28 # Seed: Desert Coda
29 5027;28;5070;5100;1870;1877;2;0;2097;2330
30 # Seed: Red Cobol
31 5028;31;5078;5108;1871;4042;2;0;2097;2330
32 # Seed: Chilly Cobol
33 5029;34;5075;5105;1872;1880;2;0;1677;1864
34 # Seed: Thorn Cobol
35 5030;40;5082;5112;1864;5549;2;0;838;932
36 # Seed: Golden Cobol
37 5031;43;5079;5109;1865;4039;2;0;838;932
38 # Seed: Great Cobol
39 5032;46;5084;5114;1866;1885;2;0;838;932
40 # Seed: Red Cobol
41 5033;31;5078;5108;1871;4042;3;0;2250;2500
42 # Seed: Chilly Cobol
43 5034;34;5075;5105;1872;1880;3;0;1800;2000
44 # Seed: Blue Cobol
45 5035;37;5077;5107;1873;4044;3;0;900;1000
46 # Seed: Thorn Cobol
47 5036;40;5082;5112;1864;5549;3;0;900;1000
48 # Seed: Golden Cobol
49 5037;43;5079;5109;1865;4039;3;0;900;1000
50 # Seed: Great Cobol
51 5038;46;5084;5114;1866;1885;3;0;900;1000
52 # Seed: Red Codran
53 5039;49;5088;5118;1867;4043;3;0;1125;1250
54 # Seed: Twin Codran
55 5040;58;5092;5122;1871;4040;3;0;900;1000
56 # Seed: Desert Codran
57 5041;64;5090;5120;1873;5550;3;0;450;500
58 # Seed: Dark Coda
59 5042;10;5073;5103;1864;1878;4;0;7200;8000
60 # Seed: Red Coda
61 5043;13;5068;5098;1865;1879;4;0;7200;8000
62 # Seed: Blue Coda
63 5044;19;5067;5097;1867;1894;4;0;3600;4000
64 # Seed: Red Cobol
65 5045;31;5078;5108;1871;4042;4;0;1800;2000
66 # Seed: Chilly Cobol
67 5046;34;5075;5105;1872;1880;4;0;1440;1600
68 # Seed: Blue Cobol
69 5047;37;5077;5107;1873;4044;4;0;720;800
70 # Seed: Thorn Cobol
71 5048;40;5082;5112;1864;5549;4;0;720;800
72 # Seed: Sea Codran
73 5049;50;5091;5121;1868;1884;4;0;720;800
74 # Seed: Chilly Codran
75 5050;52;5085;5115;1869;4041;4;0;900;1000
76 # Seed: Blue Codran
77 5051;55;5087;5117;1870;1882;4;0;720;800
78 # Seed: Twin Codran
79 5052;58;5092;5122;1871;4040;4;0;720;800
80 # Seed: Thorn Cobol
81 5053;40;5082;5112;1864;5549;5;0;1344;1494
82 # Seed: Golden Cobol
83 5054;43;5079;5109;1865;4039;5;0;1344;1494
84 # Seed: Great Cobol
85 5055;46;5084;5114;1866;1885;5;0;1344;1494
86 # Seed: Red Codran
87 5056;49;5088;5118;1867;4043;5;0;1680;1867
88 # Seed: Chilly Codran
89 5057;52;5085;5115;1869;4041;5;0;1680;1867
90 # Seed: Blue Codran
91 5058;55;5087;5117;1870;1882;5;0;1344;1494
92 # Seed: Twin Codran
93 5059;58;5092;5122;1871;4040;5;0;1344;1494
94 # Seed: Great Codran
95 5060;61;5094;5124;1872;1881;5;0;896;996
96 # Seed: Desert Codran
97 5061;64;5090;5120;1873;5550;5;0;672;747
98 # Seed: Chilly Cobol
99 5221;34;5075;5105;1872;1880;6;0;2592;2880
100 # Seed: Blue Cobol
101 5222;37;5077;5107;1873;4044;6;0;1296;1440
102 # Seed: Thorn Cobol
103 5223;40;5082;5112;1864;5549;6;0;1296;1440
104 # Seed: Golden Cobol
105 5224;43;5079;5109;1865;4039;6;0;1296;1440
106 # Seed: Great Cobol
107 5225;46;5084;5114;1866;1885;6;0;1296;1440
108 # Seed: Red Codran
109 5226;49;5088;5118;1867;4043;6;0;1620;1800
110 # Seed: Sea Codran
111 5227;50;5091;5121;1868;1884;6;0;1296;1440
112 # Alternative Dark Coda Seed
113 5650;10;5818;5838;1864;1878;1;1;22500;2250
114 # Alternative Red Coda Seed
115 5651;13;5819;5839;1865;1879;1;1;22500;2250
116 # Alternative Chilly Coda Seed
117 5652;16;5820;5840;1866;1874;1;1;22500;2250
118 # Alternative Blue Coda Seed
119 5653;19;5821;5841;1867;1894;1;1;11250;1125
120 # Alternative Golden Coda Seed
121 5654;22;5822;5842;1868;1876;1;1;5625;562
122 # Alternative Lute Coda Seed
123 5655;25;5823;5843;1869;1895;1;1;3750;375
124 # Alternative Desert Coda Seed
125 5656;28;5824;5844;1870;1877;1;1;5625;562
126 # Alternative Blue Cobol Seed
127 5657;37;5827;5847;1873;4044;1;1;2250;225
128 # Alternative Blue Coda Seed
129 5658;19;5821;5841;1867;1894;2;1;11650;1165
130 # Alternative Golden Coda Seed
131 5659;22;5822;5842;1868;1876;2;1;5825;582
132 # Alternative Lute Coda Seed
133 5660;25;5823;5843;1869;1895;2;1;3883;388
134 # Alternative Desert Coda Seed
135 5661;28;5824;5844;1870;1877;2;1;5825;582
136 # Alternative Red Cobol Seed
137 5662;31;5825;5845;1871;4042;2;1;5825;582
138 # Alternative Chilly Cobol Seed
139 5663;34;5826;5846;1872;1880;2;1;4660;466
140 # Alternative Thorn Cobol Seed
141 5664;40;5828;5848;1864;5549;2;1;2330;233
142 # Alternative Golden Cobol Seed
143 5665;43;5829;5849;1865;4039;2;1;2330;233
144 # Alternative Great Cobol Seed
145 5666;46;5830;5850;1866;1885;2;1;2912;291
146 # Alternative Red Cobol Seed
147 5667;31;5825;5845;1871;4042;3;1;6250;625
148 # Alternative Chilly Cobol Seed
149 5668;34;5826;5846;1872;1880;3;1;5000;500
150 # Alternative Blue Cobol Seed
151 5669;37;5827;5847;1873;4044;3;1;2500;250
152 # Alternative Thorn Cobol Seed
153 5670;40;5828;5848;1864;5549;3;1;2500;250
154 # Alternative Golden Cobol Seed
155 5671;43;5829;5849;1865;4039;3;1;2500;250
156 # Alternative Great Cobol Seed
157 5672;46;5830;5850;1866;1885;3;1;3125;312
158 # Alternative Red Codran Seed
159 5673;49;5831;5851;1867;4043;3;1;3125;312
160 # Alternative Twin Codran Seed
161 5674;58;5835;5855;1871;4040;3;1;2500;250
162 # Alternative Desert Codran Seed
163 5675;64;5837;5857;1873;5550;3;1;1250;125
164 # Alternative Dark Coda Seed
165 5676;10;5818;5838;1864;1878;4;1;20000;2000
166 # Alternative Red Coda Seed
167 5677;13;5819;5839;1865;1879;4;1;20000;2000
168 # Alternative Blue Coda Seed
169 5678;19;5821;5841;1867;1894;4;1;10000;1000
170 # Alternative Red Cobol Seed
171 5679;31;5825;5845;1871;4042;4;1;5000;500
172 # Alternative Chilly Cobol Seed
173 5680;34;5826;5846;1872;1880;4;1;4000;400
174 # Alternative Blue Cobol Seed
175 5681;37;5827;5847;1873;4044;4;1;2000;200
176 # Alternative Thorn Cobol Seed
177 5682;40;5828;5848;1864;5549;4;1;2000;200
178 # Alternative Sea Codran Seed
179 5683;50;5832;5852;1868;1884;4;1;2000;200
180 # Alternative Chilly Codran Seed
181 5684;52;5833;5853;1869;4041;4;1;2500;250
182 # Alternative Blue Codran Seed
183 5685;55;5834;5854;1870;1882;4;1;2000;200
184 # Alternative Twin Codran Seed
185 5686;58;5835;5855;1871;4040;4;1;2000;200
186 # Alternative Thorn Cobol Seed
187 5687;40;5828;5848;1864;5549;5;1;3735;373
188 # Alternative Golden Cobol Seed
189 5688;43;5829;5849;1865;4039;5;1;3735;373
190 # Alternative Great Cobol Seed
191 5689;46;5830;5850;1866;1885;5;1;4668;466
192 # Alternative Red Codran Seed
193 5690;49;5831;5851;1867;4043;5;1;4668;466
194 # Alternative Chilly Codran Seed
195 5691;52;5833;5853;1869;4041;5;1;4668;466
196 # Alternative Blue Codran Seed
197 5692;55;5834;5854;1870;1882;5;1;3735;373
198 # Alternative Twin Codran Seed
199 5693;58;5835;5855;1871;4040;5;1;3735;373
200 # Alternative Great Codran Seed
201 5694;61;5836;5856;1872;1881;5;1;2490;249
202 # Alternative Desert Codran Seed
203 5695;64;5837;5857;1873;5550;5;1;1867;186
204 # Alternative Chilly Cobol Seed
205 5696;34;5826;5846;1872;1880;6;1;7200;720
206 # Alternative Blue Cobol Seed
207 5697;37;5827;5847;1873;4044;6;1;3600;360
208 # Alternative Thorn Cobol Seed
209 5698;40;5828;5848;1864;5549;6;1;3600;360
210 # Alternative Golden Cobol Seed
211 5699;43;5829;5849;1865;4039;6;1;3600;360
212 # Alternative Great Cobol Seed
213 5700;46;5830;5850;1866;1885;6;1;4500;450
214 # Alternative Red Codran Seed
215 5701;49;5831;5851;1867;4043;6;1;4500;450
216 # Alternative Sea Codran Seed
217 5702;50;5832;5852;1868;1884;6;1;3600;360
218 # Seed: Alternative Great Coba
219 6727;85;6554;6568;5549;5550;7;1;208;90
220 # Seed: Alternative Sea Coba
221 6728;79;6552;6566;4044;4042;4;1;111;44
222 # Seed: Alternative Sea Coba
223 6729;79;6552;6566;4044;4042;5;1;207;83
224 # Seed: Alternative Sea Coba
225 6730;79;6552;6566;4044;4042;7;1;277;111
226 # Seed: Alternative Red Coba
227 6731;70;6549;6563;1888;4040;3;1;250;83
228 # Seed: Alternative Red Coba
229 6732;70;6549;6563;1888;4040;5;1;373;124
230 # Seed: Alternative Red Coba
231 6733;70;6549;6563;1888;4040;6;1;360;120
232 # Seed: Alternative Red Coba
233 6734;70;6549;6563;1888;4040;8;1;500;166
234 # Seed: Alternative Red Coba
235 6735;70;6549;6563;1888;4040;8;1;500;166
236 # Seed: Alternative Desert Coba
237 6736;76;6551;6565;4043;1890;4;1;133;50
238 # Seed: Alternative Desert Coba
239 6737;76;6551;6565;4043;1890;5;1;249;93
240 # Seed: Alternative Desert Coba
241 6738;76;6551;6565;4043;1890;6;1;240;90
242 # Seed: Alternative Desert Coba
243 6739;76;6551;6565;4043;1890;7;1;333;125
244 # Seed: Alternative Desert Coba
245 6740;76;6551;6565;4043;1890;8;1;333;125
246 # Seed: Alternative Twin Coba
247 6741;82;6553;6567;1885;1893;7;1;250;100
248 # Seed: Alternative Blue Coba
249 6742;67;6548;6562;1894;4039;1;1;281;90
250 # Seed: Alternative Blue Coba
251 6743;67;6548;6562;1894;4039;3;1;312;100
252 # Seed: Alternative Blue Coba
253 6744;67;6548;6562;1894;4039;5;1;466;149
254 # Seed: Alternative Blue Coba
255 6745;67;6548;6562;1894;4039;7;1;625;200
256 # Seed: Alternative Blue Coba
257 6746;67;6548;6562;1894;4039;8;1;625;200
258 # Seed: Alternative Golden Coba
259 6747;73;6550;6564;1887;4041;3;1;192;71
260 # Seed: Alternative Golden Coba
261 6748;73;6550;6564;1887;4041;4;1;153;57
262 # Seed: Alternative Golden Coba
263 6749;73;6550;6564;1887;4041;5;1;287;106
264 # Seed: Alternative Golden Coba
265 6750;73;6550;6564;1887;4041;7;1;384;142
266 # Seed: Alternative Golden Coba
267 6751;73;6550;6564;1887;4041;7;1;384;142
268 # Seed: Alternative Golden Coba
269 6752;73;6550;6564;1887;4041;8;1;384;142
270 # Seed: Great Coba
271 6753;85;6547;6561;5549;5550;7;0;75;363
272 # Seed: Sea Coba
273 6754;79;6545;6559;4044;4042;4;0;40;177
274 # Seed: Sea Coba
275 6755;79;6545;6559;4044;4042;5;0;74;332
276 # Seed: Sea Coba
277 6756;79;6545;6559;4044;4042;7;0;100;444
278 # Seed: Red Coba
279 6757;70;6542;6556;1888;4040;3;0;90;333
280 # Seed: Red Coba
281 6758;70;6542;6556;1888;4040;5;0;134;498
282 # Seed: Red Coba
283 6759;70;6542;6556;1888;4040;6;0;129;480
284 # Seed: Red Coba
285 6760;70;6542;6556;1888;4040;7;0;180;666
286 # Seed: Red Coba
287 6761;70;6542;6556;1888;4040;8;0;180;666
288 # Seed: Desert Coba
289 6762;76;6544;6558;4043;1890;4;0;48;200
290 # Seed: Desert Coba
291 6763;76;6544;6558;4043;1890;5;0;89;373
292 # Seed: Desert Coba
293 6764;76;6544;6558;4043;1890;6;0;86;360
294 # Seed: Desert Coba
295 6765;76;6544;6558;4043;1890;7;0;120;500
296 # Seed: Desert Coba
297 6766;76;6544;6558;4043;1890;8;0;120;500
298 # Seed: Twin Coba
299 6767;82;6546;6560;1885;1893;7;0;90;400
300 # Seed: Blue Coba
301 6768;67;6541;6555;1894;4039;1;0;101;360
302 # Seed: Blue Coba
303 6769;67;6541;6555;1894;4039;3;0;112;400
304 # Seed: Blue Coba
305 6770;67;6541;6555;1894;4039;5;0;168;597
306 # Seed: Blue Coba
307 6771;67;6541;6555;1894;4039;7;0;225;800
308 # Seed: Blue Coba
309 6772;67;6541;6555;1894;4039;8;0;225;800
310 # Seed: Golden Coba
311 6773;73;6543;6557;1887;4041;3;0;69;285
312 # Seed: Golden Coba
313 6774;73;6543;6557;1887;4041;4;0;55;228
314 # Seed: Golden Coba
315 6775;73;6543;6557;1887;4041;5;0;103;426
316 # Seed: Golden Coba
317 6776;73;6543;6557;1887;4041;6;0;99;411
318 # Seed: Golden Coba
319 6777;73;6543;6557;1887;4041;7;0;138;571
320 # Seed: Golden Coba
321 6778;73;6543;6557;1887;4041;8;0;138;571
322 # Seed: Blue Cobol
323 7016;37;5077;5107;1873;4044;2;0;838;932
324 # Seed: Blue Codran
325 7017;55;5087;5117;1870;1882;1;0;810;900
326 # Seed: Blue Codran
327 7018;55;5087;5117;1870;1882;3;0;900;1000
328 # Seed: Chilly Cobol
329 7019;34;5075;5105;1872;1880;1;0;1620;1800
330 # Seed: Chilly Coda
331 7020;16;5065;5095;1866;1874;4;0;7200;8000
332 # Seed: Chilly Codran
333 7021;52;5085;5115;1869;4041;1;0;1012;1125
334 # Seed: Chilly Codran
335 7022;52;5085;5115;1869;4041;3;0;1125;1250
336 # Seed: Desert Codran
337 7023;64;5090;5120;1873;5550;1;0;405;450
338 # Seed: Desert Codran
339 7024;64;5090;5120;1873;5550;7;0;900;1000
340 # Seed: Golden Cobol
341 7025;43;5079;5109;1865;4039;4;0;720;800
342 # Seed: Golden Coda
343 7026;22;5069;5099;1868;1876;4;0;1800;2000
344 # Seed: Great Cobol
345 7027;46;5084;5114;1866;1885;4;0;720;800
346 # Seed: Great Codran
347 7028;61;5094;5124;1872;1881;1;0;540;600
348 # Seed: Great Codran
349 7029;61;5094;5124;1872;1881;3;0;600;666
350 # Seed: Alternative Blue Cobol
351 7030;37;5827;5847;1873;4044;2;1;2330;233
352 # Seed: Alternative Blue Codran
353 7031;55;5834;5854;1870;1882;1;1;2250;225
354 # Seed: Alternative Blue Codran
355 7032;55;5834;5854;1870;1882;3;1;2500;250
356 # Seed: Alternative Chilly Cobol
357 7033;34;5826;5846;1872;1880;1;1;4500;450
358 # Seed: Alternative Chilly Coda
359 7034;16;5820;5840;1866;1874;4;1;20000;2000
360 # Seed: Alternative Chilly Codran
361 7035;52;5833;5853;1869;4041;1;1;2812;281
362 # Seed: Alternative Chilly Codran
363 7036;52;5833;5853;1869;4041;3;1;3125;312
364 # Seed: Alternative Desert Codran
365 7037;64;5837;5857;1873;5550;1;1;1125;112
366 # Seed: Alternative Desert Codran
367 7038;64;5837;5857;1873;5550;7;1;2500;250
368 # Seed: Alternative Golden Cobol
369 7039;43;5829;5849;1865;4039;4;1;2000;200
370 # Seed: Alternative Golden Coda
371 7040;22;5822;5842;1868;1876;4;1;5000;500
372 # Seed: Alternative Great Cobol
373 7041;46;5830;5850;1866;1885;4;1;2500;250
374 # Seed: Alternative Great Codran
375 7042;61;5836;5856;1872;1881;1;1;1500;150
376 # Seed: Alternative Great Codran
377 7043;61;5836;5856;1872;1881;3;1;1666;166
378 # Seed: Alternative Red Cobol
379 7044;31;5825;5845;1871;4042;1;1;5625;562
380 # Seed: Alternative Red Codran
381 7045;49;5831;5851;1867;4043;2;1;2912;291
382 # Seed: Alternative Red Codran
383 7046;49;5831;5851;1867;4043;4;1;2500;250
384 # Seed: Alternative Sea Codran
385 7047;50;5832;5852;1868;1884;2;1;2330;233
386 # Seed: Alternative Sea Codran
387 7048;50;5832;5852;1868;1884;3;1;2500;250
388 # Seed: Alternative Sea Codran
389 7049;50;5832;5852;1868;1884;5;1;3735;373
390 # Seed: Alternative Twin Codran
391 7050;58;5835;5855;1871;4040;1;1;2250;225
392 # Seed: Red Cobol
393 7051;31;5078;5108;1871;4042;1;0;2025;2250
394 # Seed: Red Codran
395 7052;49;5088;5118;1867;4043;2;0;1048;1165
396 # Seed: Red Codran
397 7053;49;5088;5118;1867;4043;4;0;900;1000
398 # Seed: Sea Codran
399 7054;50;5091;5121;1868;1884;2;0;838;932
400 # Seed: Sea Codran
401 7055;50;5091;5121;1868;1884;3;0;900;1000
402 # Seed: Sea Codran
403 7056;50;5091;5121;1868;1884;5;0;1344;1494
404 # Seed: Twin Codran
405 7057;58;5092;5122;1871;4040;1;0;810;900
406 # Seed: Twin Codran
407 8223;58;5092;5122;1871;4040;8;0;1800;2000
408 # Seed: Great Codran
409 8224;61;5094;5124;1872;1881;8;0;1200;1333
410 # Seed: Desert Codran
411 8225;64;5090;5120;1873;5550;8;0;900;1000
412 # Seed: Blue Coba
413 8226;67;6541;6555;1894;4039;8;0;225;800
414 # Seed: Red Coba
415 8227;70;6542;6556;1888;4040;8;0;180;666
416 # Seed: Golden Coba
417 8228;73;6543;6557;1887;4041;8;0;138;571
418 # Seed: Desert Coba
419 8229;76;6544;6558;4043;1890;8;0;120;500
420 # Seed: Alternative Twin Codran
421 8230;58;5835;5855;1871;4040;8;1;5000;500
422 # Seed: Alternative Great Codran
423 8231;61;5836;5856;1872;1881;8;1;3333;333
424 # Seed: Alternative Desert Codran
425 8232;64;5837;5857;1873;5550;8;1;2500;250
426 # Seed: Alternative Blue Coba
427 8233;67;6548;6562;1894;4039;8;1;625;200
428 # Seed: Alternative Red Coba
429 8234;70;6549;6563;1888;4040;8;1;500;166
430 # Seed: Alternative Golden Coba
431 8235;73;6550;6564;1887;4041;8;1;384;142
432 # Seed: Alternative Desert Coba
433 8236;76;6551;6565;4043;1890;8;1;333;125
434 # Seed: Dark Coda
435 8237;10;5073;5103;1864;1878;9;0;8784;9760
436 # Seed: Red Coda
437 8238;13;5068;5098;1865;1879;9;0;8784;9760
438 # Seed: Chilly Coda
439 8239;16;5065;5095;1866;1874;9;0;8784;9760
440 # Seed: Blue Coda
441 8240;19;5067;5097;1867;1894;9;0;4392;4880
442 # Seed: Golden Coda
443 8241;22;5069;5099;1868;1876;9;0;2196;2440
444 # Seed: Lute Coda
445 8242;25;5071;5101;1869;1895;9;0;1464;1626
446 # Seed: Desert Coda
447 8243;28;5070;5100;1870;1877;9;0;2196;2440
448 # Seed: Red Cobol
449 8244;31;5078;5108;1871;4042;9;0;2196;2440
450 # Seed: Chilly Cobol
451 8245;34;5075;5105;1872;1880;9;0;1756;1952
452 # Seed: Blue Cobol
453 8246;37;5077;5107;1873;4044;9;0;878;976
454 # Seed: Thorn Cobol
455 8247;40;5082;5112;1864;5549;9;0;878;976
456 # Seed: Golden Cobol
457 8248;43;5079;5109;1865;4039;9;0;878;976
458 # Seed: Great Cobol
459 8249;46;5084;5114;1866;1885;9;0;878;976
460 # Seed: Red Codran
461 8250;49;5088;5118;1867;4043;9;0;1098;1220
462 # Seed: Sea Codran
463 8251;50;5091;5121;1868;1884;9;0;878;976
464 # Seed: Chilly Codran
465 8252;52;5085;5115;1869;4041;9;0;1098;1220
466 # Seed: Blue Codran
467 8253;55;5087;5117;1870;1882;9;0;878;976
468 # Seed: Twin Codran
469 8254;58;5092;5122;1871;4040;9;0;878;976
470 # Alternative Dark Coda Seed
471 8255;10;5818;5838;1864;1878;9;1;24400;2440
472 # Alternative Red Coda Seed
473 8256;13;5819;5839;1865;1879;9;1;24400;2440
474 # Seed: Alternative Chilly Coda
475 8257;16;5820;5840;1866;1874;9;1;24400;2440
476 # Alternative Blue Coda Seed
477 8258;19;5821;5841;1867;1894;9;1;12200;1220
478 # Seed: Alternative Golden Coda
479 8259;22;5822;5842;1868;1876;9;1;6100;610
480 # Alternative Lute Coda Seed
481 8260;25;5823;5843;1869;1895;9;1;4066;406
482 # Alternative Desert Coda Seed
483 8261;28;5824;5844;1870;1877;9;1;6100;610
484 # Seed: Alternative Red Cobol
485 8262;31;5825;5845;1871;4042;9;1;6100;610
486 # Seed: Alternative Chilly Cobol
487 8263;34;5826;5846;1872;1880;9;1;4880;488
488 # Seed: Alternative Blue Cobol
489 8264;37;5827;5847;1873;4044;9;1;2440;244
490 # Alternative Thorn Cobol Seed
491 8265;40;5828;5848;1864;5549;9;1;2440;244
492 # Seed: Alternative Golden Cobol
493 8266;43;5829;5849;1865;4039;9;1;2440;244
494 # Seed: Alternative Great Cobol
495 8267;46;5830;5850;1866;1885;9;1;3050;305
496 # Seed: Alternative Red Codran
497 8268;49;5831;5851;1867;4043;9;1;3050;305
498 # Seed: Alternative Sea Codran
499 8269;50;5832;5852;1868;1884;9;1;2440;244
500 # Seed: Alternative Chilly Codran
501 8270;52;5833;5853;1869;4041;9;1;3050;305
502 # Seed: Alternative Blue Codran
503 8271;55;5834;5854;1870;1882;9;1;2440;244
504 # Seed: Alternative Twin Codran
505 8272;58;5835;5855;1871;4040;9;1;2440;244
506 # Seed: Sea Coba
507 8521;79;6545;6559;4044;4042;8;0;100;444
508 # Seed: Alternative Sea Coba
509 8522;79;6552;6566;4044;4042;8;1;277;111
510 # Seed: Twin Coba
511 8523;82;6546;6560;1885;1893;8;0;90;400
512 # Seed: Alternative Twin Coba
513 8524;82;6553;6567;1885;1893;8;1;250;100
514 # Seed: Great Coba
515 8525;85;6547;6561;5549;5550;8;0;75;363
516 # Seed: Alternative Great Coba
517 8526;85;6554;6568;5549;5550;8;1;208;90

View File

@@ -0,0 +1,30 @@
darkelf_village_001;20180001;15258;15631;-4366;0;town_map_darkelf_t00;1;1
darkelf_village_002;20180002;7557;18055;-4366;0;town_map_darkelf_t00;1;1
dwarven_village_001;23120001;115462;-177295;-880;0;town_map_dwarf_t00;1;1
dwarven_village_002;23120002;117450;-182299;-1488;0;town_map_dwarf_t00;1;1
dwarven_village_003;23120003;116657;-183997;-1550;0;town_map_dwarf_t00;1;1
elf_village_001;21190001;47616;51349;-2968;0;town_map_elf_t00;1;1
elf_village_002;21190002;45915;46695;-2969;0;town_map_elf_t00;1;1
elf_village_003;21190003;43175;51424;-2968;0;town_map_elf_t00;1;1
human_village_001;17250001;-82873;244808;-3717;0;town_map_talking_t00;1;1
human_village_002;17250002;-82765;241439;-3718;0;town_map_talking_t00;1;1
human_village_003;17250003;-86121;241452;-3719;0;town_map_talking_t00;1;1
orc_village_001;18140001;-45824;-116764;-219;0;town_map_orc_t00;1;1
orc_village_002;18140002;-46504;-110394;-220;0;town_map_orc_t00;1;1
orc_village_003;18140003;-47332;-113246;-220;0;town_map_orc_t00;1;1
aden_castle_throne;24180017;147456;3272;-42;1;none;0;0
oren_castle_throne;22190010;83237;37192;-2286;1;none;0;0
dion_castle_throne;20220010;22073;160989;-2686;1;none;0;0
giran_castle_throne;23220010;117161;145097;-2559;1;none;0;0
gludio_castle_throne;19210010;-18112;108761;-2492;1;none;0;0
innadril_castle_throne;23250010;116024;249768;-782;1;none;0;0
goddard_castle_throne;24160024;147464;-49339;-2123;1;none;0;0
schuttgart_castle_throne;22130016;77551;-153410;-389;1;none;0;0
rune_castle_throne;20160010;10103;-49153;-272;1;none;0;0
floran_arena_001;20230001;12110;182771;-3538;2;none;0;0
floran_arena_002;20230002;12979;183365;-3538;2;none;0;0
giran_arena_001;22220001;73766;142489;-3748;2;none;0;0
giran_arena_002;22220002;72200;143102;-3748;2;none;0;0
gludin_arena_001;17220015;-88697;142316;-3621;2;none;0;0
gludin_arena_002;17220016;-87136;142491;-3623;2;none;0;0
Dragonspine_flagpole;20200500;11546;95030;-2498;3;none;0;0
1 darkelf_village_001 20180001 15258 15631 -4366 0 town_map_darkelf_t00 1 1
2 darkelf_village_002 20180002 7557 18055 -4366 0 town_map_darkelf_t00 1 1
3 dwarven_village_001 23120001 115462 -177295 -880 0 town_map_dwarf_t00 1 1
4 dwarven_village_002 23120002 117450 -182299 -1488 0 town_map_dwarf_t00 1 1
5 dwarven_village_003 23120003 116657 -183997 -1550 0 town_map_dwarf_t00 1 1
6 elf_village_001 21190001 47616 51349 -2968 0 town_map_elf_t00 1 1
7 elf_village_002 21190002 45915 46695 -2969 0 town_map_elf_t00 1 1
8 elf_village_003 21190003 43175 51424 -2968 0 town_map_elf_t00 1 1
9 human_village_001 17250001 -82873 244808 -3717 0 town_map_talking_t00 1 1
10 human_village_002 17250002 -82765 241439 -3718 0 town_map_talking_t00 1 1
11 human_village_003 17250003 -86121 241452 -3719 0 town_map_talking_t00 1 1
12 orc_village_001 18140001 -45824 -116764 -219 0 town_map_orc_t00 1 1
13 orc_village_002 18140002 -46504 -110394 -220 0 town_map_orc_t00 1 1
14 orc_village_003 18140003 -47332 -113246 -220 0 town_map_orc_t00 1 1
15 aden_castle_throne 24180017 147456 3272 -42 1 none 0 0
16 oren_castle_throne 22190010 83237 37192 -2286 1 none 0 0
17 dion_castle_throne 20220010 22073 160989 -2686 1 none 0 0
18 giran_castle_throne 23220010 117161 145097 -2559 1 none 0 0
19 gludio_castle_throne 19210010 -18112 108761 -2492 1 none 0 0
20 innadril_castle_throne 23250010 116024 249768 -782 1 none 0 0
21 goddard_castle_throne 24160024 147464 -49339 -2123 1 none 0 0
22 schuttgart_castle_throne 22130016 77551 -153410 -389 1 none 0 0
23 rune_castle_throne 20160010 10103 -49153 -272 1 none 0 0
24 floran_arena_001 20230001 12110 182771 -3538 2 none 0 0
25 floran_arena_002 20230002 12979 183365 -3538 2 none 0 0
26 giran_arena_001 22220001 73766 142489 -3748 2 none 0 0
27 giran_arena_002 22220002 72200 143102 -3748 2 none 0 0
28 gludin_arena_001 17220015 -88697 142316 -3621 2 none 0 0
29 gludin_arena_002 17220016 -87136 142491 -3623 2 none 0 0
30 Dragonspine_flagpole 20200500 11546 95030 -2498 3 none 0 0

View File

@@ -0,0 +1,38 @@
#Syntax:
# itemID;npcID;summonType
#
# summonType: 0 = static, 1 = pet, 2 = wyvern
#
#Static
# Christmas Tree
# 5560;13006;0
# Special Cristmas Tree
# 5561;13007;0
#Pets
# Wolf
2375;12077;1
# Hatchling of Wind
3500;12311;1
# Hatchling of Star
3501;12312;1
# Hatchling of Twilight
3502;12313;1
# Wind Strider
4422;12526;1
# Star Strider
4423;12527;1
# Twilight Strider
4424;12528;1
# Sin Eater
4425;12564;1
# Baby Bufallo
6648;12780;1
# Baby Cougar
6649;12782;1
# Baby Kookaburra
6650;12781;1
#Wyvern
8663;12621;2
1 #Syntax:
2 # itemID;npcID;summonType
3 #
4 # summonType: 0 = static, 1 = pet, 2 = wyvern
5 #
6 #Static
7 # Christmas Tree
8 # 5560;13006;0
9 # Special Cristmas Tree
10 # 5561;13007;0
11 #Pets
12 # Wolf
13 2375;12077;1
14 # Hatchling of Wind
15 3500;12311;1
16 # Hatchling of Star
17 3501;12312;1
18 # Hatchling of Twilight
19 3502;12313;1
20 # Wind Strider
21 4422;12526;1
22 # Star Strider
23 4423;12527;1
24 # Twilight Strider
25 4424;12528;1
26 # Sin Eater
27 4425;12564;1
28 # Baby Bufallo
29 6648;12780;1
30 # Baby Cougar
31 6649;12782;1
32 # Baby Kookaburra
33 6650;12781;1
34 #Wyvern
35 8663;12621;2

View File

@@ -0,0 +1,169 @@
# route_id;npc_id;move_point;chatText;move_x;move_y;move_z;delay;running
1;31361;1;NULL;22418;10249;-3648;61;True
1;31361;2;NULL;23423;11165;-3720;1;True
1;31361;3;NULL;20182;11101;-3720;1;True
1;31361;4;NULL;17327;13603;-3728;1;True
1;31361;5;The mass of darkness will start in a couple of days. Pay more attention to the guard!;17410;13038;-3736;10;True
1;31361;6;NULL;20176;12902;-3712;1;True
1;31361;7;NULL;21669;13378;-3616;1;True
1;31361;8;NULL;20675;10401;-3712;1;True
2;31360;1;NULL;10826;14777;-4240;62;False
2;31360;2;NULL;10966;14626;-4240;1;False
2;31360;3;NULL;11264;15838;-4584;1;False
2;31360;4;NULL;12100;16378;-4590;2;False
2;31360;5;Youre a hard worker Rayla!;15088;15664;-4376;6;False
2;31360;6;NULL;15232;16279;-4383;7;False
2;31360;7;NULL;12217;16916;-4590;1;False
2;31360;8;NULL;11811;17553;-4580;1;False
2;31360;9;NULL;11275;17628;-4589;1;False
2;31360;10;NULL;10649;17284;-4584;1;False
2;31360;11;Youre a hard worker!;7691;18030;-4376;6;False
2;31360;12;NULL;10593;16738;-4590;2;False
2;31360;13;NULL;11127;16044;-4589;2;False
3;31362;1;Mr. Lid Murdoc and Airy! How are you doing?;114847;-180066;-877;30;False
3;31362;2;NULL;114834;-179685;-877;2;False
3;31362;3;NULL;116122;-179457;-1068;1;False
3;31362;4;NULL;116798;-180391;-1200;2;False
3;31362;5;NULL;116324;-181564;-1384;2;False
3;31362;6;NULL;115797;-181563;-1336;1;False
3;31362;7;Care to go a round?;116054;-181575;-1352;1;False
3;31362;8;NULL;116506;-181478;-1384;2;False
3;31362;9;NULL;116634;-180029;-1160;1;False
3;31362;10;NULL;115347;-178623;-928;1;False
3;31362;11;NULL;115763;-177591;-888;2;False
3;31362;12;Have a nice day Mr. Garita and Mion!;115801;-177342;-880;1;False
3;31362;13;NULL;115869;-177340;-880;15;False
3;31362;14;NULL;115788;-177482;-880;3;False
3;31362;15;NULL;115124;-179821;-885;1;False
3;31362;16;NULL;115103;-180065;-877;1;False
4;31363;1;Where is that fool hiding?;116731;-182477;-1512;10;True
4;31363;2;NULL;115870;-183280;-1472;1;True
4;31363;3;NULL;115746;-183428;-1472;1;True
4;31363;4;NULL;115870;-183280;-1472;1;True
4;31363;5;NULL;115999;-183246;-1480;1;True
4;31363;6;NULL;116094;-183113;-1480;1;True
4;31363;7;Have you seen Torocco today?;116584;-184294;-1568;11;True
4;31363;8;NULL;116392;-184100;-1560;1;True
4;31363;9;NULL;117093;-182524;-1528;1;True
4;31363;10;Have you seen Torocco?;117789;-182540;-1528;11;True
5;31359;1;NULL;45744;50561;-3065;61;False
5;31359;2;NULL;46444;49742;-3065;2;False
5;31359;3;How can we save the Mother Tree?;46103;48798;-3065;5;False
5;31359;4;The Mother Tree is slowly dying;45403;48436;-3065;5;False
5;31359;5;NULL;44444;49078;-3065;1;False
5;31359;6;NULL;44414;50025;-3065;1;False
5;31359;7;NULL;44957;50568;-3065;1;False
5;31359;8;NULL;44414;50025;-3065;1;False
5;31359;9;NULL;44444;49078;-3065;1;False
5;31359;10;The Mother Tree is slowly dying;45403;48436;-3065;5;False
5;31359;11;How can we save the Mother Tree?;46103;48798;-3065;5;False
5;31359;12;NULL;46444;49742;-3065;2;False
6;31358;1;Lady Mirabel may the peace of the lake be with you!;47015;51278;-2992;65;False
6;31358;2;NULL;47437;50441;-2992;1;False
6;31358;3;NULL;47509;49038;-2992;1;False
6;31358;4;NULL;46725;47755;-2992;1;False
6;31358;5;The Mother Tree is always so gorgeous!;45319;47339;-2992;5;False
6;31358;6;NULL;43998;47672;-2992;1;False
6;31358;7;NULL;43037;49310;-2992;1;False
6;31358;8;NULL;43310;50382;-2992;1;False
6;31358;9;NULL;43896;51060;-2992;1;False
6;31358;10;NULL;43312;50362;-2992;1;False
6;31358;11;NULL;43040;49311;-2992;1;False
6;31358;12;NULL;44018;47645;-2992;1;False
6;31358;13;The Mother Tree is always so gorgeous!;45301;47340;-2992;5;False
6;31358;14;NULL;46693;47752;-2992;1;False
6;31358;15;NULL;47489;48976;-2992;1;False
6;31358;16;NULL;47441;50455;-2992;1;False
7;31357;1;Where did he go?;-86328;241120;-3734;60;False
7;31357;2;NULL;-86505;240727;-3704;1;False
7;31357;3;NULL;-86081;240402;-3712;1;False
7;31357;4;Have you seen Windawood?;-86078;240853;-3720;15;False
7;31357;5;NULL;-85957;241389;-3728;1;False
7;31357;6;Where has he gone?;-83993;242766;-3728;10;False
7;31357;7;NULL;-82952;244461;-3728;1;False
7;31357;8;NULL;-82370;244919;-3720;1;False
7;31357;9;NULL;-82129;245020;-3720;1;False
7;31357;10;NULL;-82198;245350;-3712;1;False
7;31357;11;NULL;-82554;245137;-3716;1;False
7;31357;12;NULL;-82198;245350;-3712;1;False
7;31357;13;NULL;-82129;245020;-3720;1;False
7;31357;14;NULL;-82370;244919;-3720;1;False
7;31357;15;NULL;-82952;244461;-3728;1;False
7;31357;16;Where has he gone?;-83993;242766;-3728;10;False
7;31357;17;NULL;-85957;241389;-3728;1;False
7;31357;18;Have you seen Windawood?;-86078;240853;-3720;15;False
7;31357;19;NULL;-86081;240402;-3712;1;False
7;31357;20;NULL;-86505;240727;-3704;1;False
8;31356;1;A delivery for Mr. Lector? Very good!;-81681;243384;-3712;61;True
8;31356;2;NULL;-81915;243870;-3712;1;True
8;31356;3;NULL;-82084;243659;-3712;1;True
8;31356;4;NULL;-83148;243731;-3728;1;True
8;31356;5;I need a break!;-84497;243241;-3728;6;True
8;31356;6;NULL;-85212;243184;-3728;1;True
8;31356;7;NULL;-86161;242898;-3728;1;True
8;31356;8;NULL;-86281;242963;-3720;1;True
8;31356;9;Hello Mr. Lector! Long time no see Mr. Jackson!;-86356;243201;-3720;7;True
8;31356;10;NULL;-86491;242781;-3720;1;True
8;31356;11;NULL;-86497;242585;-3728;1;True
8;31356;12;NULL;-86114;241587;-3728;1;True
8;31356;13;NULL;-85184;240679;-3728;1;True
8;31356;14;Lulu! Lulu!;-84099;241264;-3728;6;True
8;31356;15;Lulu!;-83709;241238;-3728;1;True
8;31356;16;NULL;-83075;241150;-3728;1;True
8;31356;17;NULL;-82383;242926;-3720;1;True
9;31364;1;NULL;-46506;-109402;-238;10;False
9;31364;2;NULL;-45752;-111652;-240;1;False
9;31364;3;NULL;-44028;-112688;-240;1;False
9;31364;4;NULL;-44049;-114536;-240;1;False
9;31364;5;NULL;-45540;-115415;-240;1;False
9;31364;6;NULL;-46526;-117731;-240;1;False
9;31364;7;NULL;-45540;-115415;-240;1;False
9;31364;8;NULL;-44049;-114536;-240;1;False
9;31364;9;NULL;-44028;-112688;-240;1;False
9;31364;10;NULL;-45752;-111652;-240;1;False
10;31365;1;NULL;-48807;-113489;-241;61;False
10;31365;2;NULL;-48821;-113746;-232;1;False
10;31365;3;NULL;-48823;-113505;-232;61;False
10;31365;4;NULL;-47339;-113581;-232;1;False
10;31365;5;NULL;-45740;-113562;-240;1;False
10;31365;6;NULL;-44851;-112965;-240;1;False
10;31365;7;NULL;-44308;-113207;-240;1;False
10;31365;8;NULL;-44204;-113743;-240;1;False
10;31365;9;NULL;-44659;-114171;-240;1;False
10;31365;10;NULL;-45167;-114034;-224;1;False
10;31365;11;NULL;-45658;-113633;-240;1;False
10;31365;12;NULL;-47363;-113621;-224;1;False
10;31365;13;NULL;-48829;-113746;-232;1;False
10;31365;14;NULL;-47363;-113621;-224;1;False
10;31365;15;NULL;-45658;-113633;-240;1;False
10;31365;16;NULL;-45167;-114034;-224;1;False
10;31365;17;NULL;-44659;-114171;-240;1;False
10;31365;18;NULL;-44204;-113743;-240;1;False
10;31365;19;NULL;-44308;-113207;-240;1;False
10;31365;20;NULL;-44851;-112965;-240;1;False
10;31365;21;NULL;-45740;-113562;-240;1;False
11;32072;1;NULL;84429;-144065;-1542;10;False
11;32072;2;NULL;84465;-142493;-1536;1;False
11;32072;3;NULL;85234;-140963;-1536;1;False
11;32072;4;NULL;87351;-140059;-1536;5;False
11;32072;5;NULL;89343;-140746;-1536;1;False
11;32072;6;NULL;90605;-143167;-1536;1;False
11;32072;7;NULL;90271;-143869;-1536;10;False
11;32072;8;NULL;90605;-143167;-1536;1;False
11;32072;9;NULL;89343;-140746;-1536;1;False
11;32072;10;NULL;87351;-140059;-1536;5;False
11;32072;11;NULL;85234;-140963;-1536;1;False
11;32072;12;NULL;84465;-142493;-1536;1;False
12;32070;1;NULL;90271;-143869;-1547;10;True
12;32070;2;NULL;90605;-143167;-1536;1;True
12;32070;3;NULL;89343;-140746;-1536;1;True
12;32070;4;NULL;87351;-140059;-1536;5;True
12;32070;5;NULL;85234;-140963;-1536;1;True
12;32070;6;NULL;84465;-142493;-1536;1;True
12;32070;7;NULL;84434;-144061;-1528;10;True
12;32070;8;NULL;84465;-142493;-1536;1;True
12;32070;9;NULL;85234;-140963;-1536;1;True
12;32070;10;NULL;87351;-140059;-1536;5;True
12;32070;11;NULL;89343;-140746;-1536;1;True
12;32070;12;NULL;90605;-143167;-1536;1;True
1 # route_id npc_id move_point chatText move_x move_y move_z delay running
2 1 31361 1 NULL 22418 10249 -3648 61 True
3 1 31361 2 NULL 23423 11165 -3720 1 True
4 1 31361 3 NULL 20182 11101 -3720 1 True
5 1 31361 4 NULL 17327 13603 -3728 1 True
6 1 31361 5 The mass of darkness will start in a couple of days. Pay more attention to the guard! 17410 13038 -3736 10 True
7 1 31361 6 NULL 20176 12902 -3712 1 True
8 1 31361 7 NULL 21669 13378 -3616 1 True
9 1 31361 8 NULL 20675 10401 -3712 1 True
10 2 31360 1 NULL 10826 14777 -4240 62 False
11 2 31360 2 NULL 10966 14626 -4240 1 False
12 2 31360 3 NULL 11264 15838 -4584 1 False
13 2 31360 4 NULL 12100 16378 -4590 2 False
14 2 31360 5 Youre a hard worker Rayla! 15088 15664 -4376 6 False
15 2 31360 6 NULL 15232 16279 -4383 7 False
16 2 31360 7 NULL 12217 16916 -4590 1 False
17 2 31360 8 NULL 11811 17553 -4580 1 False
18 2 31360 9 NULL 11275 17628 -4589 1 False
19 2 31360 10 NULL 10649 17284 -4584 1 False
20 2 31360 11 Youre a hard worker! 7691 18030 -4376 6 False
21 2 31360 12 NULL 10593 16738 -4590 2 False
22 2 31360 13 NULL 11127 16044 -4589 2 False
23 3 31362 1 Mr. Lid Murdoc and Airy! How are you doing? 114847 -180066 -877 30 False
24 3 31362 2 NULL 114834 -179685 -877 2 False
25 3 31362 3 NULL 116122 -179457 -1068 1 False
26 3 31362 4 NULL 116798 -180391 -1200 2 False
27 3 31362 5 NULL 116324 -181564 -1384 2 False
28 3 31362 6 NULL 115797 -181563 -1336 1 False
29 3 31362 7 Care to go a round? 116054 -181575 -1352 1 False
30 3 31362 8 NULL 116506 -181478 -1384 2 False
31 3 31362 9 NULL 116634 -180029 -1160 1 False
32 3 31362 10 NULL 115347 -178623 -928 1 False
33 3 31362 11 NULL 115763 -177591 -888 2 False
34 3 31362 12 Have a nice day Mr. Garita and Mion! 115801 -177342 -880 1 False
35 3 31362 13 NULL 115869 -177340 -880 15 False
36 3 31362 14 NULL 115788 -177482 -880 3 False
37 3 31362 15 NULL 115124 -179821 -885 1 False
38 3 31362 16 NULL 115103 -180065 -877 1 False
39 4 31363 1 Where is that fool hiding? 116731 -182477 -1512 10 True
40 4 31363 2 NULL 115870 -183280 -1472 1 True
41 4 31363 3 NULL 115746 -183428 -1472 1 True
42 4 31363 4 NULL 115870 -183280 -1472 1 True
43 4 31363 5 NULL 115999 -183246 -1480 1 True
44 4 31363 6 NULL 116094 -183113 -1480 1 True
45 4 31363 7 Have you seen Torocco today? 116584 -184294 -1568 11 True
46 4 31363 8 NULL 116392 -184100 -1560 1 True
47 4 31363 9 NULL 117093 -182524 -1528 1 True
48 4 31363 10 Have you seen Torocco? 117789 -182540 -1528 11 True
49 5 31359 1 NULL 45744 50561 -3065 61 False
50 5 31359 2 NULL 46444 49742 -3065 2 False
51 5 31359 3 How can we save the Mother Tree? 46103 48798 -3065 5 False
52 5 31359 4 The Mother Tree is slowly dying 45403 48436 -3065 5 False
53 5 31359 5 NULL 44444 49078 -3065 1 False
54 5 31359 6 NULL 44414 50025 -3065 1 False
55 5 31359 7 NULL 44957 50568 -3065 1 False
56 5 31359 8 NULL 44414 50025 -3065 1 False
57 5 31359 9 NULL 44444 49078 -3065 1 False
58 5 31359 10 The Mother Tree is slowly dying 45403 48436 -3065 5 False
59 5 31359 11 How can we save the Mother Tree? 46103 48798 -3065 5 False
60 5 31359 12 NULL 46444 49742 -3065 2 False
61 6 31358 1 Lady Mirabel may the peace of the lake be with you! 47015 51278 -2992 65 False
62 6 31358 2 NULL 47437 50441 -2992 1 False
63 6 31358 3 NULL 47509 49038 -2992 1 False
64 6 31358 4 NULL 46725 47755 -2992 1 False
65 6 31358 5 The Mother Tree is always so gorgeous! 45319 47339 -2992 5 False
66 6 31358 6 NULL 43998 47672 -2992 1 False
67 6 31358 7 NULL 43037 49310 -2992 1 False
68 6 31358 8 NULL 43310 50382 -2992 1 False
69 6 31358 9 NULL 43896 51060 -2992 1 False
70 6 31358 10 NULL 43312 50362 -2992 1 False
71 6 31358 11 NULL 43040 49311 -2992 1 False
72 6 31358 12 NULL 44018 47645 -2992 1 False
73 6 31358 13 The Mother Tree is always so gorgeous! 45301 47340 -2992 5 False
74 6 31358 14 NULL 46693 47752 -2992 1 False
75 6 31358 15 NULL 47489 48976 -2992 1 False
76 6 31358 16 NULL 47441 50455 -2992 1 False
77 7 31357 1 Where did he go? -86328 241120 -3734 60 False
78 7 31357 2 NULL -86505 240727 -3704 1 False
79 7 31357 3 NULL -86081 240402 -3712 1 False
80 7 31357 4 Have you seen Windawood? -86078 240853 -3720 15 False
81 7 31357 5 NULL -85957 241389 -3728 1 False
82 7 31357 6 Where has he gone? -83993 242766 -3728 10 False
83 7 31357 7 NULL -82952 244461 -3728 1 False
84 7 31357 8 NULL -82370 244919 -3720 1 False
85 7 31357 9 NULL -82129 245020 -3720 1 False
86 7 31357 10 NULL -82198 245350 -3712 1 False
87 7 31357 11 NULL -82554 245137 -3716 1 False
88 7 31357 12 NULL -82198 245350 -3712 1 False
89 7 31357 13 NULL -82129 245020 -3720 1 False
90 7 31357 14 NULL -82370 244919 -3720 1 False
91 7 31357 15 NULL -82952 244461 -3728 1 False
92 7 31357 16 Where has he gone? -83993 242766 -3728 10 False
93 7 31357 17 NULL -85957 241389 -3728 1 False
94 7 31357 18 Have you seen Windawood? -86078 240853 -3720 15 False
95 7 31357 19 NULL -86081 240402 -3712 1 False
96 7 31357 20 NULL -86505 240727 -3704 1 False
97 8 31356 1 A delivery for Mr. Lector? Very good! -81681 243384 -3712 61 True
98 8 31356 2 NULL -81915 243870 -3712 1 True
99 8 31356 3 NULL -82084 243659 -3712 1 True
100 8 31356 4 NULL -83148 243731 -3728 1 True
101 8 31356 5 I need a break! -84497 243241 -3728 6 True
102 8 31356 6 NULL -85212 243184 -3728 1 True
103 8 31356 7 NULL -86161 242898 -3728 1 True
104 8 31356 8 NULL -86281 242963 -3720 1 True
105 8 31356 9 Hello Mr. Lector! Long time no see Mr. Jackson! -86356 243201 -3720 7 True
106 8 31356 10 NULL -86491 242781 -3720 1 True
107 8 31356 11 NULL -86497 242585 -3728 1 True
108 8 31356 12 NULL -86114 241587 -3728 1 True
109 8 31356 13 NULL -85184 240679 -3728 1 True
110 8 31356 14 Lulu! Lulu! -84099 241264 -3728 6 True
111 8 31356 15 Lulu! -83709 241238 -3728 1 True
112 8 31356 16 NULL -83075 241150 -3728 1 True
113 8 31356 17 NULL -82383 242926 -3720 1 True
114 9 31364 1 NULL -46506 -109402 -238 10 False
115 9 31364 2 NULL -45752 -111652 -240 1 False
116 9 31364 3 NULL -44028 -112688 -240 1 False
117 9 31364 4 NULL -44049 -114536 -240 1 False
118 9 31364 5 NULL -45540 -115415 -240 1 False
119 9 31364 6 NULL -46526 -117731 -240 1 False
120 9 31364 7 NULL -45540 -115415 -240 1 False
121 9 31364 8 NULL -44049 -114536 -240 1 False
122 9 31364 9 NULL -44028 -112688 -240 1 False
123 9 31364 10 NULL -45752 -111652 -240 1 False
124 10 31365 1 NULL -48807 -113489 -241 61 False
125 10 31365 2 NULL -48821 -113746 -232 1 False
126 10 31365 3 NULL -48823 -113505 -232 61 False
127 10 31365 4 NULL -47339 -113581 -232 1 False
128 10 31365 5 NULL -45740 -113562 -240 1 False
129 10 31365 6 NULL -44851 -112965 -240 1 False
130 10 31365 7 NULL -44308 -113207 -240 1 False
131 10 31365 8 NULL -44204 -113743 -240 1 False
132 10 31365 9 NULL -44659 -114171 -240 1 False
133 10 31365 10 NULL -45167 -114034 -224 1 False
134 10 31365 11 NULL -45658 -113633 -240 1 False
135 10 31365 12 NULL -47363 -113621 -224 1 False
136 10 31365 13 NULL -48829 -113746 -232 1 False
137 10 31365 14 NULL -47363 -113621 -224 1 False
138 10 31365 15 NULL -45658 -113633 -240 1 False
139 10 31365 16 NULL -45167 -114034 -224 1 False
140 10 31365 17 NULL -44659 -114171 -240 1 False
141 10 31365 18 NULL -44204 -113743 -240 1 False
142 10 31365 19 NULL -44308 -113207 -240 1 False
143 10 31365 20 NULL -44851 -112965 -240 1 False
144 10 31365 21 NULL -45740 -113562 -240 1 False
145 11 32072 1 NULL 84429 -144065 -1542 10 False
146 11 32072 2 NULL 84465 -142493 -1536 1 False
147 11 32072 3 NULL 85234 -140963 -1536 1 False
148 11 32072 4 NULL 87351 -140059 -1536 5 False
149 11 32072 5 NULL 89343 -140746 -1536 1 False
150 11 32072 6 NULL 90605 -143167 -1536 1 False
151 11 32072 7 NULL 90271 -143869 -1536 10 False
152 11 32072 8 NULL 90605 -143167 -1536 1 False
153 11 32072 9 NULL 89343 -140746 -1536 1 False
154 11 32072 10 NULL 87351 -140059 -1536 5 False
155 11 32072 11 NULL 85234 -140963 -1536 1 False
156 11 32072 12 NULL 84465 -142493 -1536 1 False
157 12 32070 1 NULL 90271 -143869 -1547 10 True
158 12 32070 2 NULL 90605 -143167 -1536 1 True
159 12 32070 3 NULL 89343 -140746 -1536 1 True
160 12 32070 4 NULL 87351 -140059 -1536 5 True
161 12 32070 5 NULL 85234 -140963 -1536 1 True
162 12 32070 6 NULL 84465 -142493 -1536 1 True
163 12 32070 7 NULL 84434 -144061 -1528 10 True
164 12 32070 8 NULL 84465 -142493 -1536 1 True
165 12 32070 9 NULL 85234 -140963 -1536 1 True
166 12 32070 10 NULL 87351 -140059 -1536 5 True
167 12 32070 11 NULL 89343 -140746 -1536 1 True
168 12 32070 12 NULL 90605 -143167 -1536 1 True

View File

@@ -0,0 +1,27 @@
<?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" />
<!-- 100000 for 100% -->
<duration val="300" />
<!-- in minutes -->
<durationLost val="3" />
<!-- in minutes -->
<disapearChance val="50" />
<!-- in % -->
<stageKills val="10" />
<!-- Integer -->
</item>
<item id="8689" skillId="3629" name="Blood Sword Akamanah">
<dropRate val="1" />
<!-- 100000 for 100% -->
<duration val="300" />
<!-- in minutes -->
<durationLost val="3" />
<!-- in minutes -->
<disapearChance val="50" />
<!-- in % -->
<stageKills val="10" />
<!-- Integer -->
</item>
</list>

View File

@@ -0,0 +1,429 @@
<?xml version='1.0' encoding='utf-8'?>
<rift xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/dimensionalRift.xsd">
<!-- #################################################################### RECRUTES AREA -->
<area type="1">
<room id="1">
<!-- Otherworldy Invader Soldier -->
<spawn mobId="21659" count="2" delay="90"/>
<!-- Otherwordly Invader Archer -->
<spawn mobId="21661" count="4" delay="80"/>
<!-- Otherwordly Invader Soldier -->
<spawn mobId="21660" count="2" delay="90"/>
</room>
<room id="2">
<!-- Otherworldy Invader Priest -->
<spawn mobId="21664" count="3" delay="90"/>
<!-- Otherwordly Invader Shaman -->
<spawn mobId="21663" count="2" delay="90"/>
<!-- Otherwordly Invader Elite Soldier -->
<spawn mobId="21662" count="3" delay="90"/>
</room>
<room id="3">
<!-- Otherworldy Invader Martyrs -->
<spawn mobId="21666" count="2" delay="86"/>
<!-- Otherwordly Invader Warrior -->
<spawn mobId="21667" count="2" delay="86"/>
<!-- Otherwordly Invader Magus -->
<spawn mobId="21665" count="2" delay="86"/>
</room>
<room id="4">
<!-- Otherworldy Invader Soldier -->
<spawn mobId="21668" count="2" delay="101"/>
<!-- Otherwordly Invader Discipline -->
<spawn mobId="21669" count="2" delay="101"/>
<!-- Otherwordly Invader Berserker -->
<spawn mobId="21670" count="2" delay="101"/>
</room>
<room id="5">
<!-- Otherwordly Invader Food -->
<spawn mobId="18287" count="6" delay="82"/>
<!-- Otherwordly Invader Elite Soldier -->
<spawn mobId="21672" count="3" delay="82"/>
<!-- Otherwordly Invader Elite Soldier -->
<spawn mobId="21673" count="3" delay="82"/>
</room>
<room id="6">
<!-- Otherworldy Invader Elite Soldier -->
<spawn mobId="21675" count="4" delay="52"/>
<!-- Otherwordly Invader Warrior -->
<spawn mobId="21676" count="4" delay="52"/>
<!-- Otherwordly Invader Elite Soldier -->
<spawn mobId="21674" count="4" delay="52"/>
</room>
<room id="7">
<!-- Otherworldy Invader Elite Soldier -->
<spawn mobId="21677" count="4" delay="100"/>
<!-- Otherwordly Invader Elite Soldier -->
<spawn mobId="21678" count="4" delay="100"/>
<!-- Otherwordly Invader Food -->
<spawn mobId="18288" count="4" delay="100"/>
</room>
<room id="8">
<!-- Otherworldy Invader Elite Soldier -->
<spawn mobId="21679" count="4" delay="137"/>
<!-- Otherwordly Invader Magus -->
<spawn mobId="21681" count="4" delay="137"/>
<!-- Otherwordly Invader Elite Soldier -->
<spawn mobId="21680" count="4" delay="137"/>
</room>
<room id="9">
<!-- Anakazel -->
<spawn mobId="25333" count="1" delay="900"/>
</room>
</area>
<!-- #################################################################### PRIVATES AREA -->
<area type="2">
<room id="1">
<!-- Dimension Invader Soldier -->
<spawn mobId="21682" count="2" delay="90"/>
<!-- Dimension Invader Archer -->
<spawn mobId="21684" count="4" delay="80"/>
<!-- Dimension Invader Soldier -->
<spawn mobId="21683" count="2" delay="90"/>
</room>
<room id="2">
<!-- Dimension Invader Priest -->
<spawn mobId="21687" count="3" delay="90"/>
<!-- Dimension Invader Shaman -->
<spawn mobId="21686" count="2" delay="90"/>
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21685" count="3" delay="90"/>
</room>
<room id="3">
<!-- Dimension Invader Martyrs -->
<spawn mobId="21689" count="2" delay="86"/>
<!-- Dimension Invader Warrior -->
<spawn mobId="21690" count="2" delay="86"/>
<!-- Dimension Invader Magus -->
<spawn mobId="21688" count="2" delay="86"/>
</room>
<room id="4">
<!-- Dimension Invader Soldier -->
<spawn mobId="21691" count="2" delay="101"/>
<!-- Dimension Invader Discipline -->
<spawn mobId="21692" count="2" delay="101"/>
<!-- Dimension Invader Berserker -->
<spawn mobId="21693" count="2" delay="101"/>
</room>
<room id="5">
<!-- Dimension Invader Food -->
<spawn mobId="18289" count="6" delay="82"/>
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21695" count="3" delay="82"/>
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21696" count="3" delay="82"/>
</room>
<room id="6">
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21698" count="4" delay="52"/>
<!-- Dimension Invader Warrior -->
<spawn mobId="21699" count="4" delay="52"/>
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21697" count="4" delay="52"/>
</room>
<room id="7">
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21700" count="4" delay="100"/>
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21701" count="4" delay="100"/>
<!-- Dimension Invader Food -->
<spawn mobId="18290" count="4" delay="100"/>
</room>
<room id="8">
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21702" count="4" delay="137"/>
<!-- Dimension Invader Magus -->
<spawn mobId="21704" count="4" delay="137"/>
<!-- Dimension Invader Elite Soldier -->
<spawn mobId="21703" count="4" delay="137"/>
</room>
<room id="9">
<!-- Anakazel -->
<spawn mobId="25334" count="1" delay="900"/>
</room>
</area>
<!-- #################################################################### OFFICERS AREA -->
<area type="3">
<room id="1">
<!-- Purgatory Invader Soldier -->
<spawn mobId="21705" count="2" delay="90"/>
<!-- Purgatory Invader Archer -->
<spawn mobId="21707" count="4" delay="80"/>
<!-- Purgatory Invader Soldier -->
<spawn mobId="21706" count="2" delay="90"/>
</room>
<room id="2">
<!-- Purgatory Invader Priest -->
<spawn mobId="21710" count="3" delay="90"/>
<!-- Purgatory Invader Shaman -->
<spawn mobId="21709" count="2" delay="90"/>
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21708" count="3" delay="90"/>
</room>
<room id="3">
<!-- Purgatory Invader Martyrs -->
<spawn mobId="21712" count="2" delay="86"/>
<!-- Purgatory Invader Warrior -->
<spawn mobId="21713" count="2" delay="86"/>
<!-- Purgatory Invader Magus -->
<spawn mobId="21711" count="2" delay="86"/>
</room>
<room id="4">
<!-- Purgatory Invader Soldier -->
<spawn mobId="21714" count="2" delay="101"/>
<!-- Purgatory Invader Disciples -->
<spawn mobId="21715" count="2" delay="101"/>
<!-- Purgatory Invader Berserker -->
<spawn mobId="21716" count="2" delay="101"/>
</room>
<room id="5">
<!-- Purgatory Invader Food -->
<spawn mobId="18291" count="6" delay="82"/>
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21719" count="3" delay="82"/>
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21718" count="3" delay="82"/>
</room>
<room id="6">
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21721" count="4" delay="52"/>
<!-- Purgatory Invader Warrior -->
<spawn mobId="21722" count="4" delay="52"/>
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21720" count="4" delay="52"/>
</room>
<room id="7">
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21723" count="4" delay="100"/>
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21724" count="4" delay="100"/>
<!-- Purgatory Invader Food -->
<spawn mobId="18292" count="4" delay="100"/>
</room>
<room id="8">
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21725" count="4" delay="137"/>
<!-- Purgatory Invader Magus -->
<spawn mobId="21727" count="4" delay="137"/>
<!-- Purgatory Invader Elite Soldier -->
<spawn mobId="21726" count="4" delay="137"/>
</room>
<room id="9">
<!-- Anakazel -->
<spawn mobId="25335" count="1" delay="900"/>
</room>
</area>
<!-- #################################################################### CAPTAINS AREA -->
<area type="4">
<room id="1">
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21728" count="2" delay="90"/>
<!-- Forbidden Path Invader Archer -->
<spawn mobId="21730" count="4" delay="80"/>
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21729" count="2" delay="90"/>
</room>
<room id="2">
<!-- Forbidden Path Invader Priest -->
<spawn mobId="21733" count="3" delay="90"/>
<!-- Forbidden Path Invader Shaman -->
<spawn mobId="21732" count="2" delay="90"/>
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21731" count="3" delay="90"/>
</room>
<room id="3">
<!-- Forbidden Path Invader Martyrs -->
<spawn mobId="21735" count="2" delay="86"/>
<!-- Forbidden Path Invader Warrior -->
<spawn mobId="21736" count="2" delay="86"/>
<!-- Forbidden Path Invader Magus -->
<spawn mobId="21734" count="2" delay="86"/>
</room>
<room id="4">
<!-- Forbidden Path Invader Soldier -->
<spawn mobId="21737" count="2" delay="101"/>
<!-- Forbidden Path Invader Disciple -->
<spawn mobId="21738" count="2" delay="101"/>
<!-- Forbidden Path Invader Berserker -->
<spawn mobId="21739" count="2" delay="101"/>
</room>
<room id="5">
<!-- Forbidden Path Invader Food -->
<spawn mobId="18293" count="6" delay="82"/>
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21741" count="3" delay="82"/>
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21742" count="3" delay="82"/>
</room>
<room id="6">
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21744" count="4" delay="52"/>
<!-- Forbidden Path Invader Warrior -->
<spawn mobId="21745" count="4" delay="52"/>
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21743" count="4" delay="52"/>
</room>
<room id="7">
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21746" count="4" delay="100"/>
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21747" count="4" delay="100"/>
<!-- Forbidden Path Invader Food -->
<spawn mobId="18294" count="4" delay="100"/>
</room>
<room id="8">
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21748" count="4" delay="137"/>
<!-- Forbidden Path Invader Magus -->
<spawn mobId="21750" count="4" delay="137"/>
<!-- Forbidden Path Invader Elite Soldier -->
<spawn mobId="21749" count="4" delay="137"/>
</room>
<room id="9">
<!-- Anakazel -->
<spawn mobId="25336" count="1" delay="900"/>
</room>
</area>
<!-- #################################################################### COMMANDERS AREA -->
<area type="5">
<room id="1">
<!-- Dark Omen Invader Soldier -->
<spawn mobId="21751" count="2" delay="90"/>
<!-- Dark Omen Invader Archer -->
<spawn mobId="21753" count="4" delay="80"/>
<!-- Dark Omen Invader Soldier -->
<spawn mobId="21752" count="2" delay="90"/>
</room>
<room id="2">
<!-- Dark Omen Invader Priest -->
<spawn mobId="21756" count="3" delay="90"/>
<!-- Dark Omen Invader Shaman -->
<spawn mobId="21755" count="2" delay="90"/>
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21754" count="3" delay="90"/>
</room>
<room id="3">
<!-- Dark Omen Invader Martyrs -->
<spawn mobId="21758" count="2" delay="86"/>
<!-- Dark Omen Invader Warrior -->
<spawn mobId="21759" count="2" delay="86"/>
<!-- Dark Omen Invader Magus -->
<spawn mobId="21757" count="2" delay="86"/>
</room>
<room id="4">
<!-- Dark Omen Invader Soldier -->
<spawn mobId="21760" count="2" delay="101"/>
<!-- Dark Omen Invader Disciple -->
<spawn mobId="21761" count="2" delay="101"/>
<!-- Dark Omen Invader Berserker -->
<spawn mobId="21762" count="2" delay="101"/>
</room>
<room id="5">
<!-- Dark Omen Invader Food -->
<spawn mobId="18295" count="6" delay="82"/>
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21764" count="3" delay="82"/>
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21765" count="3" delay="82"/>
</room>
<room id="6">
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21767" count="4" delay="52"/>
<!-- Dark Omen Invader Warrior -->
<spawn mobId="21768" count="4" delay="52"/>
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21766" count="4" delay="52"/>
</room>
<room id="7">
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21769" count="4" delay="100"/>
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21770" count="4" delay="100"/>
<!-- Dark Omen Invader Food -->
<spawn mobId="18296" count="4" delay="100"/>
</room>
<room id="8">
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21771" count="4" delay="137"/>
<!-- Dark Omen Invader Magus -->
<spawn mobId="21773" count="4" delay="137"/>
<!-- Dark Omen Invader Elite Soldier -->
<spawn mobId="21772" count="4" delay="137"/>
</room>
<room id="9">
<!-- Anakazel -->
<spawn mobId="25337" count="1" delay="900"/>
</room>
</area>
<!-- #################################################################### HEROS AREA -->
<area type="6">
<room id="1">
<!-- Messenger Invader Soldier -->
<spawn mobId="21774" count="2" delay="90"/>
<!-- Messenger Invader Archer -->
<spawn mobId="21776" count="4" delay="80"/>
<!-- Messenger Invader Soldier -->
<spawn mobId="21775" count="2" delay="90"/>
</room>
<room id="2">
<!-- Messenger Invader Priest -->
<spawn mobId="21779" count="3" delay="90"/>
<!-- Messenger Invader Shaman -->
<spawn mobId="21778" count="2" delay="90"/>
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21777" count="3" delay="90"/>
</room>
<room id="3">
<!-- Messenger Invader Martyrs -->
<spawn mobId="21781" count="2" delay="86"/>
<!-- Messenger Invader Warrior -->
<spawn mobId="21782" count="2" delay="86"/>
<!-- Messenger Invader Magus -->
<spawn mobId="21780" count="2" delay="86"/>
</room>
<room id="4">
<!-- Messenger Invader Soldier -->
<spawn mobId="21783" count="2" delay="101"/>
<!-- Messenger Invader Disciple -->
<spawn mobId="21784" count="2" delay="101"/>
<!-- Messenger Invader Berserker -->
<spawn mobId="21785" count="2" delay="101"/>
</room>
<room id="5">
<!-- Messenger Invader Food -->
<spawn mobId="18297" count="6" delay="82"/>
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21787" count="3" delay="82"/>
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21788" count="3" delay="82"/>
</room>
<room id="6">
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21790" count="4" delay="52"/>
<!-- Messenger Invader Warrior -->
<spawn mobId="21791" count="4" delay="52"/>
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21789" count="4" delay="52"/>
</room>
<room id="7">
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21792" count="4" delay="100"/>
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21793" count="4" delay="100"/>
<!-- Messenger Invader Food -->
<spawn mobId="18298" count="4" delay="100"/>
</room>
<room id="8">
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21794" count="4" delay="137"/>
<!-- Messenger Invader Magus -->
<spawn mobId="21796" count="4" delay="137"/>
<!-- Messenger Invader Elite Soldier -->
<spawn mobId="21795" count="4" delay="137"/>
</room>
<room id="9">
<!-- Anakazel -->
<spawn mobId="25338" count="1" delay="900"/>
</room>
</area>
</rift>

View File

@@ -0,0 +1,3 @@
################################################
# L2j Geodata #
################################################

View File

@@ -0,0 +1,61 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;clan;1">CLAN COMMUNITY</a>&nbsp;>&nbsp;&$802;</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=605><a action="bypass _bbscpost;list;announce;%clanid%">[Clan Announcement]</a>&nbsp;&nbsp;<a action="bypass _bbscpost;list;cbb;%clanid%">[Clan Bulletin Board]</a>&nbsp;&nbsp;<a action="bypass _bbsclan;management;%clanid%">[Clan Management]</a>&nbsp;&nbsp;<a action="bypass _bbsclan;mail;%clanid%">[Clan Mail]</a>&nbsp;&nbsp;<a action="bypass _bbsclan;notice">[Clan Notice]</a></td>
</tr>
</table>
<table width=610>
<tr>
<td width=5></td>
<td fixwidth=290 valign=top>%clanIntro%</td>
<td width=15 align=center valign=top><img src="l2ui.squaregray" width=2 height=128></td>
<td width=300>
<table width=300>
<tr>
<td width=100>Clan Name</td>
<td width=200 height=20>%clanName%</td>
</tr><tr>
<td width=100>Clan Level</td>
<td width=200 height=20>%clanLvL%</td>
</tr><tr>
<td width=100>Clan Members</td>
<td width=200 height=20>%clanMembers%</td>
</tr><tr>
<td width=100>Clan Leader</td>
<td width=200 height=20>%clanLeader%</td>
</tr><tr>
<td width=100>Administrator</td>
<td width=200 height=20>%clanLeader%</td>
</tr><tr>
<td width=100>Alliance</td>
<td width=200 height=20>%allyName%</td>
</tr>
</table>
</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
%advert%
<tr>
<td height=10>&nbsp;</td>
</tr>
</table><br>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=70 align=center></td>
<td width=270 align=center>&$413;</td>
<td width=100 align=center>&$417;</td>
<td width=100 align=center>&$418;</td>
<td width=70 align=center>&$419;</td>
</tr>
</table>
<img src="L2UI.squareblank" width="1" height="2">
%clanbbs%
</body></html>

View File

@@ -0,0 +1,30 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;clan;1">CLAN COMMUNITY</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;home;%clanid%">&$802;</a></td>
</tr>
</table>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td align=right width=60 height=24>Recipient</td>
<td width=540 height=24>%clanName% Clan Members</td>
</tr><tr>
<td align=right height=24>&$413;</td>
<td><edit var="Title" width=540 height=13 length=128></td>
</tr><tr>
<td valign=top align=right height=24>&$427;</td>
<td><MultiEdit var="Content" width=540 height=313></td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td width=465 align=center></td>
<td width=70 align=center><button value="&$1078;" action="Write _bbsclan mail %clanid% Title Title Content" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="&$141;" action="bypass _bbsclan;home;%clanid%" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=5></td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,67 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;clan;1">CLAN COMMUNITY</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;home;%clanid%">&$802;</a></td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=605><a action="bypass _bbscpost;list;announce;%clanid%">[Clan Announcement]</a>&nbsp;&nbsp;<a action="bypass _bbscpost;list;cbb;%clanid%">[Clan Bulletin Board]</a>&nbsp;&nbsp;[Clan Management]&nbsp;&nbsp;<a action="bypass _bbsclan;mail;%clanid%">[Clan Mail]</a>&nbsp;&nbsp;<a action="bypass _bbsclan;notice">[Clan Notice]</a></td>
</tr>
</table><br>
<table width=610>
<tr>
<td>Edit Clan Introduction</td>
</tr><tr>
<td height=5></td>
</tr><tr>
<td><MultiEdit var="Content" width=610 height=100></td>
</tr>
</table><br>
<table width=610>
<tr>
<td width=65><button value="&$140;" action="Write _bbsclan intro %clanid% Content Content Content" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=545></td>
</tr>
</table>
<img src="L2UI.squareblank" width=1 height=20>
<table width=610 bgcolor=434343>
<tr>
<td width=5></td>
<td width=100>Community Name</td>
<td width=45></td>
<td width=100>Non-Member</td>
<td width=100>Permissions</td>
<td width=45></td>
<td width=100>Member</td>
<td width=100>Permissions</td>
<td width=5></td>
</tr>
</table>
<img src="L2UI.squareblank" width=1 height=5>
<table width=610>
<tr>
<td width=5></td>
<td width=100>Announcement</td>
<td width=45></td>
<td width=100>%curAnnoNonPer%</td>
<td width=100><a action="bypass _bbsclan;permission;anno;non">%nextAnnoNonPer%</a></td>
<td width=45></td>
<td width=100>%curAnnoMemPer%</td>
<td width=100><a action="bypass _bbsclan;permission;anno;mem">%nextAnnoMemPer%</a></td>
<td width=5></td>
</tr><tr>
<td width=5></td>
<td width=100>Free Community</td>
<td width=45></td>
<td width=100>%curBullNonPer%</td>
<td width=100><a action="bypass _bbsclan;permission;cbb;non">%nextBullNonPer%</a></td>
<td width=45></td>
<td width=100>%curBullMemPer%</td>
<td width=100><a action="bypass _bbsclan;permission;cbb;mem">%nextBullMemPer%</a></td>
<td width=5></td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,60 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;clan;1">CLAN COMMUNITY</a>&nbsp;>&nbsp;&$802;</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=610 height=18></td>
</tr>
</table>
<table width=610>
<tr>
<td width=5></td>
<td fixwidth=290 valign=top>%clanIntro%</td>
<td width=15 align=center valign=top><img src="l2ui.squaregray" width=2 height=128></td>
<td width=300>
<table width=300>
<tr>
<td width=100>Clan Name</td>
<td width=200 height=20>%clanName%</td>
</tr><tr>
<td width=100>Clan Level</td>
<td width=200 height=20>%clanLvL%</td>
</tr><tr>
<td width=100>Clan Members</td>
<td width=200 height=20>%clanMembers%</td>
</tr><tr>
<td width=100>Clan Leader</td>
<td width=200 height=20>%clanLeader%</td>
</tr><tr>
<td width=100>Administrator</td>
<td width=200 height=20>%clanLeader%</td>
</tr><tr>
<td width=100>Alliance</td>
<td width=200 height=20>%allyName%</td>
</tr>
</table>
</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
%advert%
<tr>
<td height=10>&nbsp;</td>
</tr>
</table><br>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=70 align=center></td>
<td width=270 align=center>&$413;</td>
<td width=100 align=center>&$417;</td>
<td width=100 align=center>&$418;</td>
<td width=70 align=center>&$419;</td>
</tr>
</table>
<img src="L2UI.squareblank" width="1" height="2">
%clanbbs%
</body></html>

View File

@@ -0,0 +1,39 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;clan;1">CLAN COMMUNITY</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;home;%clanid%">&$802;</a></td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=605><a action="bypass _bbscpost;list;announce;%clanid%">[Clan Announcement]</a>&nbsp;&nbsp;<a action="bypass _bbscpost;list;cbb;%clanid%">[Clan Bulletin Board]</a>&nbsp;&nbsp;<a action="bypass _bbsclan;management;%clanid%">[Clan Management]</a>&nbsp;&nbsp;<a action="bypass _bbsclan;mail;%clanid%">[Clan Mail]</a>&nbsp;&nbsp;[Clan Notice]</td>
</tr>
</table>
<table width=610>
<tr>
<td><font color="AAAAAA">The Clan Notice function allows the clan leader to send messages through a pop-up window to clan members at login.</font></td>
</tr><tr>
<td height=20></td>
</tr><tr>
<td>Clan Notice Function:&nbsp;%enabled%&nbsp;<a action="bypass _bbsclan;notice;%flag%">%flag%</a></td>
</tr>
</table>
<img src="L2UI.Squaregray" width="610" height="1"><br><br>
<table width=610>
<tr>
<td>Edit Notice:</td>
</tr><tr>
<td height=5></td>
</tr><tr>
<td><MultiEdit var="Content" width=610 height=100></td>
</tr>
</table><br>
<table width=610>
<tr>
<td width=65><button value="&$140;" action="Write _bbsclan notice 0 Content Content Content" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=545></td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,43 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;clan;1">CLAN COMMUNITY</a>&nbsp;>&nbsp;&$802;</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=610 height=18></td>
</tr>
</table>
<table width=610>
<tr>
<td width=5></td>
<td width=290 valign=top>%clanIntro%</td>
<td width=15 align=center valign=top><img src="l2ui.squaregray" width=2 height=128></td>
<td width=300>
<table width=300>
<tr>
<td width=100>Clan Name</td>
<td width=200 height=20>%clanName%</td>
</tr><tr>
<td width=100>Clan Level</td>
<td width=200 height=20>%clanLvL%</td>
</tr><tr>
<td width=100>Clan Members</td>
<td width=200 height=20>%clanMembers%</td>
</tr><tr>
<td width=100>Clan Leader</td>
<td width=200 height=20>%clanLeader%</td>
</tr><tr>
<td width=100>Administrator</td>
<td width=200 height=20>%clanLeader%</td>
</tr><tr>
<td width=100>Alliance</td>
<td width=200 height=20>%allyName%</td>
</tr>
</table>
</td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,29 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;Clan Community</td>
</tr>
</table>
%homebar%<br>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=150 align=center>Clan Name</td>
<td width=150 align=center>Clan Lord</td>
<td width=100 align=center>Clan Level</td>
<td width=200 align=center>Number of Clan Members</td>
<td width=5></td>
</tr>
</table>
<center>
%clanlist%
<table>
<tr>
<td><combobox width=65 var=keyword list="Name;Ruler"></td>
<td><edit var="Search" width=130 height=15 length="16"></td>
<td><button value="&$420;" action="Write 5 -1 0 Search keyword keyword" width=65 height=20 back="l2ui_ch3.smallbutton2_down" fore="l2ui_ch3.smallbutton2"></td>
</tr>
</table>
</center>
</body></html>

View File

@@ -0,0 +1,102 @@
<html>
<body><center><br><br>
<table border=0 width=750><tr><td width=10></td><td width=740 align=left>
<a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsclan">Clan Community</a>&nbsp;>&nbsp;<a action="bypass _bbsclan;clan;%clanid%">Clan Home</a>&nbsp;>&nbsp;%link%
</td></tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 bgcolor=333333>
<tr><td height=10></td></tr>
<tr>
<td fixWIDTH=65 align=center valign=top>%postId%</td>
<td fixWIDTH=480 valign=top>%postTitle%</td>
<td fixwidth=5></td>
<td fixwidth=60 valign=top> &$419; :</td>
<td fixWIDTH=140 valign=top>%postReadCount%</td>
</tr>
<tr><td height=10></td></tr>
<tr>
<td align=center><font color="DDDDDD">&$417; :</font></td>
<td><font color="DDDDDD">%postOwnerName%</font></td>
<td></td>
<td><font color="DDDDDD">&$418; :</font></td>
<td><font color="DDDDDD">%postDate%</font></td>
</tr>
<tr><td height=10></td></tr>
</table>
<br>
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td fixwidth=5></td>
<td FIXWIDTH=740 align=left>%mes%</td>
<td fixwidth=5></td>
</tr>
</table>
<br>
<table>
<tr><td><img src="L2UI.squaregray" width="750" height="1"></td></tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 width=610>
<tr><td height=10></td></tr>
<tr>
<td WIDTH=70></td>
<td align=center WIDTH=60>&$423;</td>
<td WIDTH=5></td>
<td><edit var = "comment" width=510 height=11></td>
<td><button value="&$140;" action="Write _bbscpost com %clanid%;%topicId%;%postId% comment comment comment" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" width=65 height=20> </td>
<td WIDTH=70></td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=3 width=750>
%commentList%
<tr><td><img src=\"L2UI.squaregray\" width=750 height=1></td></tr>
<tr><td align=center><table WIDTH=300><tr>
<td>%prevCom%</td>
<td>%comCount%</td>
<td>%nextCom%</td>
</tr></table></td></tr>
</table>
<table border=0 cellspacing=0 cellpadding=2 bgcolor=5A5A5A width=750>
<tr>
<td FIXWIDTH=60 align=center>&$416;</td>
<td FIXWIDTH=415 align=center>&$413;</td>
<td FIXWIDTH=130 align=center>&$417;</td>
<td FIXWIDTH=80 align=center>&$418;</td>
<td FIXWIDTH=65 align=center>&$419;</td>
</tr>
</table>
%replyList%
<img src="L2UI.squaregray" width=750 height=1><br1>
<center><table WIDTH=300><tr>
<td>%prevReply%</td>
<td>%replyCount%</td>
<td>%nextReply%</td>
</tr></table></center>
<img src="L2UI.squareblank" width="1" height="5">
<img src="L2UI.squaregray" width="750" height="1">
<img src="L2UI.squareblank" width="1" height="5">
<table border=0 cellspacing=0 cellpadding=0 FIXWIDTH=750>
<tr>
<td width=50>
<button value = "&$422;" action="bypass _bbscpost;list;%type%;%clanid%" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF">
</td>
<td width=700 align=right>< table border=0 cellspacing=0><tr>
<td><button value = "&$424;" action="bypass _bbscpost;edit;%type%;%clanid%;%postId%" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF"></td>&nbsp;
<td><button value = "&$425;" action="bypass _bbscpost;del;%type%;%clanid%;%postId%" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF"></td>&nbsp;
<td><button value = "&$426;" action="bypass _bbscpost;reply;%type%;%clanid%;%postParentId%" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF"></td>&nbsp;
<td><button value = "&$421;" action="bypass _bbscpost;new;%type%;%clanid%" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF"></td>&nbsp;
</tr></table>
</td>
</tr>
</table>
</center>
</body>
</html>

View File

@@ -0,0 +1,50 @@
<html><body><center><br>
<br>
<br1>
<br1>
<table border=0 cellspacing=0 cellpadding=0><tr><td FIXWIDTH=15>&nbsp;</td><td width=745 height=30 align=left><a action="bypass _bbshome"> HOME </a>&nbsp;&gt; <a action="bypass _bbsclan"> &$809; </a>&nbsp;&gt; <a action="bypass _bbsclan;clan;%clanid%"> &$802; </a>&nbsp;&gt; %link%</td></tr></table>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td width=755><img src="L2UI.SquareGray" width="755" height="1"></td></tr>
<tr><td width=5 height=15></td></tr>
</table>
<table fixwidth=755 border=0 cellspacing=0 cellpadding=0>
<tr><td></td></tr>
<tr>
<td width=5></td>
<td align=center FIXWIDTH=50 height=29>&$413;</td>
<td FIXWIDTH=120 height=29><combobox width=100 var=keyword list="%combobox%"></td>
<td FIXWIDTH=430><edit var = "Title" width=430 height=13></td>
<td width=5></td>
</tr></table>
<table fixwidth=755 border=0 cellspacing=0 cellpadding=0>
<tr><td width=5 height=10></td></tr>
<tr>
<td width=5></td>
<td align=center FIXWIDTH=50 height=29 valign=top>&$427;</td>
<td FIXWIDTH=550><MultiEdit var ="Content" width=550 height=313 back="l2ui_ch3.boardinput"></td>
<td width=5></td>
</tr>
<tr><td width=5 height=15></td></tr>
</table>
<table fixwidth=755 border=0 cellspacing=0 cellpadding=0>
<tr><td height=10> </td></tr>
<tr>
<td width=5></td>
<td align=center FIXWIDTH=50 height=29>&nbsp;</td>
<td align=center FIXWIDTH=75><button value="&$140;" action="Write _bbscpost %job% %clanid%;%topicId%;%postId% Title Content keyword" back="l2ui_ct1.button.button_df_small_down" width=70 height=25 fore="l2ui_ct1.button.button_df_small" ></td>
<td align=center FIXWIDTH=75><button value = "&$141;" action="bypass _bbscpost;list;%type%;%clanid%" back="l2ui_ct1.button.button_df_small_down" width=70 height=25 fore="l2ui_ct1.button.button_df_small" > </td>
<td align=center FIXWIDTH=410>&nbsp;</td>
<td width=5></td>
</tr></table>
</body>
</html>

View File

@@ -0,0 +1,75 @@
<html><body><center><br>
<br>
<br1>
<br1>
<table border=0 cellspacing=0 cellpadding=0><tr><td FIXWIDTH=15>&nbsp;</td><td width=745 height=30 align=left><a action="bypass _bbshome"> HOME </a>&nbsp;&gt; <a action="bypass _bbsclan"> &$809; </a>&nbsp;&gt; <a action="bypass _bbsclan;clan;%clanid%"> &$802; </a>&nbsp;&gt; %link%</td></tr></table>
<table border=0 cellspacing=0 cellpadding=2 bgcolor=A7A19A width=756>
<tr>
<td FIXWIDTH=80 align=center>&$416;</td>
<td FIXWIDTH=320 align=center>&$413;</td>
<td FIXWIDTH=155 align=center>&$417;</td>
<td FIXWIDTH=100 align=center>&$418;</td>
<td FIXWIDTH=80 align=center>&$419;</td>
</tr>
</table>
%postList%
<br>
<table width=756 cellspace=0 cellpadding=0>
<tr>
<td width=70>
<button value="&$422;" action="bypass _bbscpost;list;%type%;%clanid%" back="l2ui_ct1.button.button_df_small_down" width=70 height=25 fore="l2ui_ct1.button.button_df_small">
</td>
<td width=615 align=center>
<table cellspacing=2 cellpadding=0 border=0 height=16>
<tr>
<td><table><tr><td></td></tr><tr><td>
<button action="" back="L2UI_CT1.Button_DF_Left_Down" fore="L2UI_CT1.Button_DF_Left" width=15 height=15 ></td></tr></table>
</td>
<td >1</td>
<td ><table><tr><td></td></tr><tr><td>
<button action="" back="L2UI_CT1.Button_DF_Right_Down" fore="L2UI_CT1.Button_DF_Right" width=15 height=15 ></td></tr></table>
</td>
</tr>
</table>
</td>
<td width=70>
<button value = "&$421;" action="bypass _bbscpost;crea;%type%;%clanid%" back="l2ui_ct1.button.button_df_small_down" width=70 height=25 fore="l2ui_ct1.button.button_df_small" >
</td>
</tr>
<tr>
<td>
</td>
<td align=center>
<table border=0>
<tr>
<td>
<combobox width=65 var=keyword list="Title;Writer">
</td>
<td>
<edit var = "Search" width=130 height=15 length="16">
</td>
<td align=center>
<button value="&$420;" action="Write 5 40607_2 0 Search keyword keyword" back="l2ui_ct1.button.button_df_small_down" width=65 height=25 fore="l2ui_ct1.button.button_df_small">
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
</table>
<br>
<br>
<br>
</center>
</body>
</html>

View File

@@ -0,0 +1,40 @@
<html>
<body>
<br>
<br>
<table border="0" width="650">
<tr>
<td width="10">
</td>
<td width="600" align="left">
<a action="bypass _bbsgetfav">&$379;</a>&nbsp;>&nbsp;Bookmark list
</td>
</tr>
</table>
<center>
<img src="L2UI.squareblank" width="1" height="10">
<table border="0" cellspacing="0" cellpadding="0" width="755" bgcolor="A7A19A">
<tr>
<td fixwidth="30">
&nbsp;
</td>
<td fixwidth="410" align="center">
&$413;
</td>
<td fixwidth="150" align="center">
&$418;
</td>
<td fixwidth="60" align="center">
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="650">
</td>
</tr>
</table>
%fav_list%
</center>
</body>
</html>

View File

@@ -0,0 +1,23 @@
<br>
<table border="0" cellspacing="0" cellpadding="2" width="650">
<tr>
<td fixwidth="30">
&nbsp;
</td>
<td fixwidth="410" align="left">
<a action="bypass %fav_bypass%">%fav_title%</a>
</td>
<td fixwidth="150" align="center">
%fav_add_date%
</td>
<td fixwidth="60" align="center">
<button action="bypass _bbsdelfav_%fav_id%" width="15" height="15" back="L2UI_CT1.Button_DF_Delete_Down" fore="L2UI_CT1.Button_DF_Delete">
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="650">
</td>
</tr>
</table>

View File

@@ -0,0 +1,42 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;Friends</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=605><a action="bypass _friendlist">[Friend List]</a>&nbsp;&nbsp;[Block List]</td>
</tr>
</table><br>
<center>BLOCK LIST</center>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td>%blocklist%</td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=2><br><br>
<center><font color="999999">SELECTION LIST</font></center>
<img src="L2UI.squaregray" width=610 height=1>
<br>
<table width=610>
<tr>
<td>%selectedBlocksList%</td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=1>
<table width=610>
<tr>
<td height=10></td>
</tr><tr>
<td width=465></td>
<td width=70 align=center><button value="Delete" action="bypass _block;del" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="Delete All" action="bypass _block;delconfirm" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=5></td>
</tr>
</table>
%deleteMSG%
</body></html>

View File

@@ -0,0 +1,43 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;Friends</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=605>[Friend List]&nbsp;&nbsp;<a action="bypass _blocklist">[Block List]</a></td>
</tr>
</table><br>
<center>FRIEND LIST</center>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td>%friendslist%</td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=2><br><br>
<center><font color="999999">SELECTION LIST</font></center>
<img src="L2UI.squaregray" width=610 height=1>
<br>
<table width=610>
<tr>
<td>%selectedFriendsList%</td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=1>
<table width=610>
<tr>
<td height=10></td>
</tr><tr>
<td width=395></td>
<td width=70 align=center><button value="Delete" action="bypass _friend;del" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="Delete All" action="bypass _friend;delconfirm" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="New Mail" action="bypass _friend;mail" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=5></td>
</tr>
</table>
%deleteMSG%
</body></html>

View File

@@ -0,0 +1,30 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _friendlist">&$904;</a>&nbsp;>&nbsp;&$915;</td>
</tr>
</table>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td align=right width=60 height=24>Recipient</td>
<td width=540 height=24>%list%</td>
</tr><tr>
<td align=right height=24>&$413;</td>
<td><edit var="Title" width=540 height=13 length=128></td>
</tr><tr>
<td valign=top align=right height=24>&$427;</td>
<td><MultiEdit var="Content" width=540 height=313></td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td width=465 align=center></td>
<td width=70 align=center><button value="&$1078;" action="Write _friend mail %list% Title Title Content" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="&$141;" action="bypass _friendlist" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=5></td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,31 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsmail">&$905;</a>&nbsp;>&nbsp;%maillink%&$912;</td>
</tr>
</table>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td align=right width=60 height=24>Recipient</td>
<td><combobox var="Recipients" width=540 height=13 list="%recipients%"></td>
</tr><tr>
<td align=right height=24>&$413;</td>
<td><edit var="Title" width=540 height=13 length=128></td>
</tr><tr>
<td valign=top align=right height=24>&$427;</td>
<td><MultiEdit var="Content" width=540 height=313></td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td width=395 align=center></td>
<td width=70 align=center><button value="&$1078;" action="Write Mail Send %letterId% Recipients Title Content" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="&$141;" action="bypass _bbsmail" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="&$425;" action="bypass _bbsmail;del;%letterId%" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=5></td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,52 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsmail">&$905;</a>&nbsp;>&nbsp;%maillink%</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=60>Sender:</td>
<td width=285>%writer%</td>
<td width=10></td>
<td width=120>Send Time:</td>
<td width=120>%sentDate%</td>
</tr><tr>
<td></td>
<td>Recipient:</td>
<td>%receiver%</td>
<td></td>
<td>Delete Intended Time:</td>
<td>%delDate%</td>
</tr><tr>
<td></td>
<td>&$413;:</td>
<td>%title%</td>
<td></td>
<td></td>
<td></td>
</tr>
</table><br>
<table width=610>
<tr>
<td width=5></td>
<td width=600 align=left>%mes%</td>
<td width=5></td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td width=5></td>
<td width=70 align=center><button value="&$422;" action="bypass _bbsmail" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=250></td>
<td width=70 align=center><button value="&$912;" action="bypass _bbsmail;reply;%letterId%" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="&$425;" action="bypass _bbsmail;del;%letterId%" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="&$914;" action="bypass _bbsmail;store;%letterId%" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="&$915;" action="bypass _bbsmail;crea" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=5></td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,30 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsmail">&$905;</a>&nbsp;>&nbsp;&$421;</td>
</tr>
</table>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td align=right width=60 height=24>Recipient</td>
<td><edit var="ToList" width=540 height=13 length=128></td>
</tr><tr>
<td align=right height=24>&$413;</td>
<td><edit var="Title" width=540 height=13 length=128></td>
</tr><tr>
<td valign=top align=right height=24>&$427;</td>
<td><MultiEdit var="Content" width=540 height=313></td>
</tr>
</table><br>
<img src="L2UI.squaregray" width=610 height=1><br>
<table width=610>
<tr>
<td width=465 align=center></td>
<td width=70 align=center><button value="&$1078;" action="Write Mail Send %postId% ToList Title Content" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=70 align=center><button value="&$141;" action="bypass _bbsmail" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
<td width=5></td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,50 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsmail">&$905;</a>&nbsp;>&nbsp;%type%</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=605><a action="bypass _bbsmail">[&$917;]</a>&nbsp;(%inbox%)&nbsp;<a action="bypass _bbsmail;sentbox">[&$918;]</a>&nbsp;(%sentbox%)&nbsp;<a action="bypass _bbsmail;archive">[&$919;]</a>&nbsp;(%archive%)</td>
</tr>
</table><br>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=150>&$911;</td>
<td width=300>&$413;</td>
<td width=150>&$910;</td>
<td width=5></td>
</tr>
</table>
%maillist%<br>
<table width=610>
<tr>
<td width=50></td>
<td width=410 align=center>
<table cellspacing=2 cellpadding=0 border=0>
<tr>
%maillistlength%
</tr>
</table>
</td>
<td align=right><button value="&$421;" action="bypass _bbsmail;crea" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
</tr><tr>
<td width=5 height=10></td>
</tr><tr>
<td></td>
<td align=center>
<table>
<tr>
<td><combobox width=65 var=SearchTarget list="Writer;Title"></td>
<td><edit var="Keyword" width=130 height=15 length="16"></td>
<td><button value="&$420;" action="Write Mail Search;%htype% 0 SearchTarget SearchTarget Keyword" back="l2ui_ch3.smallbutton2_down" width=65 height=20 fore="l2ui_ch3.smallbutton2"></td>
</tr>
</table>
</td>
</tr>
</table>
</body></html>

View File

@@ -0,0 +1,56 @@
<html><body><br><br>
<table border=0 width=750><tr><td width=10></td><td width=740 align=left>
<a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsmemo">Memo Form</a>
</td></tr>
</table>
<img src="L2UI.squareblank" width="1" height="10">
<center>
<table border=0 cellspacing=0 cellpadding=0 bgcolor=333333>
<tr><td height=10></td></tr>
<tr>
<td fixWIDTH=55 align=right valign=top>&$413; : &nbsp;</td>
<td fixWIDTH=380 valign=top>%memoName%</td>
<td fixwidth=5></td>
<td fixwidth=50></td>
<td fixWIDTH=120></td>
</tr>
<tr><td height=10></td></tr>
<tr>
<td align=right><font color="AAAAAA" >&$417; : &nbsp;</font></td>
<td><font color="AAAAAA">%memoOwnerName%</font></td>
<td></td>
<td><font color="AAAAAA">&$418; :</font></td>
<td><font color="AAAAAA">%postDate%</font></td>
</tr>
<tr><td height=10></td></tr>
</table>
<br>
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td fixwidth=5></td>
<td FIXWIDTH=740 align=left>%mes%</td>
<td fixqqwidth=5></td>
</tr>
</table>
<br>
<img src="L2UI.squareblank" width="1" height="5">
<img src="L2UI.squaregray" width="750" height="1">
<img src="L2UI.squareblank" width="1" height="5">
<table border=0 cellspacing=0 cellpadding=0 FIXWIDTH=750>
<tr>
<td width=50>
<button value="&$422;" action="bypass _bbsmemo" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF">
</td>
<td width=700 align=right><table border=0 cellspacing=0><tr>
<td FIXWIDTH=300></td><td><button value = "&$424;" action="bypass _bbsmemo;edit;%postId%" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF" ></td>&nbsp;
<td><button value = "&$425;" action="bypass _bbsmemo;del;%postId%" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF" ></td>&nbsp;
<td><button value = "&$421;" action="bypass _bbsmemo;crea" back="L2UI_CT1.Button_DF_Down" width=65 height=20 fore="L2UI_CT1.Button_DF" ></td>&nbsp;
</tr></table>
</td>
</tr>
</table>
<br>
<br>
<br></center>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<html>
<body><br><br>
<table border=0 width=750><tr><td width=10></td><td width=740 align=left>
<a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsmemo">Memo Form</a>
</td></tr>
</table>
<img src="L2UI.squareblank" width="1" height="10">
<center>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td width=610><img src="sek.cbui355" width="750" height="1"><br1><img src="sek.cbui355" width="750" height="1"></td></tr>
</table>
<table fixwidth=750 border=0 cellspacing=0 cellpadding=0>
<tr><td><img src="l2ui.mini_logo" width=5 height=20></td></tr>
<tr>
<td><img src="l2ui.mini_logo" width=5 height=1></td>
<td align=center FIXWIDTH=74 height=29>&$413;</td>
<td FIXWIDTH=666><edit var = "Title" width=666 height=13></td>
<td><img src="l2ui.mini_logo" width=5 height=1></td>
</tr></table>
<table fixwidth=750 border=0 cellspacing=0 cellpadding=0>
<tr><td><img src="l2ui.mini_logo" width=5 height=10></td></tr>
<tr>
<td><img src="l2ui.mini_logo" width=5 height=1></td>
<td align=center FIXWIDTH=74 height=29 valign=top>&$427;</td>
<td align=center FIXWIDTH=666><MultiEdit var ="Content" width=661 height=313></td>
<td><img src="l2ui.mini_logo" width=5 height=1></td>
</tr>
<tr><td><img src="l2ui.mini_logo" width=5 height=10></td></tr>
</table>
<table fixwidth=750 border=0 cellspacing=0 cellpadding=0>
<tr><td><img src="l2ui.mini_logo" width=5 height=10></td></tr>
<tr>
<td><img src="l2ui.mini_logo" width=5 height=1></td>
<td align=center FIXWIDTH=74 height=29>&nbsp;</td>
<td align=center FIXWIDTH=86><button value="&$140;" action="Write _bbsmemo %job% %postId% Title Content Title" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" width=65 height=20></td>
<td align=center FIXWIDTH=86><button value = "&$141;" action="bypass _bbsmemo" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" width=65 height=20> </td>
<td align=center FIXWIDTH=494>&nbsp;</td>
<td><img src="l2ui.mini_logo" width=5 height=1></td>
</tr></table>
</center>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<html><body><br><br>
<table border=0 width=750><tr><td width=10></td><td width=740 align=left>
<a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsmemo">Memo Form</a>
</td></tr>
</table>
<img src="L2UI.squareblank" width="1" height="10">
<center>
<table border=0 cellspacing=0 cellpadding=2 bgcolor=888888 width=750>
<tr>
<td FIXWIDTH=5></td>
<td FIXWIDTH=511 align=center>&$413;</td>
<td FIXWIDTH=148 align=center></td>");
<td FIXWIDTH=86 align=center>&$418;</td>
<td FIXWIDTH=5></td>
</tr>
</table>
%memoList%
<br>
<table width=750 cellspace=0 cellpadding=0>
<tr>
<td width=50>
<button value="&$422;" action="bypass _bbsmemo" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" width=65 height=20>
</td>
<td width=510 align=center>
<table border=0><tr>
%memoListLength%
</tr></table> </td>
<td align=right><button value = "&$421;" action="bypass _bbsmemo;crea" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" width=65 height=20></td></tr>
<tr><td><img src="l2ui.mini_logo" width=5 height=10></td></tr>
<tr>
<td></td>
<td align=center><table border=0><tr><td></td><td><edit var = "Search" width=130 height=11></td>
<td><button value="&$420;" action="Write 5 -2 0 Search Search Search" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" width=65 height=20> </td> </tr></table> </td>
</tr>
</table>
<br>
<br>
<br>
</center>
</body>
</html>

View File

@@ -0,0 +1,37 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbsloc">REGION</a>&nbsp;>&nbsp;%castleName%</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=90>Territory Name:</td>
<td width=240>%castleName%</td>
<td width=125>Today's Tax Rate:</td>
<td width=150>%tax%</td>
</tr><tr>
<td></td>
<td>Castle Lord:</td>
<td>%lord%</td>
<td>Tomorrow's Tax Rate:</td>
<td>%tax%</td>
</tr><tr>
<td></td>
<td>Owning Clan:</td>
<td>%clanName%</td>
<td>Castle Name:</td>
<td>%castleName%</td>
</tr><tr>
<td></td>
<td>Alliance:</td>
<td>%allyName%</td>
<td>Next Attack Date:</td>
<td>%siegeDate%</td>
</tr>
</table>
%hallsList%
</body></html>

View File

@@ -0,0 +1,20 @@
<html><body><br>
<table width=610>
<tr>
<td width=15>&nbsp;</td>
<td width=595 height=30><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;Region</td>
</tr>
</table>
<table width=610 bgcolor=A7A19A>
<tr>
<td width=5></td>
<td width=160>Territory Name</td>
<td width=160>Owning Clan</td>
<td width=160>Alliance</td>
<td width=120>Today's Tax Rate</td>
<td width=5></td>
</tr>
</table><br1>
%castleList%
</body></html>

View File

@@ -0,0 +1,43 @@
<html>
<body>
<br>
<table width=610>
<tr>
<td width=250 align=left><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbshome;news.htm">Lineage II News</a>&nbsp;>&nbsp;<a action="bypass _bbshome;events.htm">Events</a></td>
</tr>
<tr>
<td height=9></td>
</tr>
</table>
<center>
<table width=610 bgcolor="666666">
<tr>
<td width=50 height=18 align="center">&nbsp;</td>
<td width=380 height=18 align="center">Title</td>
<td width=90 height=18 align="center">Type of Event</td>
<td width=90 height=18 align="left">&nbsp;&nbsp;Date</td>
</tr>
</table>
<table width=610 height=46>
<tr>
<td width=46 align="right"><img src="l2ui.bbs_board" width=32 height=32></td>
<td width=94 align="left"><a action="bypass _bbshome;11">Wedding Event</a></td>
<td width=290 align="left"><font color="FF9900">Marry to your love and Enjoy the benefits.</font></td>
<td width=100 align="center">Custom Event</td>
<td width=80 align="left">No Expiration</td>
</tr>
</table>
<img src="l2ui.squaregray" width="610" height="1">
<table width=610 height=46>
<tr>
<td width=46 align="right"><img src="l2ui.bbs_board" width=32 height=32></td>
<td width=94 align="left"><a action="bypass _bbshome;12">Welcome Event</a></td>
<td width=290 align="left"><font color="FF9900">The Biggest Event that a Lineage II Server has ever seen</font></td>
<td width=100 align="center">Custom Event</td>
<td width=80 align="left">May 21th</td>
</tr>
</table>
<img src="l2ui.squaregray" width="610" height="1">
</center>
</body>
</html>

View File

@@ -0,0 +1,67 @@
<html><body><br>
<table width="610">
<tr>
<td align="center" height="30"><img src="l2ui.bbs_lineage2" width="128" height="16"></td>
</tr>
</table>
<table width="610" bgcolor="A7A19A">
<tr>
<td width="50" align="center">&$412;</td>
<td width="380" align="center">&$413;</td>
<td width="90" align="center">&$414;</td>
<td width="90" align="center">&$415;</td>
</tr>
</table><br>
<table width="610">
<tr>
<td width="50" align="center"><img src="l2ui.bbs_folder" width="32" height="32"></td>
<td width="380" align="left"><a action="bypass _bbsgetfav">Favorites</a><br1><font color="AAAAAA">Bookmarks</font></td>
<td width="90" align="center">0</td>
<td width="90" align="center">admin</td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=610><img src="l2ui.squaregray" width="600" height="1"></td>
</tr>
</table><br>
<table border=0 cellspacing=0 cellpadding=2>
<tr>
<td FIXWIDTH=50 align=right valign=top><img src="l2ui.bbs_folder" width=32 height=32></td>
<td FIXWIDTH=380 align=left valign=top><a action="bypass _bbshome;rules.htm">Server Rules</a><br1><font color="AAAAAA">Read them carefully</font></td>
<td FIXWIDTH=90 align=center valign=top>0</td>
<td FIXWIDTH=90 align=center valign=top>admin</td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=610><img src="l2ui.squaregray" width="600" height="1"></td>
</tr>
</table><br>
<table border=0 cellspacing=0 cellpadding=2>
<tr>
<td FIXWIDTH=50 align=right valign=top><img src="l2ui.bbs_folder" width=32 height=32></td>
<td FIXWIDTH=380 align=left valign=top><a action="bypass _bbshome;news.htm">Lineage II News</a><br1><font color="AAAAAA">New Information</font></td>
<td FIXWIDTH=90 align=center valign=top>0</td>
<td FIXWIDTH=90 align=center valign=top>admin</td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=610><img src="l2ui.squaregray" width="600" height="1"></td>
</tr>
</table><br>
<table border=0 cellspacing=0 cellpadding=2>
<tr>
<td FIXWIDTH=50 align=right valign=top><img src="l2ui.bbs_folder" width=32 height=32></td>
<td FIXWIDTH=380 align=left valign=top><a action="bypass _bbsclan">Clan Community</a><br1><font color="AAAAAA">Clan Community</font></td>
<td FIXWIDTH=90 align=center valign=top>0</td>
<td FIXWIDTH=90 align=center valign=top>admin</td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=610><img src="l2ui.squaregray" width="600" height="1"></td>
</tr>
</table>
</center></body></html>

View File

@@ -0,0 +1,50 @@
<html>
<body>
<br>
<table width=750>
<tr>
<td width=2100 align=left><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbshome;news.htm">Lineage II News</a></td>
</tr>
<tr>
<td height=9></td>
</tr>
</table>
<center>
<table width=750 bgcolor="666666">
<tr>
<td width=100 height=18 align="right">Type</td>
<td width=450 height=18 align="center">Title</td>
<td width=100 height=18 align="center">Registered</td>
<td width=100 height=18 align="center">Administrator</td>
</tr>
</table>
<table width=750 height=46>
<tr>
<td width=100 align="right"><img src="l2ui.bbs_board" width=32 height=32></td>
<td width=450 align="left"><table width=450><tr><td align="left">&nbsp;<a action="bypass _bbshome;events.htm">Events (0)</a></td></tr><tr><td width=450 align="left">&nbsp;Scheduled Events</td></tr></table></td>
<td width=100 align="center">0</td>
<td width=100 align="center">admin</td>
</tr>
</table>
<img src="l2ui.squaregray" width="750" height="1">
<table width=750 height=46>
<tr>
<td width=100 align="right"><img src="l2ui.bbs_board" width=32 height=32></td>
<td width=450 align="left"><table width=450><tr><td align="left">&nbsp;<a action="bypass _bbshome;announce.htm">Official Announcements (0)</a></td></tr><tr><td width=450 align="left">&nbsp;General Information</td></tr></table></td>
<td width=100 align="center">0</td>
<td width=100 align="center">admin</td>
</tr>
</table>
<img src="l2ui.squaregray" width="750" height="1">
<table width=750 height=46>
<tr>
<td width=100 align="right"><img src="l2ui.bbs_board" width=32 height=32></td>
<td width=450 align="left"><table width=450><tr><td align="left">&nbsp;<a action="bypass _bbshome;update.htm">Update Information (0)</a></td></tr><tr><td width=450 align="left">&nbsp;Patch Notes</td></tr></table></td>
<td width=100 align="center">0</td>
<td width=100 align="center">admin</td>
</tr>
</table>
<img src="l2ui.squaregray" width="750" height="1">
</center>
</body>
</html>

View File

@@ -0,0 +1,22 @@
<html><body><br>
<table width="610">
<tr>
<td height="30"><a action="bypass _bbshome">HOME</a>&nbsp;>&nbsp;<a action="bypass _bbshome;rules.htm">Lineage II Rules</a></td>
</tr>
</table>
<table width="610" bgcolor="666666">
<tr>
<td width="520" align="center">&$413;</td>
<td width="90" align="center">&$415;</td>
</tr>
</table>
<table width="610" height="46">
<tr>
<td width="50" align="right"><img src="l2ui.bbs_board" width="32" height="32"></td>
<td width="470" align="left">&nbsp;Here goes the server rules;</td>
<td width="90" align="center">0</td>
</tr>
</table>
<img src="l2ui.squaregray" width="610" height="1">
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Ghost of Wigoth:<br>
You've destroyed the Shadow of Halisha! Good job!<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@@ -0,0 +1,5 @@
<html><body>Nameless Soul:<br>
This is the final resting place of the ancient emperors of the Elmoreden Empire! There are four major sepulchers. They are the Sepulcher of Conquerors, the Sepulcher of Rulers, the Sepulcher of Great Sages and the Sepulcher of Judges, respectively. Together they are known as the Four Sepulchers.<br>
But this sacred place is ultimately...<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Ghost of Wigoth:<br>
Phew! You escaped safely!<br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Ghost Chamberlain of Elmoreden:<br>
Greetings! I am a chamberlain of the ancient Elmoreden empire! When I was a mortal being I worked at the cemetery of the Elmoreden empire. Now I'm here, serving those who are traveling to the cemetery.<br>
My assistant also assists such travelers. He can be found near the entrance of Argos' Wall.<br>
Do you plan to visit the Elmoreden Cemetery?<br>
<a action="bypass -h Quest 620_FourGoblets 15">"I want to visit the 4th sepulcher."</a><br>
<a action="bypass -h Quest 620_FourGoblets 16">"I want to visit the entrance to the Elmoreden Cemetery."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>Ghost Chamberlain of Elmoreden:<br>
Woooo! I'm a ghost page of the ancient Elmoreden Empire! I worked in the cemetery when I was a mortal being. Now I'm here to help travelers going to the Elmoreden Cemetery.<BR>
My boss is in the Pilgrim's Necropolis. He also helps people visit the cemetery.<BR>
Would you like to visit the cemetery of the Elmoreden empire? <BR>
<a action="bypass -h Quest 620_FourGoblets 15">"I want to visit the 4th sepulcher."</a><br>
<a action="bypass -h Quest 620_FourGoblets 16">"I want to visit the entrance to the Elmoreden Cemetery."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

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