From 2f326bf04a0f81c1717289db55b38288c2d8c59c Mon Sep 17 00:00:00 2001 From: Aleos Date: Mon, 30 Mar 2020 13:17:19 -0400 Subject: [PATCH] Converted Quest Database to YAML (#4064) * Changes TimeLimit format to be human readable. * Converts title to string. * Converts objectives and drop items to vectors. * General clean ups and optimizations. * Got rid of dummy_quest. * Added TXT to YAML converter. Thanks to @Atemo and @Normynator! Co-authored-by: atemo --- db/import-tmpl/quest_db.txt | 7 - db/import-tmpl/quest_db.yml | 44 + db/pre-re/quest_db.txt | 3135 ------------ db/pre-re/quest_db.yml | 7098 ++++++++++++++++++++++++++ db/quest_db.yml | 52 + db/re/quest_db.txt | 4053 --------------- db/re/quest_db.yml | 9573 +++++++++++++++++++++++++++++++++++ doc/yaml/db/quest_db.yml | 23 + src/char/int_quest.cpp | 2 +- src/common/mmo.hpp | 7 +- src/map/atcommand.cpp | 4 +- src/map/clif.cpp | 76 +- src/map/intif.cpp | 6 +- src/map/map-server.vcxproj | 2 +- src/map/quest.cpp | 720 +-- src/map/quest.hpp | 60 +- src/map/script.cpp | 7 +- src/tool/csv2yaml.cpp | 143 + 18 files changed, 17412 insertions(+), 7600 deletions(-) delete mode 100644 db/import-tmpl/quest_db.txt create mode 100644 db/import-tmpl/quest_db.yml delete mode 100644 db/pre-re/quest_db.txt create mode 100644 db/pre-re/quest_db.yml create mode 100644 db/quest_db.yml delete mode 100644 db/re/quest_db.txt create mode 100644 db/re/quest_db.yml create mode 100644 doc/yaml/db/quest_db.yml diff --git a/db/import-tmpl/quest_db.txt b/db/import-tmpl/quest_db.txt deleted file mode 100644 index 61416a27a4..0000000000 --- a/db/import-tmpl/quest_db.txt +++ /dev/null @@ -1,7 +0,0 @@ -// Quest Database -// -// Structure of Database: -// Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,MobID1,NameID1,Rate1,MobID2,NameID2,Rate2,MobID3,NameID3,Rate3,Quest Title -// -// The MobID*, NameID*, and Rate* reflect special values for quests that can drop an item at given rate from given mob. -// If no MobID* is given, then any mob has a chance to drop the given ItemID*. diff --git a/db/import-tmpl/quest_db.yml b/db/import-tmpl/quest_db.yml new file mode 100644 index 0000000000..e426d78209 --- /dev/null +++ b/db/import-tmpl/quest_db.yml @@ -0,0 +1,44 @@ +# This file is a part of rAthena. +# Copyright(C) 2019 rAthena Development Team +# https://rathena.org - https://github.com/rathena +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +########################################################################### +# Quest Database +########################################################################### +# +# Quest Settings +# +########################################################################### +# - Id Quest ID. +# Title Quest title. +# TimeLimit Amount of time before the quest expires. (Default: 0) +# Use a number following by "d" for day(s), "h" for hour(s), "mn" for minute(s), and "s" for second(s). +# Specify with "+" for how long until the quest expires. +# Specify without "+" for the exact time the quest expires using "d" (optionnal), [0-23]"h" (required), [0-59]"mn" (optionnal), [0-59]"s" (optionnal) format. +# Please note the number before "d" only shift the exact timer to the given day(s). +# Targets: Quest objective target. (Default: null) +# - Mob Monster to kill. +# Count Amount of monsters to kill. +# Drops: Quest item drop targets. (Default: null) +# - Mob Monster to kill. 0 will apply to all monsters. (Default: 0) +# Item Item to drop. +# Count Amount of items that will drop. Non-stackable items default to 1. (Default: 1) +# Rate Item drop rate. (10000 = 100%) +########################################################################### + +Header: + Type: QUEST_DB + Version: 1 diff --git a/db/pre-re/quest_db.txt b/db/pre-re/quest_db.txt deleted file mode 100644 index 013603284f..0000000000 --- a/db/pre-re/quest_db.txt +++ /dev/null @@ -1,3135 +0,0 @@ -// Quest Database -// -// Structure of Database: -// Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,MobID1,NameID1,Rate1,MobID2,NameID2,Rate2,MobID3,NameID3,Rate3,Quest Title -// -// The MobID*, NameID*, and Rate* reflect special values for quests that can drop an item at given rate from given mob. -// If no MobID* is given, then any mob has a chance to drop the given ItemID*. - -1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Transcend" -1001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Acolyte" -1002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Acolyte" -1003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Acolyte" -1004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Archer" -1005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Mage" -1006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Mage" -1007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Mage" -1008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Mage" -1009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Merchant" -1010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Merchant" -1011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Merchant" -1012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Merchant" -1013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Thief" -1014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Swordman" -1015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Your first quest" -1016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaining base levels" - -// 2010 Headgear Quests -1100,0,1178,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo in the Sphinx Dungeon!" -1101,0,1164,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soloing Sphinx Dungeon!" -1102,0,1194,40,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soloing Clock Tower!" -1103,0,1213,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soloing Clock Tower!" -1104,0,1519,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Luoyang!" -1105,0,1513,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Luoyang!" -1106,0,1375,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Amatsu Dungeon!" -1107,0,1403,40,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Amatsu Dungeon!" -1108,0,1631,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Luoyang!" - -// Ropewa & Yuridi Quest -1109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Survivors of the Labyrinth" -1110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Victims of the Labyrinth" -1111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Maze in the Labyrinth" -1112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Lost in the Labyrinth" -1113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Torn Apart" -1114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - The Cost of Restoration" -1115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Song of the Abyss" -1116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Dead Man's Song" -1117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Eternal Promise, Broken Ring" -1118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Neighborhood Knight - I Need Clues" -1119,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Neighborhood Knight - Cooldown" - -1145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1152,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" - -// 2011 X-Mas Event -1194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" - -// Find Professor Worm's Memory -1214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" - -2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 1" -2064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 2" -2065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 3" -2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 4" -2067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 5" -2068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 6" -2069,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tierra Gorge Battle" -2070,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flavius Battle" -2071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2143,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guild Dungeon Event" -2144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guild Dungeon Event" - -2147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2150,0,1995,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2151,0,1992,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2157,0,1986,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding a Fairy" -2159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding a Tree Giant" -2179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dr. Lifeguard's request" -2180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dr. Lifeguard's request" -2181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dr. Lifeguard's request" -2182,64800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rough Minerals" -2183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flower of Alfheim" -2184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flower of Alfheim" -2185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spirit of Alfheim" -2186,64800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helping Grenouille" - -2187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" -2188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" -2189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" -2190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" -2191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" - -2192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" - -2209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" -2218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2221,600,1718,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2223,0,1428,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" - -// Secret in the Woods -2271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Buwaya" - -// Pyramid (Nightmare) -2289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Verit Hunting (Nightmare)" -2290,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Verit Hunting - Cooldown" -2291,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mummy Hunting - Cooldown" -2292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mummy Hunting (Nightmare)" - -// New Novice Ground -2299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training Center: Talk to Lisa" -2300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training Center: Talk to General Reindeer" -2301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training Center: Leave the boat" -2302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training Center: Formation" - -//2315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" - -3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk - Marathon" -3029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk - Final test" -//3030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk - Spiritual Training" -3032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk - Become a Monk" -3040,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Curse of Baphomet" -3041,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Curse of Baphomet" -3042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Cursed Baphomet Doll" -3043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Gigantic Magestic Goat" -3044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Gigantic Magestic Goat" -3045,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sealed Shrine" -3046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sealed Shrine After-effect" - -3050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 1" -3051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 2" -3052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 3" -3053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 4" -3054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 5" -3055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 6" -3056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 7" -3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Where's the Little Sis?" -3061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Find a way to unlock the shackles!" -3062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Find the Locksmith!" -3063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Mr. Lockenlock?" -3064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Organic Chamelepu Soap" -3065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Soap Ingredients" -3066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - To make a Chamelepu Soap..." -3067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Camel Appetite Stimulants" -3068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Getting the Camel Dung" -3069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Where's the Silk Sand Camel?" -3070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Silk Sand Camel is gone!" -3071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Silk Sand Camel is found!" -3072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 1 lump of Camel dung obtained" -3073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 2 lumps of Camel dung obtained" -3074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 3 lumps of Camel dung obtained" -3075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 4 lumps of Camel dung obtained" -3076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 5 lumps of Camel dung obtained" -3077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Go to Ms. Ivory" -3078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Chamalepu Soap is completed!" -3079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Making the key mold" -3080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Bringing the key mold" -3081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - All you need is Steel!" -3082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - The Key is Made!" -3083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Mr. Lockenlock's key" -3085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Call from the commander" -3086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Commander's Duty" -3087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Rune Midgard" -3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Accident!" -3089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - How to restore" -3090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Location of reports" -3091,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Location of reports" -3092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Success to restore!" -3093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Report to the continent" -3094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Return to the expedition" - -3100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Lost Bond of Debt" -3101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Strange Heap of Earth" -3102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Bond of Debt Found, but..." -3103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Inventor Dorian" -3104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repair Materials of Magic Dryer" -3105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer" -3106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer Failed" -3107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer Successful" -3108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Let's Run the Magic Dryer" -3109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Restoring the Bond of Debt" -3110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Tracking the Diamond" -3111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Leblo's Favor" -3112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor" -3113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor" -3114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor" -3115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Leblo's Information" -3116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Information from Rogue Investigator" -3117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Odd Switches" -3118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Diamond Found!" -3119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Wanted Notice" -3120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - About Z Gang" -3121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Valdes's Favor" -3122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Information from Valdes" -3123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Marybell's Test" -3124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Challenging Moonho Ahn" -3125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Challenging Moonho Ahn" -3126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Information from Marybell" -3127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Z Gang's Attack" -3128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Z Gang's Attack" -3129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Strange Letter" -3130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Decrypting the letter..." -3131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Code's Broken!" -3132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Find the Z Gang's Agit" -3133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Agit Found!" -3134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Clean Sweep of Z Gang" -3135,259200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nidhoggur's Nest" -3136,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nidhoggur's Nest Time Limit" - -3200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Recommendation for Rune knight" -3201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Secret rendezvous of Rune knight" -3202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The first test" -3203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The first test" -3204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the first test" -3205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3209,0,1504,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy1" -3210,0,1506,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy2" -3211,0,1508,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy3" -3212,0,1510,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy4" -3213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the second test" -3216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The final test" -3217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The final test" -3218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the final test" -3219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The end of all test" -3220,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Waiting time of test" - -3250,0,1041,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - What is this bandage for?" -3251,0,1271,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - An alligator of Counterattack" -3252,0,1264,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - My mermaid don't do like this way!" -3253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Missing occult mania" -3254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A country wants you" -3255,0,1166,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A wild boar subjugate operation" -3256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Ready for waiting summer" -3257,0,1170,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A grudge of women" -3258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A material of delicacy" -3259,0,1143,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A agony of a doll master" -3260,0,1035,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Tiresome flies" -3261,0,1026,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Unclean girl" -3262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Queer hobby" -3263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A mallet of goblin" -3265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Missing occult mania" - -4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sherin's Job Interview" -4001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter - Test" -4012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" - -// Following entries are depreciated - use 10000-10025 -//4015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Becoming an Adventurer Appraiser" -//4016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Proof of Qualification" -//4017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Qualification Test" -//4018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Preparations for Meeting Princes" -//4020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The prince, Peter's Favor" -//4029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Girl's Favor" -//4030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Story of Ahrum and Ernst" -//4031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Story of Ahrum and Ernst" -//4032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conspiracy of the two families" -//4033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Death of Ahrum" - -4133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Iara" -4134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Iara" -4135,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Iara" - -4154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus Researcher" -4155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 1" -4156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 2" -4157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 3" -4158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 4" -4159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 5" -4160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 6" - -4161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Siege Expert" -4162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Party Recruiting Expert" -4163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battleground Expert" -4164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial Dungeon Expert" -4165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Map Expert" -4166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Passing Grades" - -// Paradise 86 - 90 [Chilly] -4167,0,1321,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Dragon Tail Handling" -4168,0,1322,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Spring Rabbit Handling" -4169,0,1256,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Pest Handling" -4170,0,1102,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Bathory Handling" -4171,0,1193,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Alarm Handling" -4172,0,1882,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Babayaga Handling" -4173,0,1512,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Hyegun Handling" -4174,0,1403,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Antique Firelock Handling" -4175,0,1417,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Zipper Bear Handling" -4176,0,1155,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Earth Petite Handling" -4177,0,1162,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Rafflesia Handling" -4178,0,1621,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Venomous Handling" -4179,0,1616,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Pitman Handling" -4180,0,1718,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Yellow Novus Handling" - -// Paradise 91 - 99 [Chilly] -4181,0,1316,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Solider Handling" -4182,0,1319,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Freezer Handling" -4183,0,1318,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Heater Handling" -4184,0,1257,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Injustice Handling" -4185,0,1201,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Rybio Handling" -4186,0,1198,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Dark Priest Handling" -4187,0,1784,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Stapo Handling" -4188,0,1782,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Roween Handling" -4189,0,1776,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Siroma Handling" -4190,0,1401,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Shinobi Handling" -4191,0,1416,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Evil Nymph Handling" -4192,0,1109,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Deviruchi Handling" -4193,0,1614,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Mineral Handling" -4194,0,1072,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Kaho Handling" -4195,0,1255,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Neraid Handling" -4196,0,1506,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Disguise Handling" - -4197,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Octopus" - -// Paradise Cooldowns -4198,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4199,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4200,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4201,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4202,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4203,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4204,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4205,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4206,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4207,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4208,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4209,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4210,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4211,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4212,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4213,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4214,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4215,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4216,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4217,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4218,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4219,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4220,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4221,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4222,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4223,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4224,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4225,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4226,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4227,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" - -4229,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Devil in the Cave" - -4254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fairy with a stomache" -4255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revenge!" -4256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An accomplice?" -4257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conspiracy" -4258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eirinn" -4259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bourbon" -4260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bee" -4261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Counterattack (1)" -4262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Counterattack (2)" -4263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Counteroffensive (1)" -4264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Counteroffensive (2)" -4265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bookshelf use" -4266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"????? ??" -4267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"????? ??" -//4303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//4304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//4305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -4999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Extermination Crisis" -5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 7" -5001,0,1037,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"King Froggie VII's revenge" -5002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The hero of the frogs" -5003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Frog Hiding Skill" -5004,0,1099,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Food Shortage" - -// Researcher's Quest -5016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bring me a Research Tool Bag" -5017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revenge of the Reseacher" -5018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revenge of the Reseacher" -5019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Sample Studying" -5020,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sample Researching" -5021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sample Collecting" -5022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sample Collecting" -5023,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of the Sample" -5024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eastern Pool Research" -5025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Western Pool Research" -5026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Southern Pool Research" -5027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Northern Pool Research" -5028,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of the Sample" -5029,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unidentified Creature" -5030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The creature's family" -5031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The creature's family" -5032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The creature's family" -5033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The creature's family" -5034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"News from the family" -5035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5043,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5044,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Weapon" -5053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Weapon" -5054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Weapon" -5055,0,2071,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Local Rising - Headless Horse" -5056,0,1584,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Local Rising - Tamruan" -5057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Local Rising - Ready the Festival" -5058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The mood of the players-(1)" -5059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The mood of the players-(2)" -5060,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Shock" -5061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Am I scared?" -5062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I met Eryu." -5063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I met Stew." -5064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I met Ketchup." -5065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I met Eff." -5066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scary image-(1)" -5067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scary image-(2)" -5068,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting complaint" -5069,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Token of honor" -5070,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rock Paper Scissors" -5071,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Chamchamcham" -5072,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kkongnyangkkong" -5073,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Challenging of flag wave" -5074,0,1158,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat's Meal" -5075,0,1144,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Health food" -5076,0,1282,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enemies" -5077,0,1209,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reaction Training" -5078,0,1019,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Light bird food" -5079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to stabilize the mind" -5080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lack of Snack" -5081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Banned foods" -5082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cool food" -5083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Eryu-(1)" -5084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Eryu-(2)" -5085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Stew-(1)" -5086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Stew-(2)" -5087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Ketchup-(1)" -5088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Ketchup-(2)" -5089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Eff-(1)" -5090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Eff-(2)" -5091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Go Malangdo" - -5092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5094,0,1002,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5095,0,1063,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5096,0,1007,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5097,0,1049,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" - -5109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Light but Unconfirmed Rumor" -5110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Rumored Character" -5111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Lab..." -5112,259200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laboratory Restricted Access" -5113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Lord Knight" -5114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Paladin" -5115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] High Priest" -5116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Champion" -5117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] High Wizard" -5118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Professor" -5119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Whitesmith" -5120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Creator" -5121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Assassin Cross" -5122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Stalker" -5123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Sniper" -5124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Clown" -5125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Gypsy" - -// Kagerou/Oboro Job Quest -5131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Conversation" -5132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Family Business-(1)" -5133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Family Business-(2)" -5134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New path" -5135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"4 tests" -5136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Knowledge test" -5137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Survival test" -5138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Weapons test" -5139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The guy looks familiar!!" -5140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Uncertain chilliness" -5141,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Got a curse!!" -5142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prototype-(1)" -5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prototype-(2)" -5144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prototype-(2)" -5145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prototype-(3)" -5146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle test" - -// 2012 Headgear Quests -5161,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request[Stand by]" -5162,0,1164,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5163,0,1102,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5164,0,1322,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5165,0,1386,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5166,0,1117,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5167,0,1155,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5168,0,1269,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5169,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request[Stand by]" -5170,0,1776,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request" -5171,0,1198,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request" -5172,0,1784,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request" -5173,0,1316,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request" -5174,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collectiong request[Stand by]" -5175,0,1106,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collection request" -5176,0,1148,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collection request" -5177,0,1995,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collection request" -5178,0,1310,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collection request" -5179,0,1163,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Highest level collection request" -5180,0,1993,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Highest level collection request" -5181,0,1297,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Highest level collection request" -5182,0,1699,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Highest level collection request" -5222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving the energy crystals" -5223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving the energy crystals" -5224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving the energy crystals" -5225,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving energy crystal[Stand by]" -5226,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving energy crystal[Stand by]" -5227,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving energy crystal[Stand by]" - -6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Taekwon" -6001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Taekwon" -6002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Taekwon" -6005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Soul-Linker" -6006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Soul-Linker" -6007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Soul-Linker" -6008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Soul-Linker" -6010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Super Novice" -6015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A favor from Cougar" -6016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A favor from a Suspicious Man" -6017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red Leopard Joe's Reply" -6018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cougar's Madness" -6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Master Miller's Letter" -6021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wise Bull Horn's voucher" -6022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making a voucher" -6023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wise Bull Horn's Favor" -6024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Gunslinger!" -6025,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"KVM Guillaume" -6026,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"KVM Croix" -6027,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"KVM Indicator" -7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars" -7008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars - Nature" -7009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars - the Altar" -7010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars - Stars?" -7011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars" -7012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Case closed?" -7038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Passion for Baked Sweet Potatoes" -7039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dodging the conversation" -7040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dodging the conversation" -7041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Politics is for the Politicians" -7042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Tatacho's feed" -7043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Cornus's feed" -7044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Hillthrion's feed1" -7045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Hillthrion's feed2" -7046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - warm rugs" -7047,18000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Let's call it a day!" -7048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Burled's Favor" -7049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower" -7050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower" -7051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower" -7052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower" -7053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - What they want is.." -7054,0,1282,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Myu's Favor - Teach them a lesson!" -7055,0,1261,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Myu's Favor - Not the cat!" -7056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Arc's Favor" -7057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Arc's Favor" -7058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Arc's Favor" -7059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Prove the Truth" -7067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Prove the Truth" -7068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Prove the Truth" -7069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Too late!" -7070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Return" -7071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Invitation" -//7072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7073,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -7074,0,2017,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rata Hunt" -7075,0,2018,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Duneyrr Hunt" -7076,0,2026,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanted: Dandelion" -7077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting Dragon Eggs" -7078,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting Dragon Eggs" -7079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Refined Bradium" -7080,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Refined Bradium" -7081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helping the Laphine Craftsman" -7082,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helping the Laphine Craftsman" - -7091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 01" -7092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 02" -7093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 03" -7094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 04" -7095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 05" -7096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A proof of new requirement" -7097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A proof of new requirement" -7098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A proof of new requirement" -7099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A proof of new requirement" -7100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A message of Bercascell" -7101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 1" -7102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 2" -7103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 3" -7104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 4" -7105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 4" -7106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 5" -7107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 6" -7108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 7" -7109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 8" -7110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 9" -7111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 10" -7112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of Madelle" -7113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of Crave" -7114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of Trovan" -7115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of a peddler" -7116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of a old man" - -// Novice Training Grounds -7117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Your first quest!" -7118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Novice Training" -7119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Novice Training" -7120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Novice Training" -7121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Novice Training" -7122,0,1002,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"First battle - Poring Hunt" -7123,0,1049,2,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle Basics -Swordman" -7124,0,1063,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle Basics -Mage" -//7125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"not used" -7126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Selling items" -7127,0,1010,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle Basics -Thief" - -7128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training course 'conquest a desert!' -start" -7129,0,1009,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - A real battle 1" -7130,0,1107,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - A real battle 2" -7131,0,1001,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - A real battle 3" -7132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - Complete a quest" -7133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - Start" -7134,0,1051,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 1" -7135,0,1175,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 2" -7136,0,1005,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 3" -7137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - Complete a quest" -7138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - Start" -7139,0,1076,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - A real battle 1" -7140,0,1031,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - A real battle 2" -7141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - Complete a quest" -7142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - Start" -7143,0,1160,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 1" -7144,0,1095,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 2" -7145,0,1176,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 3" -7146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - Complete a quest" -7147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - start" -7148,0,1686,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 1" -7149,0,1023,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 2" -7150,0,1273,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 3" -7151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - Complete a quest" -7152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc dungeon!' - start" -7153,0,1153,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc dungeon!' - A real battle 1" -7154,0,1152,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc dungeon!'- A real battle 2" -7155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc dungeon!' - complete a quest" -7156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer an undersea city!' - start" -7157,0,1264,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer an undersea city!' - A real battle 1" -7158,0,1065,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer an undersea city!' - A real battle 2" -7159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer an undersea city!' - Complete a quest" - -7160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram" -7161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd" -7162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd" -7163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd" -7164,0,2076,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt for shadow of deception" -7165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Key of deception" -7166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rachel Branch of Shadow Workshop" -7167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd" -7168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd" -7169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd" -7170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd" -7171,0,2077,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt for shadow of delusion" -7172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Key of delusion" -7173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Message to Halled from Paul" -7174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 4th" -7175,0,2078,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunft for shadow of gaiety" -7176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Key of Gaiety" -7177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A young guy in Lighthalzen" -7178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Destination of Deception, Delusion and Gaiety" -7179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vicente, you dare!" -7180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Message from Doomk" - -7181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Karakas's ring" - -// El Dicastes -7182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sapha's Visit" -7183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Invitation from Sapha" -7184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To El Dicastes!" -7185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspector Doha" -7186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Order from Doha - Investigation" -7187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Order from Doha - Shay" -7188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information Gathering - in the Plaza" -7189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information Gathering - in the Factory" -7190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information Gathering - at the Guards" -7191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shay's designation - BK" -7192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"BK's Information" -7193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dimensional Crack Investigation" -7194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What's this bloodstain?" -7195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What's this skin piece?" -7196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What's this suspicious magic power?" -7197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sapha Certifications?" -7198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Audience with Ahat" -7199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Order from Ahat" -7200,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cheshire's call" -7201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Removing traces" -7202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret order from Doha - Collect proof" -7203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret order from Doha - Final Report" -7206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Day for Cheshire" -7207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cheshire's Box" -7208,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wait for Cheshire?" -7209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Forget the box." -7210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daily delivery" - -// Misty Forest Labyrinth -7211,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Misty Forest Labyrinth Exploration" -7212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loki's Search" -7213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wandering Protector" - -// Paradise Gear Advanced Quests [Chilly] -7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Training" -7215,0,1278,3,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Hunt 1" -7216,0,1278,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Hunt 2" -7217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Hunt 3" -7218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Complete" -7219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Johan Training" -7220,0,1192,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Johan Hunt 1" -7221,0,1117,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Johan Hunt 2" -7222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Johan Complete" -7223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Training" -7224,0,1619,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Hunt 1" -7225,0,1620,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Removed" -7226,0,1621,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Hunt 2 (Part A)" -7227,0,1622,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Hunt 2 (Part B)" -7228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Complete" -7229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Training" -7230,0,1776,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Hunt 1" -7231,0,1776,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Hunt 2" -7232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Complete" -7233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Training" -7234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret's Favor" -7235,0,1988,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Hunt 1" -7236,0,1995,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Hunt 2" -7237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Complete" -7238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toren's Errands (Easy)" -7239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toren's Errands (Normal)" -7240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strengthening Equipment" -7241,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toren's Errands - Tomorrow" -7242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Play with the baby cat" -7243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Duruduru Compass" -7244,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Duruduru Race" -7245,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Duruduru Race" -7246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-I'm coming now." -7247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Stop the Bang!" -//7248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -7249,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Bang! See you next time" -7250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Hidden Treasure?" -7251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The First piece of Painting" -7252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Second piece of Painting" -7253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Third piece of Painting" -7254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Fourth piece of Painting" -7255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Fifth piece of Painting" -7256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Sixth piece of Painting" -7257,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Race, Come back tomorrow!" -7258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Painting completed" -7259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gift from the Mew Bravery Team" -7260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The origin of Bugs" -7261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Table" -7262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Mattress" -7263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Grill" -7264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Chef Nyas" -7265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rage of Chef Nyas" -7266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Declaration of Chef Nyas" -7267,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Appointed time with Cleanyang" -7268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Cat's hard biscuits!" -7269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Resting Place" -7270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Sand" -7271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Bottom of the Stairs" -7272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Corner" -7273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Locker" -7274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Foothold" -7275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Sand" -7276,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Promise to deliver more food" -7281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" - -// Hall of Abyss -7349,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vote" - -// Port Malaya -7350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cautious Village" -7351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Better than My Old Button" -7352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sailor Wants a Button" -7353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Man Wants a Button" -7354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Young Man Wants a Button" -7355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Merchant Wants a Button" -7356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Little Kid Wants a Button" -7357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Middle-aged Guy Wants a Button" -7358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why do they want my Buttons?" -7359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Sailor" -7360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Old Man" -7361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Young Man" -7362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Merchant" -7363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Little Kid" -7364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Middle-aged Man" -7365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Better than My Old Button-2" -7366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Spiritual Protection and Impudent Girl-1" -7367,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Spiritual Protection and Impudent Girl-2" -7368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Pedro" -7369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Nardo" -7370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Pandoi" -7371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Woeon" -7372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Talah" -7373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Romel" -7374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Love and Spiritual Protection for All" -7375,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Love and Spiritual Protection Continues" -7376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-1" -7377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-2" -7378,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-Regular Trades" -7379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Peace Preacher" -7380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Smith a Traditional Spiritual Protection" -7381,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"High Demand on Spiritual Protection Material" -7382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Pedro" -7383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Nardo" -7384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Pandoi" -7385,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Woeon" -7386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Talah" -7387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Romel" -7388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Maries's Child" -7389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Give the Shirt to Maries's Child" -7390,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Worried about Maries's Child" -7391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jejeling and Jejellopy" -7392,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect Jejellopy Regularly" -7393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shiny Silver Blade" -7394,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shiny Tomorrow" -7395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ghost on the Ferry Ship" -7396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Angry Soul on Ferry Ship" -7397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mumbaki Phong's Advice" -7398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Offering Bouquet Recommended by Mumbaki" -7399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soul Diwata's Story" -7400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mumbaki of Port Malaya" -7401,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"All Aboard for Perry Sailing" -7402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bouquet for Diwata" -7403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stabilized Perry" -7404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Jejeling" -7405,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Jejeling - Same Time Tomorrow" -7406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Agree to Collecting Bones!" -7407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Purified Bone" -7408,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Agree to Come Back Tomorrow?" -7409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cannot Meet Eyes with Him!" -7410,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Teach Another Lesson Tomorrow!" - -// Eclage -7411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The traveler, Fome's story" -7412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The traveler, Litrip's story" -7413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The traveler, Chiba's story" -7414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eclage guard's message" -7415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laphine's Chief of Staff" -7416,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Waiting to meet" -7417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kardui's request" -7418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Eclage 1" -7419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Eclage 2" -7420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Eclage 3" -7421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"That's enough" -7422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kardui's gift" -7423,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A rumor about the King 1" -7424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A rumor about the King 2" -7425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A rumor about the King 3" -7426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A rumor about the King 4" -7427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"At times like this, face it straight on!" -7428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Yai of the wild" -7429,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wild recent trend!" -7430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliveryman that runs through space" -7431,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A mailman never rests!" -7432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The troublemakers in the land of blooming flowers" -7433,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Need constant guidance" - -// Twins and Scholar of Magics -7434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kardui's big brother" -7435,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time for reading the letter" -7436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Avant the Scholar of Magics" -7437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shenime's favor" -7438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret sponsorship" -7439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The scholar of magics sponsored by Shenime" -7440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Minuel's witness" -7441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mail is here!" -7442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The identity of the scholar of magics" -7443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interfere with the research!" -7444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What Avant was researching" - -// Orb -7445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Avant's back" -7446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unfruitful conversation" -7447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dilemma surrounding the Orb" -7448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Something's not right" -7449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Temptation toward the Orb" -7450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orb's lighting room" -7451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Betrayal" -7452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the chief of staff!" -7453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The last of the chief of staff" - -//7619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7629,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" - -8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quitting Job Change" -8001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Guild Master!" -8007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Acceptance from the Guild Master" -8008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Applying for Job Change to Priest" -8010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tarlock's Favor" -8033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ferlock's Favor" -8034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ferlock's Favor" -8035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How the Airship Works" -8036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hallen's Favor" -8037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Dice Roller" -8038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Dice Roller" -8039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Euslan's Fiancee" -8045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tips from Kaci" -8046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ferlock's Passengers list" -8047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Euslan's Favor" -8048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eukran's Testimony" -8049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thierry's Favor" -8050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Danger coming on to Thierry" -8051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Euslan's Medicine" -8052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thierry's Favor" -8053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Postell" -8054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Message from Postell" -8055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nursing Allen" -8056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Little something in return" -8057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grumbling Manainne" -8058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with El Schatt" -8059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Perfitz" -8060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stubborn El Schatt" -8061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stories of the past" -8062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kanainne" -8063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kanainne's spirit" -8064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Gemstone" -8090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mr. Manson" -8091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jenny the gardener" -8092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching the Market" -8093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Message" -8094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Double Crossed?" -8095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Phobe" -8096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Gemstone Found" -8097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Informing Jenny" -8098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Keeping the Secret" -8099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vincent's Recommendation" -8100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mr. Shendar's daughter" -8107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lachellen's Testimony" -8108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Foreigner, Katinshuell" -8109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's scent" -8110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's scent" -8111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lachellen's Testimony" -8112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Freya's Spring" -8113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's Diary" -8114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's Diary" -8115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Suspicious Katinshuell" -8116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lachellen's Testimony" -8117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Freya's Spring" -8118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Mr. Shendar" -8119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's Diary" -8120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Katinshuell" -8121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Katinshuell" -8122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's resting place" -8123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ayothaya's world famous dish, Tom Yum Goong" -8124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ayothaya's world famous dish, Tom Yum Goong" -8125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ayothaya's world famous dish, Tom Yum Goong" -8126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ayothaya's world famous dish, Tom Yum Goong" -8127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Momotaro Field Trip" -8128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Momotaro Field Trip" -8129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Momotaro Field Trip" -8130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Momotaro Field Trip" -8131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The mother of lord in Amatsu" -8132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The mother of lord in Amatsu" -8133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Song of the fox" -8134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Boy at the Northern Shrine" -8135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fox Expelled" -8136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Gray Wolf's Warning" -8137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Keymaker" -8138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Blacksmith's Request" -8139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Golden Key" -8140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Red Ring" -8141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mashenka's Red Ring" -8142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching the Marsh" -8143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Flute's Voice" -8144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ryubaba's Confession" -8145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Worried Mother's Request" -8146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Lusalka" -8147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lusalka's Beloved" -8148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lusalka's Beloved" -8149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Igor" -8150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Igor's message" -8151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Marozka's Cave" -8152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Golden Thread" -8153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of mind and wisdom" -8154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Keymaker" -8155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Golden Key" -8168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Koshei, the Immortal" -8169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Living and Dead Water" -8170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Living and Dead Water" -8171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Living and Dead Water" - -8181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sight Blaster" -8182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Push Back Theory" -8183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sight Blaster" -8184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Elemental Converter" -8185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Elemental Change" -8186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fire Elemental Change" -8187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Earth Elemental Change" -8188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wind Elemental Change" -8189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Water Elemental Change" -8190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Charming Wink" -8191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Charming Advisor" -8192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Selfish Advisor" -8193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Selfish Advisor" -8194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Drunken Advisor" -8195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kind Canell" -8196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Tripartite Union's Feud" -8197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Document Delivery" -8198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the United Research Official" -8199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"United Research Official's Favor" -8200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ryosen's Document Requests" -8201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Document" -8202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Document Restoration" -8203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Document Restoration" -8204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ryosen" -8205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the United Research Official" -8206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Researchers' Meeting" -8207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hansenne is not guilty." -8208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hansenne's Favor" -8209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hue's Report" -8210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the United Research Official" -8211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Order" -8217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dequ'ee's Message" -8218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's order" -8223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dequ'ee's order" -8224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The clue" -8225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dequ'ee's Reasoning" -8226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bankley's Death" -8227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Return to Shurank" -8228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prontera Market Research" -8235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collection of Red Jewel" -8242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collection of blue Jewel" -8243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Learning new languages" -8244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fairies and Tree Giants" -8245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Language sample investigation" -8246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Language sample investigation" -8247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Research progress" -8248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Research progress" -8249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Compressing Information" -8250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Storage Gem" -8251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Injection of Magic" -8252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Handworked jewels" -8253,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Language translation device" - -8254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"with a light heart and body" -8255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The test of power for existence" -8256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The test of power for existence" -8257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Providing food of Teardrop" -8258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Providing food of Teardrop" -8259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"to a place for taking a practical technique test" -8260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mission! Documents delivery" -8261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"When you play the flute,then the wolf show up!" -8262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ranger master never again" - -8265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"One time a one hour!" - -8266,0,1077,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting poison spore!" -8267,0,1056,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting smokie!" -8268,0,1033,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt elder wilow!" -8269,0,1104,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt coco!" -8270,0,1034,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt tharafrog!" -8271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toxic sprays delivery!" -8272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver a honey!" -8273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver a blanket!" -8274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect bones!" -8275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect feet!" -8276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect scell!" -8277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect tails!" -8278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect cookies!" -8279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect mustache!" - -9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Knight" -9001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loyalty of a Knight" -9002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loyalty of a Knight" -9003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Honor of a Knight" -9004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Honor of a Knight" -9005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tenacity of a Knight" -9006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tenacity of a Knight" -9007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Honor of a Knight" -9008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Etiquette as a Knight" -9009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Life as a Knight" -9010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quality of reverence" -9011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Life as a Knight" -9012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glory of a Knight!" -9013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Certified as a Wizard!" -9058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"O'Riley's Request" -9059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Happy St. Patrick's Day" -9117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse" -9118,0,1109,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse - Deviruchi Hunt" -9119,0,1291,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse - Wraith Dead Hunt" -9120,0,1504,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse - Dullahan Hunt" -9121,0,1379,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse - Nightmare Terror Hunt" -9122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse" -9123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse" -9024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An errand boy from Einbroch" -// kRO -//9028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"strange Mouse" -//9029,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Mouse : present conditions" -// iRO/cRO -9028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"strange Hydra" -9029,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Hydra : present conditions" -9030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find a puppy" -9031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find a puppy" -9032,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find a puppy" - -9155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting materials for the Jaty Crown" -9156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Make the Jaty Crown" -9157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reward from Sage, Kasyapa" -9158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery of Good News(1)" -9159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Paiko" -9160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery of Good News(2)" -9161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Paiko" -9162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery of Good News(3)" -9163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Paiko" -9164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery of Good News(4)" -9165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reward from Paiko for success of Jaty Crown" - -9167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tutorial - Mercenary for Hire" -9168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest Window Check" -9169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Window Shopper Catalogue" -9170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Window Shopper Catalogue" -9171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enchanting Items" -9172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enchanted Items" -9173,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tutorial Timer Cooldown" - -9222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bangungot from Hospital 2F" -9223,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Will there be Peace at the Hospital?" -9224,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Explore Hospital 2F" - -9225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 1" -9226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 2" -9227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 3" -9228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 4" -9229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 5" -9230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 6" -9231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 7" -9232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 8" -9233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 9" -9234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 10" -9235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 11" -9236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 12" -9237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 13" -9238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 14" -9239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 15" -9240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luen's statement notes" -9241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luen's statement notes" -9242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luen's statement notes" -9243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luen's statement notes" -9244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dames's statement notes" -9245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dames's statement notes" -9246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dames's statement notes" -9247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dames's statement notes" -9248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rosa's statement notes" -9249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rosa's statement notes" -9250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rosa's statement notes" -9251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rosa's statement notes" -9252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Observing Poppy" -9253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a messy bookshelf" -9254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a damaged book" -9255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a container for soda cans" -9256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a messed up table" -9257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a foreign object" -9258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Field examination results" -9259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Confirming Cruyan's statements" -9260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Survey investigation notes" -9262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 16" - -//9327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" - -10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Prontera Royal Court" -10001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Qualification Test" -10002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Qualification Review" -10003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Instructions on what to do" -10004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interim Report" -10005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Eigen Ahrum" -10006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Ernst" -10007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Poe" -10008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Peter" -10009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Urugen" -10010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Helmut" -10011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Erich" -10012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation of the two princes" -10013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for the unknown girl" -10014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Peter" -10015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test 15" -10016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Guest from the Walter Family" -10017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conspiracy" -10018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Poe" -10019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Peter" -10020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Erich" -10021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Urugen" -10022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Helmut" -10023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eigen Ahrum and Ernst -Former-" -10024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eigen Ahrum and Ernst -Latter-" -10025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Good-bye, dear!" -10026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Search the knife" -10035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver the knife" -10036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-Candy" -10037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-Crap Shells" -10038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-Conch" -10039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-Fish Tail" -10040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-White Platter" -10041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-?" -10042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keys-5 remained" -10043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keys-5 remained" -10044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keys-4 remained" -10045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-4 remained" -10046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-3 remained" -10047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-3 remained" -10048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-2 remained" -10049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-2 remained" -10050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-1 remained" -10051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-1 remained" -10052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-To the piano" -10053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-Fill the empty spot" -10054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"On the Verge of the Escape-Clint Kana" -10055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Understanding the culture of Utan" -10056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Learning Utan Language" -10057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10085,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10087,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" - -10090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" - -10102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of the sphinx dungeon" -10103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of Glast heim" -10104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of Juno" -10105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of a clock tower" -10106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of localizing " -10107,0,1164,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sphinx dungeon - Requiem" -10108,0,1140,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sphinx dungeon - Marduk" -10109,0,1154,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sphinx dungeon - Pasana" -10110,0,1260,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glast heim - Dark Frame" -10111,0,1117,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glast heim - Evil druid" -10112,0,1192,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glast heim - Wraith" -10113,0,1276,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glast Heim - Raydric Archer" -10114,0,1369,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno - Grand Peco" -10115,0,1386,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno - sleeper" -10116,0,1372,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno - Goat" -10117,0,1376,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno - Harpy" -10118,0,1269,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"clock tower - Clock" -10119,0,1199,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"clock tower - Punk" -10120,0,1195,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"clock tower - Rideword" -10121,0,1883,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Localizing - Uzhas" -10122,0,1404,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Localizing - Miyabi Doll" -10123,0,1516,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Localizing - Mi Gao" - -11000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morriphen's Request" -11010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching the medicine" -11011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Medicine for two" -11012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Makkie" -11013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red Plant Stem Powder" -11014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The researcher's medicine" -11015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Siria's cure" -11016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morriphen's story" -11017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -// iRO Event Quest -//11023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 1" -//11024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 2" -//11025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 3" -//11026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 4" -//11027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 5" -//11028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 6" -11029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Surroundings" -11085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Surroundings" -11086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Surroundings" -11087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing the Tent" -11088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing the Tent" -11089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing the Tent" -11090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing the Tent" -11091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To My Friend" -11100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To My Friend" -11101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret note of Bazet" -11102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret note of Bazet" -11103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret note of Bazet" -11104,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resting time" -11105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilrion skin" - -11106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11113,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Until radering is functioning" - -11114,0,1004,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Honet" -11115,0,1009,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Condor" -11116,0,1052,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Grasshopper's Leg" -11117,0,1024,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Worm tail" -11118,0,1014,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Spore" -11119,0,1048,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Pest Control" -11120,0,1055,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Muka" -11121,0,1005,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Farmiliar" -11122,0,1019,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Collect Feather" -11123,0,1077,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Collect Poison Spore" -11124,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Honet - Complete" -11125,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Condor - Complete" -11126,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Grasshopper's Leg - Complete" -11127,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Worm Tail - Complete" -11128,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Spore - Complete" -11129,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Pest Control - Complete" -11130,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Muka - Complete" -11131,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Farmiliar - Complete" -11132,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Collect Feather - Complete" -11133,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Collect Poison Spore - Complete" - -11135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The sky, plane and travel sickness." -11141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Human & gossip is towarding to the bar" -11142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fearful metalic sound" -11143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos tower" -11144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno manager : click" -11145,0,1622,33,0,0,0,0,0,0,0,0,0,0,0,0,0,"I want to get the " -11146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"to ice tunnel..." -11147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lared's dew" -11148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toward Comodo with the bow" -11149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Just pour the water. Pour! Pour!..." -11150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"to the quiet place!..." -11153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing watch top" -11154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I will remember the memories with you...." -11155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"undefinable battler" -11156,0,1106,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"annoying homework" -11157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helmes valley " -11158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"On the way for meditation" - -11159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Brian" -11160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of John" -11161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Tyler" -11162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Rose" -11163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Bain" -11164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Lash" -11165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Brian" -11166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to John" -11167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Tyler" -11168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Rose" -11169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Bain" -11170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Lash" -11171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Frede" -11172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Frede" -11173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Frede" -11174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Supply Shortage" -11175,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Supply Shortage" -11176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For my friends" - -// Mora -11182,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Theore's Report" -11183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Theore's Favor" -11184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Runaway Laphine" -11185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef" -11190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef" -11191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shortage of Roast Beef" -11192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Village..." -11193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sonya's Friend" -11194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Runaway Laphine" -11195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Village..." -11199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Theo's Friend" -11200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef" -11202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef" -11203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shortage of Roast Beef" -11206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quick Delivery Yoneseu" -11207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Very Heavy Burden" -11208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daphne" - -// Malangdo -11209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hardships of Thomas" -11210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Fruits" -11239,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Fruits" -11240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11243,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soft Jelly" -11245,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soft Jelly" - -11284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-1" -11285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-2" -11286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-3" -11287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-4" -11288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-5" -11289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-6" -11290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-7" -11291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-8" -11292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-9" -11293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-10" -11294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-11" -11295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-12" -11296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-13" -11297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-14" -11298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-15" -11299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-16" -11300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-17" -11301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-18" -11302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-19" -11303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-20" -11304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-21" -11305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-22" -11306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-23" -11307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-24" -11308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-25" -11309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-26" - -11310,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eclage's Entrance" -11311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eclage's Entrance" -11312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Goliath" -11313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Goliath" -11314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Goliath" -11315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red seed and green seed" -11334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red seed and green seed" -11335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dreaming boy" -11336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dreaming boy" -11337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dreaming boy" - -//11366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -11378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trick or treat" // Halloween Event 2013 - -12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An old friend" -12001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Digotz, Maku's old friend" -12002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger of Friendship" -12003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Digotz's message" -12004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Maku's other friend" -12005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein" -12006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein's lost item" -12007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kazien" -12008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Researcher Garins" -12009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Failed mission" -12010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"No entrance" -12011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lyozien" -12012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet Mr. Ahman" -12013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery complete" -12014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"More missions" -12015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ghalstein" -12016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sneaking into the Laboratory" -12017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Membership approved" -12018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meeting the President" -12019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The President's Mission" -12020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rescuing a Secret Wing Member" -12021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sealed File Folder" -12022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sealed File Folder" -12023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shinokas the researcher" -12024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kafra Corporation Agent" -12025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rekenber's Secret Archive" -12026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rekenber's Secret Archive" -12027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rekenber's Secret Archive" -12028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kurelle the traitor" -12029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lost Engagement Ring" -12030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Engagement Ring Found" -12031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Annon" -12032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Annon" -12033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traces of blood" -12034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Annon's side of the story" -12035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Holy Threads" -12036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Stone Slate Message" -12037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Holier Threads" -12038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for the Sa-mhing Tiger" -12039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Boonthom's Comrade" -12040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein's Journal" -12041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein's Journal" -12042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein's Journal" -12043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pass to the Slums" -12044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 1" -12045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 2" -12046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 3" -12047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 4" -12048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 5" -12049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 1 - Rogue" -12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 2 - Rogue" -12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 3 - Rogue" -12052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 4 - Rogue" -12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 5 - Rogue" -12054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 6 - Rogue" -12055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest - Assassin" -12056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest - Assassin" -12057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pass to the Lab" -12058,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Admission Restricted to the 102 Tower" -12059,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orc's Memory Time Limit" -12060,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Today's Fishing Closed" -12061,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Concentration" -12062,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Today's Mining Closed" -12070,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Limited time for enter" -12071,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stamp a seal on the attendance book" -12072,0,1034,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt tharafrog" -12073,0,1248,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Cruiser" -12074,0,1070,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Kukre" -12075,0,1686,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove orcbaby" -12076,0,1023,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove orcwarroir" -12077,0,1066,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt vadon" -12078,0,1064,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Megalodon" -12079,0,1144,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Marse" -12080,0,1067,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Cornutus" -12081,0,1151,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Myst" -12082,0,1074,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt shellfish" -12083,0,1142,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Marine sphere" -12084,0,1158,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Phen" -12085,0,1152,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove orcskeleton" -12086,0,1177,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Zenorc" -12087,0,1041,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove mummy" -12088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Accomplishing a request" - -12090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious guy" -12091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Just save the burning heart" -12092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Long lasting story" -12093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"the record the intelligence Lyoda left" -12094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The damaged shield letter" -12096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Towards Karakas" -12097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Basic preparation" -12098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tour of dungeon" -12099,0,2014,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Root Cause" -12100,0,1994,12,0,0,0,0,0,0,0,0,0,0,0,0,0,"Violent Winged Insect" -12101,0,2013,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Work Interference" -12102,0,1993,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Intelligent Snakes" -12103,0,1992,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Legendary Creature" -12104,0,1987,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Insects with an Appetite" -12105,0,2024,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Moving Rocks" -12106,0,1995,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"A child on a flower" -12107,0,2015,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Twisted Love" -12108,0,1988,12,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dangerous Plant Removal" -12109,0,1999,14,0,0,0,0,0,0,0,0,0,0,0,0,0,"Larva Extermination" -12110,0,2016,7,0,0,0,0,0,0,0,0,0,0,0,0,0,"Demon of Water" -12111,0,1986,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bird with ugly face" -12117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Withered Flower" -12118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Welcomed Mineral" -12119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Valuable Textile" -12120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Curious Meat" -12121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Materials to Clear Snow" -12122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Best Cooler Material" -12123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Best Paint" -12124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rare Valuable" -12125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Armory Material" -12126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Advanced Armory Material" -12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Supervisor's Tool" -12128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Preparation for Heating" -12129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Suspicious Food" -12130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Useful Material" -12131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Essential Material for Construction" -12132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Essential Material for Construction 2" -12133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Decoration arrangement" -12134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Instant Receptacle" -12135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Not enough medicine" -12136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Honey robber" -12137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tools for Experiment" -12138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fine Gift Samples" -12139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Respect for Taste!" -12140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Courtesy for Regulars" -12141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special Package" -12142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dangerous Request" -12143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Trend" -12144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unknown Usage" -12145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Other World Cuisine" -12146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Filling in Cracks" -12147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adhesive Material" -12148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bait for Tatacho Hunting" -12149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Swordmanship Practice" -12150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pretty reddish vegetable" -12151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tenacity of the pub owner" -12152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tastes like home cooking" -12153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hazardous plant when burnt" -12154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unexpectedly Normal" -12155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gift with heart" -12156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Respect personal appetite!" -12157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resolution of the pub owner" -12158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rage of the pub owner" -12159,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Laponte" -12160,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Kalipo" -12161,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Pura" -12162,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Tragis" -12163,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Calyon" -12164,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Moltuka" -12165,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dizziness" -12166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tree Root Doc." -12167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reptile Tongue Doc." -12168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scorpion Tail Doc." -12169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stem Doc." -12170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pointed Scale Doc." -12171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resin Doc." -12172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spawn Doc." -12173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jellopy Doc." -12174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fish Tail Doc." -12175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Worm Peeling Doc." -12176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gill Doc." -12177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tooth of Bat Doc." -12178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fluff Doc." -12179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Chrysalis Doc." -12180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Feather of Birds Doc." -12181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Talon Document Doc." -12182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sticky Webfoot Doc." -12183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Animal Skin Doc." -12184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wolf Claw Doc." -12185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mushroom Spore Doc." -12186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orc's Fang Doc." -12187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Evil Horn Doc." -12188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Powder of Butterfly Doc." -12189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bill of Birds Doc." -12190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snake Scale Doc." -12191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Insect Feeler Doc." -12192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Immortal Heart Doc." -12193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rotten Bandage Doc." -12194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Decayed Nail Doc." -12195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Horrendous Mouth Doc." -12196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tentacle Doc." -12197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shell Doc." -12198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scale Shell Doc." -12199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Venom Canine Doc." -12200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sticky Mucus Doc." -12201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bee Sting Doc." -12202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grasshopper's Leg Doc." -12203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Royal Jelly Doc." -12204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Yoyo Tail Doc." -12205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solid Shell Doc." -12206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Yam Doc." -12207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Raccoon Leaf Doc." -12208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snail's Shell Doc." -12209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Horn Doc." -12210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bear's Footskin Doc." -12211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Feather Doc." -12212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red Herb Doc." -12213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Carrot Doc." -12214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cactus Needle Doc." -12215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stone Heart Doc." -12216,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouty Jahbong" -12217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Traces of wild boar hunt" -12218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to make lava elixir" -12219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to creat flame elixir" -12220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to create glaicer elixir" -12221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to create fossil elixir" -12222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to create storm elixir" - -// Mora Coin Daily Quests -12225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pom Spider Hunting" -12226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Angra Mantis Hunting" -12227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Parus Hunting" -12228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Little Fatam Hunting" -12229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Miming Hunting" -12230,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Monster Hunt" -12231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Insect Feeler Collecting" -12232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Immortal Heart Collecting" -12233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rotten Bandage Collecting" -12234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orcish Voucher Collecting" -12235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Skeleton Bone Collecting" -12236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memento Collecting" -12237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shell Collecting" -12238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scale Shell Collecting" -12239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Venom Canine Collecting" -12240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sticky Mucus Collecting" -12241,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Item Request 1" -12242,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Item Request 2" - -// Missing Person Quests -12243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Tajareu" -12244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Tokenizer" -12245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Mesile" -12246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Noir" -12247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Pajama God" -12248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Mendel" -12249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Miles" -12250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Kunmune" -12251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Chayihokin" -12252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Tuale" -12253,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Person Search Time Limit" - -// Malangdo Culverts -12254,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Now it's cleaning" -12255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea crab" -12256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea squid" -12257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Ancient crustacean" -12258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea shell" -12259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt ancient kukre" -12260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea conch" -12261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea horse" -12262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt ancient sword fish" -12263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt ancient sea god" -12264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt mutation anolian" -12265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea mermaid" -12266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt transformable kapha" -12267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt weird coelacanth" -12268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt dark coelacanth" -12269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Cruel coelacanth" -12270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt mutation coelacanth" -12271,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In progress general culvert single day service" -12272,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In progress hard culvert single day service" -12273,579600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In progress general culvert weekly service" -12274,579600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In progress hard culvert weekly service" - -12278,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Towards Bakonawa Lake..." -12279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" - -12280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A suspicious prisoner" -12281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An unwanted favor" -12282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gossip king Clever" -12283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The rift researcher" -12284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A cat merchant's source of information" -12285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A way to calm down a cat" -12286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information traded for some canned foods" -12287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A weird experience" -12288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A successful experience" -12289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Another visitation" -12290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clever's historical documents" -12291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hidden historical documents (?)" -12292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The unknown ones" -12293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Figures in history" -12294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tour of Eclage" -12295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Error" -12296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fun times with the reactor" -12297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Encountering Etran" -12298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Two wishes" -12299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revisiting Robert" -12300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revisiting Etran" -12301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Two remaining friends" - -// Old Glast Heim -12317,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fake Keyblade" -12318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Upper Cats: annoying guy" -12319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Upper Cats: annoying guy" - -12363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"?????? ?? ??" - -13000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"RWC2011Card Gathering" -13001,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"RWC2011Card Gathering - Hold" - -// eden 100-110 -13002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brigan collecting" -13003,0,1267,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Carat Request" -13004,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Carat Request timer" -13005,0,1194,22,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arclouse Request" -13006,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arclouse Request timer" -13007,0,1206,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anolian Request" -13008,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anolian Request timer" -13009,0,1207,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sting Request" -13010,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sting Request timer" -13011,0,1310,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Majoruros Request" -13012,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Majoruros Request timer" -13013,0,1995,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pinguicula Request" -13014,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pinguicula Request timer" -13015,0,1994,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luciola Vespa Request" -13016,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luciola Vespa Request timer" -13017,0,1106,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Desert Wolf Request" -13018,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Desert Wolf Request timer" -13019,0,1775,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snowier Request" -13020,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snowier Request timer" -13021,0,1777,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ice Titan Request" -13022,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ice Titan Request Timer" -13023,0,1379,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nightmare Terror Request" -13024,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nightmare Terror Request Timer" -13025,0,1384,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flying Deleter Request" -13026,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deleter Request Timer" -13040,0,1505,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loli Ruri Request" -13041,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loli Ruri Request Timer" -13042,0,1148,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Medusa Request" -13043,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Medusa Request Timer" -13044,0,1098,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anubis Request" -13045,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anubis Request Timer" -13046,0,1991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilion Request" -13047,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilion Request Timer" -13048,0,1991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilion Request" -13049,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilion Request Timer" - -13050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Laphine that loves the land" -13051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The singing Laphine" -13052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The watering Laphine" -13053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The dancing Laphine" -13054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The smiling Laphine" -13055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"See if all the adventurers are safe" -13056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reporter Rossi" -13057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer Euncheong" -13058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Troublemaker New Oz" -13059,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"End of project" -13060,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Safety confirmation complete!" -13061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Food support" -13062,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Food support - complete" -13063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dusting off" -13064,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dusting off - complete" -13065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting a souvenir" -13066,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"This is enough for souvenirs" - -// eden 111-120 -13067,0,1163,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Raydric research" -13068,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Raydric research - timer" -13069,0,1132,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Khalitzburg research" -13070,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Khalitzburg research - timer" -13071,0,1208,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wander Man research" -13072,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wander Man research - timer" -13073,0,1699,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Mimic research" -13074,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Mimic research - timer" -13075,0,1698,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Death Word research" -13076,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Death Word research - timer" -13077,0,1295,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Owl Baron research" -13078,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Owl Baron research - timer" -13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bloody Page Research" -13080,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bloody Page Research - Wait" -13081,0,2015,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dark Pinguicula research" -13082,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dark Pinguicula research - timer" -13083,0,1988,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nepenthes research" -13084,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nepenthes research - timer" -13085,0,1993,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Naga research" -13086,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Naga research - timer" -13087,0,1999,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Centipede Larva research" -13088,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Centipede Larva research - timer" -13089,0,1992,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cornus research" -13090,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cornus research - timer" -13091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystic Horn Research" -13092,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystic Horn Research - Wait" -13093,0,1297,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Mummy research" -13094,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Mummy research - timer" -13095,0,1374,10,1370,10,1390,10,0,0,0,0,0,0,0,0,0,"Geffenia expedition" -13096,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffenia expedition - Wait" -13097,0,1677,30,1678,30,1679,30,0,0,0,0,0,0,0,0,0,"Juperos expedition" -13098,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juperos expedition - Wait" -13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fragments and Rusty Screw" -13100,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fragments and Rusty Screw - Wait" - -// eden 121-130 -13107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower Search" -13108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rachel holy ground Search" -13109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unknown island Search" -13110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake Search" -13111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower Search - Reporting results" -13112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rachel holy ground Search - Reporting results" -13113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nameless Island Search - Reporting results" -13114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake Search - Reporting results" -13115,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower Search - Wait" -13116,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rachel holy ground Search - Wait" -13117,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unknown island Search - Wait" -13118,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake Search - Wait" -13119,0,1702,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Baroness of Retribution" -13120,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Baroness of Retribution - Wait" -13121,0,1703,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Lady Solace" -13122,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Lady Solace - Wait" -13123,0,1701,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Mistress of Shelter" -13124,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Mistress of Shelter - Wait" -13125,0,1700,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Dame of Sentinel" -13126,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Dame of Sentinel - Wait" -13127,0,1771,20,1772,20,0,0,0,0,0,0,0,0,0,0,0,"Combat Vanberk and Isilla" -13128,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Vanberk and Isilla - Wait" -13129,0,1773,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Hodremlin" -13130,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Hodremlin - Wait" -13131,0,1769,20,1770,20,0,0,0,0,0,0,0,0,0,0,0,"Combat Agav and Echio" -13132,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Agav and Echio - Wait" -13133,0,1865,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Ragged Zombie" -13134,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Ragged Zombie - Wait" -13135,0,1864,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Zombie Slaughter" -13136,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Zombie Slaughter - Wait" -13137,0,1867,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Banshee" -13138,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Banshee - Wait" -13139,0,1714,30,1717,30,0,0,0,0,0,0,0,0,0,0,0,"Combat Ferus and Bewler" -13140,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Ferus and Bewler - Wait" -13141,0,1713,30,1716,30,0,0,0,0,0,0,0,0,0,0,0,"Combat Acidus" -13142,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Acidus - Wait" - -// eden 131-140 -13143,0,1652,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Egnigem Story" -13144,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Egnigem Story - Wait" -13145,0,1654,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Armeyer Story" -13146,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Armeyer Story - Wait" -13147,0,1653,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whikebain Story" -13148,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whikebain Story - Wait" -13149,0,1656,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kavach Story" -13150,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kavach Story - Wait" -13151,0,1655,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Errende Story" -13152,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Errende Story - Wait" -13153,0,1657,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laurell Story" -13154,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laurell Story - Wait" -13155,0,1918,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story1" -13156,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story1 - Wait" -13157,0,1919,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story2" -13158,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story2 - Wait" -13159,0,1921,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story3" -13160,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story3 - Wait" -13161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Uni-horn Scaraba Story" -13162,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Uni-horn Scaraba Story - Wait" -13163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Horn Scaraba Story" -13164,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Horn Scaraba Story - Wait" -13165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antler Scaraba Story" -13166,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antler Scaraba Story - Wait" -13167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rake horn Scaraba Story" -13168,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rake horn Scaraba Story - Wait" - -14118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wuhari's concern" -14119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of patience" -14120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of patience 2" -14121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of patience 3" -14122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time for two" -14123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wuharu's favor" -14125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Surveying the area" -14126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Ms. Goatie" -14127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Ms. Goatie's husband" -14128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Obtaining the research report" -14131,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Analysis time" -14133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Another favor" -14134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sharp Ms. Goatie" -14135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Mr. Pompe" -14136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A terrible scene in the field" -14137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An interesting proposition" -14138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The big corpse" -14139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Wuhuru" -14140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Wuhari" -14141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ingredients for research" - -//14254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" - -// 2013 Christmas Event -15055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : We are the great Single Union Army!" -15056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Declare war against couples!" -15057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Prepare the festival!" -15059,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Cooldown Timer" -15060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Kwami has joined" -15061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Willer has joined" -15062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Rinka has joined" -15063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Jee has joined" -15064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Marty has joined" - -16000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Metz Brayde's Notice" -16001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"First examination" -16002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -1" -16003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -2" -16004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -3" -16005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -4" -16006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -5" -16007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -6" -16008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quiz time!" -16009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quiz time!" -16010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daewoon's Test" -16011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Jore's Test" -16012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Jore's Materials" -16013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Stone of Sage" -16014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Stone of Sage" -16015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lady Jesqurienne" -16016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jesquerinne's Quiz Challenge" -16017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Failed Quiz Challenge" -16018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quiz Challenge Triumph" -16019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Search for Dearles" -16020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dearles' Test" -16021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of Appreciation" -16022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dearles' Test Part Two" -16023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rhythm Test Passed" -16024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Bakerlan" -16025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bakerlan's delivery" -16026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mahatra's delivery" -16027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bakerlan's Receipt" -16028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Seylin" -16029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigorgra Medicine" -16030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigorgra Ingredients" -16031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigorgra Ingredients" -16032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Seylin's Request" -16033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Seylin" -16034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Mahatra" -16035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Bakerlan" -16036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The last Crumb" -16037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Engel Howard" -16038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Liana's Letter" -16039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combining the Starlight" -16040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Letter to Engel's Family" -16041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Talk to Liana" -16042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sobbing Starlight Progress" -16043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restored Sobbing Starlight" -16044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combining the Starlight" -16045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Starlight message" -16046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The man in Umbala" -16047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Into the Tree" -16048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Papers" -16049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Record of Ancient Language" -16050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Fastidious Old Man" -16051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Blurry Vision" -16052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Translating the Document" -16053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Translated Ancient Language" -16054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Where the rejected live" -16055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Misfortunate of Niflheim" -16056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Removed Curse" -16057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meeting the witch" -16058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wing Of Crow" -16059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wing Of Crow" -16060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Misfortunate of Niflheim" -16061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bard in Niflheim" -16062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gen of Niflheim" -16063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Witch's Aid" -16064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Misfortunate of Niflheim" -16065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Queen's Symbol" -16066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Knowledge of the Symbol" -16067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Knowledge of Asgard" -16068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Agrboda's Soul" -16074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Symbol of the Nine Realms" -16075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Serin's Ambitions" -16076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Witch's Tonic" -16077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Serin's Release" -16078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Visit with Lady Hell" -16079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sign" -16080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dark Lord's return" -16081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Serin's Ambitions" -16082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dark Lord's return" -16083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Serin's Realization" -16084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sign" -16085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sign" -16086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sign" -16087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sign" -16101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious World Map" -16118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hidden poem" -16119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snake swords" -16120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A dream?" -16121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Code?" -16122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Copper Key" -16123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Green Keycard" -16124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Steel Box" -16125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Limberg's Request" -16201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TPS Report" -16202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TPS Report" -16203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TPS Report" -16204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Crack in the Wall" -16205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Empty Lava Tube" -17000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet with Father Bamph" -17001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet with Larjes" -17002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Father Bamph" -17003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Travel to Rachel" -17004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Travel to Veins" -17005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Frustrated Magistrate" -17006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interrogated Smugglers" -17007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Written Orders" -17008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigating" -17009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"More Investigating" -17010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Further Investigations" -17011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kurdi's Father" -17012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Karyn's Boat" -17013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Island" -17014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigating the Island" -17015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Research Note" -17016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Regicide" -17017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reporting the King's Death" - -18001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery for Rooney" -18002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery for Rooney" -18003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery for Rooney" -18004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lasda's Request" -18005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jesse's Request" -18006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Krieg's Approval" -18007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Krieg's Trust" -18008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Krieg's Trust" -18009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Into the prison" -18010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jail Break" -18011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jail Break" -18018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jail Break" -18019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre's Songs" -18020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre's Songs" -18021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre's Songs" -18022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre's Songs" -18023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre the Spy" -18030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing boy Mikhail" -18061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mikhail's Whereabouts" -18062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing boy Mikhail" -18063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The isolated swamp" -18064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to the Village" -18065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"High-strength Adhesive" -18066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to the swamp" -18067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Make the paste" -18068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fixing the Matrushka" -18069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Gallina" -18070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Banishing Winter" -18071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making the magic dust" -18072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making the magic dust" -18073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Dragon's Lair" -18074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Magic Gourd Bottle" -18075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Containing People's Speech" -18076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Containing People's Speech" -18077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Csar's Request" -18078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Secret Medicine" -18079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Winter is Banished" -18100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Legends from Moscovia" -18101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Moving Island" -18102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In Search of The Moving Island" -18103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In Search of The Moving Island" -18104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mr. Ibanoff's New Friend" -18105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing Charabel" -18106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"As the Tide Turns" -18107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Departing" -18108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Moving Island?" -18109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Moving Island???" -18110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Aged Stranger" -18111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whale Island!" -18112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Story for the Csar" -18113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Evidence for the Csar" -18114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Before Sunset" -18115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Departing" -18116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whale Island!" -18117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Materials for Evidence" -18118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Musical Instrument" -18119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gusli" -18120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gusli" -18121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shafka" -19101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" - -50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pirate Dagger materials" -50001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Weather Beaten Old Man" -50002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lost Treasure?" -50003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lost Treasure?" -50004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A special lock pick" -50011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The special lock pick" -50012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Use the lock pick" -50013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Broken lock pick" -50015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"J Roger" -50022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"J Roger's key materials" -50023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with J Roger" -50024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bury the treasure" -50025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bury the treasure" -50026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bury the treasure" -50027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Buried treasure" -50028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen treasure!" -50029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Pirate's Spirit!" - -//60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"60000" -60001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Endless Tower Effect" -60008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Endless Tower Time Limit" -60009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orc Hero" -60010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Derik Ver's Request" -60011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Byalan" -60012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Abyss" -60013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Investigation" -60014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation" -60015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation" -60016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation" -60017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation" -60018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation" -60019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation" -60020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation" -60021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation" -60022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation" -60023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation" -60024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation" -60025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation" -60026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Continuing the Investigation" -60027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigating Aldebaran" -60028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Investigation" -60029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Aldebaran Monster Investigation" -60030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lutie Field Monster Investigation" -60033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Aldebaran Monster Investigation" -60036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Aldebaran Monster Investigation" -60039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Investigation" -60042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Derik Ver's Brother" -60059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A history lesson" -60060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crown of Deceit" -60061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A magic solvent" -60062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rendering the crown Inert" -60101,0,1019,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Peco Pecos" -60102,0,1019,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Peco Pecos" -60103,0,1019,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Peco Pecos" -60104,0,1127,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Hodes" -60105,0,1127,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Hodes" -60106,0,1127,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Hodes" -60107,0,1007,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Fabres" -60108,0,1007,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Fabres" -60109,0,1007,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Fabres" -60110,0,1008,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Pupa" -60111,0,1008,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Pupa" -60112,0,1008,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Pupa" -60113,0,1104,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Cocos" -60114,0,1104,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Cocos" -60115,0,1104,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Cocos" -60116,0,1103,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Caramels" -60117,0,1103,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Caramels" -60118,0,1103,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Caramels" -60119,0,1271,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Alligators" -60120,0,1271,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Alligators" -60121,0,1271,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Alligators" -60122,0,1018,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Creamys" -60123,0,1018,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Creamys" -60124,0,1018,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Creamys" -60125,0,1378,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Demon Pungus" -60126,0,1378,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Demon Pungus" -60127,0,1378,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Demon Pungus" -60128,0,1110,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dokebi" -60129,0,1110,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dokebi" -60130,0,1110,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dokebi" -60131,0,1493,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dryads" -60132,0,1493,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dryads" -60133,0,1493,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dryads" -60134,0,1119,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Frilldora" -60135,0,1119,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Frilldora" -60136,0,1119,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Frilldora" -60137,0,1372,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Goats" -60138,0,1372,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Goats" -60139,0,1372,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Goats" -60140,0,1040,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Golems" -60141,0,1040,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Golems" -60142,0,1040,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Golems" -60143,0,1586,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Leaf Cats" -60144,0,1586,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Leaf Cats" -60145,0,1586,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Leaf Cats" -60146,0,1076,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Skeletons" -60147,0,1076,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Skeletons" -60148,0,1076,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Skeletons" -60149,0,1026,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Munaks" -60150,0,1026,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Munaks" -60151,0,1026,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Munaks" -60152,0,1170,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Sohees" -60153,0,1170,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Sohees" -60154,0,1170,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Sohees" -60155,0,1403,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Firelock Soldiers" -60156,0,1403,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Firelock Soldiers" -60157,0,1403,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Firelock Soldiers" -60158,0,1405,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Tengus" -60159,0,1405,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Tengus" -60160,0,1405,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Tengus" -60161,0,1675,25,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Venatu" -60162,0,1675,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Venatu" -60163,0,1675,75,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Venatu" -60164,0,1668,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Archdam" -60165,0,1668,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Archdam" -60166,0,1668,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Archdam" -60167,0,1776,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Siromas" -60168,0,1776,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Siromas" -60169,0,1776,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Siroma" -60170,0,1777,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Ice Titans" -60171,0,1777,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Ice Titans" -60172,0,1777,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Ice Titans" -60173,0,1506,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Disguises" -60174,0,1506,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Disguises" -60175,0,1506,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Disguises" -60176,0,1505,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Loli Ruri" -60177,0,1505,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Loli Ruri" -60178,0,1505,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Loli Ruri" -60179,0,1139,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Mantis" -60180,0,1139,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Mantis" -60181,0,1139,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Mantis" -60182,0,1514,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dancing Dragons" -60183,0,1514,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dancing Dragons" -60184,0,1514,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dancing Dragons" -60185,0,1870,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Necromancers" -60186,0,1870,40,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Necromancers" -60187,0,1870,60,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Necromancers" -60188,0,1365,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Apocalypse" -60189,0,1365,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Apocalypse" -60190,0,1365,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Apocalypse" - -60200,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Endless Tower Effect" -60201,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Endless Tower Time Limit" -60211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -60212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -60213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -60301,0,1155,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60302,0,1155,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60303,0,1714,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60304,0,1714,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60305,0,1717,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60306,0,1717,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60307,0,1713,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60308,0,1713,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60309,0,1716,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60310,0,1716,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" - -// iRO expanded upon the log entries of this quest. -60351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" -60352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" -60353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" -60354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" -60355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" - -62238,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Midgardian Mercenary timer" diff --git a/db/pre-re/quest_db.yml b/db/pre-re/quest_db.yml new file mode 100644 index 0000000000..ddff8d5925 --- /dev/null +++ b/db/pre-re/quest_db.yml @@ -0,0 +1,7098 @@ +# This file is a part of rAthena. +# Copyright(C) 2019 rAthena Development Team +# https://rathena.org - https://github.com/rathena +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +########################################################################### +# Quest Database +########################################################################### +# +# Quest Settings +# +########################################################################### +# - Id Quest ID. +# Title Quest title. +# TimeLimit Amount of time before the quest expires. (Default: 0) +# Use a number following by "d" for day(s), "h" for hour(s), "mn" for minute(s), and "s" for second(s). +# Specify with "+" for how long until the quest expires. +# Specify without "+" for the exact time the quest expires using "d" (optionnal), [0-23]"h" (required), [0-59]"mn" (optionnal), [0-59]"s" (optionnal) format. +# Please note the number before "d" only shift the exact timer to the given day(s). +# Targets: Quest objective target. (Default: null) +# - Mob Monster to kill. +# Count Amount of monsters to kill. +# Drops: Quest item drop targets. (Default: null) +# - Mob Monster to kill. 0 will apply to all monsters. (Default: 0) +# Item Item to drop. +# Count Amount of items that will drop. Non-stackable items default to 1. (Default: 1) +# Rate Item drop rate. (10000 = 100%) +########################################################################### + +Header: + Type: QUEST_DB + Version: 1 + +Body: + - Id: 1000 + Title: Transcend + - Id: 1001 + Title: Job Change to Acolyte + - Id: 1002 + Title: Job Change to Acolyte + - Id: 1003 + Title: Job Change to Acolyte + - Id: 1004 + Title: Job Change to Archer + - Id: 1005 + Title: Job Change to Mage + - Id: 1006 + Title: Job Change to Mage + - Id: 1007 + Title: Job Change to Mage + - Id: 1008 + Title: Job Change to Mage + - Id: 1009 + Title: Job Change to Merchant + - Id: 1010 + Title: Job Change to Merchant + - Id: 1011 + Title: Job Change to Merchant + - Id: 1012 + Title: Job Change to Merchant + - Id: 1013 + Title: Job Change to Thief + - Id: 1014 + Title: Job Change to Swordman + - Id: 1015 + Title: Your first quest + - Id: 1016 + Title: Gaining base levels + - Id: 1100 + Title: Solo in the Sphinx Dungeon! + Targets: + - Mob: ZEROM + Count: 20 + - Id: 1101 + Title: Soloing Sphinx Dungeon! + Targets: + - Mob: REQUIEM + Count: 20 + - Id: 1102 + Title: Soloing Clock Tower! + Targets: + - Mob: ARCLOUSE + Count: 40 + - Id: 1103 + Title: Soloing Clock Tower! + Targets: + - Mob: HIGH_ORC + Count: 30 + - Id: 1104 + Title: Solo at Luoyang! + Targets: + - Mob: CHUNG_E + Count: 20 + - Id: 1105 + Title: Solo at Luoyang! + Targets: + - Mob: CIVIL_SERVANT + Count: 50 + - Id: 1106 + Title: Solo at Amatsu Dungeon! + Targets: + - Mob: THE_PAPER + Count: 20 + - Id: 1107 + Title: Solo at Amatsu Dungeon! + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 40 + - Id: 1108 + Title: Solo at Luoyang! + Targets: + - Mob: CHUNG_E_ + Count: 20 + - Id: 1109 + Title: Ropewa & Yuridi - Survivors of the Labyrinth + - Id: 1110 + Title: Ropewa & Yuridi - Victims of the Labyrinth + - Id: 1111 + Title: Ropewa & Yuridi - Maze in the Labyrinth + - Id: 1112 + Title: Ropewa & Yuridi - Lost in the Labyrinth + - Id: 1113 + Title: Ropewa & Yuridi - Torn Apart + - Id: 1114 + Title: Ropewa & Yuridi - The Cost of Restoration + - Id: 1115 + Title: Ropewa & Yuridi - Song of the Abyss + - Id: 1116 + Title: Ropewa & Yuridi - Dead Man's Song + - Id: 1117 + Title: Ropewa & Yuridi - Eternal Promise, Broken Ring + - Id: 1118 + Title: Neighborhood Knight - I Need Clues + - Id: 1119 + Title: Neighborhood Knight - Cooldown + TimeLimit: +23h + - Id: 1145 + Title: Help the poor cat + - Id: 1146 + Title: Help the poor cat + - Id: 1147 + Title: Help the poor cat + - Id: 1148 + Title: Help the poor cat + - Id: 1149 + Title: Help the poor cat + - Id: 1150 + Title: Help the poor cat + - Id: 1151 + Title: Help the poor cat + - Id: 1152 + Title: Help the poor cat + TimeLimit: +23h + - Id: 1153 + Title: Help the poor cat + - Id: 1154 + Title: Help the poor cat + - Id: 1155 + Title: Help the poor cat + - Id: 1174 + Title: Rumor, Time and Legend + - Id: 1175 + Title: Rumor, Time and Legend + - Id: 1176 + Title: Rumor, Time and Legend + - Id: 1177 + Title: Rumor, Time and Legend + - Id: 1178 + Title: Rumor, Time and Legend + - Id: 1179 + Title: Rumor, Time and Legend + - Id: 1180 + Title: Get Rid of Bakonawa + - Id: 1181 + Title: Get Rid of Bakonawa + - Id: 1182 + Title: Get Rid of Bakonawa + - Id: 1183 + Title: Get Rid of Bakonawa + - Id: 1184 + Title: Get Rid of Bakonawa + - Id: 1185 + Title: Get Rid of Bakonawa + - Id: 1186 + Title: Get Rid of Bakonawa + - Id: 1187 + Title: Get Rid of Bakonawa + - Id: 1188 + Title: Get Rid of Bakonawa + - Id: 1189 + Title: Get Rid of Bakonawa + - Id: 1190 + Title: Get Rid of Bakonawa + - Id: 1191 + Title: Get Rid of Bakonawa + - Id: 1192 + Title: Get Rid of Bakonawa + - Id: 1193 + Title: Get Rid of Bakonawa + - Id: 1194 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1195 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1196 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1197 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1198 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1199 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1200 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1201 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1202 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1203 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1204 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1205 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1206 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1207 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1208 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1209 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1210 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1211 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1212 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1213 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1214 + Title: Getting back Professor Worm's memory + - Id: 1215 + Title: Getting back Professor Worm's memory + - Id: 1216 + Title: Getting back Professor Worm's memory + - Id: 1217 + Title: Getting back Professor Worm's memory + - Id: 1218 + Title: Getting back Professor Worm's memory + - Id: 1219 + Title: Getting back Professor Worm's memory + - Id: 1220 + Title: Getting back Professor Worm's memory + - Id: 1221 + Title: Getting back Professor Worm's memory + - Id: 1222 + Title: Getting back Professor Worm's memory + - Id: 1223 + Title: Getting back Professor Worm's memory + - Id: 1224 + Title: Getting back Professor Worm's memory + - Id: 1225 + Title: Getting back Professor Worm's memory + - Id: 1226 + Title: Getting back Professor Worm's memory + - Id: 1227 + Title: Getting back Professor Worm's memory + - Id: 1228 + Title: Getting back Professor Worm's memory + - Id: 2000 + Title: Job Change to Blacksmith + - Id: 2001 + Title: Job Change to Blacksmith + - Id: 2002 + Title: Job Change to Blacksmith + - Id: 2003 + Title: Job Change to Blacksmith + - Id: 2004 + Title: Job Change to Blacksmith + - Id: 2005 + Title: Job Change to Blacksmith + - Id: 2006 + Title: Job Change to Blacksmith + - Id: 2007 + Title: Job Change to Blacksmith + - Id: 2008 + Title: Job Change to Blacksmith + - Id: 2009 + Title: Job Change to Blacksmith + - Id: 2010 + Title: Job Change to Blacksmith + - Id: 2011 + Title: Job Change to Blacksmith + - Id: 2012 + Title: Job Change to Blacksmith + - Id: 2013 + Title: Job Change to Blacksmith + - Id: 2014 + Title: Job Change to Blacksmith + - Id: 2015 + Title: Job Change to Blacksmith + - Id: 2016 + Title: Job Change to Blacksmith + - Id: 2017 + Title: Job Change to Rogue + - Id: 2018 + Title: Job Change to Rogue + - Id: 2019 + Title: Job Change to Rogue + - Id: 2020 + Title: Job Change to Rogue + - Id: 2021 + Title: Job Change to Rogue + - Id: 2022 + Title: Job Change to Rogue + - Id: 2023 + Title: Job Change to Rogue + - Id: 2024 + Title: Job Change to Rogue + - Id: 2025 + Title: Job Change to Rogue + - Id: 2026 + Title: Job Change to Rogue + - Id: 2027 + Title: Job Change to Rogue + - Id: 2028 + Title: Job Change to Alchemist + - Id: 2029 + Title: Job Change to Alchemist + - Id: 2030 + Title: Job Change to Alchemist + - Id: 2031 + Title: Job Change to Alchemist + - Id: 2032 + Title: Job Change to Alchemist + - Id: 2033 + Title: Job Change to Alchemist + - Id: 2034 + Title: Job Change to Alchemist + - Id: 2035 + Title: Job Change to Alchemist + - Id: 2036 + Title: Job Change to Alchemist + - Id: 2037 + Title: Job Change to Alchemist + - Id: 2038 + Title: Job Change to Alchemist + - Id: 2039 + Title: Job Change to Alchemist + - Id: 2040 + Title: Job Change to Alchemist + - Id: 2041 + Title: Job Change to Sage + - Id: 2042 + Title: Job Change to Sage + - Id: 2043 + Title: Job Change to Sage + - Id: 2044 + Title: Job Change to Sage + - Id: 2045 + Title: Job Change to Sage + - Id: 2046 + Title: Job Change to Sage + - Id: 2047 + Title: Job Change to Sage + - Id: 2048 + Title: Job Change to Sage + - Id: 2049 + Title: Job Change to Sage + - Id: 2050 + Title: Job Change to Sage + - Id: 2051 + Title: Job Change to Sage + - Id: 2052 + Title: Job Change to Sage + - Id: 2053 + Title: Job Change to Sage + - Id: 2054 + Title: Job Change to Sage + - Id: 2055 + Title: Job Change to Sage + - Id: 2056 + Title: Job Change to Sage + - Id: 2057 + Title: Job Change to Sage + - Id: 2058 + Title: Job Change to Sage + - Id: 2059 + Title: Job Change to Sage + - Id: 2060 + Title: Job Change to Sage + - Id: 2061 + Title: Job Change to Sage + - Id: 2062 + Title: Job Change to Sage + - Id: 2063 + Title: The Crow of the Fate - 1 + - Id: 2064 + Title: The Crow of the Fate - 2 + - Id: 2065 + Title: The Crow of the Fate - 3 + - Id: 2066 + Title: The Crow of the Fate - 4 + - Id: 2067 + Title: The Crow of the Fate - 5 + - Id: 2068 + Title: The Crow of the Fate - 6 + - Id: 2069 + Title: Tierra Gorge Battle + TimeLimit: +5mn + - Id: 2070 + Title: Flavius Battle + TimeLimit: +5mn + - Id: 2071 + Title: Cursed Property + - Id: 2072 + Title: Cursed Property + - Id: 2073 + Title: Cursed Property + - Id: 2074 + Title: Cursed Property + - Id: 2075 + Title: Cursed Property + - Id: 2076 + Title: Cursed Property + - Id: 2077 + Title: Cursed Property + - Id: 2078 + Title: Cursed Property + - Id: 2079 + Title: The past went wrong + - Id: 2080 + Title: The past went wrong + - Id: 2081 + Title: The past went wrong + - Id: 2082 + Title: The past went wrong + - Id: 2083 + Title: The past went wrong + - Id: 2084 + Title: The past went wrong + - Id: 2085 + Title: The past went wrong + - Id: 2086 + Title: The Enterprise + - Id: 2087 + Title: The Enterprise + - Id: 2088 + Title: The Enterprise + - Id: 2089 + Title: The Enterprise + - Id: 2090 + Title: The Enterprise + - Id: 2091 + Title: The Enterprise + - Id: 2092 + Title: The Enterprise + - Id: 2093 + Title: The Enterprise + - Id: 2094 + Title: The Enterprise + - Id: 2095 + Title: The Enterprise + - Id: 2109 + Title: A Mage in the Ice Dungeon + - Id: 2110 + Title: A Mage in the Ice Dungeon + - Id: 2111 + Title: A Mage in the Ice Dungeon + - Id: 2112 + Title: A Mage in the Ice Dungeon + - Id: 2113 + Title: A Mage in the Ice Dungeon + - Id: 2114 + Title: Thor Volcano base camp + - Id: 2115 + Title: Thor Volcano base camp + - Id: 2116 + Title: Thor Volcano base camp + - Id: 2117 + Title: Thor Volcano base camp + - Id: 2118 + Title: Thor Volcano base camp + - Id: 2119 + Title: Thor Volcano base camp + - Id: 2120 + Title: Thor Volcano base camp + - Id: 2121 + Title: Thor Volcano base camp + - Id: 2122 + Title: Thor Volcano base camp + - Id: 2123 + Title: Thor Volcano base camp + - Id: 2124 + Title: Thor Volcano base camp + - Id: 2125 + Title: Thor Volcano base camp + - Id: 2126 + Title: Thor Volcano base camp + - Id: 2127 + Title: Thor Volcano base camp + - Id: 2128 + Title: Thor Volcano base camp + - Id: 2129 + Title: Thor Volcano base camp + - Id: 2130 + Title: Thor Volcano base camp + - Id: 2131 + Title: Thor Volcano base camp + - Id: 2132 + Title: For Arunafeltz + - Id: 2133 + Title: For Arunafeltz + - Id: 2134 + Title: For Arunafeltz + - Id: 2135 + Title: For Arunafeltz + - Id: 2136 + Title: For Arunafeltz + - Id: 2137 + Title: For Arunafeltz + - Id: 2138 + Title: For Arunafeltz + - Id: 2139 + Title: For Arunafeltz + - Id: 2140 + Title: For Arunafeltz + - Id: 2141 + Title: For Arunafeltz + - Id: 2142 + Title: For Arunafeltz + - Id: 2143 + Title: Guild Dungeon Event + TimeLimit: +50s + - Id: 2144 + Title: Guild Dungeon Event + - Id: 2147 + Title: Attitude to the New + - Id: 2148 + Title: Attitude to the New + - Id: 2149 + Title: Attitude to the New + - Id: 2150 + Title: Attitude to the New + Targets: + - Mob: PINGUICULA + Count: 30 + - Id: 2151 + Title: Attitude to the New + Targets: + - Mob: CORNUS + Count: 10 + - Id: 2152 + Title: Attitude to the New + - Id: 2153 + Title: Attitude to the New + - Id: 2154 + Title: Attitude to the New + - Id: 2155 + Title: Attitude to the New + - Id: 2156 + Title: Attitude to the New + - Id: 2157 + Title: Attitude to the New + Targets: + - Mob: TATACHO + Count: 10 + - Id: 2158 + Title: Finding a Fairy + - Id: 2159 + Title: Finding a Tree Giant + - Id: 2179 + Title: Dr. Lifeguard's request + - Id: 2180 + Title: Dr. Lifeguard's request + - Id: 2181 + Title: Dr. Lifeguard's request + - Id: 2182 + Title: Rough Minerals + TimeLimit: +18h + - Id: 2183 + Title: Flower of Alfheim + - Id: 2184 + Title: Flower of Alfheim + - Id: 2185 + Title: Spirit of Alfheim + - Id: 2186 + Title: Helping Grenouille + TimeLimit: +18h + - Id: 2187 + Title: Arch Bishop job changing quest + - Id: 2188 + Title: Arch Bishop job changing quest + - Id: 2189 + Title: Arch Bishop job changing quest + - Id: 2190 + Title: Arch Bishop job changing quest + - Id: 2191 + Title: Arch Bishop job changing quest + - Id: 2192 + Title: Guarana quest + - Id: 2193 + Title: Guarana quest + - Id: 2194 + Title: Guarana quest + - Id: 2195 + Title: Guarana quest + - Id: 2196 + Title: Guarana quest + - Id: 2197 + Title: Guarana quest + - Id: 2198 + Title: Guarana quest + - Id: 2199 + Title: Guarana quest + - Id: 2200 + Title: Guarana quest + - Id: 2201 + Title: Brasilis Water Lily + - Id: 2202 + Title: Brasilis Water Lily + - Id: 2203 + Title: Brasilis Water Lily + - Id: 2204 + Title: Brasilis Water Lily + - Id: 2205 + Title: Brasilis Water Lily + - Id: 2206 + Title: Brasilis Water Lily + - Id: 2207 + Title: Brasilis Water Lily + - Id: 2208 + Title: Bathroom Ghost + - Id: 2209 + Title: Generic Job Change Quest + - Id: 2210 + Title: Generic Job Change Quest + - Id: 2211 + Title: Generic Job Change Quest + - Id: 2212 + Title: Generic Job Change Quest + - Id: 2213 + Title: Generic Job Change Quest + - Id: 2214 + Title: Generic Job Change Quest + - Id: 2215 + Title: Generic Job Change Quest + - Id: 2216 + Title: Generic Job Change Quest + - Id: 2217 + Title: Generic Job Change Quest + - Id: 2218 + Title: Wanderer Job Change Quest + - Id: 2219 + Title: Wanderer Job Change Quest + - Id: 2220 + Title: Wanderer Job Change Quest + - Id: 2221 + Title: Wanderer Job Change Quest + TimeLimit: +10mn + Targets: + - Mob: NOVUS_ + Count: 50 + - Id: 2222 + Title: Wanderer Job Change Quest + - Id: 2223 + Title: Generic Job Change Quest + Targets: + - Mob: G_POISON_SPORE + Count: 100 + - Id: 2271 + Title: Secret in the Woods + - Id: 2272 + Title: Secret in the Woods + - Id: 2273 + Title: Secret in the Woods + - Id: 2274 + Title: Secret in the Woods + - Id: 2275 + Title: Secret in the Woods + - Id: 2276 + Title: Secret in the Woods + - Id: 2277 + Title: Secret in the Woods + - Id: 2278 + Title: Secret in the Woods + - Id: 2279 + Title: Secret in the Woods + - Id: 2280 + Title: Secret in the Woods + - Id: 2281 + Title: Get Rid of Buwaya + - Id: 2289 + Title: Verit Hunting (Nightmare) + - Id: 2290 + Title: Verit Hunting - Cooldown + TimeLimit: +23h + - Id: 2291 + Title: Mummy Hunting - Cooldown + TimeLimit: +23h + - Id: 2292 + Title: Mummy Hunting (Nightmare) + - Id: 2299 + Title: "Training Center: Talk to Lisa" + - Id: 2300 + Title: "Training Center: Talk to General Reindeer" + - Id: 2301 + Title: "Training Center: Leave the boat" + - Id: 2302 + Title: "Training Center: Formation" + - Id: 3000 + Title: Job Change to Bard + - Id: 3001 + Title: Job Change to Bard + - Id: 3002 + Title: Job Change to Bard + - Id: 3003 + Title: Job Change to Bard + - Id: 3004 + Title: Job Change to Bard + - Id: 3006 + Title: Job Change to Crusader + - Id: 3007 + Title: Job Change to Crusader + - Id: 3008 + Title: Job Change to Crusader + - Id: 3009 + Title: Job Change to Crusader + - Id: 3010 + Title: Job Change to Crusader + - Id: 3011 + Title: Job Change to Crusader + - Id: 3012 + Title: Job Change to Crusader + - Id: 3013 + Title: Job Change to Crusader + - Id: 3014 + Title: Job Change to Crusader + - Id: 3015 + Title: Job Change to Crusader + - Id: 3016 + Title: Job Change to Monk + - Id: 3017 + Title: Job Change to Monk + - Id: 3018 + Title: Job Change to Monk + - Id: 3019 + Title: Job Change to Monk + - Id: 3020 + Title: Job Change to Monk + - Id: 3021 + Title: Job Change to Monk + - Id: 3022 + Title: Job Change to Monk + - Id: 3023 + Title: Job Change to Monk + - Id: 3024 + Title: Job Change to Monk + - Id: 3025 + Title: Job Change to Monk + - Id: 3026 + Title: Job Change to Monk + - Id: 3027 + Title: Job Change to Monk + - Id: 3028 + Title: Job Change to Monk - Marathon + - Id: 3029 + Title: Job Change to Monk - Final test + - Id: 3031 + Title: Job Change to Monk - Spiritual Training + - Id: 3032 + Title: Job Change to Monk - Become a Monk + - Id: 3040 + Title: The Curse of Baphomet + TimeLimit: +12h + - Id: 3041 + Title: The Curse of Baphomet + TimeLimit: +3mn + - Id: 3042 + Title: The Cursed Baphomet Doll + - Id: 3043 + Title: The Gigantic Magestic Goat + - Id: 3044 + Title: The Gigantic Magestic Goat + - Id: 3045 + Title: Sealed Shrine + TimeLimit: +2h + - Id: 3046 + Title: Sealed Shrine After-effect + - Id: 3050 + Title: Resurrection of Satan Morocc - 1 + - Id: 3051 + Title: Resurrection of Satan Morocc - 2 + - Id: 3052 + Title: Resurrection of Satan Morocc - 3 + - Id: 3053 + Title: Resurrection of Satan Morocc - 4 + - Id: 3054 + Title: Resurrection of Satan Morocc - 5 + - Id: 3055 + Title: Resurrection of Satan Morocc - 6 + - Id: 3056 + Title: Resurrection of Satan Morocc - 7 + - Id: 3060 + Title: Kids in Veins - Where's the Little Sis? + - Id: 3061 + Title: Kids in Veins - Find a way to unlock the shackles! + - Id: 3062 + Title: Kids in Veins - Find the Locksmith! + - Id: 3063 + Title: Kids in Veins - Mr. Lockenlock? + - Id: 3064 + Title: Kids in Veins - Organic Chamelepu Soap + - Id: 3065 + Title: Kids in Veins - Soap Ingredients + - Id: 3066 + Title: Kids in Veins - To make a Chamelepu Soap... + - Id: 3067 + Title: Kids in Veins - Camel Appetite Stimulants + - Id: 3068 + Title: Kids in Veins - Getting the Camel Dung + - Id: 3069 + Title: Kids in Veins - Where's the Silk Sand Camel? + - Id: 3070 + Title: Kids in Veins - Silk Sand Camel is gone! + - Id: 3071 + Title: Kids in Veins - Silk Sand Camel is found! + - Id: 3072 + Title: Kids in Veins - 1 lump of Camel dung obtained + - Id: 3073 + Title: Kids in Veins - 2 lumps of Camel dung obtained + - Id: 3074 + Title: Kids in Veins - 3 lumps of Camel dung obtained + - Id: 3075 + Title: Kids in Veins - 4 lumps of Camel dung obtained + - Id: 3076 + Title: Kids in Veins - 5 lumps of Camel dung obtained + - Id: 3077 + Title: Kids in Veins - Go to Ms. Ivory + - Id: 3078 + Title: Kids in Veins - Chamalepu Soap is completed! + - Id: 3079 + Title: Kids in Veins - Making the key mold + - Id: 3080 + Title: Kids in Veins - Bringing the key mold + - Id: 3081 + Title: Kids in Veins - All you need is Steel! + - Id: 3082 + Title: Kids in Veins - The Key is Made! + - Id: 3083 + Title: Kids in Veins - Mr. Lockenlock's key + - Id: 3085 + Title: Call from the commander + - Id: 3086 + Title: Commander's Duty + - Id: 3087 + Title: Report to Rune Midgard + - Id: 3088 + Title: Report to the continent - Accident! + - Id: 3089 + Title: Report to the continent - How to restore + - Id: 3090 + Title: Report to the continent - Location of reports + - Id: 3091 + Title: Report to the continent - Location of reports + TimeLimit: +30mn + - Id: 3092 + Title: Report to the continent - Success to restore! + - Id: 3093 + Title: Report to the continent - Report to the continent + - Id: 3094 + Title: Report to the continent - Return to the expedition + - Id: 3100 + Title: Consolidating Heavy Debt - Lost Bond of Debt + - Id: 3101 + Title: Consolidating Heavy Debt - Strange Heap of Earth + - Id: 3102 + Title: Consolidating Heavy Debt - Bond of Debt Found, but... + - Id: 3103 + Title: Consolidating Heavy Debt - Inventor Dorian + - Id: 3104 + Title: Consolidating Heavy Debt - Repair Materials of Magic Dryer + - Id: 3105 + Title: Consolidating Heavy Debt - Repairing Magic Dryer + - Id: 3106 + Title: Consolidating Heavy Debt - Repairing Magic Dryer Failed + - Id: 3107 + Title: Consolidating Heavy Debt - Repairing Magic Dryer Successful + - Id: 3108 + Title: Consolidating Heavy Debt - Let's Run the Magic Dryer + - Id: 3109 + Title: Consolidating Heavy Debt - Restoring the Bond of Debt + - Id: 3110 + Title: Stolen Diamond - Tracking the Diamond + - Id: 3111 + Title: Stolen Diamond - Leblo's Favor + - Id: 3112 + Title: Stolen Diamond - Wola the Doctor + - Id: 3113 + Title: Stolen Diamond - Wola the Doctor + - Id: 3114 + Title: Stolen Diamond - Wola the Doctor + - Id: 3115 + Title: Stolen Diamond - Leblo's Information + - Id: 3116 + Title: Stolen Diamond - Information from Rogue Investigator + - Id: 3117 + Title: Stolen Diamond - Odd Switches + - Id: 3118 + Title: Stolen Diamond - Diamond Found! + - Id: 3119 + Title: Z Gang Wanted - Wanted Notice + - Id: 3120 + Title: Z Gang Wanted - About Z Gang + - Id: 3121 + Title: Z Gang Wanted - Valdes's Favor + - Id: 3122 + Title: Z Gang Wanted - Information from Valdes + - Id: 3123 + Title: Z Gang Wanted - Marybell's Test + - Id: 3124 + Title: Z Gang Wanted - Challenging Moonho Ahn + - Id: 3125 + Title: Z Gang Wanted - Challenging Moonho Ahn + - Id: 3126 + Title: Z Gang Wanted - Information from Marybell + - Id: 3127 + Title: Z Gang Wanted - Z Gang's Attack + - Id: 3128 + Title: Z Gang Wanted - Z Gang's Attack + - Id: 3129 + Title: Z Gang Wanted - Strange Letter + - Id: 3130 + Title: Z Gang Wanted - Decrypting the letter... + - Id: 3131 + Title: Z Gang Wanted - Code's Broken! + - Id: 3132 + Title: Z Gang Wanted - Find the Z Gang's Agit + - Id: 3133 + Title: Z Gang Wanted - Agit Found! + - Id: 3134 + Title: Z Gang Wanted - Clean Sweep of Z Gang + - Id: 3135 + Title: Nidhoggur's Nest + TimeLimit: +3d + - Id: 3136 + Title: Nidhoggur's Nest Time Limit + TimeLimit: +4h + - Id: 3200 + Title: Job changes to Rune knight - Recommendation for Rune knight + - Id: 3201 + Title: Job changes to Rune knight - Secret rendezvous of Rune knight + - Id: 3202 + Title: Job changes to Rune knight - The first test + - Id: 3203 + Title: Job changes to Rune knight - The first test + - Id: 3204 + Title: Job changes to Rune knight - Pass the first test + - Id: 3205 + Title: Job changes to Rune knight - The second test + - Id: 3206 + Title: Job changes to Rune knight - The second test + - Id: 3207 + Title: Job changes to Rune knight - The second test + - Id: 3208 + Title: Job changes to Rune knight - The second test + - Id: 3209 + Title: Job changes to Rune knight - Accumulation of magic energy1 + Targets: + - Mob: DULLAHAN + Count: 10 + - Id: 3210 + Title: Job changes to Rune knight - Accumulation of magic energy2 + Targets: + - Mob: DISGUISE + Count: 10 + - Id: 3211 + Title: Job changes to Rune knight - Accumulation of magic energy3 + Targets: + - Mob: QUVE + Count: 10 + - Id: 3212 + Title: Job changes to Rune knight - Accumulation of magic energy4 + Targets: + - Mob: HYLOZOIST + Count: 10 + - Id: 3213 + Title: Job changes to Rune knight - The second test + - Id: 3214 + Title: Job changes to Rune knight - The second test + - Id: 3215 + Title: Job changes to Rune knight - Pass the second test + - Id: 3216 + Title: Job changes to Rune knight - The final test + - Id: 3217 + Title: Job changes to Rune knight - The final test + - Id: 3218 + Title: Job changes to Rune knight - Pass the final test + - Id: 3219 + Title: Job changes to Rune knight - The end of all test + - Id: 3220 + Title: Job changes to Rune knight - Waiting time of test + TimeLimit: +10mn + - Id: 3250 + Title: Request - What is this bandage for? + Targets: + - Mob: MUMMY + Count: 30 + - Id: 3251 + Title: Request - An alligator of Counterattack + Targets: + - Mob: ALLIGATOR + Count: 30 + - Id: 3252 + Title: Request - My mermaid don't do like this way! + Targets: + - Mob: MERMAN + Count: 30 + - Id: 3253 + Title: Request - Missing occult mania + - Id: 3254 + Title: Request - A country wants you + - Id: 3255 + Title: Request - A wild boar subjugate operation + Targets: + - Mob: SAVAGE + Count: 30 + - Id: 3256 + Title: Request - Ready for waiting summer + - Id: 3257 + Title: Request - A grudge of women + Targets: + - Mob: SOHEE + Count: 30 + - Id: 3258 + Title: Request - A material of delicacy + - Id: 3259 + Title: Request - A agony of a doll master + Targets: + - Mob: MARIONETTE + Count: 30 + - Id: 3260 + Title: Request - Tiresome flies + Targets: + - Mob: HUNTER_FLY + Count: 30 + - Id: 3261 + Title: Request - Unclean girl + Targets: + - Mob: MUNAK + Count: 30 + - Id: 3262 + Title: Request - Queer hobby + - Id: 3263 + Title: Request - A mallet of goblin + - Id: 3265 + Title: Request - Missing occult mania + - Id: 4000 + Title: Sherin's Job Interview + - Id: 4001 + Title: Job Change to Hunter + - Id: 4002 + Title: Job Change to Hunter + - Id: 4003 + Title: Job Change to Hunter + - Id: 4004 + Title: Job Change to Hunter + - Id: 4005 + Title: Job Change to Hunter + - Id: 4006 + Title: Job Change to Hunter + - Id: 4007 + Title: Job Change to Hunter + - Id: 4008 + Title: Job Change to Hunter + - Id: 4009 + Title: Job Change to Hunter + - Id: 4010 + Title: Job Change to Hunter + - Id: 4011 + Title: Job Change to Hunter - Test + - Id: 4012 + Title: Job Change to Hunter + - Id: 4013 + Title: Job Change to Hunter + - Id: 4133 + Title: Iara + - Id: 4134 + Title: Iara + - Id: 4135 + Title: Iara + TimeLimit: +1d + - Id: 4154 + Title: Homunculus Researcher + - Id: 4155 + Title: Homunculus S Mutation Mission - 1 + - Id: 4156 + Title: Homunculus S Mutation Mission - 2 + - Id: 4157 + Title: Homunculus S Mutation Mission - 3 + - Id: 4158 + Title: Homunculus S Mutation Mission - 4 + - Id: 4159 + Title: Homunculus S Mutation Mission - 5 + - Id: 4160 + Title: Homunculus S Mutation Mission - 6 + - Id: 4161 + Title: Siege Expert + - Id: 4162 + Title: Party Recruiting Expert + - Id: 4163 + Title: Battleground Expert + - Id: 4164 + Title: Memorial Dungeon Expert + - Id: 4165 + Title: Map Expert + - Id: 4166 + Title: Passing Grades + - Id: 4167 + Title: "Paradise: Dragon Tail Handling" + Targets: + - Mob: DRAGON_TAIL + Count: 30 + - Id: 4168 + Title: "Paradise: Spring Rabbit Handling" + Targets: + - Mob: SPRING_RABBIT + Count: 30 + - Id: 4169 + Title: "Paradise: Pest Handling" + Targets: + - Mob: PEST + Count: 30 + - Id: 4170 + Title: "Paradise: Bathory Handling" + Targets: + - Mob: BATHORY + Count: 30 + - Id: 4171 + Title: "Paradise: Alarm Handling" + Targets: + - Mob: ALARM + Count: 30 + - Id: 4172 + Title: "Paradise: Babayaga Handling" + Targets: + - Mob: VAVAYAGA + Count: 30 + - Id: 4173 + Title: "Paradise: Hyegun Handling" + Targets: + - Mob: HYEGUN + Count: 30 + - Id: 4174 + Title: "Paradise: Antique Firelock Handling" + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 30 + - Id: 4175 + Title: "Paradise: Zipper Bear Handling" + Targets: + - Mob: ZIPPER_BEAR + Count: 30 + - Id: 4176 + Title: "Paradise: Earth Petite Handling" + Targets: + - Mob: PETIT + Count: 30 + - Id: 4177 + Title: "Paradise: Rafflesia Handling" + Targets: + - Mob: RAFFLESIA + Count: 30 + - Id: 4178 + Title: "Paradise: Venomous Handling" + Targets: + - Mob: VENOMOUS + Count: 30 + - Id: 4179 + Title: "Paradise: Pitman Handling" + Targets: + - Mob: PITMAN + Count: 30 + - Id: 4180 + Title: "Paradise: Yellow Novus Handling" + Targets: + - Mob: NOVUS_ + Count: 30 + - Id: 4181 + Title: "Paradise: Solider Handling" + Targets: + - Mob: SOLIDER + Count: 30 + - Id: 4182 + Title: "Paradise: Freezer Handling" + Targets: + - Mob: FREEZER + Count: 30 + - Id: 4183 + Title: "Paradise: Heater Handling" + Targets: + - Mob: HEATER + Count: 30 + - Id: 4184 + Title: "Paradise: Injustice Handling" + Targets: + - Mob: INJUSTICE + Count: 30 + - Id: 4185 + Title: "Paradise: Rybio Handling" + Targets: + - Mob: RYBIO + Count: 30 + - Id: 4186 + Title: "Paradise: Dark Priest Handling" + Targets: + - Mob: DARK_PRIEST + Count: 30 + - Id: 4187 + Title: "Paradise: Stapo Handling" + Targets: + - Mob: STAPO + Count: 30 + - Id: 4188 + Title: "Paradise: Roween Handling" + Targets: + - Mob: ROWEEN + Count: 30 + - Id: 4189 + Title: "Paradise: Siroma Handling" + Targets: + - Mob: SIROMA + Count: 30 + - Id: 4190 + Title: "Paradise: Shinobi Handling" + Targets: + - Mob: SHINOBI + Count: 30 + - Id: 4191 + Title: "Paradise: Evil Nymph Handling" + Targets: + - Mob: WICKED_NYMPH + Count: 30 + - Id: 4192 + Title: "Paradise: Deviruchi Handling" + Targets: + - Mob: DEVIRUCHI + Count: 30 + - Id: 4193 + Title: "Paradise: Mineral Handling" + Targets: + - Mob: MINERAL + Count: 30 + - Id: 4194 + Title: "Paradise: Kaho Handling" + Targets: + - Mob: KAHO + Count: 30 + - Id: 4195 + Title: "Paradise: Neraid Handling" + Targets: + - Mob: NERAID + Count: 30 + - Id: 4196 + Title: "Paradise: Disguise Handling" + Targets: + - Mob: DISGUISE + Count: 30 + - Id: 4197 + Title: Octopus + TimeLimit: +3h + - Id: 4198 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4199 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4200 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4201 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4202 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4203 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4204 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4205 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4206 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4207 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4208 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4209 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4210 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4211 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4212 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4213 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4214 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4215 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4216 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4217 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4218 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4219 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4220 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4221 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4222 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4223 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4224 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4225 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4226 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4227 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4229 + Title: Devil in the Cave + TimeLimit: +23h + - Id: 4254 + Title: Fairy with a stomache + - Id: 4255 + Title: Revenge! + - Id: 4256 + Title: An accomplice? + - Id: 4257 + Title: Conspiracy + - Id: 4258 + Title: Eirinn + - Id: 4259 + Title: Bourbon + - Id: 4260 + Title: Bee + - Id: 4261 + Title: Counterattack (1) + - Id: 4262 + Title: Counterattack (2) + - Id: 4263 + Title: Counteroffensive (1) + - Id: 4264 + Title: Counteroffensive (2) + - Id: 4265 + Title: Bookshelf use + - Id: 4266 + Title: ????? ?? + - Id: 4267 + Title: ????? ?? + - Id: 4999 + Title: Extermination Crisis + - Id: 5000 + Title: The Crow of the Fate - 7 + - Id: 5001 + Title: King Froggie VII's revenge + Targets: + - Mob: SIDE_WINDER + Count: 50 + - Id: 5002 + Title: The hero of the frogs + - Id: 5003 + Title: Frog Hiding Skill + - Id: 5004 + Title: Food Shortage + Targets: + - Mob: ARGIOPE + Count: 50 + - Id: 5016 + Title: Bring me a Research Tool Bag + - Id: 5017 + Title: Revenge of the Reseacher + - Id: 5018 + Title: Revenge of the Reseacher + - Id: 5019 + Title: Bathroom Sample Studying + - Id: 5020 + Title: Sample Researching + TimeLimit: +1d + - Id: 5021 + Title: Sample Collecting + - Id: 5022 + Title: Sample Collecting + - Id: 5023 + Title: Inspection of the Sample + TimeLimit: +6h + - Id: 5024 + Title: Eastern Pool Research + - Id: 5025 + Title: Western Pool Research + - Id: 5026 + Title: Southern Pool Research + - Id: 5027 + Title: Northern Pool Research + - Id: 5028 + Title: Inspection of the Sample + TimeLimit: +12h + - Id: 5029 + Title: Unidentified Creature + TimeLimit: +1h + - Id: 5030 + Title: The creature's family + - Id: 5031 + Title: The creature's family + - Id: 5032 + Title: The creature's family + - Id: 5033 + Title: The creature's family + - Id: 5034 + Title: News from the family + - Id: 5035 + Title: Help the old man! + - Id: 5036 + Title: Help the old man! + - Id: 5037 + Title: Help the old man! + - Id: 5038 + Title: Help the old man! + - Id: 5039 + Title: Help the old man! + - Id: 5040 + Title: Help the old man! + - Id: 5041 + Title: Help the old man! + - Id: 5042 + Title: Help the old man! + - Id: 5043 + Title: Help the old man! + TimeLimit: +5mn + - Id: 5044 + Title: Help the old man! + TimeLimit: +1d + - Id: 5045 + Title: Help the old man! + - Id: 5046 + Title: Help the old man! + - Id: 5047 + Title: Help the old man! + - Id: 5048 + Title: Help the old man! + - Id: 5049 + Title: Help the old man! + - Id: 5050 + Title: Help the old man! + - Id: 5051 + Title: Help the old man! + - Id: 5052 + Title: Traditional Weapon + - Id: 5053 + Title: Traditional Weapon + - Id: 5054 + Title: Traditional Weapon + - Id: 5055 + Title: Local Rising - Headless Horse + Targets: + - Mob: HEADLESS_MULE + Count: 15 + - Id: 5056 + Title: Local Rising - Tamruan + Targets: + - Mob: TAMRUAN + Count: 15 + - Id: 5057 + Title: Local Rising - Ready the Festival + - Id: 5058 + Title: The mood of the players-(1) + - Id: 5059 + Title: The mood of the players-(2) + - Id: 5060 + Title: Cat Shock + TimeLimit: +3mn + - Id: 5061 + Title: Am I scared? + - Id: 5062 + Title: I met Eryu. + - Id: 5063 + Title: I met Stew. + - Id: 5064 + Title: I met Ketchup. + - Id: 5065 + Title: I met Eff. + - Id: 5066 + Title: Scary image-(1) + - Id: 5067 + Title: Scary image-(2) + - Id: 5068 + Title: Collecting complaint + TimeLimit: +20h + - Id: 5069 + Title: Token of honor + TimeLimit: +1h + - Id: 5070 + Title: Rock Paper Scissors + TimeLimit: +1d + - Id: 5071 + Title: Chamchamcham + TimeLimit: +1d + - Id: 5072 + Title: Kkongnyangkkong + TimeLimit: +1d + - Id: 5073 + Title: Challenging of flag wave + TimeLimit: +1d + - Id: 5074 + Title: Cat's Meal + Targets: + - Mob: PHEN + Count: 30 + - Id: 5075 + Title: Health food + Targets: + - Mob: MARSE + Count: 50 + - Id: 5076 + Title: Enemies + Targets: + - Mob: KOBOLD_ARCHER + Count: 30 + - Id: 5077 + Title: Reaction Training + Targets: + - Mob: CRAMP + Count: 10 + - Id: 5078 + Title: Light bird food + Targets: + - Mob: PECOPECO + Count: 50 + - Id: 5079 + Title: How to stabilize the mind + - Id: 5080 + Title: Lack of Snack + - Id: 5081 + Title: Banned foods + - Id: 5082 + Title: Cool food + - Id: 5083 + Title: Please come back Eryu-(1) + - Id: 5084 + Title: Please come back Eryu-(2) + - Id: 5085 + Title: Please come back Stew-(1) + - Id: 5086 + Title: Please come back Stew-(2) + - Id: 5087 + Title: Please come back Ketchup-(1) + - Id: 5088 + Title: Please come back Ketchup-(2) + - Id: 5089 + Title: Please come back Eff-(1) + - Id: 5090 + Title: Please come back Eff-(2) + - Id: 5091 + Title: Go Malangdo + - Id: 5092 + Title: Unlocking the Ultimate Mediocrity + - Id: 5093 + Title: Unlocking the Ultimate Mediocrity + - Id: 5094 + Title: Unlocking the Ultimate Mediocrity + Targets: + - Mob: PORING + Count: 1000 + - Id: 5095 + Title: Unlocking the Ultimate Mediocrity + Targets: + - Mob: LUNATIC + Count: 1000 + - Id: 5096 + Title: Unlocking the Ultimate Mediocrity + Targets: + - Mob: FABRE + Count: 1000 + - Id: 5097 + Title: Unlocking the Ultimate Mediocrity + Targets: + - Mob: PICKY + Count: 1000 + - Id: 5098 + Title: Unlocking the Ultimate Mediocrity + - Id: 5099 + Title: Unlocking the Ultimate Mediocrity + - Id: 5100 + Title: Unlocking the Ultimate Mediocrity + - Id: 5109 + Title: Light but Unconfirmed Rumor + - Id: 5110 + Title: The Rumored Character + - Id: 5111 + Title: To the Lab... + - Id: 5112 + Title: Laboratory Restricted Access + TimeLimit: +3d + - Id: 5113 + Title: "[Rest] Lord Knight" + - Id: 5114 + Title: "[Rest] Paladin" + - Id: 5115 + Title: "[Rest] High Priest" + - Id: 5116 + Title: "[Rest] Champion" + - Id: 5117 + Title: "[Rest] High Wizard" + - Id: 5118 + Title: "[Rest] Professor" + - Id: 5119 + Title: "[Rest] Whitesmith" + - Id: 5120 + Title: "[Rest] Creator" + - Id: 5121 + Title: "[Rest] Assassin Cross" + - Id: 5122 + Title: "[Rest] Stalker" + - Id: 5123 + Title: "[Rest] Sniper" + - Id: 5124 + Title: "[Rest] Clown" + - Id: 5125 + Title: "[Rest] Gypsy" + - Id: 5131 + Title: Strange Conversation + - Id: 5132 + Title: Family Business-(1) + - Id: 5133 + Title: Family Business-(2) + - Id: 5134 + Title: New path + - Id: 5135 + Title: 4 tests + - Id: 5136 + Title: Knowledge test + - Id: 5137 + Title: Survival test + - Id: 5138 + Title: Weapons test + - Id: 5139 + Title: The guy looks familiar!! + - Id: 5140 + Title: Uncertain chilliness + - Id: 5141 + Title: Got a curse!! + TimeLimit: +2mn + - Id: 5142 + Title: Prototype-(1) + - Id: 5143 + Title: Prototype-(2) + - Id: 5144 + Title: Prototype-(2) + - Id: 5145 + Title: Prototype-(3) + - Id: 5146 + Title: Battle test + - Id: 5161 + Title: Low Level collection request[Stand by] + TimeLimit: +1d + - Id: 5162 + Title: Low Level collection request + Targets: + - Mob: REQUIEM + Count: 100 + - Id: 5163 + Title: Low Level collection request + Targets: + - Mob: BATHORY + Count: 100 + - Id: 5164 + Title: Low Level collection request + Targets: + - Mob: SPRING_RABBIT + Count: 100 + - Id: 5165 + Title: Low Level collection request + Targets: + - Mob: SLEEPER + Count: 100 + - Id: 5166 + Title: Low Level collection request + Targets: + - Mob: EVIL_DRUID + Count: 100 + - Id: 5167 + Title: Low Level collection request + Targets: + - Mob: PETIT + Count: 100 + - Id: 5168 + Title: Low Level collection request + Targets: + - Mob: CLOCK + Count: 100 + - Id: 5169 + Title: Mid-Level collection request[Stand by] + TimeLimit: +1d + - Id: 5170 + Title: Mid-Level collection request + Targets: + - Mob: SIROMA + Count: 100 + - Id: 5171 + Title: Mid-Level collection request + Targets: + - Mob: DARK_PRIEST + Count: 100 + - Id: 5172 + Title: Mid-Level collection request + Targets: + - Mob: STAPO + Count: 100 + - Id: 5173 + Title: Mid-Level collection request + Targets: + - Mob: SOLIDER + Count: 100 + - Id: 5174 + Title: High level collectiong request[Stand by] + TimeLimit: +1d + - Id: 5175 + Title: High level collection request + Targets: + - Mob: DESERT_WOLF + Count: 100 + - Id: 5176 + Title: High level collection request + Targets: + - Mob: MEDUSA + Count: 100 + - Id: 5177 + Title: High level collection request + Targets: + - Mob: PINGUICULA + Count: 100 + - Id: 5178 + Title: High level collection request + Targets: + - Mob: MAJORUROS + Count: 100 + - Id: 5179 + Title: Highest level collection request + Targets: + - Mob: RAYDRIC + Count: 100 + - Id: 5180 + Title: Highest level collection request + Targets: + - Mob: NAGA + Count: 100 + - Id: 5181 + Title: Highest level collection request + Targets: + - Mob: ANCIENT_MUMMY + Count: 100 + - Id: 5182 + Title: Highest level collection request + Targets: + - Mob: ANCIENT_MIMIC + Count: 100 + - Id: 5222 + Title: Saving the energy crystals + - Id: 5223 + Title: Saving the energy crystals + - Id: 5224 + Title: Saving the energy crystals + - Id: 5225 + Title: Saving energy crystal[Stand by] + TimeLimit: +2h + - Id: 5226 + Title: Saving energy crystal[Stand by] + TimeLimit: +2h + - Id: 5227 + Title: Saving energy crystal[Stand by] + TimeLimit: +2h + - Id: 6000 + Title: Job Change to Taekwon + - Id: 6001 + Title: Job Change to Taekwon + - Id: 6002 + Title: Job Change to Taekwon + - Id: 6005 + Title: Job Change to Soul-Linker + - Id: 6006 + Title: Job Change to Soul-Linker + - Id: 6007 + Title: Job Change to Soul-Linker + - Id: 6008 + Title: Job Change to Soul-Linker + - Id: 6010 + Title: Job Change to Super Novice + - Id: 6015 + Title: A favor from Cougar + - Id: 6016 + Title: A favor from a Suspicious Man + - Id: 6017 + Title: Red Leopard Joe's Reply + - Id: 6018 + Title: Cougar's Madness + - Id: 6020 + Title: Master Miller's Letter + - Id: 6021 + Title: Wise Bull Horn's voucher + - Id: 6022 + Title: Making a voucher + - Id: 6023 + Title: Wise Bull Horn's Favor + - Id: 6024 + Title: Job Change to Gunslinger! + - Id: 6025 + Title: KVM Guillaume + TimeLimit: +5mn + - Id: 6026 + Title: KVM Croix + TimeLimit: +5mn + - Id: 6027 + Title: KVM Indicator + TimeLimit: +5mn + - Id: 7000 + Title: Job Change to Dancer! + - Id: 7001 + Title: Job Change to Dancer! + - Id: 7002 + Title: Job Change to Dancer! + - Id: 7003 + Title: Job Change to Dancer! + - Id: 7004 + Title: Job Change to Dancer! + - Id: 7005 + Title: Job Change to Dancer! + - Id: 7006 + Title: Job Change to Dancer! + - Id: 7007 + Title: Warrior of the Sun, the Moon, and the Stars + - Id: 7008 + Title: Warrior of the Sun, the Moon, and the Stars - Nature + - Id: 7009 + Title: Warrior of the Sun, the Moon, and the Stars - the Altar + - Id: 7010 + Title: Warrior of the Sun, the Moon, and the Stars - Stars? + - Id: 7011 + Title: Warrior of the Sun, the Moon, and the Stars + - Id: 7012 + Title: Pursuing Rayan Moore + - Id: 7013 + Title: Pursuing Rayan Moore + - Id: 7014 + Title: Pursuing Rayan Moore + - Id: 7015 + Title: Pursuing Rayan Moore + - Id: 7016 + Title: Pursuing Rayan Moore + - Id: 7017 + Title: Pursuing Rayan Moore + - Id: 7018 + Title: Pursuing Rayan Moore + - Id: 7019 + Title: Pursuing Rayan Moore + - Id: 7020 + Title: Pursuing Rayan Moore + - Id: 7021 + Title: Pursuing Rayan Moore + - Id: 7022 + Title: Pursuing Rayan Moore + - Id: 7023 + Title: Pursuing Rayan Moore + - Id: 7024 + Title: Pursuing Rayan Moore + - Id: 7025 + Title: Pursuing Rayan Moore + - Id: 7026 + Title: Pursuing Rayan Moore + - Id: 7027 + Title: Pursuing Rayan Moore + - Id: 7028 + Title: Pursuing Rayan Moore + - Id: 7029 + Title: Pursuing Rayan Moore + - Id: 7030 + Title: Pursuing Rayan Moore + - Id: 7031 + Title: Pursuing Rayan Moore + - Id: 7032 + Title: Pursuing Rayan Moore + - Id: 7033 + Title: Pursuing Rayan Moore + - Id: 7034 + Title: Pursuing Rayan Moore + - Id: 7035 + Title: Pursuing Rayan Moore + - Id: 7036 + Title: Pursuing Rayan Moore + - Id: 7037 + Title: Case closed? + - Id: 7038 + Title: Passion for Baked Sweet Potatoes + - Id: 7039 + Title: Dodging the conversation + - Id: 7040 + Title: Dodging the conversation + - Id: 7041 + Title: Politics is for the Politicians + - Id: 7042 + Title: Part-time Job - Tatacho's feed + - Id: 7043 + Title: Part-time Job - Cornus's feed + - Id: 7044 + Title: Part-time Job - Hillthrion's feed1 + - Id: 7045 + Title: Part-time Job - Hillthrion's feed2 + - Id: 7046 + Title: Part-time Job - warm rugs + - Id: 7047 + Title: Part-time Job - Let's call it a day! + TimeLimit: +5h + - Id: 7048 + Title: Thanatos Tower - Burled's Favor + - Id: 7049 + Title: Thanatos Tower - Sealed Tower + - Id: 7050 + Title: Thanatos Tower - Sealed Tower + - Id: 7051 + Title: Thanatos Tower - Sealed Tower + - Id: 7052 + Title: Thanatos Tower - Sealed Tower + - Id: 7053 + Title: Thanatos Tower - What they want is.. + - Id: 7054 + Title: Myu's Favor - Teach them a lesson! + Targets: + - Mob: KOBOLD_ARCHER + Count: 1000 + - Id: 7055 + Title: Myu's Favor - Not the cat! + Targets: + - Mob: WILD_ROSE + Count: 1 + - Id: 7056 + Title: Messenger - Arc's Favor + - Id: 7057 + Title: Messenger - Arc's Favor + - Id: 7058 + Title: Messenger - Arc's Favor + - Id: 7059 + Title: Messenger - Terra's Whereabouts + - Id: 7060 + Title: Messenger - Terra's Whereabouts + - Id: 7061 + Title: Messenger - Terra's Whereabouts + - Id: 7062 + Title: Messenger - Terra's Whereabouts + - Id: 7063 + Title: Messenger - Terra's Whereabouts + - Id: 7064 + Title: Messenger - Terra's Whereabouts + - Id: 7065 + Title: Messenger - Terra's Whereabouts + - Id: 7066 + Title: Messenger - Prove the Truth + - Id: 7067 + Title: Messenger - Prove the Truth + - Id: 7068 + Title: Messenger - Prove the Truth + - Id: 7069 + Title: Messenger - Too late! + - Id: 7070 + Title: Messenger - Terra's Return + - Id: 7071 + Title: Messenger - Invitation + - Id: 7074 + Title: Rata Hunt + Targets: + - Mob: RATA + Count: 1 + - Id: 7075 + Title: Duneyrr Hunt + Targets: + - Mob: DUNEYRR + Count: 1 + - Id: 7076 + Title: "Wanted: Dandelion" + Targets: + - Mob: DANDELION_ + Count: 1 + - Id: 7077 + Title: Collecting Dragon Eggs + - Id: 7078 + Title: Collecting Dragon Eggs + TimeLimit: +1d + - Id: 7079 + Title: Finding Refined Bradium + - Id: 7080 + Title: Finding Refined Bradium + TimeLimit: +1d + - Id: 7081 + Title: Helping the Laphine Craftsman + - Id: 7082 + Title: Helping the Laphine Craftsman + TimeLimit: +1d + - Id: 7091 + Title: An advice of Diora 01 + - Id: 7092 + Title: An advice of Diora 02 + - Id: 7093 + Title: An advice of Diora 03 + - Id: 7094 + Title: An advice of Diora 04 + - Id: 7095 + Title: An advice of Diora 05 + - Id: 7096 + Title: A proof of new requirement + - Id: 7097 + Title: A proof of new requirement + - Id: 7098 + Title: A proof of new requirement + - Id: 7099 + Title: A proof of new requirement + - Id: 7100 + Title: A message of Bercascell + - Id: 7101 + Title: Special task of an assassin guild 1 + - Id: 7102 + Title: Special task of an assassin guild 2 + - Id: 7103 + Title: Special task of an assassin guild 3 + - Id: 7104 + Title: Special task of an assassin guild 4 + - Id: 7105 + Title: Special task of an assassin guild 4 + - Id: 7106 + Title: Special task of an assassin guild 5 + - Id: 7107 + Title: Special task of an assassin guild 6 + - Id: 7108 + Title: Special task of an assassin guild 7 + - Id: 7109 + Title: Special task of an assassin guild 8 + - Id: 7110 + Title: Special task of an assassin guild 9 + - Id: 7111 + Title: Special task of an assassin guild 10 + - Id: 7112 + Title: Information of Madelle + - Id: 7113 + Title: Information of Crave + - Id: 7114 + Title: Information of Trovan + - Id: 7115 + Title: Information of a peddler + - Id: 7116 + Title: Information of a old man + - Id: 7117 + Title: Your first quest! + - Id: 7118 + Title: Novice Training + - Id: 7119 + Title: Novice Training + - Id: 7120 + Title: Novice Training + - Id: 7121 + Title: Novice Training + - Id: 7122 + Title: First battle - Poring Hunt + Targets: + - Mob: PORING + Count: 1 + - Id: 7123 + Title: Battle Basics -Swordman + Targets: + - Mob: PICKY + Count: 2 + - Id: 7124 + Title: Battle Basics -Mage + Targets: + - Mob: LUNATIC + Count: 5 + - Id: 7126 + Title: Selling items + - Id: 7127 + Title: Battle Basics -Thief + Targets: + - Mob: WILOW + Count: 5 + - Id: 7128 + Title: Training course 'conquest a desert!' -start + - Id: 7129 + Title: The training course 'conquer the desert!' - A real battle 1 + Targets: + - Mob: CONDOR + Count: 10 + - Id: 7130 + Title: The training course 'conquer the desert!' - A real battle 2 + Targets: + - Mob: DESERT_WOLF_B + Count: 10 + - Id: 7131 + Title: The training course 'conquer the desert!' - A real battle 3 + Targets: + - Mob: SCORPION + Count: 5 + - Id: 7132 + Title: The training course 'conquer the desert!' - Complete a quest + - Id: 7133 + Title: The training course 'conquer the culvert!' - Start + - Id: 7134 + Title: The training course 'conquer the culvert!' - A real battle 1 + Targets: + - Mob: THIEF_BUG + Count: 10 + - Id: 7135 + Title: The training course 'conquer the culvert!' - A real battle 2 + Targets: + - Mob: TAROU + Count: 10 + - Id: 7136 + Title: The training course 'conquer the culvert!' - A real battle 3 + Targets: + - Mob: FARMILIAR + Count: 5 + - Id: 7137 + Title: The training course 'conquer the culvert!' - Complete a quest + - Id: 7138 + Title: The training course 'conquer the haunted cave!' - Start + - Id: 7139 + Title: The training course 'conquer the haunted cave!' - A real battle 1 + Targets: + - Mob: SKELETON + Count: 15 + - Id: 7140 + Title: The training course 'conquer the haunted cave!' - A real battle 2 + Targets: + - Mob: POPORING + Count: 10 + - Id: 7141 + Title: The training course 'conquer the haunted cave!' - Complete a quest + - Id: 7142 + Title: The training course 'conquer ant hell!' - Start + - Id: 7143 + Title: The training course 'conquer ant hell!' - A real battle 1 + Targets: + - Mob: PIERE + Count: 15 + - Id: 7144 + Title: The training course 'conquer ant hell!' - A real battle 2 + Targets: + - Mob: ANDRE + Count: 15 + - Id: 7145 + Title: The training course 'conquer ant hell!' - A real battle 3 + Targets: + - Mob: VITATA + Count: 10 + - Id: 7146 + Title: The training course 'conquer ant hell!' - Complete a quest + - Id: 7147 + Title: The training course 'conquer the orc village!' - start + - Id: 7148 + Title: The training course 'conquer the orc village!' - A real battle 1 + Targets: + - Mob: ORC_BABY + Count: 10 + - Id: 7149 + Title: The training course 'conquer the orc village!' - A real battle 2 + Targets: + - Mob: ORK_WARRIOR + Count: 10 + - Id: 7150 + Title: The training course 'conquer the orc village!' - A real battle 3 + Targets: + - Mob: ORC_LADY + Count: 10 + - Id: 7151 + Title: The training course 'conquer the orc village!' - Complete a quest + - Id: 7152 + Title: The training course 'conquer the orc dungeon!' - start + - Id: 7153 + Title: The training course 'conquer the orc dungeon!' - A real battle 1 + Targets: + - Mob: ORC_ZOMBIE + Count: 20 + - Id: 7154 + Title: The training course 'conquer the orc dungeon!'- A real battle 2 + Targets: + - Mob: ORC_SKELETON + Count: 20 + - Id: 7155 + Title: The training course 'conquer the orc dungeon!' - complete a quest + - Id: 7156 + Title: The training course 'conquer an undersea city!' - start + - Id: 7157 + Title: The training course 'conquer an undersea city!' - A real battle 1 + Targets: + - Mob: MERMAN + Count: 15 + - Id: 7158 + Title: The training course 'conquer an undersea city!' - A real battle 2 + Targets: + - Mob: STROUF + Count: 10 + - Id: 7159 + Title: The training course 'conquer an undersea city!' - Complete a quest + - Id: 7160 + Title: Mysterious Cryptogram + - Id: 7161 + Title: Mysterious Cryptogram - 2nd + - Id: 7162 + Title: Mysterious Cryptogram - 2nd + - Id: 7163 + Title: Mysterious Cryptogram - 2nd + - Id: 7164 + Title: Hunt for shadow of deception + Targets: + - Mob: S_WIND_GHOST + Count: 1 + - Id: 7165 + Title: Key of deception + - Id: 7166 + Title: Rachel Branch of Shadow Workshop + - Id: 7167 + Title: Mysterious Cryptogram - 3rd + - Id: 7168 + Title: Mysterious Cryptogram - 3rd + - Id: 7169 + Title: Mysterious Cryptogram - 3rd + - Id: 7170 + Title: Mysterious Cryptogram - 3rd + - Id: 7171 + Title: Hunt for shadow of delusion + Targets: + - Mob: S_SKOGUL + Count: 1 + - Id: 7172 + Title: Key of delusion + - Id: 7173 + Title: Message to Halled from Paul + - Id: 7174 + Title: Mysterious Cryptogram - 4th + - Id: 7175 + Title: Hunft for shadow of gaiety + Targets: + - Mob: S_SUCCUBUS + Count: 1 + - Id: 7176 + Title: Key of Gaiety + - Id: 7177 + Title: A young guy in Lighthalzen + - Id: 7178 + Title: Destination of Deception, Delusion and Gaiety + - Id: 7179 + Title: Vicente, you dare! + - Id: 7180 + Title: Message from Doomk + - Id: 7181 + Title: Karakas's ring + - Id: 7182 + Title: Sapha's Visit + - Id: 7183 + Title: Invitation from Sapha + - Id: 7184 + Title: To El Dicastes! + - Id: 7185 + Title: Inspector Doha + - Id: 7186 + Title: Secret Order from Doha - Investigation + - Id: 7187 + Title: Secret Order from Doha - Shay + - Id: 7188 + Title: Information Gathering - in the Plaza + - Id: 7189 + Title: Information Gathering - in the Factory + - Id: 7190 + Title: Information Gathering - at the Guards + - Id: 7191 + Title: Shay's designation - BK + - Id: 7192 + Title: BK's Information + - Id: 7193 + Title: Dimensional Crack Investigation + - Id: 7194 + Title: What's this bloodstain? + - Id: 7195 + Title: What's this skin piece? + - Id: 7196 + Title: What's this suspicious magic power? + - Id: 7197 + Title: Sapha Certifications? + - Id: 7198 + Title: Audience with Ahat + - Id: 7199 + Title: Secret Order from Ahat + - Id: 7200 + Title: Cheshire's call + TimeLimit: +23h + - Id: 7201 + Title: Removing traces + - Id: 7202 + Title: Secret order from Doha - Collect proof + - Id: 7203 + Title: Secret order from Doha - Final Report + - Id: 7206 + Title: New Day for Cheshire + - Id: 7207 + Title: Cheshire's Box + - Id: 7208 + Title: Wait for Cheshire? + TimeLimit: +1d + - Id: 7209 + Title: Forget the box. + - Id: 7210 + Title: Daily delivery + - Id: 7211 + Title: Misty Forest Labyrinth Exploration + TimeLimit: +2h30mn + - Id: 7212 + Title: Loki's Search + - Id: 7213 + Title: Wandering Protector + - Id: 7214 + Title: "Paradise Advanced: Romeo Training" + - Id: 7215 + Title: "Paradise Advanced: Romeo Hunt 1" + Targets: + - Mob: STALACTIC_GOLEM + Count: 3 + - Id: 7216 + Title: "Paradise Advanced: Romeo Hunt 2" + Targets: + - Mob: STALACTIC_GOLEM + Count: 10 + - Id: 7217 + Title: "Paradise Advanced: Romeo Hunt 3" + - Id: 7218 + Title: "Paradise Advanced: Romeo Complete" + - Id: 7219 + Title: "Paradise Advanced: Johan Training" + - Id: 7220 + Title: "Paradise Advanced: Johan Hunt 1" + Targets: + - Mob: WRAITH + Count: 20 + - Id: 7221 + Title: "Paradise Advanced: Johan Hunt 2" + Targets: + - Mob: EVIL_DRUID + Count: 10 + - Id: 7222 + Title: "Paradise Advanced: Johan Complete" + - Id: 7223 + Title: "Paradise Advanced: Kiren Training" + - Id: 7224 + Title: "Paradise Advanced: Kiren Hunt 1" + Targets: + - Mob: PORCELLIO + Count: 30 + - Id: 7225 + Title: "Paradise Advanced: Removed" + Targets: + - Mob: NOXIOUS + Count: 30 + - Id: 7226 + Title: "Paradise Advanced: Kiren Hunt 2 (Part A)" + Targets: + - Mob: VENOMOUS + Count: 30 + - Id: 7227 + Title: "Paradise Advanced: Kiren Hunt 2 (Part B)" + Targets: + - Mob: TEDDY_BEAR + Count: 5 + - Id: 7228 + Title: "Paradise Advanced: Kiren Complete" + - Id: 7229 + Title: "Paradise Advanced: Naomi Training" + - Id: 7230 + Title: "Paradise Advanced: Naomi Hunt 1" + Targets: + - Mob: SIROMA + Count: 30 + - Id: 7231 + Title: "Paradise Advanced: Naomi Hunt 2" + Targets: + - Mob: SIROMA + Count: 30 + - Id: 7232 + Title: "Paradise Advanced: Naomi Complete" + - Id: 7233 + Title: "Paradise Advanced: Margaret Training" + - Id: 7234 + Title: "Paradise Advanced: Margaret's Favor" + - Id: 7235 + Title: "Paradise Advanced: Margaret Hunt 1" + Targets: + - Mob: NEPENTHES + Count: 1 + - Id: 7236 + Title: "Paradise Advanced: Margaret Hunt 2" + Targets: + - Mob: PINGUICULA + Count: 5 + - Id: 7237 + Title: "Paradise Advanced: Margaret Complete" + - Id: 7238 + Title: Toren's Errands (Easy) + - Id: 7239 + Title: Toren's Errands (Normal) + - Id: 7240 + Title: Strengthening Equipment + - Id: 7241 + Title: Toren's Errands - Tomorrow + TimeLimit: +1d + - Id: 7242 + Title: Play with the baby cat + - Id: 7243 + Title: Nyadventure-Duruduru Compass + - Id: 7244 + Title: Nyadventure-Duruduru Race + TimeLimit: +3mn + - Id: 7245 + Title: Nyadventure-Duruduru Race + TimeLimit: +3mn + - Id: 7246 + Title: Nyadventure-I'm coming now. + - Id: 7247 + Title: Nyadventure-Stop the Bang! + - Id: 7249 + Title: Nyadventure-Bang! See you next time + TimeLimit: +1d + - Id: 7250 + Title: Nyadventure-Hidden Treasure? + - Id: 7251 + Title: Nyadventure-The First piece of Painting + - Id: 7252 + Title: Nyadventure-The Second piece of Painting + - Id: 7253 + Title: Nyadventure-The Third piece of Painting + - Id: 7254 + Title: Nyadventure-The Fourth piece of Painting + - Id: 7255 + Title: Nyadventure-The Fifth piece of Painting + - Id: 7256 + Title: Nyadventure-The Sixth piece of Painting + - Id: 7257 + Title: Nyadventure-Race, Come back tomorrow! + TimeLimit: +1d + - Id: 7258 + Title: Nyadventure-Painting completed + - Id: 7259 + Title: Gift from the Mew Bravery Team + - Id: 7260 + Title: The origin of Bugs + - Id: 7261 + Title: Cat Biscuits - Table + - Id: 7262 + Title: Cat Biscuits - Mattress + - Id: 7263 + Title: Cat Biscuits - Grill + - Id: 7264 + Title: To Chef Nyas + - Id: 7265 + Title: Rage of Chef Nyas + - Id: 7266 + Title: Declaration of Chef Nyas + - Id: 7267 + Title: Appointed time with Cleanyang + TimeLimit: +1d + - Id: 7268 + Title: Find the Cat's hard biscuits! + - Id: 7269 + Title: Cat Biscuits - Resting Place + - Id: 7270 + Title: Cat Biscuits - Sand + - Id: 7271 + Title: Cat Biscuits - Bottom of the Stairs + - Id: 7272 + Title: Cat Biscuits - Corner + - Id: 7273 + Title: Cat Biscuits - Locker + - Id: 7274 + Title: Cat Biscuits - Foothold + - Id: 7275 + Title: Cat Biscuits - Sand + - Id: 7276 + Title: Promise to deliver more food + TimeLimit: +1d + - Id: 7281 + Title: List of Errands + - Id: 7282 + Title: List of Errands + - Id: 7283 + Title: List of Errands + - Id: 7284 + Title: List of Errands + - Id: 7285 + Title: List of Errands + - Id: 7286 + Title: List of Errands + - Id: 7287 + Title: List of Errands + - Id: 7288 + Title: List of Errands + - Id: 7289 + Title: List of Errands + - Id: 7290 + Title: List of Errands + - Id: 7291 + Title: List of Errands + - Id: 7292 + Title: List of Errands + - Id: 7293 + Title: List of Errands + - Id: 7294 + Title: List of Errands + - Id: 7295 + Title: List of Errands + - Id: 7296 + Title: List of Errands + - Id: 7297 + Title: List of Errands + - Id: 7298 + Title: List of Errands + - Id: 7299 + Title: List of Errands + - Id: 7300 + Title: List of Errands + - Id: 7301 + Title: List of Errands + - Id: 7302 + Title: List of Errands + - Id: 7303 + Title: List of Errands + - Id: 7304 + Title: List of Errands + - Id: 7305 + Title: List of Errands + - Id: 7306 + Title: List of Errands + - Id: 7307 + Title: List of Errands + - Id: 7308 + Title: List of Errands + - Id: 7309 + Title: List of Errands + - Id: 7310 + Title: List of Errands + - Id: 7311 + Title: List of Errands + - Id: 7312 + Title: List of Errands + - Id: 7313 + Title: List of Errands + - Id: 7314 + Title: List of Errands + - Id: 7315 + Title: List of Errands + - Id: 7316 + Title: List of Errands + - Id: 7317 + Title: List of Errands + - Id: 7318 + Title: List of Errands + - Id: 7319 + Title: List of Errands + - Id: 7320 + Title: List of Errands + - Id: 7321 + Title: List of Errands + - Id: 7322 + Title: List of Errands + - Id: 7323 + Title: List of Errands + - Id: 7324 + Title: List of Errands + - Id: 7325 + Title: List of Errands + - Id: 7326 + Title: List of Errands + - Id: 7327 + Title: List of Errands + - Id: 7328 + Title: List of Errands + - Id: 7329 + Title: List of Errands + - Id: 7330 + Title: List of Errands + - Id: 7331 + Title: List of Errands + - Id: 7332 + Title: List of Errands + - Id: 7333 + Title: List of Errands + - Id: 7334 + Title: List of Errands + - Id: 7335 + Title: List of Errands + - Id: 7336 + Title: List of Errands + - Id: 7337 + Title: List of Errands + - Id: 7338 + Title: List of Errands + - Id: 7339 + Title: List of Errands + - Id: 7340 + Title: List of Errands + - Id: 7341 + Title: List of Errands + - Id: 7342 + Title: List of Errands + - Id: 7343 + Title: List of Errands + - Id: 7344 + Title: List of Errands + - Id: 7345 + Title: List of Errands + - Id: 7346 + Title: List of Errands + - Id: 7349 + Title: Vote + TimeLimit: +30mn + - Id: 7350 + Title: Cautious Village + - Id: 7351 + Title: Better than My Old Button + - Id: 7352 + Title: Sailor Wants a Button + - Id: 7353 + Title: Old Man Wants a Button + - Id: 7354 + Title: Young Man Wants a Button + - Id: 7355 + Title: Merchant Wants a Button + - Id: 7356 + Title: Little Kid Wants a Button + - Id: 7357 + Title: Middle-aged Guy Wants a Button + - Id: 7358 + Title: Why do they want my Buttons? + - Id: 7359 + Title: Deliver Holy Item to Sailor + - Id: 7360 + Title: Deliver Holy Item to Old Man + - Id: 7361 + Title: Deliver Holy Item to Young Man + - Id: 7362 + Title: Deliver Holy Item to Merchant + - Id: 7363 + Title: Deliver Holy Item to Little Kid + - Id: 7364 + Title: Deliver Holy Item to Middle-aged Man + - Id: 7365 + Title: Better than My Old Button-2 + - Id: 7366 + Title: Traditional Spiritual Protection and Impudent Girl-1 + - Id: 7367 + Title: Traditional Spiritual Protection and Impudent Girl-2 + TimeLimit: +10mn + - Id: 7368 + Title: Deliver Spiritual Protection-Pedro + - Id: 7369 + Title: Deliver Spiritual Protection-Nardo + - Id: 7370 + Title: Deliver Spiritual Protection-Pandoi + - Id: 7371 + Title: Deliver Spiritual Protection-Woeon + - Id: 7372 + Title: Deliver Spiritual Protection-Talah + - Id: 7373 + Title: Deliver Spiritual Protection-Romel + - Id: 7374 + Title: Love and Spiritual Protection for All + - Id: 7375 + Title: Love and Spiritual Protection Continues + TimeLimit: +23h + - Id: 7376 + Title: Old Man and Cast-Iron Caldron-1 + - Id: 7377 + Title: Old Man and Cast-Iron Caldron-2 + - Id: 7378 + Title: Old Man and Cast-Iron Caldron-Regular Trades + TimeLimit: +23h + - Id: 7379 + Title: Peace Preacher + - Id: 7380 + Title: To Smith a Traditional Spiritual Protection + - Id: 7381 + Title: High Demand on Spiritual Protection Material + TimeLimit: +23h + - Id: 7382 + Title: Deliver to Pedro + - Id: 7383 + Title: Deliver to Nardo + - Id: 7384 + Title: Deliver to Pandoi + - Id: 7385 + Title: Deliver to Woeon + - Id: 7386 + Title: Deliver to Talah + - Id: 7387 + Title: Deliver to Romel + - Id: 7388 + Title: Maries's Child + - Id: 7389 + Title: Give the Shirt to Maries's Child + - Id: 7390 + Title: Worried about Maries's Child + TimeLimit: +23h + - Id: 7391 + Title: Jejeling and Jejellopy + - Id: 7392 + Title: Collect Jejellopy Regularly + TimeLimit: +1d + - Id: 7393 + Title: Shiny Silver Blade + - Id: 7394 + Title: Shiny Tomorrow + TimeLimit: +23h + - Id: 7395 + Title: Ghost on the Ferry Ship + - Id: 7396 + Title: Angry Soul on Ferry Ship + - Id: 7397 + Title: Mumbaki Phong's Advice + - Id: 7398 + Title: Offering Bouquet Recommended by Mumbaki + - Id: 7399 + Title: Soul Diwata's Story + - Id: 7400 + Title: Mumbaki of Port Malaya + - Id: 7401 + Title: All Aboard for Perry Sailing + TimeLimit: +23h + - Id: 7402 + Title: Bouquet for Diwata + - Id: 7403 + Title: Stabilized Perry + - Id: 7404 + Title: Get Rid of Jejeling + - Id: 7405 + Title: Get Rid of Jejeling - Same Time Tomorrow + TimeLimit: +23h + - Id: 7406 + Title: Agree to Collecting Bones! + - Id: 7407 + Title: Purified Bone + - Id: 7408 + Title: Agree to Come Back Tomorrow? + TimeLimit: +23h + - Id: 7409 + Title: Cannot Meet Eyes with Him! + - Id: 7410 + Title: Teach Another Lesson Tomorrow! + TimeLimit: +23h + - Id: 7411 + Title: The traveler, Fome's story + - Id: 7412 + Title: The traveler, Litrip's story + - Id: 7413 + Title: The traveler, Chiba's story + - Id: 7414 + Title: Eclage guard's message + - Id: 7415 + Title: Laphine's Chief of Staff + - Id: 7416 + Title: Waiting to meet + TimeLimit: +10mn + - Id: 7417 + Title: Kardui's request + - Id: 7418 + Title: For Eclage 1 + - Id: 7419 + Title: For Eclage 2 + - Id: 7420 + Title: For Eclage 3 + - Id: 7421 + Title: That's enough + - Id: 7422 + Title: Kardui's gift + - Id: 7423 + Title: A rumor about the King 1 + - Id: 7424 + Title: A rumor about the King 2 + - Id: 7425 + Title: A rumor about the King 3 + - Id: 7426 + Title: A rumor about the King 4 + - Id: 7427 + Title: At times like this, face it straight on! + - Id: 7428 + Title: Yai of the wild + - Id: 7429 + Title: Wild recent trend! + TimeLimit: +23h + - Id: 7430 + Title: Deliveryman that runs through space + - Id: 7431 + Title: A mailman never rests! + TimeLimit: +23h + - Id: 7432 + Title: The troublemakers in the land of blooming flowers + - Id: 7433 + Title: Need constant guidance + TimeLimit: +23h + - Id: 7434 + Title: Kardui's big brother + - Id: 7435 + Title: Time for reading the letter + TimeLimit: +3mn + - Id: 7436 + Title: Avant the Scholar of Magics + - Id: 7437 + Title: Shenime's favor + - Id: 7438 + Title: Secret sponsorship + - Id: 7439 + Title: The scholar of magics sponsored by Shenime + - Id: 7440 + Title: Minuel's witness + - Id: 7441 + Title: Mail is here! + - Id: 7442 + Title: The identity of the scholar of magics + - Id: 7443 + Title: Interfere with the research! + - Id: 7444 + Title: What Avant was researching + - Id: 7445 + Title: Avant's back + - Id: 7446 + Title: Unfruitful conversation + - Id: 7447 + Title: Dilemma surrounding the Orb + - Id: 7448 + Title: Something's not right + - Id: 7449 + Title: Temptation toward the Orb + - Id: 7450 + Title: Orb's lighting room + - Id: 7451 + Title: Betrayal + - Id: 7452 + Title: Find the chief of staff! + - Id: 7453 + Title: The last of the chief of staff + - Id: 8000 + Title: Quitting Job Change + - Id: 8001 + Title: Job Change to Assassin + - Id: 8002 + Title: Job Change to Assassin + - Id: 8003 + Title: Job Change to Assassin + - Id: 8004 + Title: Job Change to Assassin + - Id: 8005 + Title: Job Change to Assassin + - Id: 8006 + Title: Find the Guild Master! + - Id: 8007 + Title: Acceptance from the Guild Master + - Id: 8008 + Title: Job Change to Assassin + - Id: 8009 + Title: Applying for Job Change to Priest + - Id: 8010 + Title: Job Change to Priest + - Id: 8011 + Title: Job Change to Priest + - Id: 8012 + Title: Job Change to Priest + - Id: 8013 + Title: Job Change to Priest + - Id: 8014 + Title: Job Change to Priest + - Id: 8015 + Title: Job Change to Priest + - Id: 8016 + Title: Job Change to Priest + - Id: 8017 + Title: Factory Inspection + - Id: 8018 + Title: Factory Inspection + - Id: 8019 + Title: Factory Inspection + - Id: 8020 + Title: Factory Inspection + - Id: 8021 + Title: Factory Inspection + - Id: 8022 + Title: Factory Inspection + - Id: 8023 + Title: Factory Inspection + - Id: 8024 + Title: Factory Inspection + - Id: 8025 + Title: Factory Inspection + - Id: 8026 + Title: Factory Inspection + - Id: 8027 + Title: Factory Inspection + - Id: 8028 + Title: Factory Inspection + - Id: 8029 + Title: Factory Inspection + - Id: 8030 + Title: Factory Inspection + - Id: 8031 + Title: Factory Inspection + - Id: 8032 + Title: Tarlock's Favor + - Id: 8033 + Title: Ferlock's Favor + - Id: 8034 + Title: Ferlock's Favor + - Id: 8035 + Title: How the Airship Works + - Id: 8036 + Title: Hallen's Favor + - Id: 8037 + Title: The Dice Roller + - Id: 8038 + Title: The Dice Roller + - Id: 8039 + Title: Secret of Airships + - Id: 8040 + Title: Secret of Airships + - Id: 8041 + Title: Secret of Airships + - Id: 8042 + Title: Secret of Airships + - Id: 8043 + Title: Secret of Airships + - Id: 8044 + Title: Euslan's Fiancee + - Id: 8045 + Title: Tips from Kaci + - Id: 8046 + Title: Ferlock's Passengers list + - Id: 8047 + Title: Euslan's Favor + - Id: 8048 + Title: Eukran's Testimony + - Id: 8049 + Title: Thierry's Favor + - Id: 8050 + Title: Danger coming on to Thierry + - Id: 8051 + Title: Euslan's Medicine + - Id: 8052 + Title: Thierry's Favor + - Id: 8053 + Title: Find Postell + - Id: 8054 + Title: Message from Postell + - Id: 8055 + Title: Nursing Allen + - Id: 8056 + Title: Little something in return + - Id: 8057 + Title: Grumbling Manainne + - Id: 8058 + Title: Conversation with El Schatt + - Id: 8059 + Title: Conversation with Perfitz + - Id: 8060 + Title: Stubborn El Schatt + - Id: 8061 + Title: Stories of the past + - Id: 8062 + Title: Kanainne + - Id: 8063 + Title: Kanainne's spirit + - Id: 8064 + Title: Cellette's Fish Cake Soup + - Id: 8065 + Title: Cellette's Fish Cake Soup + - Id: 8066 + Title: Cellette's Fish Cake Soup + - Id: 8067 + Title: Cellette's Fish Cake Soup + - Id: 8068 + Title: Cellette's Fish Cake Soup + - Id: 8069 + Title: Cellette's Fish Cake Soup + - Id: 8070 + Title: Cellette's Fish Cake Soup + - Id: 8071 + Title: Cellette's Fish Cake Soup + - Id: 8072 + Title: Cellette's Fish Cake Soup + - Id: 8073 + Title: Cellette's Fish Cake Soup + - Id: 8074 + Title: Cellette's Fish Cake Soup + - Id: 8075 + Title: Cellette's Fish Cake Soup + - Id: 8076 + Title: Klitzer and Calla + - Id: 8077 + Title: Klitzer and Calla + - Id: 8078 + Title: Klitzer and Calla + - Id: 8079 + Title: Klitzer and Calla + - Id: 8080 + Title: Klitzer and Calla + - Id: 8081 + Title: Klitzer and Calla + - Id: 8082 + Title: Klitzer and Calla + - Id: 8083 + Title: Klitzer and Calla + - Id: 8084 + Title: Klitzer and Calla + - Id: 8085 + Title: Klitzer and Calla + - Id: 8086 + Title: Klitzer and Calla + - Id: 8087 + Title: Klitzer and Calla + - Id: 8088 + Title: Klitzer and Calla + - Id: 8089 + Title: Stolen Gemstone + - Id: 8090 + Title: Mr. Manson + - Id: 8091 + Title: Jenny the gardener + - Id: 8092 + Title: Searching the Market + - Id: 8093 + Title: Mysterious Message + - Id: 8094 + Title: Double Crossed? + - Id: 8095 + Title: Find Phobe + - Id: 8096 + Title: Stolen Gemstone Found + - Id: 8097 + Title: Informing Jenny + - Id: 8098 + Title: Keeping the Secret + - Id: 8099 + Title: Vincent's Recommendation + - Id: 8100 + Title: Recommendation from High Priest Zhed + - Id: 8101 + Title: Recommendation from High Priest Zhed + - Id: 8102 + Title: Recommendation from High Priest Zhed + - Id: 8103 + Title: Recommendation from High Priest Zhed + - Id: 8104 + Title: Recommendation from High Priest Zhed + - Id: 8105 + Title: Recommendation from High Priest Zhed + - Id: 8106 + Title: Mr. Shendar's daughter + - Id: 8107 + Title: Lachellen's Testimony + - Id: 8108 + Title: A Foreigner, Katinshuell + - Id: 8109 + Title: Bruspetti's scent + - Id: 8110 + Title: Bruspetti's scent + - Id: 8111 + Title: Lachellen's Testimony + - Id: 8112 + Title: Freya's Spring + - Id: 8113 + Title: Bruspetti's Diary + - Id: 8114 + Title: Bruspetti's Diary + - Id: 8115 + Title: Suspicious Katinshuell + - Id: 8116 + Title: Lachellen's Testimony + - Id: 8117 + Title: Freya's Spring + - Id: 8118 + Title: Conversation with Mr. Shendar + - Id: 8119 + Title: Bruspetti's Diary + - Id: 8120 + Title: Conversation with Katinshuell + - Id: 8121 + Title: Conversation with Katinshuell + - Id: 8122 + Title: Bruspetti's resting place + - Id: 8123 + Title: Ayothaya's world famous dish, Tom Yum Goong + - Id: 8124 + Title: Ayothaya's world famous dish, Tom Yum Goong + - Id: 8125 + Title: Ayothaya's world famous dish, Tom Yum Goong + - Id: 8126 + Title: Ayothaya's world famous dish, Tom Yum Goong + - Id: 8127 + Title: Momotaro Field Trip + - Id: 8128 + Title: Momotaro Field Trip + - Id: 8129 + Title: Momotaro Field Trip + - Id: 8130 + Title: Momotaro Field Trip + - Id: 8131 + Title: The mother of lord in Amatsu + - Id: 8132 + Title: The mother of lord in Amatsu + - Id: 8133 + Title: Song of the fox + - Id: 8134 + Title: Boy at the Northern Shrine + - Id: 8135 + Title: Fox Expelled + - Id: 8136 + Title: The Gray Wolf's Warning + - Id: 8137 + Title: Finding the Keymaker + - Id: 8138 + Title: Blacksmith's Request + - Id: 8139 + Title: The Golden Key + - Id: 8140 + Title: The Red Ring + - Id: 8141 + Title: Mashenka's Red Ring + - Id: 8142 + Title: Searching the Marsh + - Id: 8143 + Title: The Flute's Voice + - Id: 8144 + Title: Ryubaba's Confession + - Id: 8145 + Title: Worried Mother's Request + - Id: 8146 + Title: Finding Lusalka + - Id: 8147 + Title: Lusalka's Beloved + - Id: 8148 + Title: Lusalka's Beloved + - Id: 8149 + Title: Searching for Igor + - Id: 8150 + Title: Igor's message + - Id: 8151 + Title: Marozka's Cave + - Id: 8152 + Title: The Golden Thread + - Id: 8153 + Title: Test of mind and wisdom + - Id: 8154 + Title: The Keymaker + - Id: 8155 + Title: Baba Yaga's Favor + - Id: 8156 + Title: Baba Yaga's Favor + - Id: 8157 + Title: Baba Yaga's Favor + - Id: 8158 + Title: Baba Yaga's Favor + - Id: 8159 + Title: Baba Yaga's Favor + - Id: 8160 + Title: Baba Yaga's Favor + - Id: 8161 + Title: Baba Yaga's Favor + - Id: 8162 + Title: Baba Yaga's Favor + - Id: 8163 + Title: Baba Yaga's Favor + - Id: 8164 + Title: Baba Yaga's Favor + - Id: 8165 + Title: Baba Yaga's Favor + - Id: 8166 + Title: Baba Yaga's Favor + - Id: 8167 + Title: The Golden Key + - Id: 8168 + Title: Koshei, the Immortal + - Id: 8169 + Title: Living and Dead Water + - Id: 8170 + Title: Living and Dead Water + - Id: 8171 + Title: Living and Dead Water + - Id: 8181 + Title: Sight Blaster + - Id: 8182 + Title: Push Back Theory + - Id: 8183 + Title: Sight Blaster + - Id: 8184 + Title: Elemental Converter + - Id: 8185 + Title: Elemental Change + - Id: 8186 + Title: Fire Elemental Change + - Id: 8187 + Title: Earth Elemental Change + - Id: 8188 + Title: Wind Elemental Change + - Id: 8189 + Title: Water Elemental Change + - Id: 8190 + Title: Charming Wink + - Id: 8191 + Title: Charming Advisor + - Id: 8192 + Title: Selfish Advisor + - Id: 8193 + Title: Selfish Advisor + - Id: 8194 + Title: Drunken Advisor + - Id: 8195 + Title: Kind Canell + - Id: 8196 + Title: The Tripartite Union's Feud + - Id: 8197 + Title: Document Delivery + - Id: 8198 + Title: Report to the United Research Official + - Id: 8199 + Title: United Research Official's Favor + - Id: 8200 + Title: Ryosen's Document Requests + - Id: 8201 + Title: Missing Document + - Id: 8202 + Title: Document Restoration + - Id: 8203 + Title: Document Restoration + - Id: 8204 + Title: Ryosen + - Id: 8205 + Title: Report to the United Research Official + - Id: 8206 + Title: Researchers' Meeting + - Id: 8207 + Title: Hansenne is not guilty. + - Id: 8208 + Title: Hansenne's Favor + - Id: 8209 + Title: Hue's Report + - Id: 8210 + Title: Report to the United Research Official + - Id: 8211 + Title: Shurank's Lecture + - Id: 8212 + Title: Shurank's Lecture + - Id: 8213 + Title: Shurank's Lecture + - Id: 8214 + Title: Shurank's Lecture + - Id: 8215 + Title: Shurank's Lecture + - Id: 8216 + Title: Shurank's Order + - Id: 8217 + Title: Dequ'ee's Message + - Id: 8218 + Title: Shurank's Lecture + - Id: 8219 + Title: Shurank's Lecture + - Id: 8220 + Title: Shurank's Lecture + - Id: 8221 + Title: Shurank's Lecture + - Id: 8222 + Title: Shurank's order + - Id: 8223 + Title: Dequ'ee's order + - Id: 8224 + Title: The clue + - Id: 8225 + Title: Dequ'ee's Reasoning + - Id: 8226 + Title: Bankley's Death + - Id: 8227 + Title: Return to Shurank + - Id: 8228 + Title: Shurank's Lecture + - Id: 8229 + Title: Guarnien's Lecture + - Id: 8230 + Title: Guarnien's Lecture + - Id: 8231 + Title: Guarnien's Lecture + - Id: 8232 + Title: Guarnien's Lecture + - Id: 8233 + Title: Guarnien's Lecture + - Id: 8234 + Title: Prontera Market Research + - Id: 8235 + Title: Guarnien's Lecture + - Id: 8236 + Title: Guarnien's Lecture + - Id: 8237 + Title: Guarnien's Lecture + - Id: 8238 + Title: Guarnien's Lecture + - Id: 8239 + Title: Guarnien's Lecture + - Id: 8240 + Title: Guarnien's Lecture + - Id: 8241 + Title: Collection of Red Jewel + - Id: 8242 + Title: Collection of blue Jewel + - Id: 8243 + Title: Learning new languages + - Id: 8244 + Title: Fairies and Tree Giants + - Id: 8245 + Title: Language sample investigation + - Id: 8246 + Title: Language sample investigation + - Id: 8247 + Title: Research progress + - Id: 8248 + Title: Research progress + - Id: 8249 + Title: Compressing Information + - Id: 8250 + Title: Storage Gem + - Id: 8251 + Title: Injection of Magic + - Id: 8252 + Title: Handworked jewels + - Id: 8253 + Title: Language translation device + TimeLimit: +1h + - Id: 8254 + Title: with a light heart and body + - Id: 8255 + Title: The test of power for existence + - Id: 8256 + Title: The test of power for existence + - Id: 8257 + Title: Providing food of Teardrop + - Id: 8258 + Title: Providing food of Teardrop + - Id: 8259 + Title: to a place for taking a practical technique test + - Id: 8260 + Title: Mission! Documents delivery + - Id: 8261 + Title: When you play the flute,then the wolf show up! + - Id: 8262 + Title: Ranger master never again + - Id: 8265 + Title: One time a one hour! + - Id: 8266 + Title: Hunting poison spore! + Targets: + - Mob: POISON_SPORE + Count: 10 + - Id: 8267 + Title: Hunting smokie! + Targets: + - Mob: SMOKIE + Count: 10 + - Id: 8268 + Title: Hunt elder wilow! + Targets: + - Mob: ELDER_WILOW + Count: 10 + - Id: 8269 + Title: Hunt coco! + Targets: + - Mob: COCO + Count: 10 + - Id: 8270 + Title: Hunt tharafrog! + Targets: + - Mob: THARA_FROG + Count: 10 + - Id: 8271 + Title: Toxic sprays delivery! + - Id: 8272 + Title: Deliver a honey! + - Id: 8273 + Title: Deliver a blanket! + - Id: 8274 + Title: Collect bones! + - Id: 8275 + Title: Collect feet! + - Id: 8276 + Title: Collect scell! + - Id: 8277 + Title: Collect tails! + - Id: 8278 + Title: Collect cookies! + - Id: 8279 + Title: Collect mustache! + - Id: 9000 + Title: Job Change to Knight + - Id: 9001 + Title: Loyalty of a Knight + - Id: 9002 + Title: Loyalty of a Knight + - Id: 9003 + Title: The Honor of a Knight + - Id: 9004 + Title: The Honor of a Knight + - Id: 9005 + Title: Tenacity of a Knight + - Id: 9006 + Title: Tenacity of a Knight + - Id: 9007 + Title: The Honor of a Knight + - Id: 9008 + Title: Etiquette as a Knight + - Id: 9009 + Title: Life as a Knight + - Id: 9010 + Title: Quality of reverence + - Id: 9011 + Title: Life as a Knight + - Id: 9012 + Title: Glory of a Knight! + - Id: 9013 + Title: Job Change to Wizard + - Id: 9014 + Title: Job Change to Wizard + - Id: 9015 + Title: Job Change to Wizard + - Id: 9016 + Title: Job Change to Wizard + - Id: 9017 + Title: Job Change to Wizard + - Id: 9018 + Title: Certified as a Wizard! + - Id: 9058 + Title: O'Riley's Request + - Id: 9059 + Title: Happy St. Patrick's Day + - Id: 9117 + Title: Lina's Curse + - Id: 9118 + Title: Lina's Curse - Deviruchi Hunt + Targets: + - Mob: DEVIRUCHI + Count: 50 + - Id: 9119 + Title: Lina's Curse - Wraith Dead Hunt + Targets: + - Mob: WRAITH_DEAD + Count: 50 + - Id: 9120 + Title: Lina's Curse - Dullahan Hunt + Targets: + - Mob: DULLAHAN + Count: 50 + - Id: 9121 + Title: Lina's Curse - Nightmare Terror Hunt + Targets: + - Mob: NIGHTMARE_TERROR + Count: 50 + - Id: 9122 + Title: Lina's Curse + - Id: 9123 + Title: Lina's Curse + - Id: 9024 + Title: An errand boy from Einbroch + - Id: 9028 + Title: strange Hydra + - Id: 9029 + Title: "Strange Hydra : present conditions" + TimeLimit: +1d + - Id: 9030 + Title: Find a puppy + - Id: 9031 + Title: Find a puppy + - Id: 9032 + Title: Find a puppy + TimeLimit: +1d + - Id: 9155 + Title: Getting materials for the Jaty Crown + - Id: 9156 + Title: Make the Jaty Crown + - Id: 9157 + Title: Reward from Sage, Kasyapa + - Id: 9158 + Title: Delivery of Good News(1) + - Id: 9159 + Title: Back to Paiko + - Id: 9160 + Title: Delivery of Good News(2) + - Id: 9161 + Title: Back to Paiko + - Id: 9162 + Title: Delivery of Good News(3) + - Id: 9163 + Title: Back to Paiko + - Id: 9164 + Title: Delivery of Good News(4) + - Id: 9165 + Title: Reward from Paiko for success of Jaty Crown + - Id: 9167 + Title: Tutorial - Mercenary for Hire + - Id: 9168 + Title: Quest Window Check + - Id: 9169 + Title: Window Shopper Catalogue + - Id: 9170 + Title: Window Shopper Catalogue + - Id: 9171 + Title: Enchanting Items + - Id: 9172 + Title: Enchanted Items + - Id: 9173 + Title: Tutorial Timer Cooldown + TimeLimit: +20h + - Id: 9222 + Title: Get Rid of Bangungot from Hospital 2F + - Id: 9223 + Title: Will there be Peace at the Hospital? + TimeLimit: +7d + - Id: 9224 + Title: Explore Hospital 2F + TimeLimit: +1h + - Id: 9225 + Title: Mystery Robbery Incident 1 + - Id: 9226 + Title: Mystery Robbery Incident 2 + - Id: 9227 + Title: Mystery Robbery Incident 3 + - Id: 9228 + Title: Mystery Robbery Incident 4 + - Id: 9229 + Title: Mystery Robbery Incident 5 + - Id: 9230 + Title: Mystery Robbery Incident 6 + - Id: 9231 + Title: Mystery Robbery Incident 7 + - Id: 9232 + Title: Mystery Robbery Incident 8 + - Id: 9233 + Title: Mystery Robbery Incident 9 + - Id: 9234 + Title: Mystery Robbery Incident 10 + - Id: 9235 + Title: Mystery Robbery Incident 11 + - Id: 9236 + Title: Mystery Robbery Incident 12 + - Id: 9237 + Title: Mystery Robbery Incident 13 + - Id: 9238 + Title: Mystery Robbery Incident 14 + - Id: 9239 + Title: Mystery Robbery Incident 15 + - Id: 9240 + Title: Luen's statement notes + - Id: 9241 + Title: Luen's statement notes + - Id: 9242 + Title: Luen's statement notes + - Id: 9243 + Title: Luen's statement notes + - Id: 9244 + Title: Dames's statement notes + - Id: 9245 + Title: Dames's statement notes + - Id: 9246 + Title: Dames's statement notes + - Id: 9247 + Title: Dames's statement notes + - Id: 9248 + Title: Rosa's statement notes + - Id: 9249 + Title: Rosa's statement notes + - Id: 9250 + Title: Rosa's statement notes + - Id: 9251 + Title: Rosa's statement notes + - Id: 9252 + Title: Observing Poppy + - Id: 9253 + Title: Examining a messy bookshelf + - Id: 9254 + Title: Examining a damaged book + - Id: 9255 + Title: Examining a container for soda cans + - Id: 9256 + Title: Examining a messed up table + - Id: 9257 + Title: Examining a foreign object + - Id: 9258 + Title: Field examination results + - Id: 9259 + Title: Confirming Cruyan's statements + - Id: 9260 + Title: Survey investigation notes + - Id: 9262 + Title: Mystery Robbery Incident 16 + - Id: 10000 + Title: To the Prontera Royal Court + - Id: 10001 + Title: Qualification Test + - Id: 10002 + Title: Qualification Review + - Id: 10003 + Title: Instructions on what to do + - Id: 10004 + Title: Interim Report + - Id: 10005 + Title: Prince Eigen Ahrum + - Id: 10006 + Title: Prince Ernst + - Id: 10007 + Title: Prince Poe + - Id: 10008 + Title: Prince Peter + - Id: 10009 + Title: Prince Urugen + - Id: 10010 + Title: Prince Helmut + - Id: 10011 + Title: Prince Erich + - Id: 10012 + Title: Conversation of the two princes + - Id: 10013 + Title: Searching for the unknown girl + - Id: 10014 + Title: Back to Peter + - Id: 10015 + Title: Test 15 + - Id: 10016 + Title: A Guest from the Walter Family + - Id: 10017 + Title: Conspiracy + - Id: 10018 + Title: Villainous Ahrum - Poe + - Id: 10019 + Title: Villainous Ahrum - Peter + - Id: 10020 + Title: Villainous Ahrum - Erich + - Id: 10021 + Title: Villainous Ahrum - Urugen + - Id: 10022 + Title: Villainous Ahrum - Helmut + - Id: 10023 + Title: Eigen Ahrum and Ernst -Former- + - Id: 10024 + Title: Eigen Ahrum and Ernst -Latter- + - Id: 10025 + Title: Good-bye, dear! + - Id: 10026 + Title: Reforming Meto + - Id: 10027 + Title: Reforming Meto + - Id: 10028 + Title: Reforming Meto + - Id: 10029 + Title: Reforming Meto + - Id: 10030 + Title: Reforming Meto + - Id: 10031 + Title: Reforming Meto + - Id: 10032 + Title: Reforming Meto + - Id: 10033 + Title: Reforming Meto + - Id: 10034 + Title: Search the knife + - Id: 10035 + Title: Deliver the knife + - Id: 10036 + Title: Material Supply-Candy + - Id: 10037 + Title: Material Supply-Crap Shells + - Id: 10038 + Title: Material Supply-Conch + - Id: 10039 + Title: Material Supply-Fish Tail + - Id: 10040 + Title: Material Supply-White Platter + - Id: 10041 + Title: Material Supply-? + - Id: 10042 + Title: Find the Piano Keys-5 remained + - Id: 10043 + Title: Find the Piano Keys-5 remained + - Id: 10044 + Title: Find the Piano Keys-4 remained + - Id: 10045 + Title: Find the Piano Keyboard-4 remained + - Id: 10046 + Title: Find the Piano Keyboard-3 remained + - Id: 10047 + Title: Find the Piano Keyboard-3 remained + - Id: 10048 + Title: Find the Piano Keyboard-2 remained + - Id: 10049 + Title: Find the Piano Keyboard-2 remained + - Id: 10050 + Title: Find the Piano Keyboard-1 remained + - Id: 10051 + Title: Find the Piano Keyboard-1 remained + - Id: 10052 + Title: Find the Piano Keyboard-To the piano + - Id: 10053 + Title: Find the Piano Keyboard-Fill the empty spot + - Id: 10054 + Title: On the Verge of the Escape-Clint Kana + - Id: 10055 + Title: Understanding the culture of Utan + - Id: 10056 + Title: Learning Utan Language + - Id: 10057 + Title: Onward to the Other World + - Id: 10058 + Title: Onward to the Other World + - Id: 10059 + Title: Onward to the Other World + - Id: 10060 + Title: Onward to the Other World + - Id: 10061 + Title: Onward to the Other World + - Id: 10062 + Title: Onward to the Other World + - Id: 10063 + Title: Onward to the Other World + - Id: 10064 + Title: Onward to the Other World + - Id: 10065 + Title: Onward to the Other World + - Id: 10066 + Title: Onward to the Other World + - Id: 10067 + Title: Onward to the Other World + - Id: 10068 + Title: Onward to the Other World + - Id: 10069 + Title: Onward to the Other World + - Id: 10070 + Title: Onward to the Other World + - Id: 10071 + Title: Onward to the Other World + - Id: 10072 + Title: Onward to the Other World + - Id: 10073 + Title: Onward to the Other World + - Id: 10074 + Title: Onward to the Other World + - Id: 10075 + Title: Onward to the Other World + - Id: 10076 + Title: Onward to the Other World + - Id: 10077 + Title: Onward to the Other World + - Id: 10078 + Title: Onward to the Other World + - Id: 10079 + Title: Escape from the reality, into the broad world + - Id: 10080 + Title: Escape from the reality, into the broad world + - Id: 10081 + Title: Escape from the reality, into the broad world + - Id: 10082 + Title: Escape from the reality, into the broad world + - Id: 10083 + Title: Escape from the reality, into the broad world + - Id: 10084 + Title: Escape from the reality, into the broad world + - Id: 10085 + Title: Escape from the reality, into the broad world + TimeLimit: +1d + - Id: 10086 + Title: Escape from the reality, into the broad world + - Id: 10087 + Title: Escape from the reality, into the broad world + TimeLimit: +1d + - Id: 10088 + Title: Escape from the reality, into the broad world + - Id: 10089 + Title: Escape from the reality, into the broad world + - Id: 10090 + Title: Job changes to Mechanic + - Id: 10091 + Title: Job changes to Mechanic + - Id: 10092 + Title: Job changes to Mechanic + - Id: 10093 + Title: Job changes to Mechanic + - Id: 10094 + Title: Job changes to Mechanic + - Id: 10095 + Title: Job changes to Mechanic + - Id: 10096 + Title: Job changes to Mechanic + - Id: 10097 + Title: Job changes to Mechanic + - Id: 10098 + Title: Job changes to Mechanic + - Id: 10099 + Title: Job changes to Mechanic + - Id: 10100 + Title: Job changes to Mechanic + - Id: 10101 + Title: Job changes to Mechanic + - Id: 10102 + Title: To client - the chapter of the sphinx dungeon + - Id: 10103 + Title: To client - the chapter of Glast heim + - Id: 10104 + Title: To client - the chapter of Juno + - Id: 10105 + Title: To client - the chapter of a clock tower + - Id: 10106 + Title: "To client - the chapter of localizing " + - Id: 10107 + Title: Sphinx dungeon - Requiem + Targets: + - Mob: REQUIEM + Count: 10 + - Id: 10108 + Title: Sphinx dungeon - Marduk + Targets: + - Mob: MARDUK + Count: 10 + - Id: 10109 + Title: Sphinx dungeon - Pasana + Targets: + - Mob: PASANA + Count: 10 + - Id: 10110 + Title: Glast heim - Dark Frame + Targets: + - Mob: DARK_FRAME + Count: 10 + - Id: 10111 + Title: Glast heim - Evil druid + Targets: + - Mob: EVIL_DRUID + Count: 10 + - Id: 10112 + Title: Glast heim - Wraith + Targets: + - Mob: WRAITH + Count: 10 + - Id: 10113 + Title: Glast Heim - Raydric Archer + Targets: + - Mob: RAYDRIC_ARCHER + Count: 10 + - Id: 10114 + Title: Juno - Grand Peco + Targets: + - Mob: GRAND_PECO + Count: 20 + - Id: 10115 + Title: Juno - sleeper + Targets: + - Mob: SLEEPER + Count: 20 + - Id: 10116 + Title: Juno - Goat + Targets: + - Mob: GOAT + Count: 20 + - Id: 10117 + Title: Juno - Harpy + Targets: + - Mob: HARPY + Count: 20 + - Id: 10118 + Title: clock tower - Clock + Targets: + - Mob: CLOCK + Count: 15 + - Id: 10119 + Title: clock tower - Punk + Targets: + - Mob: PUNK + Count: 15 + - Id: 10120 + Title: clock tower - Rideword + Targets: + - Mob: RIDEWORD + Count: 15 + - Id: 10121 + Title: Localizing - Uzhas + Targets: + - Mob: UZHAS + Count: 15 + - Id: 10122 + Title: Localizing - Miyabi Doll + Targets: + - Mob: MIYABI_NINGYO + Count: 15 + - Id: 10123 + Title: Localizing - Mi Gao + Targets: + - Mob: INCREASE_SOIL + Count: 15 + - Id: 11000 + Title: Inspection of Odin Shrine + - Id: 11001 + Title: Inspection of Odin Shrine + - Id: 11002 + Title: Inspection of Odin Shrine + - Id: 11003 + Title: Inspection of Odin Shrine + - Id: 11004 + Title: Inspection of Odin Shrine + - Id: 11005 + Title: Inspection of Odin Shrine + - Id: 11006 + Title: Inspection of Odin Shrine + - Id: 11007 + Title: Inspection of Odin Shrine + - Id: 11008 + Title: Inspection of Odin Shrine + - Id: 11009 + Title: Morriphen's Request + - Id: 11010 + Title: Fetching the medicine + - Id: 11011 + Title: Medicine for two + - Id: 11012 + Title: Find Makkie + - Id: 11013 + Title: Red Plant Stem Powder + - Id: 11014 + Title: The researcher's medicine + - Id: 11015 + Title: Siria's cure + - Id: 11016 + Title: Morriphen's story + - Id: 11017 + Title: Exploring Juperos + - Id: 11018 + Title: Exploring Juperos + - Id: 11019 + Title: Exploring Juperos + - Id: 11020 + Title: Exploring Juperos + - Id: 11021 + Title: Exploring Juperos + - Id: 11022 + Title: Exploring Juperos + - Id: 11029 + Title: Going to the Turtle Island.. + - Id: 11030 + Title: Going to the Turtle Island.. + - Id: 11031 + Title: Going to the Turtle Island.. + - Id: 11032 + Title: Going to the Turtle Island.. + - Id: 11033 + Title: Going to the Turtle Island.. + - Id: 11034 + Title: Going to the Turtle Island.. + - Id: 11035 + Title: Going to the Turtle Island.. + - Id: 11036 + Title: Going to the Turtle Island.. + - Id: 11037 + Title: Going to the Turtle Island.. + - Id: 11038 + Title: Meet the Dead + - Id: 11039 + Title: Meet the Dead + - Id: 11040 + Title: Meet the Dead + - Id: 11041 + Title: Meet the Dead + - Id: 11042 + Title: Meet the Dead + - Id: 11043 + Title: Meet the Dead + - Id: 11044 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11045 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11046 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11047 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11048 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11049 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11050 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11051 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11052 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11053 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11054 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11055 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11056 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11057 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11070 + Title: Poison King + - Id: 11071 + Title: Poison King + - Id: 11072 + Title: Poison King + - Id: 11073 + Title: Poison King + - Id: 11074 + Title: Poison King + - Id: 11075 + Title: Poison King + - Id: 11076 + Title: Poison King + - Id: 11077 + Title: Poison King + - Id: 11078 + Title: Poison King + - Id: 11079 + Title: Poison King + - Id: 11080 + Title: Poison King + - Id: 11081 + Title: Poison King + - Id: 11082 + Title: Poison King + - Id: 11083 + Title: Poison King + - Id: 11084 + Title: New Surroundings + - Id: 11085 + Title: New Surroundings + - Id: 11086 + Title: New Surroundings + - Id: 11087 + Title: Repairing the Tent + - Id: 11088 + Title: Repairing the Tent + - Id: 11089 + Title: Repairing the Tent + - Id: 11090 + Title: Repairing the Tent + - Id: 11091 + Title: Delivering Supplies + - Id: 11092 + Title: Delivering Supplies + - Id: 11093 + Title: Delivering Supplies + - Id: 11094 + Title: Delivering Supplies + - Id: 11095 + Title: Delivering Supplies + - Id: 11096 + Title: Delivering Supplies + - Id: 11097 + Title: Delivering Supplies + - Id: 11098 + Title: Delivering Supplies + - Id: 11099 + Title: To My Friend + - Id: 11100 + Title: To My Friend + - Id: 11101 + Title: Secret note of Bazet + - Id: 11102 + Title: Secret note of Bazet + - Id: 11103 + Title: Secret note of Bazet + - Id: 11104 + Title: Resting time + TimeLimit: +23h + - Id: 11105 + Title: Tendrilrion skin + - Id: 11106 + Title: Job changing to Warlock + - Id: 11107 + Title: Job changing to Warlock + - Id: 11108 + Title: Job changing to Warlock + - Id: 11109 + Title: Job changing to Warlock + - Id: 11110 + Title: Job changing to Warlock + - Id: 11111 + Title: Job changing to Warlock + - Id: 11112 + Title: Job changing to Warlock + - Id: 11113 + Title: Until radering is functioning + TimeLimit: +23h + - Id: 11114 + Title: "Request : Hunt Honet" + Targets: + - Mob: HORNET + Count: 10 + - Id: 11115 + Title: "Request : Hunt Condor" + Targets: + - Mob: CONDOR + Count: 20 + - Id: 11116 + Title: "Request : Hunt Grasshopper's Leg" + Targets: + - Mob: ROCKER + Count: 10 + - Id: 11117 + Title: "Request : Hunt Worm tail" + Targets: + - Mob: WORM_TAIL + Count: 20 + - Id: 11118 + Title: "Request : Hunt Spore" + Targets: + - Mob: SPORE + Count: 30 + - Id: 11119 + Title: "Request : Pest Control" + Targets: + - Mob: THIEF_BUG_EGG + Count: 20 + - Id: 11120 + Title: "Request : Hunt Muka" + Targets: + - Mob: MUKA + Count: 20 + - Id: 11121 + Title: "Request : Hunt Farmiliar" + Targets: + - Mob: FARMILIAR + Count: 20 + - Id: 11122 + Title: "Request : Collect Feather" + Targets: + - Mob: PECOPECO + Count: 30 + - Id: 11123 + Title: "Request : Collect Poison Spore" + Targets: + - Mob: POISON_SPORE + Count: 30 + - Id: 11124 + Title: "Request : Hunt Honet - Complete" + TimeLimit: +1d + - Id: 11125 + Title: "Request : Hunt Condor - Complete" + TimeLimit: +1d + - Id: 11126 + Title: "Request : Hunt Grasshopper's Leg - Complete" + TimeLimit: +1d + - Id: 11127 + Title: "Request : Hunt Worm Tail - Complete" + TimeLimit: +1d + - Id: 11128 + Title: "Request : Hunt Spore - Complete" + TimeLimit: +1d + - Id: 11129 + Title: "Request : Pest Control - Complete" + TimeLimit: +1d + - Id: 11130 + Title: "Request : Hunt Muka - Complete" + TimeLimit: +1d + - Id: 11131 + Title: "Request : Hunt Farmiliar - Complete" + TimeLimit: +1d + - Id: 11132 + Title: "Request : Collect Feather - Complete" + TimeLimit: +1d + - Id: 11133 + Title: "Request : Collect Poison Spore - Complete" + TimeLimit: +1d + - Id: 11135 + Title: Looking for Maestro Song + - Id: 11136 + Title: Looking for Maestro Song + - Id: 11137 + Title: Looking for Maestro Song + - Id: 11138 + Title: Looking for Maestro Song + - Id: 11139 + Title: Looking for Maestro Song + - Id: 11140 + Title: The sky, plane and travel sickness. + - Id: 11141 + Title: Human & gossip is towarding to the bar + - Id: 11142 + Title: Fearful metalic sound + - Id: 11143 + Title: Thanatos tower + - Id: 11144 + Title: "Juno manager : click" + - Id: 11145 + Title: "I want to get the " + Targets: + - Mob: TEDDY_BEAR + Count: 33 + - Id: 11146 + Title: to ice tunnel... + - Id: 11147 + Title: Lared's dew + - Id: 11148 + Title: Toward Comodo with the bow + - Id: 11149 + Title: Just pour the water. Pour! Pour!... + - Id: 11150 + Title: Looking for Maestro Song + - Id: 11151 + Title: Looking for Maestro Song + - Id: 11152 + Title: to the quiet place!... + - Id: 11153 + Title: Missing watch top + - Id: 11154 + Title: I will remember the memories with you.... + - Id: 11155 + Title: undefinable battler + - Id: 11156 + Title: annoying homework + Targets: + - Mob: DESERT_WOLF + Count: 100 + - Id: 11157 + Title: "Helmes valley " + - Id: 11158 + Title: On the way for meditation + - Id: 11159 + Title: Story of Brian + - Id: 11160 + Title: Story of John + - Id: 11161 + Title: Story of Tyler + - Id: 11162 + Title: Story of Rose + - Id: 11163 + Title: Story of Bain + - Id: 11164 + Title: Story of Lash + - Id: 11165 + Title: Delivery to Brian + - Id: 11166 + Title: Delivery to John + - Id: 11167 + Title: Delivery to Tyler + - Id: 11168 + Title: Delivery to Rose + - Id: 11169 + Title: Delivery to Bain + - Id: 11170 + Title: Delivery to Lash + - Id: 11171 + Title: Request from Frede + - Id: 11172 + Title: Request from Frede + - Id: 11173 + Title: Request from Frede + - Id: 11174 + Title: Supply Shortage + - Id: 11175 + Title: Supply Shortage + TimeLimit: +2h + - Id: 11176 + Title: For my friends + - Id: 11182 + Title: Theore's Report + TimeLimit: +1mn + - Id: 11183 + Title: Theore's Favor + - Id: 11184 + Title: Runaway Laphine + - Id: 11185 + Title: Pouch + - Id: 11186 + Title: Pouch + - Id: 11187 + Title: Pouch + - Id: 11188 + Title: Pouch + - Id: 11189 + Title: Roast Beef + - Id: 11190 + Title: Roast Beef + - Id: 11191 + Title: Shortage of Roast Beef + - Id: 11192 + Title: Mora Village... + - Id: 11193 + Title: Sonya's Friend + - Id: 11194 + Title: Runaway Laphine + - Id: 11195 + Title: Pouch + - Id: 11196 + Title: Pouch + - Id: 11197 + Title: Pouch + - Id: 11198 + Title: Mora Village... + - Id: 11199 + Title: Theo's Friend + - Id: 11200 + Title: Pouch + - Id: 11201 + Title: Roast Beef + - Id: 11202 + Title: Roast Beef + - Id: 11203 + Title: Shortage of Roast Beef + - Id: 11206 + Title: Quick Delivery Yoneseu + - Id: 11207 + Title: A Very Heavy Burden + - Id: 11208 + Title: Daphne + - Id: 11209 + Title: Hardships of Thomas + - Id: 11210 + Title: Malangdo Reunion + - Id: 11211 + Title: Malangdo Reunion + - Id: 11212 + Title: Malangdo Reunion + - Id: 11213 + Title: Malangdo Reunion + - Id: 11214 + Title: Malangdo Reunion + - Id: 11215 + Title: Malangdo Reunion + - Id: 11216 + Title: Malangdo Reunion + - Id: 11217 + Title: Malangdo Reunion + - Id: 11218 + Title: Malangdo Reunion + - Id: 11219 + Title: Malangdo Reunion + - Id: 11220 + Title: Malangdo Reunion + - Id: 11221 + Title: Repair of cracks + - Id: 11222 + Title: Repair of cracks + - Id: 11223 + Title: Repair of cracks + - Id: 11224 + Title: Repair of cracks + - Id: 11225 + Title: Repair of cracks + - Id: 11226 + Title: Repair of cracks + - Id: 11227 + Title: Repair of cracks + - Id: 11228 + Title: Repair of cracks + - Id: 11229 + Title: Repair of cracks + - Id: 11230 + Title: Repair of cracks + - Id: 11231 + Title: Repair of cracks + - Id: 11232 + Title: Repair of cracks + - Id: 11233 + Title: Repair of cracks + - Id: 11234 + Title: Repair of cracks + - Id: 11235 + Title: Repair of cracks + - Id: 11236 + Title: Repair of cracks + - Id: 11237 + Title: Repair of cracks + - Id: 11238 + Title: Malangdo Fruits + - Id: 11239 + Title: Malangdo Fruits + TimeLimit: +23h + - Id: 11240 + Title: Repair of cracks + - Id: 11241 + Title: Repair of cracks + - Id: 11242 + Title: Repair of cracks + - Id: 11243 + Title: Repair of cracks + TimeLimit: +23h + - Id: 11244 + Title: Soft Jelly + - Id: 11245 + Title: Soft Jelly + TimeLimit: +23h + - Id: 11284 + Title: Nurse at Port Malaya-1 + - Id: 11285 + Title: Nurse at Port Malaya-2 + - Id: 11286 + Title: Nurse at Port Malaya-3 + - Id: 11287 + Title: Nurse at Port Malaya-4 + - Id: 11288 + Title: Nurse at Port Malaya-5 + - Id: 11289 + Title: Nurse at Port Malaya-6 + - Id: 11290 + Title: Nurse at Port Malaya-7 + - Id: 11291 + Title: Nurse at Port Malaya-8 + - Id: 11292 + Title: Nurse at Port Malaya-9 + - Id: 11293 + Title: Nurse at Port Malaya-10 + - Id: 11294 + Title: Nurse at Port Malaya-11 + - Id: 11295 + Title: Nurse at Port Malaya-12 + - Id: 11296 + Title: Nurse at Port Malaya-13 + - Id: 11297 + Title: Nurse at Port Malaya-14 + - Id: 11298 + Title: Nurse at Port Malaya-15 + - Id: 11299 + Title: Nurse at Port Malaya-16 + - Id: 11300 + Title: Nurse at Port Malaya-17 + - Id: 11301 + Title: Nurse at Port Malaya-18 + - Id: 11302 + Title: Nurse at Port Malaya-19 + - Id: 11303 + Title: Nurse at Port Malaya-20 + - Id: 11304 + Title: Nurse at Port Malaya-21 + - Id: 11305 + Title: Nurse at Port Malaya-22 + - Id: 11306 + Title: Nurse at Port Malaya-23 + - Id: 11307 + Title: Nurse at Port Malaya-24 + - Id: 11308 + Title: Nurse at Port Malaya-25 + - Id: 11309 + Title: Nurse at Port Malaya-26 + - Id: 11310 + Title: Eclage's Entrance + TimeLimit: +30s + - Id: 11311 + Title: Eclage's Entrance + - Id: 11312 + Title: Goliath + - Id: 11313 + Title: Goliath + - Id: 11314 + Title: Goliath + - Id: 11315 + Title: And time keeps on flowing + - Id: 11316 + Title: And time keeps on flowing + - Id: 11317 + Title: And time keeps on flowing + - Id: 11318 + Title: And time keeps on flowing + - Id: 11319 + Title: And time keeps on flowing + - Id: 11320 + Title: And time keeps on flowing + - Id: 11321 + Title: And time keeps on flowing + - Id: 11322 + Title: And time keeps on flowing + - Id: 11323 + Title: And time keeps on flowing + - Id: 11324 + Title: And time keeps on flowing + - Id: 11325 + Title: The chicken or the egg + - Id: 11326 + Title: The chicken or the egg + - Id: 11327 + Title: The chicken or the egg + - Id: 11328 + Title: The chicken or the egg + - Id: 11329 + Title: The chicken or the egg + - Id: 11330 + Title: The chicken or the egg + - Id: 11331 + Title: The chicken or the egg + - Id: 11332 + Title: The chicken or the egg + - Id: 11333 + Title: Red seed and green seed + - Id: 11334 + Title: Red seed and green seed + - Id: 11335 + Title: Dreaming boy + - Id: 11336 + Title: Dreaming boy + - Id: 11337 + Title: Dreaming boy + - Id: 11378 + Title: "Trick or treat " + - Id: 12000 + Title: An old friend + - Id: 12001 + Title: Digotz, Maku's old friend + - Id: 12002 + Title: Messenger of Friendship + - Id: 12003 + Title: Digotz's message + - Id: 12004 + Title: Maku's other friend + - Id: 12005 + Title: Benkaistein + - Id: 12006 + Title: Benkaistein's lost item + - Id: 12007 + Title: Kazien + - Id: 12008 + Title: Researcher Garins + - Id: 12009 + Title: Failed mission + - Id: 12010 + Title: No entrance + - Id: 12011 + Title: Lyozien + - Id: 12012 + Title: Meet Mr. Ahman + - Id: 12013 + Title: Delivery complete + - Id: 12014 + Title: More missions + - Id: 12015 + Title: Ghalstein + - Id: 12016 + Title: Sneaking into the Laboratory + - Id: 12017 + Title: Membership approved + - Id: 12018 + Title: Meeting the President + - Id: 12019 + Title: The President's Mission + - Id: 12020 + Title: Rescuing a Secret Wing Member + - Id: 12021 + Title: The Sealed File Folder + - Id: 12022 + Title: The Sealed File Folder + - Id: 12023 + Title: Shinokas the researcher + - Id: 12024 + Title: Kafra Corporation Agent + - Id: 12025 + Title: Rekenber's Secret Archive + - Id: 12026 + Title: Rekenber's Secret Archive + - Id: 12027 + Title: Rekenber's Secret Archive + - Id: 12028 + Title: Kurelle the traitor + - Id: 12029 + Title: Lost Engagement Ring + - Id: 12030 + Title: Engagement Ring Found + - Id: 12031 + Title: Find Annon + - Id: 12032 + Title: Searching for Annon + - Id: 12033 + Title: Traces of blood + - Id: 12034 + Title: Annon's side of the story + - Id: 12035 + Title: Holy Threads + - Id: 12036 + Title: The Stone Slate Message + - Id: 12037 + Title: Holier Threads + - Id: 12038 + Title: Searching for the Sa-mhing Tiger + - Id: 12039 + Title: Boonthom's Comrade + - Id: 12040 + Title: Benkaistein's Journal + - Id: 12041 + Title: Benkaistein's Journal + - Id: 12042 + Title: Benkaistein's Journal + - Id: 12043 + Title: Pass to the Slums + - Id: 12044 + Title: Soothing a crying child 1 + - Id: 12045 + Title: Soothing a crying child 2 + - Id: 12046 + Title: Soothing a crying child 3 + - Id: 12047 + Title: Soothing a crying child 4 + - Id: 12048 + Title: Soothing a crying child 5 + - Id: 12049 + Title: Job Quest 1 - Rogue + - Id: 12050 + Title: Job Quest 2 - Rogue + - Id: 12051 + Title: Job Quest 3 - Rogue + - Id: 12052 + Title: Job Quest 4 - Rogue + - Id: 12053 + Title: Job Quest 5 - Rogue + - Id: 12054 + Title: Job Quest 6 - Rogue + - Id: 12055 + Title: Job Quest - Assassin + - Id: 12056 + Title: Job Quest - Assassin + - Id: 12057 + Title: Pass to the Lab + - Id: 12058 + Title: Admission Restricted to the 102 Tower + TimeLimit: +7d + - Id: 12059 + Title: Orc's Memory Time Limit + TimeLimit: +2h + - Id: 12060 + Title: Today's Fishing Closed + TimeLimit: +1d + - Id: 12061 + Title: Concentration + TimeLimit: +10s + - Id: 12062 + Title: Today's Mining Closed + TimeLimit: +1d + - Id: 12070 + Title: Limited time for enter + TimeLimit: +4h + - Id: 12071 + Title: Stamp a seal on the attendance book + TimeLimit: +1d + - Id: 12072 + Title: Hunt tharafrog + Targets: + - Mob: THARA_FROG + Count: 20 + - Id: 12073 + Title: Remove Cruiser + Targets: + - Mob: CRUISER + Count: 15 + - Id: 12074 + Title: Remove Kukre + Targets: + - Mob: KUKRE + Count: 30 + - Id: 12075 + Title: Remove orcbaby + Targets: + - Mob: ORC_BABY + Count: 15 + - Id: 12076 + Title: Remove orcwarroir + Targets: + - Mob: ORK_WARRIOR + Count: 20 + - Id: 12077 + Title: Hunt vadon + Targets: + - Mob: VADON + Count: 15 + - Id: 12078 + Title: Hunt Megalodon + Targets: + - Mob: MEGALODON + Count: 30 + - Id: 12079 + Title: Hunt Marse + Targets: + - Mob: MARSE + Count: 15 + - Id: 12080 + Title: Hunt Cornutus + Targets: + - Mob: CORNUTUS + Count: 20 + - Id: 12081 + Title: Remove Myst + Targets: + - Mob: MYST + Count: 15 + - Id: 12082 + Title: Hunt shellfish + Targets: + - Mob: SHELLFISH + Count: 30 + - Id: 12083 + Title: Hunt Marine sphere + Targets: + - Mob: MARINE_SPHERE + Count: 15 + - Id: 12084 + Title: Hunt Phen + Targets: + - Mob: PHEN + Count: 20 + - Id: 12085 + Title: Remove orcskeleton + Targets: + - Mob: ORC_SKELETON + Count: 15 + - Id: 12086 + Title: Remove Zenorc + Targets: + - Mob: ZENORC + Count: 30 + - Id: 12087 + Title: Remove mummy + Targets: + - Mob: MUMMY + Count: 15 + - Id: 12088 + Title: Accomplishing a request + - Id: 12090 + Title: Mysterious guy + - Id: 12091 + Title: Just save the burning heart + - Id: 12092 + Title: Long lasting story + - Id: 12093 + Title: the record the intelligence Lyoda left + - Id: 12094 + Title: The damaged shield letter + - Id: 12096 + Title: Towards Karakas + - Id: 12097 + Title: Basic preparation + - Id: 12098 + Title: Tour of dungeon + - Id: 12099 + Title: Remove Root Cause + Targets: + - Mob: DRACO_EGG + Count: 10 + - Id: 12100 + Title: Violent Winged Insect + Targets: + - Mob: LUCIOLA_VESPA + Count: 12 + - Id: 12101 + Title: Work Interference + Targets: + - Mob: DRACO + Count: 5 + - Id: 12102 + Title: Intelligent Snakes + Targets: + - Mob: NAGA + Count: 10 + - Id: 12103 + Title: Legendary Creature + Targets: + - Mob: CORNUS + Count: 1 + - Id: 12104 + Title: Insects with an Appetite + Targets: + - Mob: CENTIPEDE + Count: 15 + - Id: 12105 + Title: Moving Rocks + Targets: + - Mob: BRADIUM_GOLEM + Count: 10 + - Id: 12106 + Title: A child on a flower + Targets: + - Mob: PINGUICULA + Count: 15 + - Id: 12107 + Title: Twisted Love + Targets: + - Mob: PINGUICULA_D + Count: 10 + - Id: 12108 + Title: Dangerous Plant Removal + Targets: + - Mob: NEPENTHES + Count: 12 + - Id: 12109 + Title: Larva Extermination + Targets: + - Mob: CENTIPEDE_LARVA + Count: 14 + - Id: 12110 + Title: Demon of Water + Targets: + - Mob: AQUA_ELEMENTAL + Count: 7 + - Id: 12111 + Title: Bird with ugly face + Targets: + - Mob: TATACHO + Count: 10 + - Id: 12117 + Title: Withered Flower + - Id: 12118 + Title: Welcomed Mineral + - Id: 12119 + Title: Valuable Textile + - Id: 12120 + Title: Curious Meat + - Id: 12121 + Title: Materials to Clear Snow + - Id: 12122 + Title: Best Cooler Material + - Id: 12123 + Title: Best Paint + - Id: 12124 + Title: Rare Valuable + - Id: 12125 + Title: Armory Material + - Id: 12126 + Title: Advanced Armory Material + - Id: 12127 + Title: Supervisor's Tool + - Id: 12128 + Title: Preparation for Heating + - Id: 12129 + Title: Suspicious Food + - Id: 12130 + Title: Useful Material + - Id: 12131 + Title: Essential Material for Construction + - Id: 12132 + Title: Essential Material for Construction 2 + - Id: 12133 + Title: Decoration arrangement + - Id: 12134 + Title: Instant Receptacle + - Id: 12135 + Title: Not enough medicine + - Id: 12136 + Title: Honey robber + - Id: 12137 + Title: Tools for Experiment + - Id: 12138 + Title: Fine Gift Samples + - Id: 12139 + Title: Respect for Taste! + - Id: 12140 + Title: Courtesy for Regulars + - Id: 12141 + Title: Special Package + - Id: 12142 + Title: Dangerous Request + - Id: 12143 + Title: Strange Trend + - Id: 12144 + Title: Unknown Usage + - Id: 12145 + Title: Other World Cuisine + - Id: 12146 + Title: Filling in Cracks + - Id: 12147 + Title: Adhesive Material + - Id: 12148 + Title: Bait for Tatacho Hunting + - Id: 12149 + Title: Swordmanship Practice + - Id: 12150 + Title: Pretty reddish vegetable + - Id: 12151 + Title: Tenacity of the pub owner + - Id: 12152 + Title: Tastes like home cooking + - Id: 12153 + Title: Hazardous plant when burnt + - Id: 12154 + Title: Unexpectedly Normal + - Id: 12155 + Title: Gift with heart + - Id: 12156 + Title: Respect personal appetite! + - Id: 12157 + Title: Resolution of the pub owner + - Id: 12158 + Title: Rage of the pub owner + - Id: 12159 + Title: Quest record from Laponte + TimeLimit: +23h + - Id: 12160 + Title: Quest record from Kalipo + TimeLimit: +23h + - Id: 12161 + Title: Quest record from Pura + TimeLimit: +23h + - Id: 12162 + Title: Quest record from Tragis + TimeLimit: +23h + - Id: 12163 + Title: Quest record from Calyon + TimeLimit: +23h + - Id: 12164 + Title: Quest record from Moltuka + TimeLimit: +23h + - Id: 12165 + Title: Dizziness + TimeLimit: +6h + - Id: 12166 + Title: Tree Root Doc. + - Id: 12167 + Title: Reptile Tongue Doc. + - Id: 12168 + Title: Scorpion Tail Doc. + - Id: 12169 + Title: Stem Doc. + - Id: 12170 + Title: Pointed Scale Doc. + - Id: 12171 + Title: Resin Doc. + - Id: 12172 + Title: Spawn Doc. + - Id: 12173 + Title: Jellopy Doc. + - Id: 12174 + Title: Fish Tail Doc. + - Id: 12175 + Title: Worm Peeling Doc. + - Id: 12176 + Title: Gill Doc. + - Id: 12177 + Title: Tooth of Bat Doc. + - Id: 12178 + Title: Fluff Doc. + - Id: 12179 + Title: Chrysalis Doc. + - Id: 12180 + Title: Feather of Birds Doc. + - Id: 12181 + Title: Talon Document Doc. + - Id: 12182 + Title: Sticky Webfoot Doc. + - Id: 12183 + Title: Animal Skin Doc. + - Id: 12184 + Title: Wolf Claw Doc. + - Id: 12185 + Title: Mushroom Spore Doc. + - Id: 12186 + Title: Orc's Fang Doc. + - Id: 12187 + Title: Evil Horn Doc. + - Id: 12188 + Title: Powder of Butterfly Doc. + - Id: 12189 + Title: Bill of Birds Doc. + - Id: 12190 + Title: Snake Scale Doc. + - Id: 12191 + Title: Insect Feeler Doc. + - Id: 12192 + Title: Immortal Heart Doc. + - Id: 12193 + Title: Rotten Bandage Doc. + - Id: 12194 + Title: Decayed Nail Doc. + - Id: 12195 + Title: Horrendous Mouth Doc. + - Id: 12196 + Title: Tentacle Doc. + - Id: 12197 + Title: Shell Doc. + - Id: 12198 + Title: Scale Shell Doc. + - Id: 12199 + Title: Venom Canine Doc. + - Id: 12200 + Title: Sticky Mucus Doc. + - Id: 12201 + Title: Bee Sting Doc. + - Id: 12202 + Title: Grasshopper's Leg Doc. + - Id: 12203 + Title: Royal Jelly Doc. + - Id: 12204 + Title: Yoyo Tail Doc. + - Id: 12205 + Title: Solid Shell Doc. + - Id: 12206 + Title: Yam Doc. + - Id: 12207 + Title: Raccoon Leaf Doc. + - Id: 12208 + Title: Snail's Shell Doc. + - Id: 12209 + Title: Horn Doc. + - Id: 12210 + Title: Bear's Footskin Doc. + - Id: 12211 + Title: Feather Doc. + - Id: 12212 + Title: Red Herb Doc. + - Id: 12213 + Title: Carrot Doc. + - Id: 12214 + Title: Cactus Needle Doc. + - Id: 12215 + Title: Stone Heart Doc. + - Id: 12216 + Title: Pouty Jahbong + TimeLimit: +6h + - Id: 12217 + Title: Request - Traces of wild boar hunt + - Id: 12218 + Title: How to make lava elixir + - Id: 12219 + Title: How to creat flame elixir + - Id: 12220 + Title: How to create glaicer elixir + - Id: 12221 + Title: How to create fossil elixir + - Id: 12222 + Title: How to create storm elixir + - Id: 12225 + Title: Pom Spider Hunting + - Id: 12226 + Title: Angra Mantis Hunting + - Id: 12227 + Title: Parus Hunting + - Id: 12228 + Title: Little Fatam Hunting + - Id: 12229 + Title: Miming Hunting + - Id: 12230 + Title: Mora Monster Hunt + TimeLimit: +23h + - Id: 12231 + Title: Insect Feeler Collecting + - Id: 12232 + Title: Immortal Heart Collecting + - Id: 12233 + Title: Rotten Bandage Collecting + - Id: 12234 + Title: Orcish Voucher Collecting + - Id: 12235 + Title: Skeleton Bone Collecting + - Id: 12236 + Title: Memento Collecting + - Id: 12237 + Title: Shell Collecting + - Id: 12238 + Title: Scale Shell Collecting + - Id: 12239 + Title: Venom Canine Collecting + - Id: 12240 + Title: Sticky Mucus Collecting + - Id: 12241 + Title: Mora Item Request 1 + TimeLimit: +23h + - Id: 12242 + Title: Mora Item Request 2 + TimeLimit: +23h + - Id: 12243 + Title: Missing Information on Tajareu + - Id: 12244 + Title: Missing Information on Tokenizer + - Id: 12245 + Title: Missing Information on Mesile + - Id: 12246 + Title: Missing Information on Noir + - Id: 12247 + Title: Missing Information on Pajama God + - Id: 12248 + Title: Missing Information on Mendel + - Id: 12249 + Title: Missing Information on Miles + - Id: 12250 + Title: Missing Information on Kunmune + - Id: 12251 + Title: Missing Information on Chayihokin + - Id: 12252 + Title: Missing Information on Tuale + - Id: 12253 + Title: Missing Person Search Time Limit + TimeLimit: +23h + - Id: 12254 + Title: Now it's cleaning + TimeLimit: +1h + - Id: 12255 + Title: Hunt deep sea crab + - Id: 12256 + Title: Hunt deep sea squid + - Id: 12257 + Title: Hunt Ancient crustacean + - Id: 12258 + Title: Hunt deep sea shell + - Id: 12259 + Title: Hunt ancient kukre + - Id: 12260 + Title: Hunt deep sea conch + - Id: 12261 + Title: Hunt deep sea horse + - Id: 12262 + Title: Hunt ancient sword fish + - Id: 12263 + Title: Hunt ancient sea god + - Id: 12264 + Title: Hunt mutation anolian + - Id: 12265 + Title: Hunt deep sea mermaid + - Id: 12266 + Title: Hunt transformable kapha + - Id: 12267 + Title: Hunt weird coelacanth + - Id: 12268 + Title: Hunt dark coelacanth + - Id: 12269 + Title: Hunt Cruel coelacanth + - Id: 12270 + Title: Hunt mutation coelacanth + - Id: 12271 + Title: In progress general culvert single day service + TimeLimit: +23h + - Id: 12272 + Title: In progress hard culvert single day service + TimeLimit: +23h + - Id: 12273 + Title: In progress general culvert weekly service + TimeLimit: +6d17h + - Id: 12274 + Title: In progress hard culvert weekly service + TimeLimit: +6d17h + - Id: 12278 + Title: Towards Bakonawa Lake... + TimeLimit: +7d + - Id: 12279 + Title: Get Rid of Bakonawa + - Id: 12280 + Title: A suspicious prisoner + - Id: 12281 + Title: An unwanted favor + - Id: 12282 + Title: Gossip king Clever + - Id: 12283 + Title: The rift researcher + - Id: 12284 + Title: A cat merchant's source of information + - Id: 12285 + Title: A way to calm down a cat + - Id: 12286 + Title: Information traded for some canned foods + - Id: 12287 + Title: A weird experience + - Id: 12288 + Title: A successful experience + - Id: 12289 + Title: Another visitation + - Id: 12290 + Title: Clever's historical documents + - Id: 12291 + Title: Hidden historical documents (?) + - Id: 12292 + Title: The unknown ones + - Id: 12293 + Title: Figures in history + - Id: 12294 + Title: Tour of Eclage + - Id: 12295 + Title: Error + - Id: 12296 + Title: Fun times with the reactor + - Id: 12297 + Title: Encountering Etran + - Id: 12298 + Title: Two wishes + - Id: 12299 + Title: Revisiting Robert + - Id: 12300 + Title: Revisiting Etran + - Id: 12301 + Title: Two remaining friends + - Id: 12317 + Title: Fake Keyblade + TimeLimit: +23h + - Id: 12318 + Title: "Upper Cats: annoying guy" + - Id: 12319 + Title: "Upper Cats: annoying guy" + - Id: 12363 + Title: ?????? ?? ?? + - Id: 13000 + Title: RWC2011Card Gathering + - Id: 13001 + Title: RWC2011Card Gathering - Hold + TimeLimit: +23h + - Id: 13002 + Title: Brigan collecting + - Id: 13003 + Title: Carat Request + Targets: + - Mob: CARAT + Count: 30 + - Id: 13004 + Title: Carat Request timer + TimeLimit: +1h + - Id: 13005 + Title: Arclouse Request + Targets: + - Mob: ARCLOUSE + Count: 22 + - Id: 13006 + Title: Arclouse Request timer + TimeLimit: +1h + - Id: 13007 + Title: Anolian Request + Targets: + - Mob: ANOLIAN + Count: 30 + - Id: 13008 + Title: Anolian Request timer + TimeLimit: +1h + - Id: 13009 + Title: Sting Request + Targets: + - Mob: STING + Count: 30 + - Id: 13010 + Title: Sting Request timer + TimeLimit: +1h + - Id: 13011 + Title: Majoruros Request + Targets: + - Mob: MAJORUROS + Count: 30 + - Id: 13012 + Title: Majoruros Request timer + TimeLimit: +1h + - Id: 13013 + Title: Pinguicula Request + Targets: + - Mob: PINGUICULA + Count: 30 + - Id: 13014 + Title: Pinguicula Request timer + TimeLimit: +1h + - Id: 13015 + Title: Luciola Vespa Request + Targets: + - Mob: LUCIOLA_VESPA + Count: 30 + - Id: 13016 + Title: Luciola Vespa Request timer + TimeLimit: +1h + - Id: 13017 + Title: Desert Wolf Request + Targets: + - Mob: DESERT_WOLF + Count: 30 + - Id: 13018 + Title: Desert Wolf Request timer + TimeLimit: +1h + - Id: 13019 + Title: Snowier Request + Targets: + - Mob: SNOWIER + Count: 30 + - Id: 13020 + Title: Snowier Request timer + TimeLimit: +1h + - Id: 13021 + Title: Ice Titan Request + Targets: + - Mob: ICE_TITAN + Count: 30 + - Id: 13022 + Title: Ice Titan Request Timer + TimeLimit: +1h + - Id: 13023 + Title: Nightmare Terror Request + Targets: + - Mob: NIGHTMARE_TERROR + Count: 30 + - Id: 13024 + Title: Nightmare Terror Request Timer + TimeLimit: +1h + - Id: 13025 + Title: Flying Deleter Request + Targets: + - Mob: DELETER + Count: 30 + - Id: 13026 + Title: Deleter Request Timer + TimeLimit: +1h + - Id: 13040 + Title: Loli Ruri Request + Targets: + - Mob: LOLI_RURI + Count: 30 + - Id: 13041 + Title: Loli Ruri Request Timer + TimeLimit: +1h + - Id: 13042 + Title: Medusa Request + Targets: + - Mob: MEDUSA + Count: 30 + - Id: 13043 + Title: Medusa Request Timer + TimeLimit: +1h + - Id: 13044 + Title: Anubis Request + Targets: + - Mob: ANUBIS + Count: 20 + - Id: 13045 + Title: Anubis Request Timer + TimeLimit: +1h + - Id: 13046 + Title: Tendrilion Request + Targets: + - Mob: TENDRILRION + Count: 1 + - Id: 13047 + Title: Tendrilion Request Timer + TimeLimit: +1h + - Id: 13048 + Title: Tendrilion Request + Targets: + - Mob: TENDRILRION + Count: 1 + - Id: 13049 + Title: Tendrilion Request Timer + TimeLimit: +1h + - Id: 13050 + Title: The Laphine that loves the land + - Id: 13051 + Title: The singing Laphine + - Id: 13052 + Title: The watering Laphine + - Id: 13053 + Title: The dancing Laphine + - Id: 13054 + Title: The smiling Laphine + - Id: 13055 + Title: See if all the adventurers are safe + - Id: 13056 + Title: Reporter Rossi + - Id: 13057 + Title: Adventurer Euncheong + - Id: 13058 + Title: Troublemaker New Oz + - Id: 13059 + Title: End of project + TimeLimit: +22h + - Id: 13060 + Title: Safety confirmation complete! + TimeLimit: +22h + - Id: 13061 + Title: Food support + - Id: 13062 + Title: Food support - complete + TimeLimit: +22h + - Id: 13063 + Title: Dusting off + - Id: 13064 + Title: Dusting off - complete + TimeLimit: +22h + - Id: 13065 + Title: Collecting a souvenir + - Id: 13066 + Title: This is enough for souvenirs + TimeLimit: +22h + - Id: 13067 + Title: Raydric research + Targets: + - Mob: RAYDRIC + Count: 30 + - Id: 13068 + Title: Raydric research - timer + TimeLimit: +1h + - Id: 13069 + Title: Khalitzburg research + Targets: + - Mob: KHALITZBURG + Count: 30 + - Id: 13070 + Title: Khalitzburg research - timer + TimeLimit: +1h + - Id: 13071 + Title: Wander Man research + Targets: + - Mob: WANDER_MAN + Count: 30 + - Id: 13072 + Title: Wander Man research - timer + TimeLimit: +1h + - Id: 13073 + Title: Ancient Mimic research + Targets: + - Mob: ANCIENT_MIMIC + Count: 30 + - Id: 13074 + Title: Ancient Mimic research - timer + TimeLimit: +1h + - Id: 13075 + Title: Death Word research + Targets: + - Mob: DEATHWORD + Count: 30 + - Id: 13076 + Title: Death Word research - timer + TimeLimit: +1h + - Id: 13077 + Title: Owl Baron research + Targets: + - Mob: OWL_BARON + Count: 20 + - Id: 13078 + Title: Owl Baron research - timer + TimeLimit: +1h + - Id: 13079 + Title: Bloody Page Research + - Id: 13080 + Title: Bloody Page Research - Wait + TimeLimit: +1h + - Id: 13081 + Title: Dark Pinguicula research + Targets: + - Mob: PINGUICULA_D + Count: 30 + - Id: 13082 + Title: Dark Pinguicula research - timer + TimeLimit: +1h + - Id: 13083 + Title: Nepenthes research + Targets: + - Mob: NEPENTHES + Count: 30 + - Id: 13084 + Title: Nepenthes research - timer + TimeLimit: +1h + - Id: 13085 + Title: Naga research + Targets: + - Mob: NAGA + Count: 30 + - Id: 13086 + Title: Naga research - timer + TimeLimit: +1h + - Id: 13087 + Title: Centipede Larva research + Targets: + - Mob: CENTIPEDE_LARVA + Count: 20 + - Id: 13088 + Title: Centipede Larva research - timer + TimeLimit: +1h + - Id: 13089 + Title: Cornus research + Targets: + - Mob: CORNUS + Count: 30 + - Id: 13090 + Title: Cornus research - timer + TimeLimit: +1h + - Id: 13091 + Title: Mystic Horn Research + - Id: 13092 + Title: Mystic Horn Research - Wait + TimeLimit: +1h + - Id: 13093 + Title: Ancient Mummy research + Targets: + - Mob: ANCIENT_MUMMY + Count: 30 + - Id: 13094 + Title: Ancient Mummy research - timer + TimeLimit: +1h + - Id: 13095 + Title: Geffenia expedition + Targets: + - Mob: INCUBUS + Count: 10 + - Mob: SUCCUBUS + Count: 10 + - Mob: VIOLY + Count: 10 + - Id: 13096 + Title: Geffenia expedition - Wait + TimeLimit: +1h + - Id: 13097 + Title: Juperos expedition + Targets: + - Mob: VENATU_2 + Count: 30 + - Mob: VENATU_3 + Count: 30 + - Mob: VENATU_4 + Count: 30 + - Id: 13098 + Title: Juperos expedition - Wait + TimeLimit: +1h + - Id: 13099 + Title: Fragments and Rusty Screw + - Id: 13100 + Title: Fragments and Rusty Screw - Wait + TimeLimit: +1h + - Id: 13107 + Title: Thanatos Tower Search + - Id: 13108 + Title: Rachel holy ground Search + - Id: 13109 + Title: Unknown island Search + - Id: 13110 + Title: Abyss Lake Search + - Id: 13111 + Title: Thanatos Tower Search - Reporting results + - Id: 13112 + Title: Rachel holy ground Search - Reporting results + - Id: 13113 + Title: Nameless Island Search - Reporting results + - Id: 13114 + Title: Abyss Lake Search - Reporting results + - Id: 13115 + Title: Thanatos Tower Search - Wait + TimeLimit: +1h + - Id: 13116 + Title: Rachel holy ground Search - Wait + TimeLimit: +1h + - Id: 13117 + Title: Unknown island Search - Wait + TimeLimit: +1h + - Id: 13118 + Title: Abyss Lake Search - Wait + TimeLimit: +1h + - Id: 13119 + Title: Combat Baroness of Retribution + Targets: + - Mob: RETRIBUTION + Count: 30 + - Id: 13120 + Title: Combat Baroness of Retribution - Wait + TimeLimit: +1h + - Id: 13121 + Title: Combat Lady Solace + Targets: + - Mob: SOLACE + Count: 30 + - Id: 13122 + Title: Combat Lady Solace - Wait + TimeLimit: +1h + - Id: 13123 + Title: Combat Mistress of Shelter + Targets: + - Mob: SHELTER + Count: 30 + - Id: 13124 + Title: Combat Mistress of Shelter - Wait + TimeLimit: +1h + - Id: 13125 + Title: Combat Dame of Sentinel + Targets: + - Mob: OBSERVATION + Count: 30 + - Id: 13126 + Title: Combat Dame of Sentinel - Wait + TimeLimit: +1h + - Id: 13127 + Title: Combat Vanberk and Isilla + Targets: + - Mob: VANBERK + Count: 20 + - Mob: ISILLA + Count: 20 + - Id: 13128 + Title: Combat Vanberk and Isilla - Wait + TimeLimit: +1h + - Id: 13129 + Title: Combat Hodremlin + Targets: + - Mob: HODREMLIN + Count: 30 + - Id: 13130 + Title: Combat Hodremlin - Wait + TimeLimit: +1h + - Id: 13131 + Title: Combat Agav and Echio + Targets: + - Mob: AGAV + Count: 20 + - Mob: ECHIO + Count: 20 + - Id: 13132 + Title: Combat Agav and Echio - Wait + TimeLimit: +1h + - Id: 13133 + Title: Combat Ragged Zombie + Targets: + - Mob: RAGGED_ZOMBIE + Count: 30 + - Id: 13134 + Title: Combat Ragged Zombie - Wait + TimeLimit: +1h + - Id: 13135 + Title: Combat Zombie Slaughter + Targets: + - Mob: ZOMBIE_SLAUGHTER + Count: 30 + - Id: 13136 + Title: Combat Zombie Slaughter - Wait + TimeLimit: +1h + - Id: 13137 + Title: Combat Banshee + Targets: + - Mob: BANSHEE + Count: 30 + - Id: 13138 + Title: Combat Banshee - Wait + TimeLimit: +1h + - Id: 13139 + Title: Combat Ferus and Bewler + Targets: + - Mob: FERUS + Count: 30 + - Mob: FERUS_ + Count: 30 + - Id: 13140 + Title: Combat Ferus and Bewler - Wait + TimeLimit: +1h + - Id: 13141 + Title: Combat Acidus + Targets: + - Mob: ACIDUS + Count: 30 + - Mob: ACIDUS_ + Count: 30 + - Id: 13142 + Title: Combat Acidus - Wait + TimeLimit: +1h + - Id: 13143 + Title: Egnigem Story + Targets: + - Mob: YGNIZEM + Count: 30 + - Id: 13144 + Title: Egnigem Story - Wait + TimeLimit: +1h + - Id: 13145 + Title: Armeyer Story + Targets: + - Mob: ARMAIA + Count: 30 + - Id: 13146 + Title: Armeyer Story - Wait + TimeLimit: +1h + - Id: 13147 + Title: Whikebain Story + Targets: + - Mob: WHIKEBAIN + Count: 30 + - Id: 13148 + Title: Whikebain Story - Wait + TimeLimit: +1h + - Id: 13149 + Title: Kavach Story + Targets: + - Mob: KAVAC + Count: 30 + - Id: 13150 + Title: Kavach Story - Wait + TimeLimit: +1h + - Id: 13151 + Title: Errende Story + Targets: + - Mob: EREND + Count: 30 + - Id: 13152 + Title: Errende Story - Wait + TimeLimit: +1h + - Id: 13153 + Title: Laurell Story + Targets: + - Mob: RAWREL + Count: 30 + - Id: 13154 + Title: Laurell Story - Wait + TimeLimit: +1h + - Id: 13155 + Title: Morocc Story1 + Targets: + - Mob: MOROCC_1 + Count: 30 + - Id: 13156 + Title: Morocc Story1 - Wait + TimeLimit: +1h + - Id: 13157 + Title: Morocc Story2 + Targets: + - Mob: MOROCC_2 + Count: 30 + - Id: 13158 + Title: Morocc Story2 - Wait + TimeLimit: +1h + - Id: 13159 + Title: Morocc Story3 + Targets: + - Mob: MOROCC_4 + Count: 30 + - Id: 13160 + Title: Morocc Story3 - Wait + TimeLimit: +1h + - Id: 13161 + Title: Uni-horn Scaraba Story + - Id: 13162 + Title: Uni-horn Scaraba Story - Wait + TimeLimit: +1h + - Id: 13163 + Title: Horn Scaraba Story + - Id: 13164 + Title: Horn Scaraba Story - Wait + TimeLimit: +1h + - Id: 13165 + Title: Antler Scaraba Story + - Id: 13166 + Title: Antler Scaraba Story - Wait + TimeLimit: +1h + - Id: 13167 + Title: Rake horn Scaraba Story + - Id: 13168 + Title: Rake horn Scaraba Story - Wait + TimeLimit: +1h + - Id: 14118 + Title: Wuhari's concern + - Id: 14119 + Title: Test of patience + - Id: 14120 + Title: Test of patience 2 + - Id: 14121 + Title: Test of patience 3 + - Id: 14122 + Title: Time for two + - Id: 14123 + Title: Wuharu's favor + - Id: 14125 + Title: Surveying the area + - Id: 14126 + Title: Searching for Ms. Goatie + - Id: 14127 + Title: Searching for Ms. Goatie's husband + - Id: 14128 + Title: Obtaining the research report + - Id: 14131 + Title: Analysis time + TimeLimit: +5mn + - Id: 14133 + Title: Another favor + - Id: 14134 + Title: Sharp Ms. Goatie + - Id: 14135 + Title: Searching for Mr. Pompe + - Id: 14136 + Title: A terrible scene in the field + - Id: 14137 + Title: An interesting proposition + - Id: 14138 + Title: The big corpse + - Id: 14139 + Title: To Wuhuru + - Id: 14140 + Title: To Wuhari + - Id: 14141 + Title: Ingredients for research + - Id: 15055 + Title: "Christmas : We are the great Single Union Army!" + - Id: 15056 + Title: "Christmas : Declare war against couples!" + - Id: 15057 + Title: "Christmas : Prepare the festival!" + - Id: 15059 + Title: "Christmas : Cooldown Timer" + TimeLimit: +1d + - Id: 15060 + Title: "Christmas : Kwami has joined" + - Id: 15061 + Title: "Christmas : Willer has joined" + - Id: 15062 + Title: "Christmas : Rinka has joined" + - Id: 15063 + Title: "Christmas : Jee has joined" + - Id: 15064 + Title: "Christmas : Marty has joined" + - Id: 16000 + Title: Metz Brayde's Notice + - Id: 16001 + Title: First examination + - Id: 16002 + Title: Fetching Items for Arian -1 + - Id: 16003 + Title: Fetching Items for Arian -2 + - Id: 16004 + Title: Fetching Items for Arian -3 + - Id: 16005 + Title: Fetching Items for Arian -4 + - Id: 16006 + Title: Fetching Items for Arian -5 + - Id: 16007 + Title: Fetching Items for Arian -6 + - Id: 16008 + Title: Quiz time! + - Id: 16009 + Title: Quiz time! + - Id: 16010 + Title: Daewoon's Test + - Id: 16011 + Title: Sir Jore's Test + - Id: 16012 + Title: Sir Jore's Materials + - Id: 16013 + Title: The Stone of Sage + - Id: 16014 + Title: The Stone of Sage + - Id: 16015 + Title: Lady Jesqurienne + - Id: 16016 + Title: Jesquerinne's Quiz Challenge + - Id: 16017 + Title: Failed Quiz Challenge + - Id: 16018 + Title: Quiz Challenge Triumph + - Id: 16019 + Title: Search for Dearles + - Id: 16020 + Title: Dearles' Test + - Id: 16021 + Title: Test of Appreciation + - Id: 16022 + Title: Dearles' Test Part Two + - Id: 16023 + Title: Rhythm Test Passed + - Id: 16024 + Title: Find Bakerlan + - Id: 16025 + Title: Bakerlan's delivery + - Id: 16026 + Title: Mahatra's delivery + - Id: 16027 + Title: Bakerlan's Receipt + - Id: 16028 + Title: Find Seylin + - Id: 16029 + Title: Vigorgra Medicine + - Id: 16030 + Title: Vigorgra Ingredients + - Id: 16031 + Title: Vigorgra Ingredients + - Id: 16032 + Title: Seylin's Request + - Id: 16033 + Title: Back to Seylin + - Id: 16034 + Title: Back to Mahatra + - Id: 16035 + Title: Report to Bakerlan + - Id: 16036 + Title: The last Crumb + - Id: 16037 + Title: Finding Engel Howard + - Id: 16038 + Title: Liana's Letter + - Id: 16039 + Title: Combining the Starlight + - Id: 16040 + Title: Letter to Engel's Family + - Id: 16041 + Title: Talk to Liana + - Id: 16042 + Title: Sobbing Starlight Progress + - Id: 16043 + Title: Restored Sobbing Starlight + - Id: 16044 + Title: Combining the Starlight + - Id: 16045 + Title: Starlight message + - Id: 16046 + Title: The man in Umbala + - Id: 16047 + Title: Into the Tree + - Id: 16048 + Title: Ancient Papers + - Id: 16049 + Title: Record of Ancient Language + - Id: 16050 + Title: The Fastidious Old Man + - Id: 16051 + Title: Blurry Vision + - Id: 16052 + Title: Translating the Document + - Id: 16053 + Title: Translated Ancient Language + - Id: 16054 + Title: Where the rejected live + - Id: 16055 + Title: Misfortunate of Niflheim + - Id: 16056 + Title: Removed Curse + - Id: 16057 + Title: Meeting the witch + - Id: 16058 + Title: Wing Of Crow + - Id: 16059 + Title: Wing Of Crow + - Id: 16060 + Title: Misfortunate of Niflheim + - Id: 16061 + Title: Bard in Niflheim + - Id: 16062 + Title: Gen of Niflheim + - Id: 16063 + Title: The Witch's Aid + - Id: 16064 + Title: Misfortunate of Niflheim + - Id: 16065 + Title: The Queen's Symbol + - Id: 16066 + Title: Knowledge of the Symbol + - Id: 16067 + Title: Knowledge of Asgard + - Id: 16068 + Title: Finding the Soul Pieces + - Id: 16069 + Title: Finding the Soul Pieces + - Id: 16070 + Title: Finding the Soul Pieces + - Id: 16071 + Title: Finding the Soul Pieces + - Id: 16072 + Title: Finding the Soul Pieces + - Id: 16073 + Title: Agrboda's Soul + - Id: 16074 + Title: Symbol of the Nine Realms + - Id: 16075 + Title: Serin's Ambitions + - Id: 16076 + Title: Witch's Tonic + - Id: 16077 + Title: Serin's Release + - Id: 16078 + Title: Visit with Lady Hell + - Id: 16079 + Title: The Sign + - Id: 16080 + Title: Dark Lord's return + - Id: 16081 + Title: Serin's Ambitions + - Id: 16082 + Title: Dark Lord's return + - Id: 16083 + Title: Serin's Realization + - Id: 16084 + Title: The Sign + - Id: 16085 + Title: The Sign + - Id: 16086 + Title: The Sign + - Id: 16087 + Title: The Sign + - Id: 16101 + Title: Kiel Hyre Academy + - Id: 16102 + Title: Kiel Hyre Academy + - Id: 16103 + Title: Kiel Hyre Academy + - Id: 16104 + Title: Kiel Hyre Academy + - Id: 16105 + Title: Kiel Hyre Academy + - Id: 16106 + Title: Kiel Hyre Academy + - Id: 16107 + Title: Kiel Hyre Academy + - Id: 16108 + Title: Kiel Hyre Academy + - Id: 16109 + Title: Kiel Hyre Academy + - Id: 16110 + Title: Kiel Hyre Academy + - Id: 16111 + Title: Kiel Hyre Academy + - Id: 16112 + Title: Kiel Hyre Academy + - Id: 16113 + Title: Kiel Hyre Academy + - Id: 16114 + Title: Kiel Hyre Academy + - Id: 16115 + Title: Kiel Hyre Academy + - Id: 16116 + Title: Kiel Hyre Academy + - Id: 16117 + Title: Mysterious World Map + - Id: 16118 + Title: Hidden poem + - Id: 16119 + Title: Snake swords + - Id: 16120 + Title: A dream? + - Id: 16121 + Title: Secret Code? + - Id: 16122 + Title: Old Copper Key + - Id: 16123 + Title: Green Keycard + - Id: 16124 + Title: Steel Box + - Id: 16125 + Title: Kiel Hyre Academy + - Id: 16126 + Title: Kiel Hyre Academy + - Id: 16127 + Title: Kiel Hyre Academy + - Id: 16128 + Title: Kiel Hyre Academy + - Id: 16129 + Title: Kiel Hyre Academy + - Id: 16130 + Title: Kiel Hyre Academy + - Id: 16131 + Title: Kiel Hyre Academy + - Id: 16132 + Title: Kiel Hyre Academy + - Id: 16133 + Title: Kiel Hyre Academy + - Id: 16134 + Title: Kiel Hyre Academy + - Id: 16135 + Title: Kiel Hyre Academy + - Id: 16136 + Title: Kiel Hyre Academy + - Id: 16137 + Title: Kiel Hyre Academy + - Id: 16138 + Title: Kiel Hyre Academy + - Id: 16139 + Title: Kiel Hyre Academy + - Id: 16140 + Title: Kiel Hyre Academy + - Id: 16141 + Title: Kiel Hyre Academy + - Id: 16142 + Title: Kiel Hyre Academy + - Id: 16143 + Title: Kiel Hyre Academy + - Id: 16144 + Title: Kiel Hyre Academy + - Id: 16145 + Title: Kiel Hyre Academy + - Id: 16146 + Title: Kiel Hyre Academy + - Id: 16200 + Title: Limberg's Request + - Id: 16201 + Title: TPS Report + - Id: 16202 + Title: TPS Report + - Id: 16203 + Title: TPS Report + - Id: 16204 + Title: Crack in the Wall + - Id: 16205 + Title: The Empty Lava Tube + - Id: 17000 + Title: Meet with Father Bamph + - Id: 17001 + Title: Meet with Larjes + - Id: 17002 + Title: Report to Father Bamph + - Id: 17003 + Title: Travel to Rachel + - Id: 17004 + Title: Travel to Veins + - Id: 17005 + Title: Frustrated Magistrate + - Id: 17006 + Title: Interrogated Smugglers + - Id: 17007 + Title: Written Orders + - Id: 17008 + Title: Investigating + - Id: 17009 + Title: More Investigating + - Id: 17010 + Title: Further Investigations + - Id: 17011 + Title: Kurdi's Father + - Id: 17012 + Title: Karyn's Boat + - Id: 17013 + Title: To the Island + - Id: 17014 + Title: Investigating the Island + - Id: 17015 + Title: The Research Note + - Id: 17016 + Title: Regicide + - Id: 17017 + Title: Reporting the King's Death + - Id: 18001 + Title: Delivery for Rooney + - Id: 18002 + Title: Delivery for Rooney + - Id: 18003 + Title: Delivery for Rooney + - Id: 18004 + Title: Lasda's Request + - Id: 18005 + Title: Jesse's Request + - Id: 18006 + Title: Sir Krieg's Approval + - Id: 18007 + Title: Sir Krieg's Trust + - Id: 18008 + Title: Sir Krieg's Trust + - Id: 18009 + Title: Into the prison + - Id: 18010 + Title: Jail Break + - Id: 18011 + Title: Bodyguard work + - Id: 18012 + Title: Bodyguard work + - Id: 18013 + Title: Bodyguard work + - Id: 18014 + Title: Bodyguard work + - Id: 18015 + Title: Bodyguard work + - Id: 18016 + Title: Bodyguard work + - Id: 18017 + Title: Jail Break + - Id: 18018 + Title: Jail Break + - Id: 18019 + Title: Vitre's Songs + - Id: 18020 + Title: Vitre's Songs + - Id: 18021 + Title: Vitre's Songs + - Id: 18022 + Title: Vitre's Songs + - Id: 18023 + Title: Vitre the Spy + - Id: 18030 + Title: Gaebolg Family Curse + - Id: 18031 + Title: Gaebolg Family Curse + - Id: 18032 + Title: Gaebolg Family Curse + - Id: 18033 + Title: Gaebolg Family Curse + - Id: 18034 + Title: Gaebolg Family Curse + - Id: 18035 + Title: Gaebolg Family Curse + - Id: 18036 + Title: Gaebolg Family Curse + - Id: 18037 + Title: Gaebolg Family Curse + - Id: 18038 + Title: Gaebolg Family Curse + - Id: 18039 + Title: Gaebolg Family Curse + - Id: 18040 + Title: Gaebolg Family Curse + - Id: 18041 + Title: Gaebolg Family Curse + - Id: 18042 + Title: Gaebolg Family Curse + - Id: 18043 + Title: Gaebolg Family Curse + - Id: 18044 + Title: Gaebolg Family Curse + - Id: 18045 + Title: Gaebolg Family Curse + - Id: 18046 + Title: Gaebolg Family Curse + - Id: 18047 + Title: Gaebolg Family Curse + - Id: 18048 + Title: Gaebolg Family Curse + - Id: 18049 + Title: Gaebolg Family Curse + - Id: 18050 + Title: Gaebolg Family Curse + - Id: 18051 + Title: Gaebolg Family Curse + - Id: 18052 + Title: Gaebolg Family Curse + - Id: 18060 + Title: Missing boy Mikhail + - Id: 18061 + Title: Mikhail's Whereabouts + - Id: 18062 + Title: Missing boy Mikhail + - Id: 18063 + Title: The isolated swamp + - Id: 18064 + Title: Back to the Village + - Id: 18065 + Title: High-strength Adhesive + - Id: 18066 + Title: Back to the swamp + - Id: 18067 + Title: Make the paste + - Id: 18068 + Title: Fixing the Matrushka + - Id: 18069 + Title: Report to Gallina + - Id: 18070 + Title: Banishing Winter + - Id: 18071 + Title: Making the magic dust + - Id: 18072 + Title: Making the magic dust + - Id: 18073 + Title: The Dragon's Lair + - Id: 18074 + Title: The Magic Gourd Bottle + - Id: 18075 + Title: Containing People's Speech + - Id: 18076 + Title: Containing People's Speech + - Id: 18077 + Title: Csar's Request + - Id: 18078 + Title: Baba Yaga's Secret Medicine + - Id: 18079 + Title: Winter is Banished + - Id: 18100 + Title: Legends from Moscovia + - Id: 18101 + Title: The Moving Island + - Id: 18102 + Title: In Search of The Moving Island + - Id: 18103 + Title: In Search of The Moving Island + - Id: 18104 + Title: Mr. Ibanoff's New Friend + - Id: 18105 + Title: Repairing Charabel + - Id: 18106 + Title: As the Tide Turns + - Id: 18107 + Title: Departing + - Id: 18108 + Title: The Moving Island? + - Id: 18109 + Title: The Moving Island??? + - Id: 18110 + Title: The Aged Stranger + - Id: 18111 + Title: Whale Island! + - Id: 18112 + Title: A Story for the Csar + - Id: 18113 + Title: Evidence for the Csar + - Id: 18114 + Title: Before Sunset + - Id: 18115 + Title: Departing + - Id: 18116 + Title: Whale Island! + - Id: 18117 + Title: Materials for Evidence + - Id: 18118 + Title: Mysterious Musical Instrument + - Id: 18119 + Title: Gusli + - Id: 18120 + Title: Gusli + - Id: 18121 + Title: Shafka + - Id: 19101 + Title: The Eye of Hellion + - Id: 19102 + Title: The Eye of Hellion + - Id: 19103 + Title: The Eye of Hellion + - Id: 19104 + Title: The Eye of Hellion + - Id: 19105 + Title: The Eye of Hellion + - Id: 19106 + Title: The Eye of Hellion + - Id: 19107 + Title: The Eye of Hellion + - Id: 19108 + Title: The Eye of Hellion + - Id: 19109 + Title: The Eye of Hellion + - Id: 19110 + Title: The Eye of Hellion + - Id: 19111 + Title: The Eye of Hellion + - Id: 19112 + Title: The Eye of Hellion + - Id: 19113 + Title: The Eye of Hellion + - Id: 19114 + Title: The Eye of Hellion + - Id: 19115 + Title: The Eye of Hellion + - Id: 19116 + Title: The Eye of Hellion + - Id: 19117 + Title: The Eye of Hellion + - Id: 19118 + Title: The Eye of Hellion + - Id: 19119 + Title: The Eye of Hellion + - Id: 19120 + Title: The Eye of Hellion + - Id: 19121 + Title: The Eye of Hellion + - Id: 19122 + Title: The Eye of Hellion + - Id: 19123 + Title: The Eye of Hellion + - Id: 19124 + Title: The Eye of Hellion + - Id: 19125 + Title: The Eye of Hellion + - Id: 19126 + Title: The Eye of Hellion + - Id: 19127 + Title: The Eye of Hellion + - Id: 19128 + Title: The Eye of Hellion + - Id: 19129 + Title: The Eye of Hellion + - Id: 50000 + Title: Pirate Dagger materials + - Id: 50001 + Title: Weather Beaten Old Man + - Id: 50002 + Title: Lost Treasure? + - Id: 50003 + Title: Lost Treasure? + - Id: 50004 + Title: The Old Man's Treasure + - Id: 50005 + Title: The Old Man's Treasure + - Id: 50006 + Title: The Old Man's Treasure + - Id: 50007 + Title: The Old Man's Treasure + - Id: 50008 + Title: The Old Man's Treasure + - Id: 50009 + Title: The Old Man's Treasure + - Id: 50010 + Title: A special lock pick + - Id: 50011 + Title: The special lock pick + - Id: 50012 + Title: Use the lock pick + - Id: 50013 + Title: Broken lock pick + - Id: 50015 + Title: The empty treasure box + - Id: 50016 + Title: The empty treasure box + - Id: 50017 + Title: The empty treasure box + - Id: 50018 + Title: The empty treasure box + - Id: 50019 + Title: The empty treasure box + - Id: 50020 + Title: The empty treasure box + - Id: 50021 + Title: J Roger + - Id: 50022 + Title: J Roger's key materials + - Id: 50023 + Title: Conversation with J Roger + - Id: 50024 + Title: Bury the treasure + - Id: 50025 + Title: Bury the treasure + - Id: 50026 + Title: Bury the treasure + - Id: 50027 + Title: Buried treasure + - Id: 50028 + Title: Stolen treasure! + - Id: 50029 + Title: A Pirate's Spirit! + - Id: 60001 + Title: Monster Extermination + - Id: 60002 + Title: Monster Extermination + - Id: 60003 + Title: Monster Extermination + - Id: 60004 + Title: Monster Extermination + - Id: 60005 + Title: Monster Extermination + - Id: 60006 + Title: Monster Extermination + - Id: 60007 + Title: Endless Tower Effect + - Id: 60008 + Title: Endless Tower Time Limit + - Id: 60009 + Title: Orc Hero + - Id: 60010 + Title: Derik Ver's Request + - Id: 60011 + Title: Investigation of Byalan + - Id: 60012 + Title: Investigation of Abyss + - Id: 60013 + Title: Monster Investigation + - Id: 60014 + Title: Geffen Dungeon's Monster Investigation + - Id: 60015 + Title: Geffen Dungeon's Monster Investigation + - Id: 60016 + Title: Geffen Dungeon's Monster Investigation + - Id: 60017 + Title: Geffen Dungeon's Monster Investigation + - Id: 60018 + Title: Byalan Dungeon's Monster Investigation + - Id: 60019 + Title: Byalan Dungeon's Monster Investigation + - Id: 60020 + Title: Byalan Dungeon's Monster Investigation + - Id: 60021 + Title: Byalan Dungeon's Monster Investigation + - Id: 60022 + Title: Abyss Lake's Monster Investigation + - Id: 60023 + Title: Abyss Lake's Monster Investigation + - Id: 60024 + Title: Abyss Lake's Monster Investigation + - Id: 60025 + Title: Abyss Lake's Monster Investigation + - Id: 60026 + Title: Continuing the Investigation + - Id: 60027 + Title: Investigating Aldebaran + - Id: 60028 + Title: Monster Investigation + - Id: 60029 + Title: Aldebaran Monster Investigation + - Id: 60030 + Title: Clock Tower Monster Investigation + - Id: 60031 + Title: Clock Tower Monster Investigation + - Id: 60032 + Title: Lutie Field Monster Investigation + - Id: 60033 + Title: Clock Tower Monster Investigation + - Id: 60034 + Title: Clock Tower Monster Investigation + - Id: 60035 + Title: Aldebaran Monster Investigation + - Id: 60036 + Title: Clock Tower Monster Investigation + - Id: 60037 + Title: Clock Tower Monster Investigation + - Id: 60038 + Title: Aldebaran Monster Investigation + - Id: 60039 + Title: Investigation of Glastheim + - Id: 60040 + Title: Investigation of Glastheim + - Id: 60041 + Title: Monster Investigation + - Id: 60042 + Title: Investigation of Glastheim + - Id: 60043 + Title: Glastheim Monster Investigation + - Id: 60044 + Title: Glastheim Monster Investigation + - Id: 60045 + Title: Investigation of Glastheim + - Id: 60046 + Title: Glastheim Monster Investigation + - Id: 60047 + Title: Glastheim Monster Investigation + - Id: 60048 + Title: Investigation of Glastheim + - Id: 60049 + Title: Glastheim Monster Investigation + - Id: 60050 + Title: Glastheim Monster Investigation + - Id: 60051 + Title: Investigation of Glastheim + - Id: 60052 + Title: Glastheim Monster Investigation + - Id: 60053 + Title: Glastheim Monster Investigation + - Id: 60054 + Title: Investigation of Glastheim + - Id: 60055 + Title: Glastheim Monster Investigation + - Id: 60056 + Title: Glastheim Monster Investigation + - Id: 60057 + Title: Glastheim Monster Investigation + - Id: 60058 + Title: Derik Ver's Brother + - Id: 60059 + Title: A history lesson + - Id: 60060 + Title: The Crown of Deceit + - Id: 60061 + Title: A magic solvent + - Id: 60062 + Title: Rendering the crown Inert + - Id: 60101 + Title: Hunting Peco Pecos + Targets: + - Mob: PECOPECO + Count: 50 + - Id: 60102 + Title: Hunting Peco Pecos + Targets: + - Mob: PECOPECO + Count: 100 + - Id: 60103 + Title: Hunting Peco Pecos + Targets: + - Mob: PECOPECO + Count: 150 + - Id: 60104 + Title: Hunting Hodes + Targets: + - Mob: HODE + Count: 50 + - Id: 60105 + Title: Hunting Hodes + Targets: + - Mob: HODE + Count: 100 + - Id: 60106 + Title: Hunting Hodes + Targets: + - Mob: HODE + Count: 150 + - Id: 60107 + Title: Hunting Fabres + Targets: + - Mob: FABRE + Count: 50 + - Id: 60108 + Title: Hunting Fabres + Targets: + - Mob: FABRE + Count: 100 + - Id: 60109 + Title: Hunting Fabres + Targets: + - Mob: FABRE + Count: 150 + - Id: 60110 + Title: Hunting Pupa + Targets: + - Mob: PUPA + Count: 50 + - Id: 60111 + Title: Hunting Pupa + Targets: + - Mob: PUPA + Count: 100 + - Id: 60112 + Title: Hunting Pupa + Targets: + - Mob: PUPA + Count: 150 + - Id: 60113 + Title: Hunting Cocos + Targets: + - Mob: COCO + Count: 50 + - Id: 60114 + Title: Hunting Cocos + Targets: + - Mob: COCO + Count: 100 + - Id: 60115 + Title: Hunting Cocos + Targets: + - Mob: COCO + Count: 150 + - Id: 60116 + Title: Hunting Caramels + Targets: + - Mob: CARAMEL + Count: 50 + - Id: 60117 + Title: Hunting Caramels + Targets: + - Mob: CARAMEL + Count: 100 + - Id: 60118 + Title: Hunting Caramels + Targets: + - Mob: CARAMEL + Count: 150 + - Id: 60119 + Title: Hunting Alligators + Targets: + - Mob: ALLIGATOR + Count: 50 + - Id: 60120 + Title: Hunting Alligators + Targets: + - Mob: ALLIGATOR + Count: 100 + - Id: 60121 + Title: Hunting Alligators + Targets: + - Mob: ALLIGATOR + Count: 150 + - Id: 60122 + Title: Hunting Creamys + Targets: + - Mob: CREAMY + Count: 50 + - Id: 60123 + Title: Hunting Creamys + Targets: + - Mob: CREAMY + Count: 100 + - Id: 60124 + Title: Hunting Creamys + Targets: + - Mob: CREAMY + Count: 150 + - Id: 60125 + Title: Hunting Demon Pungus + Targets: + - Mob: DEMON_PUNGUS + Count: 50 + - Id: 60126 + Title: Hunting Demon Pungus + Targets: + - Mob: DEMON_PUNGUS + Count: 100 + - Id: 60127 + Title: Hunting Demon Pungus + Targets: + - Mob: DEMON_PUNGUS + Count: 150 + - Id: 60128 + Title: Hunting Dokebi + Targets: + - Mob: DOKEBI + Count: 50 + - Id: 60129 + Title: Hunting Dokebi + Targets: + - Mob: DOKEBI + Count: 100 + - Id: 60130 + Title: Hunting Dokebi + Targets: + - Mob: DOKEBI + Count: 150 + - Id: 60131 + Title: Hunting Dryads + Targets: + - Mob: DRYAD + Count: 50 + - Id: 60132 + Title: Hunting Dryads + Targets: + - Mob: DRYAD + Count: 100 + - Id: 60133 + Title: Hunting Dryads + Targets: + - Mob: DRYAD + Count: 150 + - Id: 60134 + Title: Hunting Frilldora + Targets: + - Mob: FRILLDORA + Count: 50 + - Id: 60135 + Title: Hunting Frilldora + Targets: + - Mob: FRILLDORA + Count: 100 + - Id: 60136 + Title: Hunting Frilldora + Targets: + - Mob: FRILLDORA + Count: 150 + - Id: 60137 + Title: Hunting Goats + Targets: + - Mob: GOAT + Count: 50 + - Id: 60138 + Title: Hunting Goats + Targets: + - Mob: GOAT + Count: 100 + - Id: 60139 + Title: Hunting Goats + Targets: + - Mob: GOAT + Count: 150 + - Id: 60140 + Title: Hunting Golems + Targets: + - Mob: GOLEM + Count: 50 + - Id: 60141 + Title: Hunting Golems + Targets: + - Mob: GOLEM + Count: 100 + - Id: 60142 + Title: Hunting Golems + Targets: + - Mob: GOLEM + Count: 150 + - Id: 60143 + Title: Hunting Leaf Cats + Targets: + - Mob: LEAF_CAT + Count: 50 + - Id: 60144 + Title: Hunting Leaf Cats + Targets: + - Mob: LEAF_CAT + Count: 100 + - Id: 60145 + Title: Hunting Leaf Cats + Targets: + - Mob: LEAF_CAT + Count: 150 + - Id: 60146 + Title: Hunting Skeletons + Targets: + - Mob: SKELETON + Count: 50 + - Id: 60147 + Title: Hunting Skeletons + Targets: + - Mob: SKELETON + Count: 100 + - Id: 60148 + Title: Hunting Skeletons + Targets: + - Mob: SKELETON + Count: 150 + - Id: 60149 + Title: Hunting Munaks + Targets: + - Mob: MUNAK + Count: 50 + - Id: 60150 + Title: Hunting Munaks + Targets: + - Mob: MUNAK + Count: 100 + - Id: 60151 + Title: Hunting Munaks + Targets: + - Mob: MUNAK + Count: 150 + - Id: 60152 + Title: Hunting Sohees + Targets: + - Mob: SOHEE + Count: 50 + - Id: 60153 + Title: Hunting Sohees + Targets: + - Mob: SOHEE + Count: 100 + - Id: 60154 + Title: Hunting Sohees + Targets: + - Mob: SOHEE + Count: 150 + - Id: 60155 + Title: Hunting Firelock Soldiers + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 50 + - Id: 60156 + Title: Hunting Firelock Soldiers + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 100 + - Id: 60157 + Title: Hunting Firelock Soldiers + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 150 + - Id: 60158 + Title: Hunting Tengus + Targets: + - Mob: TENGU + Count: 50 + - Id: 60159 + Title: Hunting Tengus + Targets: + - Mob: TENGU + Count: 100 + - Id: 60160 + Title: Hunting Tengus + Targets: + - Mob: TENGU + Count: 150 + - Id: 60161 + Title: Hunting Venatu + Targets: + - Mob: VENATU + Count: 25 + - Id: 60162 + Title: Hunting Venatu + Targets: + - Mob: VENATU + Count: 50 + - Id: 60163 + Title: Hunting Venatu + Targets: + - Mob: VENATU + Count: 75 + - Id: 60164 + Title: Hunting Archdam + Targets: + - Mob: ARCHDAM + Count: 50 + - Id: 60165 + Title: Hunting Archdam + Targets: + - Mob: ARCHDAM + Count: 100 + - Id: 60166 + Title: Hunting Archdam + Targets: + - Mob: ARCHDAM + Count: 150 + - Id: 60167 + Title: Hunting Siromas + Targets: + - Mob: SIROMA + Count: 50 + - Id: 60168 + Title: Hunting Siromas + Targets: + - Mob: SIROMA + Count: 100 + - Id: 60169 + Title: Hunting Siroma + Targets: + - Mob: SIROMA + Count: 150 + - Id: 60170 + Title: Hunting Ice Titans + Targets: + - Mob: ICE_TITAN + Count: 50 + - Id: 60171 + Title: Hunting Ice Titans + Targets: + - Mob: ICE_TITAN + Count: 100 + - Id: 60172 + Title: Hunting Ice Titans + Targets: + - Mob: ICE_TITAN + Count: 150 + - Id: 60173 + Title: Hunting Disguises + Targets: + - Mob: DISGUISE + Count: 50 + - Id: 60174 + Title: Hunting Disguises + Targets: + - Mob: DISGUISE + Count: 100 + - Id: 60175 + Title: Hunting Disguises + Targets: + - Mob: DISGUISE + Count: 150 + - Id: 60176 + Title: Hunting Loli Ruri + Targets: + - Mob: LOLI_RURI + Count: 50 + - Id: 60177 + Title: Hunting Loli Ruri + Targets: + - Mob: LOLI_RURI + Count: 100 + - Id: 60178 + Title: Hunting Loli Ruri + Targets: + - Mob: LOLI_RURI + Count: 150 + - Id: 60179 + Title: Hunting Mantis + Targets: + - Mob: MANTIS + Count: 50 + - Id: 60180 + Title: Hunting Mantis + Targets: + - Mob: MANTIS + Count: 100 + - Id: 60181 + Title: Hunting Mantis + Targets: + - Mob: MANTIS + Count: 150 + - Id: 60182 + Title: Hunting Dancing Dragons + Targets: + - Mob: DANCING_DRAGON + Count: 50 + - Id: 60183 + Title: Hunting Dancing Dragons + Targets: + - Mob: DANCING_DRAGON + Count: 100 + - Id: 60184 + Title: Hunting Dancing Dragons + Targets: + - Mob: DANCING_DRAGON + Count: 150 + - Id: 60185 + Title: Hunting Necromancers + Targets: + - Mob: NECROMANCER + Count: 20 + - Id: 60186 + Title: Hunting Necromancers + Targets: + - Mob: NECROMANCER + Count: 40 + - Id: 60187 + Title: Hunting Necromancers + Targets: + - Mob: NECROMANCER + Count: 60 + - Id: 60188 + Title: Hunting Apocalypse + Targets: + - Mob: APOCALIPS + Count: 50 + - Id: 60189 + Title: Hunting Apocalypse + Targets: + - Mob: APOCALIPS + Count: 100 + - Id: 60190 + Title: Hunting Apocalypse + Targets: + - Mob: APOCALIPS + Count: 150 + - Id: 60200 + Title: Endless Tower Effect + TimeLimit: +7d + - Id: 60201 + Title: Endless Tower Time Limit + TimeLimit: +4h + - Id: 60211 + Title: Thor Volcano base camp + - Id: 60212 + Title: Thor Volcano base camp + - Id: 60213 + Title: Thor Volcano base camp + - Id: 60301 + Title: Dragon Hunting + Targets: + - Mob: PETIT + Count: 100 + - Id: 60302 + Title: Dragon Hunting + Targets: + - Mob: PETIT + Count: 200 + - Id: 60303 + Title: Dragon Hunting + Targets: + - Mob: FERUS + Count: 100 + - Id: 60304 + Title: Dragon Hunting + Targets: + - Mob: FERUS + Count: 200 + - Id: 60305 + Title: Dragon Hunting + Targets: + - Mob: FERUS_ + Count: 100 + - Id: 60306 + Title: Dragon Hunting + Targets: + - Mob: FERUS_ + Count: 200 + - Id: 60307 + Title: Dragon Hunting + Targets: + - Mob: ACIDUS + Count: 100 + - Id: 60308 + Title: Dragon Hunting + Targets: + - Mob: ACIDUS + Count: 200 + - Id: 60309 + Title: Dragon Hunting + Targets: + - Mob: ACIDUS_ + Count: 100 + - Id: 60310 + Title: Dragon Hunting + Targets: + - Mob: ACIDUS_ + Count: 200 + - Id: 60351 + Title: Bathroom Ghost + - Id: 60352 + Title: Bathroom Ghost + - Id: 60353 + Title: Bathroom Ghost + - Id: 60354 + Title: Bathroom Ghost + - Id: 60355 + Title: Bathroom Ghost + - Id: 62238 + Title: Midgardian Mercenary timer + TimeLimit: +1h diff --git a/db/quest_db.yml b/db/quest_db.yml new file mode 100644 index 0000000000..9aff01e03d --- /dev/null +++ b/db/quest_db.yml @@ -0,0 +1,52 @@ +# This file is a part of rAthena. +# Copyright(C) 2019 rAthena Development Team +# https://rathena.org - https://github.com/rathena +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +########################################################################### +# Quest Database +########################################################################### +# +# Quest Settings +# +########################################################################### +# - Id Quest ID. +# Title Quest title. +# TimeLimit Amount of time before the quest expires. (Default: 0) +# Use a number following by "d" for day(s), "h" for hour(s), "mn" for minute(s), and "s" for second(s). +# Specify with "+" for how long until the quest expires. +# Specify without "+" for the exact time the quest expires using "d" (optionnal), [0-23]"h" (required), [0-59]"mn" (optionnal), [0-59]"s" (optionnal) format. +# Please note the number before "d" only shift the exact timer to the given day(s). +# Targets: Quest objective target. (Default: null) +# - Mob Monster to kill. +# Count Amount of monsters to kill. +# Drops: Quest item drop targets. (Default: null) +# - Mob Monster to kill. 0 will apply to all monsters. (Default: 0) +# Item Item to drop. +# Count Amount of items that will drop. Non-stackable items default to 1. (Default: 1) +# Rate Item drop rate. (10000 = 100%) +########################################################################### + +Header: + Type: QUEST_DB + Version: 1 + +Footer: + Imports: + - Path: db/pre-re/quest_db.yml + Mode: Prerenewal + - Path: db/re/quest_db.yml + Mode: Renewal + - Path: db/import/quest_db.yml diff --git a/db/re/quest_db.txt b/db/re/quest_db.txt deleted file mode 100644 index 34b5123fbb..0000000000 --- a/db/re/quest_db.txt +++ /dev/null @@ -1,4053 +0,0 @@ -// Quest Database -// -// Structure of Database: -// Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,MobID1,NameID1,Rate1,MobID2,NameID2,Rate2,MobID3,NameID3,Rate3,Quest Title -// -// Time Limit* can be: -// - in seconds ; date limit will be at [Current time + Time Limit] -// - in HH-MM format ; date limit will be at [Time Limit] of the current day or at [Time Limit] -// of the next day if [Time Limit] is lower than the current date. -// -// The MobID*, NameID*, and Rate* reflect special values for quests that can drop an item at given rate from given mob. -// If no MobID* is given, then any mob has a chance to drop the given ItemID*. - -1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Transcend" -1001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Acolyte" -1002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Acolyte" -1003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Acolyte" -1004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Archer" -1005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Mage" -1006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Mage" -1007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Mage" -1008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Mage" -1009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Merchant" -1010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Merchant" -1011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Merchant" -1012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Merchant" -1013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Thief" -1014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Swordman" -1015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Your first quest" -1016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaining base levels" - -// 2010 Headgear Quests -1100,0,1178,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo in the Sphinx Dungeon!" -1101,0,1164,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soloing Sphinx Dungeon!" -1102,0,1194,40,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soloing Clock Tower!" -1103,0,1213,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soloing Clock Tower!" -1104,0,1519,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Luoyang!" -1105,0,1513,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Luoyang!" -1106,0,1375,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Amatsu Dungeon!" -1107,0,1403,40,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Amatsu Dungeon!" -1108,0,1631,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solo at Luoyang!" - -// Ropewa & Yuridi Quest -1109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Survivors of the Labyrinth" -1110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Victims of the Labyrinth" -1111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Maze in the Labyrinth" -1112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Lost in the Labyrinth" -1113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Torn Apart" -1114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - The Cost of Restoration" -1115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Song of the Abyss" -1116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Dead Man's Song" -1117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ropewa & Yuridi - Eternal Promise, Broken Ring" -1118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Neighborhood Knight - I Need Clues" -1119,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Neighborhood Knight - Cooldown" - -1145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1152,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1154,0,2197,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the poor cat" -1174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rumor, Time and Legend" -1180,0,0,0,0,0,0,0,2314,6520,3000,0,0,0,0,0,0,"Get Rid of Bakonawa" -1181,0,0,0,0,0,0,0,2314,6520,3000,0,0,0,0,0,0,"Get Rid of Bakonawa" -1182,0,0,0,0,0,0,0,2314,6520,3000,0,0,0,0,0,0,"Get Rid of Bakonawa" -1183,0,0,0,0,0,0,0,2314,6520,3000,0,0,0,0,0,0,"Get Rid of Bakonawa" -1184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1186,0,2313,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" -1193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" - -// 2011 X-Mas Event -1194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" -1213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!" - -// Find Professor Worm's Memory -1214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1216,0,0,0,0,0,0,0,2364,6542,3000,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1225,0,2367,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1227,0,0,0,0,0,0,0,2364,6542,3000,0,0,0,0,0,0,"Getting back Professor Worm's memory" -1228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting back Professor Worm's memory" - -// Academy 14.2 -1229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Swordsman training" -1230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Swordsman training" -1233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Swordsman training" -1234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Swordsman training" -1235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Swordsman training" -1236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Swordsman training" -1237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shop guide" -1238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shop guide" -1239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shop guide" -1240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shop guide" - -// Ghost Palace memorial -1261,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Swordman" -1263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Swordman" - -1264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1266,0,0,0,0,0,0,0,3021,6692,2000,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1268,0,3021,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1269,0,3022,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" -1297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flaming Basin and Doom Prayers" - -// Rockridge -1298,0,3740,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gas! Gas!" -1299,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Patrol Once a Day" - -1321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spotty and Her Ring" -1322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Found Something" -1323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spotty, No!" -1324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spotty, No!" -1325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spotty, No!" -1326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spotty, No!" -1327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spotty, No!" -1328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Found Missing Items" -1329,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spotty in the Dreamland" -1330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spotty's Holes" -1331,0,3736,3,3737,3,3738,3,0,0,0,0,0,0,0,0,0,"Avenging Spotty" -1332,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Blood for Blood" - -2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Blacksmith" -2017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Rogue" -2028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Alchemist" -2041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Sage" -2063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 1" -2064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 2" -2065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 3" -2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 4" -2067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 5" -2068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 6" -2069,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tierra Gorge Battle" -2070,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flavius Battle" -2071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cursed Property" -2079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The past went wrong" -2086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Enterprise" -2109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon" -2114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -2132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Arunafeltz" -2143,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guild Dungeon Event" -2144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guild Dungeon Event" - -2147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2150,0,1995,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2151,0,1992,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2157,0,1986,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attitude to the New" -2158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding a Fairy" -2159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding a Tree Giant" -2179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dr. Lifeguard's request" -2180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dr. Lifeguard's request" -2181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dr. Lifeguard's request" -2182,64800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rough Minerals" -2183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flower of Alfheim" -2184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flower of Alfheim" -2185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spirit of Alfheim" -2186,64800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helping Grenouille" - -2187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" -2188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" -2189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" -2190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" -2191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arch Bishop job changing quest" - -2192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarana quest" -2201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brasilis Water Lily" -2208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" - -2209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Genetic Job Change Quest" -2218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2221,600,1718,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanderer Job Change Quest" -2223,0,1428,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Generic Job Change Quest" - -// Secret in the Woods -2271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret in the Woods" -2281,0,2319,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Buwaya" - -// Pyramid (Nightmare) -2289,0,2355,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Verit Hunting (Nightmare)" -2290,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Verit Hunting - Cooldown" -2291,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mummy Hunting - Cooldown" -2292,0,2360,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mummy Hunting (Nightmare)" - -// Academy 14.2 -2293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer's Companion" -2294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer's Companion" -2295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer's Companion" -2296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer's Companion" -2297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer's Companion" -2298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer's Companion" -2299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rapid Completion Experience" - -// New Novice Ground -// 2299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training Center: Talk to Lisa" -2300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training Center: Talk to General Reindeer" -2301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training Center: Leave the boat" -2302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training Center: Formation" - -//2315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" - -3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Bard" -3006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Crusader" -3016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk - Marathon" -3029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk - Final test" -//3030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk" -3031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk - Spiritual Training" -3032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Monk - Become a Monk" -3040,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Curse of Baphomet" -3041,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Curse of Baphomet" -3042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Cursed Baphomet Doll" -3043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Gigantic Magestic Goat" -3044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Gigantic Magestic Goat" -3045,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sealed Shrine" -3046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sealed Shrine After-effect" - -3050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 1" -3051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 2" -3052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 3" -3053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 4" -3054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 5" -3055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 6" -3056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 7" -3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Where's the Little Sis?" -3061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Find a way to unlock the shackles!" -3062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Find the Locksmith!" -3063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Mr. Lockenlock?" -3064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Organic Chamelepu Soap" -3065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Soap Ingredients" -3066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - To make a Chamelepu Soap..." -3067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Camel Appetite Stimulants" -3068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Getting the Camel Dung" -3069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Where's the Silk Sand Camel?" -3070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Silk Sand Camel is gone!" -3071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Silk Sand Camel is found!" -3072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 1 lump of Camel dung obtained" -3073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 2 lumps of Camel dung obtained" -3074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 3 lumps of Camel dung obtained" -3075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 4 lumps of Camel dung obtained" -3076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - 5 lumps of Camel dung obtained" -3077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Go to Ms. Ivory" -3078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Chamalepu Soap is completed!" -3079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Making the key mold" -3080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Bringing the key mold" -3081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - All you need is Steel!" -3082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - The Key is Made!" -3083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kids in Veins - Mr. Lockenlock's key" -3085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Call from the commander" -3086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Commander's Duty" -3087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Midgard" -3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Accident!" -3089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - How to restore" -3090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Location of reports" -3091,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Location of reports" -3092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Success to restore!" -3093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Report to the continent" -3094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the continent - Return to the expedition" - -3100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Lost Bond of Debt" -3101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Strange Heap of Earth" -3102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Bond of Debt Found, but..." -3103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Inventor Dorian" -3104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repair Materials of Magic Dryer" -3105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer" -3106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer Failed" -3107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer Successful" -3108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Let's Run the Magic Dryer" -3109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Restoring the Bond of Debt" -3110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Tracking the Diamond" -3111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Leblo's Favor" -3112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor" -3113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor" -3114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor" -3115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Leblo's Information" -3116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Information from Rogue Investigator" -3117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Odd Switches" -3118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Diamond - Diamond Found!" -3119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Wanted Notice" -3120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - About Z Gang" -3121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Valdes's Favor" -3122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Information from Valdes" -3123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Marybell's Test" -3124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Challenging Moonho Ahn" -3125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Challenging Moonho Ahn" -3126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Information from Marybell" -3127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Z Gang's Attack" -3128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Z Gang's Attack" -3129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Strange Letter" -3130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Decrypting the letter..." -3131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Code's Broken!" -3132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Find the Z Gang's Agit" -3133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Agit Found!" -3134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Z Gang Wanted - Clean Sweep of Z Gang" -3135,259200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nidhoggur's Nest" -3136,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nidhoggur's Nest Time Limit" - -3200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Recommendation for Rune knight" -3201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Secret rendezvous of Rune knight" -3202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The first test" -3203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The first test" -3204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the first test" -3205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3209,0,1504,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy1" -3210,0,1506,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy2" -3211,0,1508,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy3" -3212,0,1510,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy4" -3213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test" -3215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the second test" -3216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The final test" -3217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The final test" -3218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the final test" -3219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - The end of all test" -3220,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Rune knight - Waiting time of test" - -3250,0,1041,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - What is this bandage for?" -3251,0,1271,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - An alligator of Counterattack" -3252,0,1264,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - My mermaid don't do like this way!" -3253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Missing occult mania" -3254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A country wants you" -3255,0,1166,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A wild boar subjugate operation" -3256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Ready for waiting summer" -3257,0,1170,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A grudge of women" -3258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A material of delicacy" -3259,0,1143,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A agony of a doll master" -3260,0,1035,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Tiresome flies" -3261,0,1026,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Unclean girl" -3262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Queer hobby" -3263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - A mallet of goblin" -3265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Missing occult mania" - -4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sherin's Job Interview" -4001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter - Test" -4012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" -4013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Hunter" - -// Following entries are depreciated - use 10000-10025 -//4015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Becoming an Adventurer Appraiser" -//4016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Proof of Qualification" -//4017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Qualification Test" -//4018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Preparations for Meeting Princes" -//4020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Prince" -//4028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The prince, Peter's Favor" -//4029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Girl's Favor" -//4030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Story of Ahrum and Ernst" -//4031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Story of Ahrum and Ernst" -//4032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conspiracy of the two families" -//4033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Death of Ahrum" - -4133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Iara" -4134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Iara" -4135,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Iara" - -4154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus Researcher" -4155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 1" -4156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 2" -4157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 3" -4158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 4" -4159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 5" -4160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 6" - -4161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Siege Expert" -4162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Party Recruiting Expert" -4163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battleground Expert" -4164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial Dungeon Expert" -4165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Map Expert" -4166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Passing Grades" - -// Paradise 86 - 90 [Chilly] -4167,0,1321,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Dragon Tail Hunting" -4168,0,1322,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Spring Rabbit Hunting" -4169,0,1256,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Pest Hunting" -4170,0,1102,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Bathory Hunting" -4171,0,1193,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Alarm Hunting" -4172,0,1882,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Babayaga Hunting" -4173,0,1512,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Hyegun Hunting" -4174,0,1403,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Antique Firelock Hunting" -4175,0,1417,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Zipper Bear Hunting" -4176,0,1155,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Earth Petite Hunting" -4177,0,1162,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Rafflesia Hunting" -4178,0,1621,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Venomous Hunting" -4179,0,1616,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Pitman Hunting" -4180,0,1718,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Yellow Novus Hunting" - -// Paradise 91 - 99 [Chilly] -4181,0,1316,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Solider Hunting" -4182,0,1319,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Freezer Hunting" -4183,0,1318,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Heater Hunting" -4184,0,1257,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Injustice Hunting" -4185,0,1201,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Rybio Hunting" -4186,0,1198,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Dark Priest Hunting" -4187,0,1784,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Stapo Hunting" -4188,0,1782,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Roween Hunting" -4189,0,1776,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Siroma Hunting" -4190,0,1401,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Shinobi Hunting" -4191,0,1416,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Evil Nymph Hunting" -4192,0,1109,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Deviruchi Hunting" -4193,0,1614,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Mineral Hunting" -4194,0,1072,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Kaho Hunting" -4195,0,1255,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Neraid Hunting" -4196,0,1506,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise: Disguise Hunting" - -4197,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Octopus" - -// Paradise Cooldowns -4198,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4199,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4200,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4201,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4202,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4203,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4204,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4205,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4206,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4207,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4208,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4209,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4210,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4211,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"86-90 Mission Board Timer" -4212,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4213,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4214,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4215,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4216,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4217,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4218,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4219,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4220,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4221,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4222,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4223,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4224,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4225,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4226,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" -4227,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"91-99 Mission Board Timer" - -4229,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Devil in the Cave" - -4254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fairy with a stomache" -4255,0,2363,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revenge!" -4256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An accomplice?" -4257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conspiracy" -4258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eirinn" -4259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bourbon" -4260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bee" -4261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Counterattack (1)" -4262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Counterattack (2)" -4263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Counteroffensive (1)" -4264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Counteroffensive (2)" -4265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bookshelf use" -4266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"????? ??" -4267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"????? ??" - -// Academy 14.2 -4268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja trainer" -4269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Registration at the Academy" -4270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training - stat explanation" -4271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-explanation about the skills" -4272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training- conversation about the skills" -4273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training- explanation about the weapons" -4274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninjas training- explanation about job change" -4275,0,1113,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-Exercise1" -4276,0,1002,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-Exercise2" -4277,0,1052,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-Actual battle2" -4278,0,1024,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-Actual battle1" -4279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-test" -4280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-test" -4281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Beginner's training-Ninja" -4282,0,1113,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-exercise1" -4283,0,1002,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-exercise2" -4284,0,1052,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-actual battle2" -4285,0,1024,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-actual battle1" -4286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-test" -4287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ninja training-test" - -// Episode 15.1 Bard's Story -4295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wandering Bard" -4296,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Take a Break" -4297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bard's Story: Some Corporation" -4298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bard's Story: The President" -4299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bard's Story: a Scholar in Juno" -4300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bard's Story: a Mad Scientist" -4301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bard's Story: Hugel" -4302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bard's Story: Odin Temple" - -//4303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//4304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//4305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -4999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Extermination Crisis" -5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crow of the Fate - 7" -5001,0,1037,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"King Froggie VII's revenge" -5002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The hero of the frogs" -5003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Frog Hiding Skill" -5004,0,1099,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Food Shortage" - -// Researcher's Quest -5016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bring me a Research Tool Bag" -5017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revenge of the Reseacher" -5018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revenge of the Reseacher" -5019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Sample Studying" -5020,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sample Researching" -5021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sample Collecting" -5022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sample Collecting" -5023,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of the Sample" -5024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eastern Pool Research" -5025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Western Pool Research" -5026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Southern Pool Research" -5027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Northern Pool Research" -5028,43200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of the Sample" -5029,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unidentified Creature" -5030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The creature's family" -5031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The creature's family" -5032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The creature's family" -5033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The creature's family" -5034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"News from the family" -5035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5043,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5044,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help the old man!" -5052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Weapon" -5053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Weapon" -5054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Weapon" -5055,0,2071,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Local Rising - Headless Horse" -5056,0,1584,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Local Rising - Tamruan" -5057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Local Rising - Ready the Festival" -5058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The mood of the players-(1)" -5059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The mood of the players-(2)" -5060,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Shock" -5061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Am I scared?" -5062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I met Eryu." -5063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I met Stew." -5064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I met Ketchup." -5065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I met Eff." -5066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scary image-(1)" -5067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scary image-(2)" -5068,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting complaint" -5069,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Token of honor" -5070,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rock Paper Scissors" -5071,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Chamchamcham" -5072,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kkongnyangkkong" -5073,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Challenging of flag wave" -5074,0,1158,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat's Meal" -5075,0,1144,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Health food" -5076,0,1282,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enemies" -5077,0,1209,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reaction Training" -5078,0,1019,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Light bird food" -5079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to stabilize the mind" -5080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lack of Snack" -5081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Banned foods" -5082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cool food" -5083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Eryu-(1)" -5084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Eryu-(2)" -5085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Stew-(1)" -5086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Stew-(2)" -5087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Ketchup-(1)" -5088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Ketchup-(2)" -5089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Eff-(1)" -5090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please come back Eff-(2)" -5091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Go Malangdo" - -5092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5094,0,1002,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5095,0,1063,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5096,0,1007,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5097,0,1049,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" -5100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity" - -5109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Light but Unconfirmed Rumor" -5110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Rumored Character" -5111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Lab..." -5112,259200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laboratory Restricted Access" -5113,0,1646,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Lord Knight" -5114,0,2235,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Paladin" -5115,0,1649,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] High Priest" -5116,0,2238,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Champion" -5117,0,1651,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] High Wizard" -5118,0,2237,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Professor" -5119,0,1648,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Whitesmith" -5120,0,2236,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Creator" -5121,0,1647,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Assassin Cross" -5122,0,2239,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Stalker" -5123,0,1650,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Sniper" -5124,0,2240,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Clown" -5125,0,2241,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Rest] Gypsy" - -// Kagerou/Oboro Job Quest -5131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Conversation" -5132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Family Business-(1)" -5133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Family Business-(2)" -5134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New path" -5135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"4 tests" -5136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Knowledge test" -5137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Survival test" -5138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Weapons test" -5139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The guy looks familiar!!" -5140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Uncertain chilliness" -5141,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Got a curse!!" -5142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prototype-(1)" -5143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prototype-(2)" -5144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prototype-(2)" -5145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prototype-(3)" -5146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle test" - -// Academy 14.2 -5147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gunslinger basic training(1)" -5148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gunslinger basic training(2)" -5149,0,1004,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -5150,0,1012,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -5151,0,1167,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -5152,0,1052,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -5153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Refining tutorial (1)" -5154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Refining tutorial (2)" -5155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Refining tutorial (3)" -5156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Refining tutorial (4)" -5157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enchant tutorial (1)" -5158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enchant tutorial (2)" -5159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enchant tutorial (3)" - -// 2012 Headgear Quests -5161,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request[Stand by]" -5162,0,1164,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5163,0,1102,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5164,0,1322,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5165,0,1386,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5166,0,1117,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5167,0,1155,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5168,0,1269,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Low Level collection request" -5169,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request[Stand by]" -5170,0,1776,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request" -5171,0,1198,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request" -5172,0,1784,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request" -5173,0,1316,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mid-Level collection request" -5174,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collectiong request[Stand by]" -5175,0,1106,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collection request" -5176,0,1148,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collection request" -5177,0,1995,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collection request" -5178,0,1310,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"High level collection request" -5179,0,1163,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Highest level collection request" -5180,0,1993,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Highest level collection request" -5181,0,1297,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Highest level collection request" -5182,0,1699,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Highest level collection request" -5222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving the energy crystals" -5223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving the energy crystals" -5224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving the energy crystals" -5225,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving energy crystal[Stand by]" -5226,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving energy crystal[Stand by]" -5227,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Saving energy crystal[Stand by]" - -// Episode 15.1 Phantasmagorika -5304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Police Chief Kesler" -5305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Police Officer Salgran" -5306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Police Officer Gerev" -5307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Police Officer Seiden" -5308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Police Officer Piffs" -5309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Police Chief's Request" -5310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Salgran's Problem" -5311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gerev's Problem" -5312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Seiden's Problem" -5313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Piffs's Problem" -5314,0,3159,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Salgran's Request" -5315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gerev's Request" -5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Seiden's Request" -5317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Piffs's Request" -5318,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Come Back Tomorrow" - -// Episode 15.2 Memory Record -5341,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restriction on the Journey" -5342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Her" -5343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making a Head Count" -5344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making a Head Count" -5345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making a Head Count" -5346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making a Head Count" -5347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finishing a Head Count" -5348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finishing a Head Count" -5349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finishing a Head Count" -5350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finishing a Head Count" -5351,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restriction on the Journey" -5352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Air Purifier" -5353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivered to C-0" -5354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivered to F-1" -5355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivered to F-2" -5356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivered to I-0" -5357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivered to Z-0" -5358,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restriction on the Journey" -5359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grape Harvest" -5360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grape Delivery" -5361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grape Delivery" -5362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grape Delivery" -5363,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restriction on the Journey" -5364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Subdue Hysterical Patients" -5365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Urgent News" -5366,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restriction on the Journey" -5367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daily Necessities Transport" -5368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivered Supplies" -5369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivered the Message" -5370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memory Record" - -// Banquet Quests -5402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Royal Richard" -5403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Royal Richard" -// Todo : Quests by race / level -5404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Human" -5405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Animal" -5406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Insect" -5407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Fish" -5408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Plant" -5409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Devil" -5410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Angel" -5411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Immortal" -5412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Intangible" -5413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Warrior Discipline-Dragon" -5414,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]Warrior Discipline" -5415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector" -5416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector A" -5417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector B" -5418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector C" -5419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector D" -5420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector E" -5421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector F" -5422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector G" -5423,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restricted Sector H" -5424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Complete]Restricted Sector" -5425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To My Beloved Fellow" -5426,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]To My Beloved Fellow" -5427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]To My Beloved Fellow" -5428,0,0,0,0,0,0,0,3444,6924,2000,0,0,0,0,0,0,"Lowly Standards" -5429,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]Lowly Standards" -5430,0,0,0,0,0,0,0,3444,6924,2000,0,0,0,0,0,0,"[Repeat]Lowly Standards" -5431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clean Life" -5432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Cleaning is complete." -5433,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]Clean Life" -5434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Clean Life" -5435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Cleaning is complete." -5436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Lights" -5437,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]Finding Lights" -5438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Finding Lights" -5439,0,0,0,0,0,0,0,3442,6921,2000,0,0,0,0,0,0,"Refreshing Prison Life" -5440,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]Refreshing Prison Life" -5441,0,0,0,0,0,0,0,3442,6921,2000,0,0,0,0,0,0,"[Repeat]Refreshing Prison Life" -5442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Suppressing Darkness" -5443,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]Suppressing Darkness" -5444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Repeat]Suppressing Darkness" -5445,0,0,0,0,0,0,0,3443,6922,2000,0,0,0,0,0,0,"Bothersome Little Thing" -5446,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]Bothersome Little Thing" -5447,0,0,0,0,0,0,0,3443,6922,2000,0,0,0,0,0,0,"[Repeat]Bothersome Little Thing" -5448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Chief Guard" -5449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Chief Guard" -5450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Chief Guard" -5451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Chief Guard" -5452,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"[Stand by]Request from Chief Guard" -5453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ungrateful(1)" -5454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ungrateful(2)" -5455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ungrateful(3)" -5456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ungrateful(4)" -5457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find My Sister(1)" -5458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find My Sister(2)" -5459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find My Sister(3)" -5460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Blatant Bluff(1)" -5461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Blatant Bluff(2)" -5462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Blatant Bluff(3)" -5463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mad Love for Wife(1)" -5464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mad Love for Wife(2)" -5465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mad Love for Wife(3)" -5466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mad Love for Wife(4)" -5467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mad Love for Wife(5)" -5468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mad Love for Wife(6)" - -6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Taekwon" -6001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Taekwon" -6002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Taekwon" -6005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Soul-Linker" -6006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Soul-Linker" -6007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Soul-Linker" -6008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Soul-Linker" -6010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Super Novice" -6015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A favor from Cougar" -6016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A favor from a Suspicious Man" -6017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red Leopard Joe's Reply" -6018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cougar's Madness" -6020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Master Miller's Letter" -6021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wise Bull Horn's voucher" -6022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making a voucher" -6023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wise Bull Horn's Favor" -6024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Gunslinger!" -6025,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"KVM Guillaume" -6026,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"KVM Croix" -6027,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"KVM Indicator" -7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Dancer!" -7007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars" -7008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars - Nature" -7009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars - the Altar" -7010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars - Stars?" -7011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars" -7012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Rayan Moore" -7037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Case closed?" -7038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Passion for Baked Sweet Potatoes" -7039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dodging the conversation" -7040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dodging the conversation" -7041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Politics is for the Politicians" -7042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Tatacho's feed" -7043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Cornus's feed" -7044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Hillthrion's feed1" -7045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Hillthrion's feed2" -7046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - warm rugs" -7047,18000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Part-time Job - Let's call it a day!" -7048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Burled's Favor" -7049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower" -7050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower" -7051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower" -7052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower" -7053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower - What they want is.." -7054,0,1282,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,"Myu's Favor - Teach them a lesson!" -7055,0,1261,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Myu's Favor - Not the cat!" -7056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Arc's Favor" -7057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Arc's Favor" -7058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Arc's Favor" -7059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts" -7066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Prove the Truth" -7067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Prove the Truth" -7068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Prove the Truth" -7069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Too late!" -7070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Terra's Return" -7071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger - Invitation" -//7072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//7073,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -7074,0,2017,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rata Hunt" -7075,0,2018,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Duneyrr Hunt" -7076,0,2026,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wanted: Dandelion" -7077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting Dragon Eggs" -7078,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting Dragon Eggs" -7079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Refined Bradium" -7080,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Refined Bradium" -7081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helping the Laphine Craftsman" -7082,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helping the Laphine Craftsman" - -7091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 01" -7092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 02" -7093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 03" -7094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 04" -7095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An advice of Diora 05" -7096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A proof of new requirement" -7097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A proof of new requirement" -7098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A proof of new requirement" -7099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A proof of new requirement" -7100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A message of Bercascell" -7101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 1" -7102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 2" -7103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 3" -7104,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 4" -7105,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 4" -7106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 5" -7107,10800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 6" -7108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 7" -7109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 8" -7110,600,2030,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 9" -7111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special task of an assassin guild 10" -7112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of Madelle" -7113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of Crave" -7114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of Trovan" -7115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of a peddler" -7116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information of a old man" - -// Novice Training Grounds -7117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Your first quest!" -7118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Novice Training" -7119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Novice Training" -7120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Novice Training" -7121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Novice Training" -7122,0,1002,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"First battle - Poring Hunt" -7123,0,1049,2,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle Basics -Swordman" -7124,0,1063,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle Basics -Mage" -//7125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"not used" -7126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Selling items" -7127,0,1010,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle Basics -Thief" - -7128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Training course 'conquest a desert!' -start" -7129,0,1009,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - A real battle 1" -7130,0,1107,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - A real battle 2" -7131,0,1001,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - A real battle 3" -7132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - Complete a quest" -7133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - Start" -7134,0,1051,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 1" -7135,0,1175,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 2" -7136,0,1005,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 3" -7137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - Complete a quest" -7138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - Start" -7139,0,1076,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - A real battle 1" -7140,0,1031,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - A real battle 2" -7141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - Complete a quest" -7142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - Start" -7143,0,1160,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 1" -7144,0,1095,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 2" -7145,0,1176,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 3" -7146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - Complete a quest" -7147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - start" -7148,0,1686,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 1" -7149,0,1023,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 2" -7150,0,1273,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 3" -7151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - Complete a quest" -7152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc dungeon!' - start" -7153,0,1153,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc dungeon!' - A real battle 1" -7154,0,1152,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc dungeon!'- A real battle 2" -7155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer the orc dungeon!' - complete a quest" -7156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer an undersea city!' - start" -7157,0,1264,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer an undersea city!' - A real battle 1" -7158,0,1065,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer an undersea city!' - A real battle 2" -7159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The training course 'conquer an undersea city!' - Complete a quest" - -7160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram" -7161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd" -7162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd" -7163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd" -7164,0,2076,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt for shadow of deception" -7165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Key of deception" -7166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rachel Branch of Shadow Workshop" -7167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd" -7168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd" -7169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd" -7170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd" -7171,0,2077,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt for shadow of delusion" -7172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Key of delusion" -7173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Message to Halled from Paul" -7174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Cryptogram - 4th" -7175,0,2078,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunft for shadow of gaiety" -7176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Key of Gaiety" -7177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A young guy in Lighthalzen" -7178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Destination of Deception, Delusion and Gaiety" -7179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vicente, you dare!" -7180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Message from Doomk" - -7181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Karakas's ring" - -// El Dicastes -7182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sapha's Visit" -7183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Invitation from Sapha" -7184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To El Dicastes!" -7185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspector Doha" -7186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Order from Doha - Investigation" -7187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Order from Doha - Shay" -7188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information Gathering - in the Plaza" -7189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information Gathering - in the Factory" -7190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information Gathering - at the Guards" -7191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shay's designation - BK" -7192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"BK's Information" -7193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dimensional Crack Investigation" -7194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What's this bloodstain?" -7195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What's this skin piece?" -7196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What's this suspicious magic power?" -7197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sapha Certifications?" -7198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Audience with Ahat" -7199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Order from Ahat" -7200,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cheshire's call" -7201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Removing traces" -7202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret order from Doha - Collect proof" -7203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret order from Doha - Final Report" -7206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Day for Cheshire" -7207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cheshire's Box" -7208,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wait for Cheshire?" -7209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Forget the box." -7210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daily delivery" - -// Misty Forest Labyrinth -7211,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Misty Forest Labyrinth Exploration" -7212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loki's Search" -7213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wandering Protector" - -// Paradise Gear Advanced Quests [Chilly] -7214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Training" -7215,0,1278,3,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Hunt 1" -7216,0,1278,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Hunt 2" -7217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Hunt 3" -7218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Complete" -7219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Johan Training" -7220,0,1192,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Johan Hunt 1" -7221,0,1117,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Johan Hunt 2" -7222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Johan Complete" -7223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Training" -7224,0,1619,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Hunt 1" -7225,0,1620,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Removed" -7226,0,1621,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Hunt 2 (Part A)" -7227,0,1622,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Hunt 2 (Part B)" -7228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Complete" -7229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Training" -7230,0,1776,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Hunt 1" -7231,0,1776,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Hunt 2" -7232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Complete" -7233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Training" -7234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret's Favor" -7235,0,1988,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Hunt 1" -7236,0,1995,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Hunt 2" -7237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Complete" -7238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toren's Errands (Easy)" -7239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toren's Errands (Normal)" -7240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strengthening Equipment" -7241,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toren's Errands - Tomorrow" -7242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Play with the baby cat" -7243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Duruduru Compass" -7244,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Duruduru Race" -7245,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Duruduru Race" -7246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-I'm coming now." -7247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Stop the Bang!" -//7248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -7249,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Bang! See you next time" -7250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Hidden Treasure?" -7251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The First piece of Painting" -7252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Second piece of Painting" -7253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Third piece of Painting" -7254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Fourth piece of Painting" -7255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Fifth piece of Painting" -7256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-The Sixth piece of Painting" -7257,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Race, Come back tomorrow!" -7258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyadventure-Painting completed" -7259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gift from the Mew Bravery Team" -7260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The origin of Bugs" -7261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Table" -7262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Mattress" -7263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Grill" -7264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Chef Nyas" -7265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rage of Chef Nyas" -7266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Declaration of Chef Nyas" -7267,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Appointed time with Cleanyang" -7268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Cat's hard biscuits!" -7269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Resting Place" -7270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Sand" -7271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Bottom of the Stairs" -7272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Corner" -7273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Locker" -7274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Foothold" -7275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cat Biscuits - Sand" -7276,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Promise to deliver more food" -7281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" -7346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"List of Errands" - -// Hall of Abyss -7349,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vote" - -// Port Malaya -7350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cautious Village" -7351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Better than My Old Button" -7352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sailor Wants a Button" -7353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Man Wants a Button" -7354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Young Man Wants a Button" -7355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Merchant Wants a Button" -7356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Little Kid Wants a Button" -7357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Middle-aged Guy Wants a Button" -7358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why do they want my Buttons?" -7359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Sailor" -7360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Old Man" -7361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Young Man" -7362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Merchant" -7363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Little Kid" -7364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Holy Item to Middle-aged Man" -7365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Better than My Old Button-2" -7366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Spiritual Protection and Impudent Girl-1" -7367,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traditional Spiritual Protection and Impudent Girl-2" -7368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Pedro" -7369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Nardo" -7370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Pandoi" -7371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Woeon" -7372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Talah" -7373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Romel" -7374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Love and Spiritual Protection for All" -7375,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Love and Spiritual Protection Continues" -7376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-1" -7377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-2" -7378,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-Regular Trades" -7379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Peace Preacher" -7380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Smith a Traditional Spiritual Protection" -7381,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"High Demand on Spiritual Protection Material" -7382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Pedro" -7383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Nardo" -7384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Pandoi" -7385,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Woeon" -7386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Talah" -7387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver to Romel" -7388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Maries's Child" -7389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Give the Shirt to Maries's Child" -7390,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Worried about Maries's Child" -7391,0,0,0,0,0,0,0,2316,6498,5000,0,0,0,0,0,0,"Jejeling and Jejellopy" -7392,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect Jejellopy Regularly" -7393,0,2314,10,2311,10,0,0,0,0,0,0,0,0,0,0,0,"Shiny Silver Blade" -7394,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shiny Tomorrow" -7395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ghost on the Ferry Ship" -7396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Angry Soul on Ferry Ship" -7397,0,0,0,0,0,0,0,2310,6510,3000,0,0,0,0,0,0,"Mumbaki Phong's Advice" -7398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Offering Bouquet Recommended by Mumbaki" -7399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soul Diwata's Story" -7400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mumbaki of Port Malaya" -7401,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"All Aboard for Perry Sailing" -7402,0,0,0,0,0,0,0,2310,6510,3000,0,0,0,0,0,0,"Bouquet for Diwata" -7403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stabilized Perry" -7404,0,2316,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Jejeling" -7405,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Jejeling - Same Time Tomorrow" -7406,0,0,0,0,0,0,0,2309,6507,5000,2313,6507,5000,2314,6507,5000,"Agree to Collecting Bones!" -7407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Purified Bone" -7408,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Agree to Come Back Tomorrow?" -7409,0,2309,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cannot Meet Eyes with Him!" -7410,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Teach Another Lesson Tomorrow!" - -// Eclage -7411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The traveler, Fome's story" -7412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The traveler, Litrip's story" -7413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The traveler, Chiba's story" -7414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eclage guard's message" -7415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laphine's Chief of Staff" -7416,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Waiting to meet" -7417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kardui's request" -7418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Eclage 1" -7419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Eclage 2" -7420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For Eclage 3" -7421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"That's enough" -7422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kardui's gift" -7423,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A rumor about the King 1" -7424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A rumor about the King 2" -7425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A rumor about the King 3" -7426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A rumor about the King 4" -7427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"At times like this, face it straight on!" -7428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Yai of the wild" -7429,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wild recent trend!" -7430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliveryman that runs through space" -7431,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A mailman never rests!" -7432,0,2363,5,2364,5,0,0,0,0,0,0,0,0,0,0,0,"The troublemakers in the land of blooming flowers" -7433,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Need constant guidance" - -// Twins and Scholar of Magics -7434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kardui's big brother" -7435,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time for reading the letter" -7436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Avant the Scholar of Magics" -7437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shenime's favor" -7438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret sponsorship" -7439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The scholar of magics sponsored by Shenime" -7440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Minuel's witness" -7441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mail is here!" -7442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The identity of the scholar of magics" -7443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interfere with the research!" -7444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What Avant was researching" - -// Orb -7445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Avant's back" -7446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unfruitful conversation" -7447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dilemma surrounding the Orb" -7448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Something's not right" -7449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Temptation toward the Orb" -7450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orb's lighting room" -7451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Betrayal" -7452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the chief of staff!" -7453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The last of the chief of staff" - -// Academy 14.2 -7471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"First time talking after being born" -7472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"First step towards a new world" -7473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cool drink" -7474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for treasure" -7475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered the Airship" -7476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered the Arena" -7477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bridge to Prontera" -7478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Basic Medical Botany" -7479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Friend or Foe?" -7480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Regarding Thief job" -7481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vicente's class" -7482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vercassel's class" -7483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Use the Thief Manual" -7484,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shop owner! Order to steal!" -7485,0,1725,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Assassin! Use Envenom" -7486,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"With Lumin" -7487,30,1725,4,0,0,0,0,0,0,0,0,0,0,0,0,0,"30 seconds duel" -7488,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trio set of Fire Elements" -7489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Silent liquidation plan" -7490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mushroom soup calling memories" -7491,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get away to Paradise!" -7492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Invincible pumpkin knight" -7493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Battle of 17 vs. 1" -7494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cleanup of the mushroom farm" - -// WOE TE Mission -7501,14400,2451,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"1 Suspicious Babe" -7502,14400,2451,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"10 Suspicious Babes" -7503,14400,2451,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"30 Suspicious Babes" -7504,14400,1288,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Destroy 1 Emperium" -7505,14400,1288,3,0,0,0,0,0,0,0,0,0,0,0,0,0,"Destroy 3 Emperiums" -7506,14400,1288,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Destroy 5 Emperiums" -7507,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"10 Small Wooden Boxes" -7508,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"20 Small Wooden Boxes" -7509,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"30 Small Wooden Boxes" -7510,14400,2450,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fight Off a Thief" -7511,14400,2450,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fight Off 10 Thieves" -7512,14400,2450,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fight Off 30 Thieves" -7513,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"10 Paychecks" -7514,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"20 Paychecks" -7515,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"30 Paychecks" -7516,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A break for Commercial Development" - -// Guild Occupy Quest -7517,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Occupy Valkyrie Realm" -7518,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Occupy Luina" -7519,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Occupy Britoniah" -7520,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Occupy Greenwood Lake" -7521,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Occupy Nidabehl" -7522,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Occupy Valfreyja" -7523,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Occupy Gloria" -7524,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Occupy Kafragaten" - -// Guild Dungeon Daily Quest -7525,0,1300,50,1293,50,0,0,0,0,0,0,0,0,0,0,0,"Valkyrie Realm Challenge 1" -7526,0,2284,30,2285,30,2286,30,0,0,0,0,0,0,0,0,0,"Valkyrie Realm Challenge 2" -7527,0,2249,1,2250,1,0,0,0,0,0,0,0,0,0,0,0,"Valkyrie Realm Challenge 3" -7528,0,1305,50,1303,50,0,0,0,0,0,0,0,0,0,0,0,"Luina Challenge 1" -7529,0,1294,40,2133,50,0,0,0,0,0,0,0,0,0,0,0,"Luina Challenge 2" -7530,0,2251,1,2252,1,0,0,0,0,0,0,0,0,0,0,0,"Luina Challenge 3" -7531,0,1298,50,1291,50,0,0,0,0,0,0,0,0,0,0,0,"Britoniah Challenge 1" -7532,0,2282,20,2283,20,2281,50,0,0,0,0,0,0,0,0,0,"Britoniah Challenge 2" -7533,0,2255,1,2256,1,0,0,0,0,0,0,0,0,0,0,0,"Britoniah Challenge 3" -7534,0,1311,50,1306,50,0,0,0,0,0,0,0,0,0,0,0,"Greenwood Lake Challenge 1" -7535,0,1290,45,1301,20,1309,25,0,0,0,0,0,0,0,0,0,"Greenwood Lake Challenge 2" -7536,0,2253,1,2254,1,0,0,0,0,0,0,0,0,0,0,0,"Greenwood Lake Challenge 3" -7537,0,1978,50,1979,50,0,0,0,0,0,0,0,0,0,0,0,"Nidabehl Challenge 1" -7538,0,1290,35,1301,35,0,0,0,0,0,0,0,0,0,0,0,"Nidabehl Challenge 2" -7539,0,1974,50,1975,30,0,0,0,0,0,0,0,0,0,0,0,"Valfreyja Challenge 1" -7540,0,1796,50,1797,20,0,0,0,0,0,0,0,0,0,0,0,"Valfreyja Challenge 2" -7541,0,2415,30,2416,30,2417,30,0,0,0,0,0,0,0,0,0,"Gloria Challenge 1" -7542,0,2419,30,2420,30,2418,30,0,0,0,0,0,0,0,0,0,"Gloria Challenge 2" -7543,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Valkyrie Realm Challenge 1" -7544,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Valkyrie Realm Challenge 2" -7545,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Valkyrie Realm Challenge 3" -7546,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Luina Challenge 1" -7547,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Luina Challenge 2" -7548,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Luina Challenge 3" -7549,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Britoniah Challenge 1" -7550,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Britoniah Challenge 2" -7551,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Britoniah Challenge 3" -7552,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Greenwood Lake Challenge 1" -7553,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Greenwood Lake Challenge 2" -7554,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Greenwood Lake Challenge 3" -7555,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Nidabehl Challenge 1" -7556,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Nidabehl Challenge 2" -7557,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Valfreyja Challenge 1" -7558,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Valfreyja Challenge 2" -7559,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Gloria Challenge 1" -7560,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Gloria Challenge 2" -7561,0,2421,30,2422,30,2423,30,0,0,0,0,0,0,0,0,0,"Kafragaten Challenge 1" -7562,0,2426,30,2427,30,2424,30,0,0,0,0,0,0,0,0,0,"Kafragaten Challenge 2" -7563,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Kafragaten Challenge 1" -7564,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Standby for Kafragaten Challenge 2" - -// Devil Tower Memorial -7568,5400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Explore the tower" -7569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Treat the injured" -7570,0,2939,7,2940,7,2941,7,0,0,0,0,0,0,0,0,0,"Destroy the demons" -7571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tower Expedition" -7572,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lucile...?" -7573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Magic Swordman Thanatos" -7574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower" -7576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc castle seal" -7577,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Space distortion" - -// Episode 14.3 -7578,0,3061,1,0,0,0,0,3061,6392,10000,0,0,0,0,0,0,"Rampaging Box" -7579,0,3061,10,0,0,0,0,3061,6392,10000,0,0,0,0,0,0,"Collecting Bradiums" -7580,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting Every Day" -7581,0,3039,1,3040,1,3041,1,0,0,0,0,0,0,0,0,0,"Eliminating Risks" -7582,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daily Cleaning" -7583,0,0,0,0,0,0,0,3039,6708,10000,3040,6708,10000,3041,6708,10000,"Collecting Mana" -7584,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unending Battle" - -// Episode 14.3 part 2 - End of morocc -7593,0,3097,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Demon God Subjugation" -7594,0,3091,1,3092,1,0,0,0,0,0,0,0,0,0,0,0,"Frost Spider and Fire Wolf" -7595,0,3101,3,3102,3,3103,3,0,0,0,0,0,0,0,0,0,"Wandering Orb Magic" -// 7596,0,0,0,0,0,0,0,3105,6713,10000,3106,6714,10000,0,0,0,"Qualifications of the Guests" -7597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fall of the False God" -7598,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Caged God" -7599,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unending Hunt" -7600,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Promising Tomorrow" - -// Episode 15.1 Verus City -7606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Phantasmagorika Excavator Recruitment" -7607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eden Group Leader" -7608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Artnard Excavation Team 1" -7609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Artnard Excavation Team 2" -7610,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Registered Excavator" -7611,0,3154,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Passage Cleaning" -7612,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Passage Cleaning - Down" -7613,0,3155,15,3156,15,0,0,0,0,0,0,0,0,0,0,0,"Eliminating Risks" -7614,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eliminating Risks - Down" -7615,0,0,0,0,0,0,0,3154,6749,5000,3155,6749,5000,3156,6749,5000,"Core Collection" -7616,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Core Collection - Down" -7617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Turning In Excavation Report" -7618,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reporting the Results - Down" -7619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Assisting the Excavation Team" -7620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Young Blood?" -7621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bottling the Energy" -7622,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Good News!" -7623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Artnard's Summon" -7624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In Search of a Delicacy" -7625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Count On Me" -7626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delicacy for Him" -7627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Last Exploration" -7628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Power Source" -7629,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tomorrow for Tomorrow's Energy" - -// Episode 15.2 Atnad Excavator 2 -7641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Access Permitted" -7642,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Explore Research facilities" -7643,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Piece" -7644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Record Player" -7645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Piece of Memory Record" -7646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Play Memory Record" -7647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report Memory Record" -7648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memory Records of the Laboratories" -7649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report Memory Record Content" -7650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect Memory Records of Research facilities" -7651,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"One Memory a Day" -7652,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect Memory Records of Laboratories" -7653,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"One Memory a Day 2" -7654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Play Research facilities Memory Records" -7655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Play Laboratories Memory Records" -7656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Invitation of Rekenber" - -// Banquet Quests -7681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Invitation to Royal Banquet" -7682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Socializing Starts from an Eye Contact" -7683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Visit the Heines" -7684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Visit the Nerius" -7685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What Is the Next Thing on the Schedule ?" -7686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nyhill and Skia" -7687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Participating in the Banquet" -7688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Suspicious Movement" -7689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Nyhill" -7690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Where Is Nyhill?" -7691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Waiting for the Ritual" -7692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Attend the Ritual" -7693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Surprise Attack" -7694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I'd Like to See that Too" -7695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the Past Memories of the Royal Family" -7696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What's Next?" -7697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Invitation from the Nerius" -7698,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Heine Now" -7699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Past" -7700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Once More!" -7701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lost Imir Heart" -7702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prontera at the Time" -7703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Who Knows the Truth" -7705,0,3450,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hope You Cannot Let Go" -7706,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nillem Is Not Almighty" - -// Lasagna Quests -7711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Beginning" -7712,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Where am I? Who am I??" -7713,0,3495,3,0,0,0,0,0,0,0,0,0,0,0,0,0,"First Battle!" -7714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Refreshing Apple Juice" -7715,0,0,0,0,0,0,0,3495,1081,5000,0,0,0,0,0,0,"Midding Box" -7716,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Village!" -7717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Merchant's Kindness" -7718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I'm used to this" -7719,0,1078,3,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time to Digest" -7720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Service Manual" -7721,600,3496,3,3497,2,0,0,0,0,0,0,0,0,0,0,0,"Cat showoff contest" -7722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"EMT" -7723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The potential within" - -// Rockridge -7790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rock Ridge, Land of Opportunities" -7791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Problems in Rock Ridge" -7792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Problems in Rock Ridge 2" -7793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Good News" -7794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Expected Response" -7795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Negotiation on the Railroad" -7796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unexpected Arrest" -7797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hear Me Out 1" -7798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Perfectly Prime" -7799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shawn McCurdy's Weapon 1" -7800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shawn McCurdy's Weapon 2" -7801,0,0,0,0,0,0,0,3742,25247,10000,0,0,0,0,0,0,"Shawn McCurdy's Weapon 3" -7802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hear Me Out 2" -7803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Happy for Broken Trust" -7804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Location of the Ores" -7805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Location of the Ores 2" -7806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Location of the Ores 3" -7807,0,3736,3,3737,3,3738,3,0,0,0,0,0,0,0,0,0,"Ace up Our Sleeve" -7808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Case Solved" -7809,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting Ores" - -8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quitting Job Change" -8001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Guild Master!" -8007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Acceptance from the Guild Master" -8008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Assassin" -8009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Applying for Job Change to Priest" -8010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Priest" -8017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Factory Inspection" -8032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tarlock's Favor" -8033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ferlock's Favor" -8034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ferlock's Favor" -8035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How the Airship Works" -8036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hallen's Favor" -8037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Dice Roller" -8038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Dice Roller" -8039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret of Airships" -8044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Euslan's Fiancee" -8045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tips from Kaci" -8046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ferlock's Passengers list" -8047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Euslan's Favor" -8048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eukran's Testimony" -8049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thierry's Favor" -8050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Danger coming on to Thierry" -8051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Euslan's Medicine" -8052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thierry's Favor" -8053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Postell" -8054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Message from Postell" -8055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nursing Allen" -8056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Little something in return" -8057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grumbling Manainne" -8058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with El Schatt" -8059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Perfitz" -8060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stubborn El Schatt" -8061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stories of the past" -8062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kanainne" -8063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kanainne's spirit" -8064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup" -8076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Klitzer and Calla" -8089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Gemstone" -8090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mr. Manson" -8091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jenny the gardener" -8092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching the Market" -8093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Message" -8094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Double Crossed?" -8095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Phobe" -8096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen Gemstone Found" -8097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Informing Jenny" -8098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Keeping the Secret" -8099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vincent's Recommendation" -8100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed" -8106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mr. Shendar's daughter" -8107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lachellen's Testimony" -8108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Foreigner, Katinshuell" -8109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's scent" -8110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's scent" -8111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lachellen's Testimony" -8112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Freya's Spring" -8113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's Diary" -8114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's Diary" -8115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Suspicious Katinshuell" -8116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lachellen's Testimony" -8117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Freya's Spring" -8118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Mr. Shendar" -8119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's Diary" -8120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Katinshuell" -8121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Katinshuell" -8122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bruspetti's resting place" -8123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ayothaya's world famous dish, Tom Yum Goong" -8124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ayothaya's world famous dish, Tom Yum Goong" -8125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ayothaya's world famous dish, Tom Yum Goong" -8126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ayothaya's world famous dish, Tom Yum Goong" -8127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Momotaro Field Trip" -8128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Momotaro Field Trip" -8129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Momotaro Field Trip" -8130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Momotaro Field Trip" -8131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The mother of lord in Amatsu" -8132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The mother of lord in Amatsu" -8133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Song of the fox" -8134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Boy at the Northern Shrine" -8135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fox Expelled" -8136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Gray Wolf's Warning" -8137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Keymaker" -8138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Blacksmith's Request" -8139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Golden Key" -8140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Red Ring" -8141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mashenka's Red Ring" -8142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching the Marsh" -8143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Flute's Voice" -8144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ryubaba's Confession" -8145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Worried Mother's Request" -8146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Lusalka" -8147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lusalka's Beloved" -8148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lusalka's Beloved" -8149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Igor" -8150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Igor's message" -8151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Marozka's Cave" -8152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Golden Thread" -8153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of mind and wisdom" -8154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Keymaker" -8155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Favor" -8167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Golden Key" -8168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Koshei, the Immortal" -8169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Living and Dead Water" -8170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Living and Dead Water" -8171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Living and Dead Water" - -8181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sight Blaster" -8182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Push Back Theory" -8183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sight Blaster" -8184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Elemental Converter" -8185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Elemental Change" -8186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fire Elemental Change" -8187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Earth Elemental Change" -8188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wind Elemental Change" -8189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Water Elemental Change" -8190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Charming Wink" -8191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Charming Advisor" -8192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Selfish Advisor" -8193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Selfish Advisor" -8194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Drunken Advisor" -8195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kind Canell" -8196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Tripartite Union's Feud" -8197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Document Delivery" -8198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the United Research Official" -8199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"United Research Official's Favor" -8200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ryosen's Document Requests" -8201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Document" -8202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Document Restoration" -8203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Document Restoration" -8204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ryosen" -8205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the United Research Official" -8206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Researchers' Meeting" -8207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hansenne is not guilty." -8208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hansenne's Favor" -8209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hue's Report" -8210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to the United Research Official" -8211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Order" -8217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dequ'ee's Message" -8218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's order" -8223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dequ'ee's order" -8224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The clue" -8225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dequ'ee's Reasoning" -8226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bankley's Death" -8227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Return to Shurank" -8228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shurank's Lecture" -8229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prontera Market Research" -8235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guarnien's Lecture" -8241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collection of Red Jewel" -8242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collection of blue Jewel" -8243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Learning new languages" -8244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fairies and Tree Giants" -8245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Language sample investigation" -8246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Language sample investigation" -8247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Research progress" -8248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Research progress" -8249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Compressing Information" -8250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Storage Gem" -8251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Injection of Magic" -8252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Handworked jewels" -8253,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Language translation device" - -8254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"with a light heart and body" -8255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The test of power for existence" -8256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The test of power for existence" -8257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Providing food of Teardrop" -8258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Providing food of Teardrop" -8259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"to a place for taking a practical technique test" -8260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mission! Documents delivery" -8261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"When you play the flute,then the wolf show up!" -8262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ranger master never again" - -8265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"One time a one hour!" - -8266,0,1077,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting poison spore!" -8267,0,1056,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting smokie!" -8268,0,1033,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt elder wilow!" -8269,0,1104,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt coco!" -8270,0,1034,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt tharafrog!" -8271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toxic sprays delivery!" -8272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver a honey!" -8273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver a blanket!" -8274,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect bones!" -8275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect feet!" -8276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect scell!" -8277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect tails!" -8278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect cookies!" -8279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collect mustache!" - -9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Knight" -9001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loyalty of a Knight" -9002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loyalty of a Knight" -9003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Honor of a Knight" -9004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Honor of a Knight" -9005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tenacity of a Knight" -9006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tenacity of a Knight" -9007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Honor of a Knight" -9008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Etiquette as a Knight" -9009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Life as a Knight" -9010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quality of reverence" -9011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Life as a Knight" -9012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glory of a Knight!" -9013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Change to Wizard" -9018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Certified as a Wizard!" -9058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"O'Riley's Request" -9059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Happy St. Patrick's Day" -9117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse" -9118,0,1109,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse - Deviruchi Hunt" -9119,0,1291,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse - Wraith Dead Hunt" -9120,0,1504,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse - Dullahan Hunt" -9121,0,1379,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse - Nightmare Terror Hunt" -9122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse" -9123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lina's Curse" -9024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An errand boy from Einbroch" -// kRO -//9028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Mouse" -//9029,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Mouse : present conditions" -// iRO/cRO -9028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Hydra" -9029,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Hydra : present conditions" -9030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find a puppy" -9031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find a puppy" -9032,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find a puppy" - -9155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Getting materials for the Jaty Crown" -9156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Make the Jaty Crown" -9157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reward from Sage, Kasyapa" -9158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery of Good News(1)" -9159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Paiko" -9160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery of Good News(2)" -9161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Paiko" -9162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery of Good News(3)" -9163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Paiko" -9164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery of Good News(4)" -9165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reward from Paiko for success of Jaty Crown" - -9167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tutorial - Mercenary for Hire" -9168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest Window Check" -9169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Window Shopper Catalogue" -9170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Window Shopper Catalogue" -9171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enchanting Items" -9172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enchanted Items" -9173,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tutorial Timer Cooldown" - -9222,0,2327,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bangungot from Hospital 2F" -9223,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Will there be Peace at the Hospital?" -9224,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Explore Hospital 2F" - -9225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 1" -9226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 2" -9227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 3" -9228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 4" -9229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 5" -9230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 6" -9231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 7" -9232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 8" -9233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 9" -9234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 10" -9235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 11" -9236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 12" -9237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 13" -9238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 14" -9239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 15" -9240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luen's statement notes" -9241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luen's statement notes" -9242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luen's statement notes" -9243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luen's statement notes" -9244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dames's statement notes" -9245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dames's statement notes" -9246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dames's statement notes" -9247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dames's statement notes" -9248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rosa's statement notes" -9249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rosa's statement notes" -9250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rosa's statement notes" -9251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rosa's statement notes" -9252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Observing Poppy" -9253,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a messy bookshelf" -9254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a damaged book" -9255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a container for soda cans" -9256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a messed up table" -9257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Examining a foreign object" -9258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Field examination results" -9259,0,2363,5,2364,30,0,0,0,0,0,0,0,0,0,0,0,"Confirming Cruyan's statements" -9260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Survey investigation notes" -9262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystery Robbery Incident 16" - -// Academy 14.2 -9264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job change to Mage" -9265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job change to Mage" -9266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job change to Mage" -9267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The way to be a strong Mage - 1" -9268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The way to be a strong Mage - 2" -9269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The way to be a strong Mage - 3" -9270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The way to be a strong Mage - 4" - -//Geffen Magic Tournament -9284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stopping Geffen Gangsters" -9285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Beating Geffen Gangsters" -9286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stop Geffen Gangsters" -9287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Defeating Geffen Gangsters" -9288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Catch a Geffen thief" -9289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get things back from the thief" -9290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Participate in Magic competitions" -9291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Participate in Magic competitions" -9292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Participate in Magic competitions" -9293,0,1106,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Register in Magic Competition" -9294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Registration Complete" -9295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"1st match of the Tournament has started" -9296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"2nd match of the Competition has started" -9297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"3rd match of the Competition has started" -9298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"4th match of the Competition has started" -9299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"5th match of the Competition has started" -9300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"6th match of the Competition has started" -9301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"7th match of the Competition has started" -9302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"8th match of the Competition has started" -9303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"9th match of the Competition has started" -9304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"10th match of the Competition has started" -9305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"11th match of the Competition has started" -9306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"12th match of the Competition has started" -9307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Final match of the Competition has started" -9308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Magic Competition Win~!" -9309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Magic Tournament defeat" -9310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Encounter Iris" -9311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Encounter Chaos" -9312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Encounter Lydia" -9313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Encounter Fenrir" -9314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Encounter Loki" -9315,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring the dimensional gap" -9316,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Re-exploring the crack of spaces" - -// EP14.3 Morse's Cave -9318,0,3000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Hiding Morocc" -9319,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pursuing Hiding Morocc Continues" - -//9327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//9334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" - -// Sarah Fenrir memorial -9335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Search for shards of Gigantes" -9336,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Go back to Professor Bernhard" -9337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wrapping up the Adventure" - -// Rockridge -9457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solved Anyway" -9458,0,3743,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pipe Cleaning" -9459,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Too Early for Pipe Cleaning" -9460,0,0,0,0,0,0,0,3736,25260,5000,3737,25260,5000,3739,25260,5000,"Collecting Ore Fragments" -9461,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Enough Ores" - -10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Prontera Royal Court" -10001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Qualification Test" -10002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Qualification Review" -10003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Instructions on what to do" -10004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interim Report" -10005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Eigen Ahrum" -10006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Ernst" -10007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Poe" -10008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Peter" -10009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Urugen" -10010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Helmut" -10011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prince Erich" -10012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation of the two princes" -10013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for the unknown girl" -10014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Peter" -10015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test 15" -10016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Guest from the Walter Family" -10017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conspiracy" -10018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Poe" -10019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Peter" -10020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Erich" -10021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Urugen" -10022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Villainous Ahrum - Helmut" -10023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eigen Ahrum and Ernst -Former-" -10024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eigen Ahrum and Ernst -Latter-" -10025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Good-bye, dear!" -10026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reforming Meto" -10034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Search the knife" -10035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deliver the knife" -10036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-Candy" -10037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-Crap Shells" -10038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-Conch" -10039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-Fish Tail" -10040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-White Platter" -10041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Material Supply-?" -10042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keys-5 remained" -10043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keys-5 remained" -10044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keys-4 remained" -10045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-4 remained" -10046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-3 remained" -10047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-3 remained" -10048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-2 remained" -10049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-2 remained" -10050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-1 remained" -10051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-1 remained" -10052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-To the piano" -10053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find the Piano Keyboard-Fill the empty spot" -10054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"On the Verge of the Escape-Clint Kana" -10055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Understanding the culture of Utan" -10056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Learning Utan Language" -10057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Onward to the Other World" -10079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10085,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10087,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" -10089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape from the reality, into the broad world" - -10090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" -10101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changes to Mechanic" - -10102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of the sphinx dungeon" -10103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of Glast heim" -10104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of Juno" -10105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of a clock tower" -10106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To client - the chapter of localizing " -10107,0,1164,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sphinx dungeon - Requiem" -10108,0,1140,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sphinx dungeon - Marduk" -10109,0,1154,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sphinx dungeon - Pasana" -10110,0,1260,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glast heim - Dark Frame" -10111,0,1117,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glast heim - Evil druid" -10112,0,1192,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glast heim - Wraith" -10113,0,1276,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glast Heim - Raydric Archer" -10114,0,1369,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno - Grand Peco" -10115,0,1386,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno - sleeper" -10116,0,1372,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno - Goat" -10117,0,1376,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno - Harpy" -10118,0,1269,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock tower - Clock" -10119,0,1199,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock tower - Punk" -10120,0,1195,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock tower - Rideword" -10121,0,1883,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Localizing - Uzhas" -10122,0,1404,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Localizing - Miyabi Doll" -10123,0,1516,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Localizing - Mi Gao" - -11000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Inspection of Odin Shrine" -11009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morriphen's Request" -11010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching the medicine" -11011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Medicine for two" -11012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Makkie" -11013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red Plant Stem Powder" -11014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The researcher's medicine" -11015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Siria's cure" -11016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morriphen's story" -11017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -11022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exploring Juperos" -// iRO Event Quest -//11023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 1" -//11024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 2" -//11025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 3" -//11026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 4" -//11027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 5" -//11028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 6" -11029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Going to the Turtle Island.." -11038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet the Dead" -11044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance" -11070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Poison King" -11084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Surroundings" -11085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Surroundings" -11086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Surroundings" -11087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing the Tent" -11088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing the Tent" -11089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing the Tent" -11090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing the Tent" -11091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivering Supplies" -11099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To My Friend" -11100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To My Friend" -11101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret note of Bazet" -11102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret note of Bazet" -11103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret note of Bazet" -11104,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resting time" -11105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilrion skin" - -11106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job changing to Warlock" -11113,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Until radering is functioning" - -11114,0,1004,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Honet" -11115,0,1009,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Condor" -11116,0,1052,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Grasshopper's Leg" -11117,0,1024,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Worm tail" -11118,0,1014,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Spore" -11119,0,1048,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Pest Control" -11120,0,1055,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Muka" -11121,0,1005,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Farmiliar" -11122,0,1019,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Collect Feather" -11123,0,1077,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Collect Poison Spore" -11124,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Honet - Complete" -11125,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Condor - Complete" -11126,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Grasshopper's Leg - Complete" -11127,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Worm Tail - Complete" -11128,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Spore - Complete" -11129,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Pest Control - Complete" -11130,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Muka - Complete" -11131,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Hunt Farmiliar - Complete" -11132,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Collect Feather - Complete" -11133,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request : Collect Poison Spore - Complete" - -11135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The sky, plane and travel sickness." -11141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Human & gossip is towarding to the bar" -11142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fearful metalic sound" -11143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos tower" -11144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juno manager : click" -11145,0,1622,33,0,0,0,0,0,0,0,0,0,0,0,0,0,"I want to get the " -11146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"to ice tunnel..." -11147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lared's dew" -11148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Toward Comodo with the bow" -11149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Just pour the water. Pour! Pour!..." -11150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for Maestro Song" -11152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"to the quiet place!..." -11153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing watch top" -11154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I will remember the memories with you...." -11155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"undefinable battler" -11156,0,1106,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"annoying homework" -11157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helmes valley " -11158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"On the way for meditation" - -11159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Brian" -11160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of John" -11161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Tyler" -11162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Rose" -11163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Bain" -11164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Story of Lash" -11165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Brian" -11166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to John" -11167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Tyler" -11168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Rose" -11169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Bain" -11170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Lash" -11171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Frede" -11172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Frede" -11173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request from Frede" -11174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Supply Shortage" -11175,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Supply Shortage" -11176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"For my friends" - -// Mora -11182,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Theore's Report" -11183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Theore's Favor" -11184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Runaway Laphine" -11185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef" -11190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef" -11191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shortage of Roast Beef" -11192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Village..." -11193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sonya's Friend" -11194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Runaway Laphine" -11195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Village..." -11199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Theo's Friend" -11200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouch" -11201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef" -11202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef" -11203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shortage of Roast Beef" -11204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Village..." -11205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pauchon's Friend" -11206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quick Delivery Yoneseu" -11207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Very Heavy Burden" -11208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daphne" - -// Malangdo -11209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hardships of Thomas" -11210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Reunion" -11221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11229,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Fruits" -11239,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Malangdo Fruits" -11240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11243,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repair of cracks" -11244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soft Jelly" -11245,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soft Jelly" - -// Academy 14.2 -11255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Otter Ssamsun" - -11284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-1" -11285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-2" -11286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-3" -11287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-4" -11288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-5" -11289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-6" -11290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-7" -11291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-8" -11292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-9" -11293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-10" -11294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-11" -11295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-12" -11296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-13" -11297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-14" -11298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-15" -11299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-16" -11300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-17" -11301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-18" -11302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-19" -11303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-20" -11304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-21" -11305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-22" -11306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-23" -11307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-24" -11308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-25" -11309,0,2327,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nurse at Port Malaya-26" - -11310,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eclage's Entrance" -11311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eclage's Entrance" -11312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Goliath" -11313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Goliath" -11314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Goliath" -11315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"And time keeps on flowing" -11325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11326,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11329,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The chicken or the egg" -11333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red seed and green seed" -11334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red seed and green seed" -11335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dreaming boy" -11336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dreaming boy" -11337,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dreaming boy" - -// Academy 14.2 -11338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Subino" -11339,0,1002,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The most delicious on earth" -11340,0,1063,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Carrots are delicious!" -11341,0,1007,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rolling Fabre's clothing" -11342,0,1004,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antidote Material~" -11343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Alice" -11344,0,1008,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Barrier!!" -11345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with Alice" -11346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Acolyte_damped creatures(LV.13)" -11347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Acolyte_soft bone(LV.18)" -11348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Acolyte_Solid bone(LV.23)" - -// Dimensional Travel Quest -11349,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dimensional Travel" -11350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dimensional Travel" -11351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dimensional Travel" -11352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dimensional Travel" -11353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dimensional Travel" -11354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Specimen Collection" -11355,0,3026,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Specimen Collection" -11356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Specimen Collection" -11357,0,3028,25,0,0,0,0,0,0,0,0,0,0,0,0,0,"Specimen Collection" -11358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Specimen Collection" -11359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antidote" -11360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antidote" -11361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antidote" -11362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antidote" - -// Episode 15.1 To Phantasmagorika! -11363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Phantasmagorika!" -11364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Phantasmagorika!" -11365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Phantasmagorika!" -11366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Phantasmagorika!" -11367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Looking for the Traces" -11376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Let the Specialists Handle It" -11377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Act of Kindness" - -11378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trick or treat" // Halloween Event 2013 - -// Episode 15.2 The Last Room Instance -11379,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Final Room" -11380,0,3254,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Final Room" -11381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" -11382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" -11383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" -11384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" -11385,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" -11386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" -11387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" -11388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" -11389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vestige" - -// Banquet Quests -11394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Call of the Royal Head Chef" -11395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Geoborgs" -11413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11419,0,0,0,0,0,0,0,3455,6935,3000,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Why Should I Prepare for the Banquets?" -11421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Banquet: Unexpected Sauce" -11422,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Complete Today's Sauce" -11423,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Banquet: Griffin Barbecue" -11424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Banquet: Griffin Barbecue" -11425,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Complete Today's Grilled Griffin" -11426,0,0,0,0,0,0,0,3455,6935,3000,0,0,0,0,0,0,"Banquet: Washing 15 Dishes" -11427,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Complete Today's Dish Collecting" -11428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ingredient for the Sauce" -11429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ingredient for the Sauce" -11430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ingredient for the Sauce" -11431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ingredient for the Sauce" - -// Lasagna Quests -11435,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" -11444,0,0,0,0,0,0,0,3499,25045,5000,0,0,0,0,0,0,"Vigilante Corp" -11445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigilante Corp" - -12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An old friend" -12001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Digotz, Maku's old friend" -12002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Messenger of Friendship" -12003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Digotz's message" -12004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Maku's other friend" -12005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein" -12006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein's lost item" -12007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kazien" -12008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Researcher Garins" -12009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Failed mission" -12010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"No entrance" -12011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lyozien" -12012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet Mr. Ahman" -12013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery complete" -12014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"More missions" -12015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ghalstein" -12016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sneaking into the Laboratory" -12017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Membership approved" -12018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meeting the President" -12019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The President's Mission" -12020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rescuing a Secret Wing Member" -12021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sealed File Folder" -12022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Sealed File Folder" -12023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shinokas the researcher" -12024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kafra Corporation Agent" -12025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rekenber's Secret Archive" -12026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rekenber's Secret Archive" -12027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rekenber's Secret Archive" -12028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kurelle the traitor" -12029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lost Engagement Ring" -12030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Engagement Ring Found" -12031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Annon" -12032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Annon" -12033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Traces of blood" -12034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Annon's side of the story" -12035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Holy Threads" -12036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Stone Slate Message" -12037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Holier Threads" -12038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for the Sa-mhing Tiger" -12039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Boonthom's Comrade" -12040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein's Journal" -12041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein's Journal" -12042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Benkaistein's Journal" -12043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pass to the Slums" -12044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 1" -12045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 2" -12046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 3" -12047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 4" -12048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Soothing a crying child 5" -12049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 1 - Rogue" -12050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 2 - Rogue" -12051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 3 - Rogue" -12052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 4 - Rogue" -12053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 5 - Rogue" -12054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest 6 - Rogue" -12055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest - Assassin" -12056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Job Quest - Assassin" -12057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pass to the Lab" -12058,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Admission Restricted to the 102 Tower" -12059,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orc's Memory Time Limit" -12060,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Today's Fishing Closed" -12061,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Concentration" -12062,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Today's Mining Closed" -12070,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Limited time for enter" -12071,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stamp a seal on the attendance book" -12072,0,1034,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt tharafrog" -12073,0,1248,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Cruiser" -12074,0,1070,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Kukre" -12075,0,1686,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove orcbaby" -12076,0,1023,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove orcwarroir" -12077,0,1066,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt vadon" -12078,0,1064,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Megalodon" -12079,0,1144,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Marse" -12080,0,1067,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Cornutus" -12081,0,1151,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Myst" -12082,0,1074,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt shellfish" -12083,0,1142,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Marine sphere" -12084,0,1158,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Phen" -12085,0,1152,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove orcskeleton" -12086,0,1177,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Zenorc" -12087,0,1041,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove mummy" -12088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Accomplishing a request" - -12090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious guy" -12091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Just save the burning heart" -12092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Long lasting story" -12093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"the record the intelligence Lyoda left" -12094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The damaged shield letter" -12096,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Towards Karakas" -12097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Basic preparation" -12098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tour of dungeon" -12099,0,2014,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Remove Root Cause" -12100,0,1994,12,0,0,0,0,0,0,0,0,0,0,0,0,0,"Violent Winged Insect" -12101,0,2013,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Work Interference" -12102,0,1993,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Intelligent Snakes" -12103,0,1992,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Legendary Creature" -12104,0,1987,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Insects with an Appetite" -12105,0,2024,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Moving Rocks" -12106,0,1995,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"A child on a flower" -12107,0,2015,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Twisted Love" -12108,0,1988,12,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dangerous Plant Removal" -12109,0,1999,14,0,0,0,0,0,0,0,0,0,0,0,0,0,"Larva Extermination" -12110,0,2016,7,0,0,0,0,0,0,0,0,0,0,0,0,0,"Demon of Water" -12111,0,1986,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bird with ugly face" -12117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Withered Flower" -12118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Welcomed Mineral" -12119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Valuable Textile" -12120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Curious Meat" -12121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Materials to Clear Snow" -12122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Best Cooler Material" -12123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Best Paint" -12124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rare Valuable" -12125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Armory Material" -12126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Advanced Armory Material" -12127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Supervisor's Tool" -12128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Preparation for Heating" -12129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Suspicious Food" -12130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Useful Material" -12131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Essential Material for Construction" -12132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Essential Material for Construction 2" -12133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Decoration arrangement" -12134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Instant Receptacle" -12135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Not enough medicine" -12136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Honey robber" -12137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tools for Experiment" -12138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fine Gift Samples" -12139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Respect for Taste!" -12140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Courtesy for Regulars" -12141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Special Package" -12142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dangerous Request" -12143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Trend" -12144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unknown Usage" -12145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Other World Cuisine" -12146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Filling in Cracks" -12147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adhesive Material" -12148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bait for Tatacho Hunting" -12149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Swordmanship Practice" -12150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pretty reddish vegetable" -12151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tenacity of the pub owner" -12152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tastes like home cooking" -12153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hazardous plant when burnt" -12154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unexpectedly Normal" -12155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gift with heart" -12156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Respect personal appetite!" -12157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resolution of the pub owner" -12158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rage of the pub owner" -12159,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Laponte" -12160,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Kalipo" -12161,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Pura" -12162,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Tragis" -12163,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Calyon" -12164,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quest record from Moltuka" -12165,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dizziness" -12166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tree Root Doc." -12167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reptile Tongue Doc." -12168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scorpion Tail Doc." -12169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stem Doc." -12170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pointed Scale Doc." -12171,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resin Doc." -12172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spawn Doc." -12173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jellopy Doc." -12174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fish Tail Doc." -12175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Worm Peeling Doc." -12176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gill Doc." -12177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tooth of Bat Doc." -12178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fluff Doc." -12179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Chrysalis Doc." -12180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Feather of Birds Doc." -12181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Talon Document Doc." -12182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sticky Webfoot Doc." -12183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Animal Skin Doc." -12184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wolf Claw Doc." -12185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mushroom Spore Doc." -12186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orc's Fang Doc." -12187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Evil Horn Doc." -12188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Powder of Butterfly Doc." -12189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bill of Birds Doc." -12190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snake Scale Doc." -12191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Insect Feeler Doc." -12192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Immortal Heart Doc." -12193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rotten Bandage Doc." -12194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Decayed Nail Doc." -12195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Horrendous Mouth Doc." -12196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tentacle Doc." -12197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shell Doc." -12198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scale Shell Doc." -12199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Venom Canine Doc." -12200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sticky Mucus Doc." -12201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bee Sting Doc." -12202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grasshopper's Leg Doc." -12203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Royal Jelly Doc." -12204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Yoyo Tail Doc." -12205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Solid Shell Doc." -12206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Yam Doc." -12207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Raccoon Leaf Doc." -12208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snail's Shell Doc." -12209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Horn Doc." -12210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bear's Footskin Doc." -12211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Feather Doc." -12212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Red Herb Doc." -12213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Carrot Doc." -12214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cactus Needle Doc." -12215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stone Heart Doc." -12216,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pouty Jahbong" -12217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Request - Traces of wild boar hunt" -12218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to make lava elixir" -12219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to creat flame elixir" -12220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to create glaicer elixir" -12221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to create fossil elixir" -12222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How to create storm elixir" - -// Mora Coin Daily Quests -12225,0,2132,3,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pom Spider Hunting" -12226,0,2133,4,0,0,0,0,0,0,0,0,0,0,0,0,0,"Angra Mantis Hunting" -12227,0,2134,5,0,0,0,0,0,0,0,0,0,0,0,0,0,"Parus Hunting" -12228,0,2136,6,0,0,0,0,0,0,0,0,0,0,0,0,0,"Little Fatam Hunting" -12229,0,2137,7,0,0,0,0,0,0,0,0,0,0,0,0,0,"Miming Hunting" -12230,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Monster Hunt" -12231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Insect Feeler Collecting" -12232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Immortal Heart Collecting" -12233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rotten Bandage Collecting" -12234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orcish Voucher Collecting" -12235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Skeleton Bone Collecting" -12236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memento Collecting" -12237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shell Collecting" -12238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scale Shell Collecting" -12239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Venom Canine Collecting" -12240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sticky Mucus Collecting" -12241,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Item Request 1" -12242,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Item Request 2" - -// Missing Person Quests -12243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Tajareu" -12244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Tokenizer" -12245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Mesile" -12246,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Noir" -12247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Pajama God" -12248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Mendel" -12249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Miles" -12250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Kunmune" -12251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Chayihokin" -12252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Information on Tuale" -12253,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing Person Search Time Limit" - -// Malangdo Culverts -12254,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Now it's cleaning" -12255,0,2176,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea crab" -12256,0,2175,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea squid" -12257,0,2174,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Ancient crustacean" -12258,0,2178,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea shell" -12259,0,2179,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt ancient kukre" -12260,0,2177,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea conch" -12261,0,2182,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea horse" -12262,0,2181,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt ancient sword fish" -12263,0,2180,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt ancient sea god" -12264,0,2183,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt mutation anolian" -12265,0,2184,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt deep sea mermaid" -12266,0,2185,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt transformable kapha" -12267,0,2188,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt weird coelacanth" -12268,0,2187,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt dark coelacanth" -12269,0,2190,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Cruel coelacanth" -12270,0,2189,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt mutation coelacanth" -12271,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In progress general culvert single day service" -12272,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In progress hard culvert single day service" -12273,579600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In progress general culvert weekly service" -12274,579600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In progress hard culvert weekly service" - -12278,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Towards Bakonawa Lake..." -12279,0,2322,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Get Rid of Bakonawa" - -12280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A suspicious prisoner" -12281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An unwanted favor" -12282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gossip king Clever" -12283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The rift researcher" -12284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A cat merchant's source of information" -12285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A way to calm down a cat" -12286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Information traded for some canned foods" -12287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A weird experience" -12288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A successful experience" -12289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Another visitation" -12290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clever's historical documents" -12291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hidden historical documents (?)" -12292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The unknown ones" -12293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Figures in history" -12294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tour of Eclage" -12295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Error" -12296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fun times with the reactor" -12297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Encountering Etran" -12298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Two wishes" -12299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revisiting Robert" -12300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Revisiting Etran" -12301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Two remaining friends" - -// Academy 14.2 -12302,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Salim Hamid" -12303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Applicant for trader" -12304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Introduction to merchantology" -12305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"About the capability figure" -12306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Experience of disounts" -12307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Way to the Merchant" -12308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Removal of Worm Tails" -12309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Removal of Boa" -12310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Removal of Spore" -12311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Removal of Pirate Skeletons" -12312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Supplementary to the theory lesson" -12313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"About stats" -12314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"About skills" - -// Old Glast Heim -12316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meeting Hugin" -12317,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trace of Time Travel" -12318,0,2475,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Corrupted Soul Hunt" -12319,0,2476,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Amdarais Hunt" -12320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time Traveler" -12321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time Conqueror" -12322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Space Distortion" - -// Faceworm's Nest -12325,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Faceworm's Nest after-effects" -12326,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The owner of old ring" -12327,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The memory of old photo album" -12328,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dol-Seoi's Sorrow" -12329,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Keaton's Bracelet" - -// Horror Toy Factory - Ep 14.2 -12330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Skull-faced Girl" -12331,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trail of Toy Factory" - -12334,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trace of Time Travel" -12335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Space Distortion" -//12336,0,3151,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Corrupted Soul Hunt" -//12337,0,3150,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Amdarais Soul Hunt" -12338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time Traveler" -12339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time Conqueror" -12340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rebellion Job Change Quest" -12341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rebellion Job Change Quest" -12342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rebellion Job Change Quest" -12343,0,3169,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rebellion Job Change Quest" -12344,0,3170,3,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rebellion Job Change Quest" -12345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rebellion Job Change Quest" - -// Episode 15.2: Central Laboratory -12346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Strange Ancient Science" -12347,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Trace of Laboratory Access" - -12363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"?????? ?? ??" - -// Banquet Quests -12369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Business Relation" - -// Rockridge -12381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"New Continent's Food Supplier" -12382,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Distributing Food" -12383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sweet Potato Delivery" -12384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meat Delivery" -12385,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Carrot Delivery" -12386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Banana Delivery" -12387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pumpkin Delivery" -12388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mushroom Delivery" -12389,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Guardian of Rock Ridge" -12390,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Relieved for Now" -12391,0,3736,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Buffaloes with Rifles" -12392,0,3737,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Punishing the Red Masks" -12393,0,3738,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eye Patch Desperadoes" -12394,0,3739,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exterminate Gray Four-legged Beasts" -12395,0,3787,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exterminate Swamp Arclouzes" -12396,0,3788,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Exterminate Brown Rats" -12398,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"You're Good" -12399,0,3747,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Heinous Criminals" -12400,0,3748,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Heinous Criminals" -12401,0,3749,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunt Heinous Criminals" -12402,0,3740,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Eliminate Dangerous Gas" -12403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laborers of Rock Ridge" -12404,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Are You Not Tired?" -12405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Maintain the Red Pipe" -12406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Maintain the Blue Pipe" -12407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Maintain the Yellow Pipe" -12408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Maintain the White Pipe" -12409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pipes Maintained" -12410,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Contract with the Wealthy Merchant" -12411,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Come Back Tomorrow" - -13000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"RWC2011Card Gathering" -13001,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"RWC2011Card Gathering - Hold" - -// Eden 100-110 -13002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brigan collecting" -13003,0,1267,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Carat Request" -13004,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Carat Request timer" -13005,0,1194,22,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arclouse Request" -13006,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Arclouse Request timer" -13007,0,1206,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anolian Request" -13008,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anolian Request timer" -13009,0,1207,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sting Request" -13010,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sting Request timer" -13011,0,1310,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Majoruros Request" -13012,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Majoruros Request timer" -13013,0,1995,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pinguicula Request" -13014,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pinguicula Request timer" -13015,0,1994,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luciola Vespa Request" -13016,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Luciola Vespa Request timer" -13017,0,1106,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Desert Wolf Request" -13018,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Desert Wolf Request timer" -13019,0,1775,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snowier Request" -13020,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snowier Request timer" -13021,0,1777,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ice Titan Request" -13022,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ice Titan Request Timer" -13023,0,1379,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nightmare Terror Request" -13024,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nightmare Terror Request Timer" -13025,0,1384,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Flying Deleter Request" -13026,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deleter Request Timer" -13040,0,1505,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loli Ruri Request" -13041,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Loli Ruri Request Timer" -13042,0,1148,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Medusa Request" -13043,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Medusa Request Timer" -13044,0,1098,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anubis Request" -13045,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anubis Request Timer" -13046,0,1991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilion Request" -13047,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilion Request Timer" -13048,0,1991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilion Request" -13049,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Tendrilion Request Timer" - -13050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Laphine that loves the land" -13051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The singing Laphine" -13052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The watering Laphine" -13053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The dancing Laphine" -13054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The smiling Laphine" -13055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"See if all the adventurers are safe" -13056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reporter Rossi" -13057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer Euncheong" -13058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Troublemaker New Oz" -13059,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"End of project" -13060,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Safety confirmation complete!" -13061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Food support" -13062,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Food support - complete" -13063,0,2365,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dusting off" -13064,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dusting off - complete" -13065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Collecting a souvenir" -13066,79200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"This is enough for souvenirs" - -// Eden 111-120 -13067,0,1163,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Raydric research" -13068,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Raydric research - timer" -13069,0,1132,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Khalitzburg research" -13070,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Khalitzburg research - timer" -13071,0,1208,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wander Man research" -13072,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wander Man research - timer" -13073,0,1699,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Mimic research" -13074,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Mimic research - timer" -13075,0,1698,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Death Word research" -13076,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Death Word research - timer" -13077,0,1295,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Owl Baron research" -13078,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Owl Baron research - timer" -13079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bloody Page Research" -13080,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bloody Page Research - Wait" -13081,0,2015,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dark Pinguicula research" -13082,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dark Pinguicula research - timer" -13083,0,1988,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nepenthes research" -13084,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nepenthes research - timer" -13085,0,1993,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Naga research" -13086,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Naga research - timer" -13087,0,1999,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Centipede Larva research" -13088,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Centipede Larva research - timer" -13089,0,1992,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cornus research" -13090,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Cornus research - timer" -13091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystic Horn Research" -13092,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mystic Horn Research - Wait" -13093,0,1297,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Mummy research" -13094,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Mummy research - timer" -13095,0,1374,10,1370,10,1390,10,0,0,0,0,0,0,0,0,0,"Geffenia expedition" -13096,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffenia expedition - Wait" -13097,0,1677,30,1678,30,1679,30,0,0,0,0,0,0,0,0,0,"Juperos expedition" -13098,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Juperos expedition - Wait" -13099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fragments and Rusty Screw" -13100,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fragments and Rusty Screw - Wait" - -// Academy 14.2 -13101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The way of Taekwon" -13102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Spinning kick" -13103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Breaking Willows" -13104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Breaking Spores" -13105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Breaking Zombies" -13106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Breaking Skeletons" - -// Eden 121-130 -13107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower Search" -13108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rachel holy ground Search" -13109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unknown island Search" -13110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake Search" -13111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower Search - Reporting results" -13112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rachel holy ground Search - Reporting results" -13113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nameless Island Search - Reporting results" -13114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake Search - Reporting results" -13115,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thanatos Tower Search - Wait" -13116,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rachel holy ground Search - Wait" -13117,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Unknown island Search - Wait" -13118,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake Search - Wait" -13119,0,1702,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Baroness of Retribution" -13120,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Baroness of Retribution - Wait" -13121,0,1703,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Lady Solace" -13122,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Lady Solace - Wait" -13123,0,1701,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Mistress of Shelter" -13124,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Mistress of Shelter - Wait" -13125,0,1700,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Dame of Sentinel" -13126,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Dame of Sentinel - Wait" -13127,0,1771,20,1772,20,0,0,0,0,0,0,0,0,0,0,0,"Combat Vanberk and Isilla" -13128,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Vanberk and Isilla - Wait" -13129,0,1773,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Hodremlin" -13130,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Hodremlin - Wait" -13131,0,1769,20,1770,20,0,0,0,0,0,0,0,0,0,0,0,"Combat Agav and Echio" -13132,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Agav and Echio - Wait" -13133,0,1865,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Ragged Zombie" -13134,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Ragged Zombie - Wait" -13135,0,1864,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Zombie Slaughter" -13136,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Zombie Slaughter - Wait" -13137,0,1867,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Banshee" -13138,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Banshee - Wait" -13139,0,1714,30,1717,30,0,0,0,0,0,0,0,0,0,0,0,"Combat Ferus and Bewler" -13140,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Ferus and Bewler - Wait" -13141,0,1713,30,1716,30,0,0,0,0,0,0,0,0,0,0,0,"Combat Acidus" -13142,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combat Acidus - Wait" - -// Eden 131-140 -13143,0,1652,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Egnigem Story" -13144,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Egnigem Story - Wait" -13145,0,1654,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Armeyer Story" -13146,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Armeyer Story - Wait" -13147,0,1653,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whikebain Story" -13148,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whikebain Story - Wait" -13149,0,1656,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kavach Story" -13150,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kavach Story - Wait" -13151,0,1655,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Errende Story" -13152,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Errende Story - Wait" -13153,0,1657,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laurell Story" -13154,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Laurell Story - Wait" -13155,0,1918,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story1" -13156,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story1 - Wait" -13157,0,1919,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story2" -13158,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story2 - Wait" -13159,0,1921,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story3" -13160,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Morocc Story3 - Wait" -13161,0,2083,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Uni-horn Scaraba Story" -13162,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Uni-horn Scaraba Story - Wait" -13163,0,2084,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Horn Scaraba Story" -13164,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Horn Scaraba Story - Wait" -13165,0,2085,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antler Scaraba Story" -13166,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Antler Scaraba Story - Wait" -13167,0,2086,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rake horn Scaraba Story" -13168,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rake horn Scaraba Story - Wait" - -13181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nightmarish Jitterbug" -13182,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nightmarish Jitterbug: Waiting" -13183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Nightmarish Jitterbug: Completed" -13184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Charleston Factory" -13185,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Charleston Factory - Hold" -13186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Charleston Factory - Complete" -13187,0,3125,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deal with the Staff" -13188,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Deal with the Staff - Hold" - -// Episode 15.2 Krotzel's Request -13195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monthly Brigan" -13196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monthly Brigan" -13197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monthly Brigan" -13198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monthly Brigan : Krotzel's Request" -13199,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Krotzel's Request - Complete" -13200,0,3247,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monthly Brigan : Rookie's Request" -13201,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rookie's Request - Complete" -13202,0,3248,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monthly Brigan : Photo Journalist's Request" -13203,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Photo Journalist's Request - Complete" -13204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monthly Brigan : Grylls' Request" -13205,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Grylls' Request - Complete" - -14118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wuhari's concern" -14119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of patience" -14120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of patience 2" -14121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of patience 3" -14122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time for two" -14123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wuharu's favor" -14125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Surveying the area" -14126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Ms. Goatie" -14127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Ms. Goatie's husband" -14128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Obtaining the research report" -14131,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Analysis time" -14133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Another favor" -14134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sharp Ms. Goatie" -14135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for Mr. Pompe" -14136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A terrible scene in the field" -14137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"An interesting proposition" -14138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The big corpse" -14139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Wuhuru" -14140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Wuhari" -14141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ingredients for research" - -// Academy 14.2 -14142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Archer's town!" -14143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Application for the Archer's job change" -14144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Retest - Stats" -14145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Archer Skills" -14146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting training" -14147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Retest - Skills" -14148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the next step" -14149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Listening to the 2nd job change" -14150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the next step" -14151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting training - Spoa" -14152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting training - Creamy" -14153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting training - Skeleton" -14154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fragrant herb mix" -14155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Crunchy salad" -14156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anything shabushabu" -14157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baked golden apple" -14158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Presentation of the Archer manual" -14159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Met with the PR staff" -14160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Met with the PR staff" -14161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of stats" -14162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of skills" -14163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Caught Spores" -14164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Caught Creamy" -14165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Caught Skeletons" - -//14254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14273,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14289,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//14291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" - -// Banquet Quests -14469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Look around the Walther Family" -14470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In Search of the Guardian Knight" -14471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Royal Prison" -14472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gourmet Bigfoot" -14473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Veins" -14474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Isenhonor" -14475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Jurgen" -14476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Levuiere and His Wife" -14477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"What Is Going on?" -14478,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Searching for the Clue" -14479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clean-up out of Apology" -14480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conquer the Grease" -14481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conquer the Mold" -14482,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conquer the Dirt of Devil" -14483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report the Completion of the Clean-up" -14484,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"There Was a Furniture Delivery Man" -14485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I Am Upset" -14486,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I Heard the Story" -14487,0,0,0,0,0,0,0,1148,6927,3000,0,0,0,0,0,0,"Please Find the Token of Memory" -14488,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Please Deliver My Love" -14489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I Have to Turn It Down" -14490,0,0,0,0,0,0,0,1148,6927,3000,0,0,0,0,0,0,"My Love Once More" -14491,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I Have to Turn It Down Again" -14492,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"There Is a Silver Lining" -14493,0,0,0,0,0,0,0,1148,6927,3000,0,0,0,0,0,0,"Today I Feel" -14494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I Have to Turn It Down Again" -14495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Wolf" -14496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Isaac" -14497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery for Wolf" -14498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Which Rumor" -14499,0,1310,33,0,0,0,0,0,0,0,0,0,0,0,0,0,"Prove Yourself" -14500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Complete checking out the book" -14501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Wolf" -14502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Isaac" -14503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Wolf" -14504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In Search of Helmut" -14505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I Won't go Back" -14506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Things Turned out This Way" -14507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Maximilian" -14508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jewel and Cloth" -14509,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Still Making It" -14510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pink Petal-like Dress" -14511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Beautiful Flower Decoration" -14512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dress of the Night Sky" -14513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shawl of the Blazing Sun" -14514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Step of the Fairy" -14515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sparkling Star" -14516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Suspicious Shadow" - -// Lasagna Quests -14531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Everything about Con-Chliina" -14532,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Greetings to Captain Gamberi" -14533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Say hi to recorder" -14534,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the kitchen" -14535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Purser" -14536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery to Chef" -14537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"When do we take off?" -14538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Can we take off?" -14539,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Crazy Dragon" -14540,0,0,0,0,0,0,0,3502,25049,5000,0,0,0,0,0,0,"An errand out of nowhere" -14541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"No news is not a good news" -14542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How is the Dragon" -14543,0,3502,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Basilisk Hunt" -14544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Now I can leave" -14545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Purser" -14546,0,3496,5,3497,5,0,0,0,0,0,0,0,0,0,0,0,"Take care of grass thief" -14547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Can we set out the sailing?" -14548,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Crazy Dragon" -14549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"No news is not a good news" -14550,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"How is the Dragon" -14551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Chief Basilisk" -14552,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lord Imuk's message" -14553,0,3504,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Basilisk Hunt" -14554,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"We can start sail now" -14555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whole new world of taste" -14556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"There also is a scary thing for me" -14557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Truth is alway harsh" -14558,0,0,0,0,0,0,0,3503,25049,5000,0,0,0,0,0,0,"Dirty Creatures" -14559,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Charm Effect Duration" -14560,0,0,0,0,0,0,0,3503,25049,5000,0,0,0,0,0,0,"New Ingredient" -14561,0,0,0,0,0,0,0,3503,25049,5000,0,0,0,0,0,0,"Dirty and Filty" -14562,0,0,0,0,0,0,0,3503,25049,5000,0,0,0,0,0,0,"The basic are the best" -14563,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Free time" -14565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Emergency food supplies" -14566,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brilliant idea" -14567,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kaluna milk is in Danger!" -14568,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time to persuade" -14569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Babysitter" -14570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Processing Anchovy" -14571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Anchovy fishing ship" -14572,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Helpless..." -14573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"I need the time on my own" -14574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meal Box Delivery" -14575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery Complete Report" -14576,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meal Box Delivery Time" -14579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with Captain" -14580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Recorder" -14581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interview with the Chief" -14582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Recorder" -14583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To Granma" -14584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Recorder" -14588,0,3498,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Competition" -14589,0,3499,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sticky ingredient" -14590,0,3500,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunter's destination" -14591,0,3501,10,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Ingredient" -14592,04:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Resting Time" - -// Rock Ridge -14672,0,3740,15,0,0,0,0,0,0,0,0,0,0,0,0,0,"Preparing for the Firework Festival" -14673,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Time to Make Bombs" - -// A Bed Of Honor -14683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Device" -14684,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Device" -14685,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Device" -14686,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Device" -14687,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Device" - -// Academy 14.2 -15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Experiencing abnormal statuses" -15001,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hold your breath" - -// Heroes' Trail Part 1 - Sara's Memory -15002,72000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial dungeon: Sara's Memory" -15003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Adventurer leon" - -// Episode 14.3: Isle of Bios -15005,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial Dungeon: Isle of Bios" -15006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Isle of Bios Exploration" -15007,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial Dungeon: Isle of Bios" -15008,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial Dungeon: Isle of Bios" -//15025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" -//15045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"" - -// Episode 15.1 : Airship Assault instance -15050,82800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial Dungeon: Airship Assault" -15051,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial Dungeon: Airship Assault" -// 15052,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Memorial Dungeon: Airship Assault" - -// 2013 Christmas Event -15055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : We are the great Single Union Army!" -15056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Declare war against couples!" -15057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Prepare the festival!" -15059,86400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Cooldown Timer" -15060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Kwami has joined" -15061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Willer has joined" -15062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Rinka has joined" -15063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Jee has joined" -15064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Christmas : Marty has joined" - -16000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Metz Brayde's Notice" -16001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"First examination" -16002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -1" -16003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -2" -16004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -3" -16005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -4" -16006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -5" -16007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fetching Items for Arian -6" -16008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quiz time!" -16009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quiz time!" -16010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daewoon's Test" -16011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Jore's Test" -16012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Jore's Materials" -16013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Stone of Sage" -16014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Stone of Sage" -16015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lady Jesqurienne" -16016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jesquerinne's Quiz Challenge" -16017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Failed Quiz Challenge" -16018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quiz Challenge Triumph" -16019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Search for Dearles" -16020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dearles' Test" -16021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Test of Appreciation" -16022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dearles' Test Part Two" -16023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rhythm Test Passed" -16024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Bakerlan" -16025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bakerlan's delivery" -16026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mahatra's delivery" -16027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bakerlan's Receipt" -16028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Find Seylin" -16029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigorgra Medicine" -16030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigorgra Ingredients" -16031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vigorgra Ingredients" -16032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Seylin's Request" -16033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Seylin" -16034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to Mahatra" -16035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Bakerlan" -16036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The last Crumb" -16037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding Engel Howard" -16038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Liana's Letter" -16039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combining the Starlight" -16040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Letter to Engel's Family" -16041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Talk to Liana" -16042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sobbing Starlight Progress" -16043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Restored Sobbing Starlight" -16044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Combining the Starlight" -16045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Starlight message" -16046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The man in Umbala" -16047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Into the Tree" -16048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Ancient Papers" -16049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Record of Ancient Language" -16050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Fastidious Old Man" -16051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Blurry Vision" -16052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Translating the Document" -16053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Translated Ancient Language" -16054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Where the rejected live" -16055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Misfortunate of Niflheim" -16056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Removed Curse" -16057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meeting the witch" -16058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wing Of Crow" -16059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Wing Of Crow" -16060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Misfortunate of Niflheim" -16061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bard in Niflheim" -16062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gen of Niflheim" -16063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Witch's Aid" -16064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Misfortunate of Niflheim" -16065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Queen's Symbol" -16066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Knowledge of the Symbol" -16067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Knowledge of Asgard" -16068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Finding the Soul Pieces" -16073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Agrboda's Soul" -16074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Symbol of the Nine Realms" -16075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Serin's Ambitions" -16076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Witch's Tonic" -16077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Serin's Release" - -// Rock Ridge -16078,0,3739,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Peace of the Family" -16079,4:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back for More Coyotes Tomorrow" -16080,0,3739,30,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Coyotes Again" -16081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Failed to Get Juice Mix Package" -16082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Wasteland Cactuten" -16084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Coyote" -16086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Cactus Girl" -16088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Coyote" -16089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16094,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" -16095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Discovered Suspicious Sand Pile" - -16101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious World Map" -16118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hidden poem" -16119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Snake swords" -16120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A dream?" -16121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Secret Code?" -16122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Old Copper Key" -16123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Green Keycard" -16124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Steel Box" -16125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kiel Hyre Academy" -16200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Limberg's Request" -16201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TPS Report" -16202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TPS Report" -16203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TPS Report" -16204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Crack in the Wall" -16205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Empty Lava Tube" -17000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet with Father Bamph" -17001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Meet with Larjes" -17002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Father Bamph" -17003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Travel to Rachel" -17004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Travel to Veins" -17005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Frustrated Magistrate" -17006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Interrogated Smugglers" -17007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Written Orders" -17008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigating" -17009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"More Investigating" -17010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Further Investigations" -17011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Kurdi's Father" -17012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Karyn's Boat" -17013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"To the Island" -17014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigating the Island" -17015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Research Note" -17016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Regicide" -17017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Reporting the King's Death" - -18001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery for Rooney" -18002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery for Rooney" -18003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Delivery for Rooney" -18004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lasda's Request" -18005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jesse's Request" -18006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Krieg's Approval" -18007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Krieg's Trust" -18008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Sir Krieg's Trust" -18009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Into the prison" -18010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jail Break" -18011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bodyguard work" -18017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jail Break" -18018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Jail Break" -18019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre's Songs" -18020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre's Songs" -18021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre's Songs" -18022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre's Songs" -18023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Vitre the Spy" -18030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gaebolg Family Curse" -18060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing boy Mikhail" -18061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mikhail's Whereabouts" -18062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Missing boy Mikhail" -18063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The isolated swamp" -18064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to the Village" -18065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"High-strength Adhesive" -18066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Back to the swamp" -18067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Make the paste" -18068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Fixing the Matrushka" -18069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Report to Gallina" -18070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Banishing Winter" -18071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making the magic dust" -18072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Making the magic dust" -18073,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Dragon's Lair" -18074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Magic Gourd Bottle" -18075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Containing People's Speech" -18076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Containing People's Speech" -18077,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Csar's Request" -18078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Baba Yaga's Secret Medicine" -18079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Winter is Banished" -18100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Legends from Moscovia" -18101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Moving Island" -18102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In Search of The Moving Island" -18103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"In Search of The Moving Island" -18104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mr. Ibanoff's New Friend" -18105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Repairing Charabel" -18106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"As the Tide Turns" -18107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Departing" -18108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Moving Island?" -18109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Moving Island???" -18110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Aged Stranger" -18111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whale Island!" -18112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Story for the Csar" -18113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Evidence for the Csar" -18114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Before Sunset" -18115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Departing" -18116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Whale Island!" -18117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Materials for Evidence" -18118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mysterious Musical Instrument" -18119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gusli" -18120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Gusli" -18121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shafka" -19101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" -19129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Eye of Hellion" - -21001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Escape the Wreck" -21002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The first battle" -21008,0,0,0,0,0,0,0,2401,6008,10000,0,0,0,0,0,0,"The first battle" - -50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pirate Dagger materials" -50001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Weather Beaten Old Man" -50002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lost Treasure?" -50003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lost Treasure?" -50004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Old Man's Treasure" -50010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A special lock pick" -50011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The special lock pick" -50012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Use the lock pick" -50013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Broken lock pick" -50015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The empty treasure box" -50021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"J Roger" -50022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"J Roger's key materials" -50023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Conversation with J Roger" -50024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bury the treasure" -50025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bury the treasure" -50026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bury the treasure" -50027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Buried treasure" -50028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Stolen treasure!" -50029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Pirate's Spirit!" - -//60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"60000" -60001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Extermination" -60007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Endless Tower Effect" -60008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Endless Tower Time Limit" -60009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Orc Hero" -60010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Derik Ver's Request" -60011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Byalan" -60012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Abyss" -60013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Investigation" -60014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation" -60015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation" -60016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation" -60017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation" -60018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation" -60019,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation" -60020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation" -60021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation" -60022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation" -60023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation" -60024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation" -60025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation" -60026,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Continuing the Investigation" -60027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigating Aldebaran" -60028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Investigation" -60029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Aldebaran Monster Investigation" -60030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Lutie Field Monster Investigation" -60033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60034,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Aldebaran Monster Investigation" -60036,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Clock Tower Monster Investigation" -60038,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Aldebaran Monster Investigation" -60039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Monster Investigation" -60042,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60052,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Investigation of Glastheim" -60055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Glastheim Monster Investigation" -60058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Derik Ver's Brother" -60059,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A history lesson" -60060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"The Crown of Deceit" -60061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A magic solvent" -60062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Rendering the crown Inert" -60101,0,1019,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Peco Pecos" -60102,0,1019,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Peco Pecos" -60103,0,1019,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Peco Pecos" -60104,0,1127,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Hodes" -60105,0,1127,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Hodes" -60106,0,1127,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Hodes" -60107,0,1007,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Fabres" -60108,0,1007,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Fabres" -60109,0,1007,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Fabres" -60110,0,1008,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Pupa" -60111,0,1008,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Pupa" -60112,0,1008,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Pupa" -60113,0,1104,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Cocos" -60114,0,1104,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Cocos" -60115,0,1104,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Cocos" -60116,0,1103,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Caramels" -60117,0,1103,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Caramels" -60118,0,1103,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Caramels" -60119,0,1271,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Alligators" -60120,0,1271,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Alligators" -60121,0,1271,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Alligators" -60122,0,1018,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Creamys" -60123,0,1018,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Creamys" -60124,0,1018,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Creamys" -60125,0,1378,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Demon Pungus" -60126,0,1378,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Demon Pungus" -60127,0,1378,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Demon Pungus" -60128,0,1110,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dokebi" -60129,0,1110,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dokebi" -60130,0,1110,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dokebi" -60131,0,1493,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dryads" -60132,0,1493,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dryads" -60133,0,1493,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dryads" -60134,0,1119,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Frilldora" -60135,0,1119,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Frilldora" -60136,0,1119,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Frilldora" -60137,0,1372,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Goats" -60138,0,1372,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Goats" -60139,0,1372,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Goats" -60140,0,1040,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Golems" -60141,0,1040,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Golems" -60142,0,1040,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Golems" -60143,0,1586,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Leaf Cats" -60144,0,1586,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Leaf Cats" -60145,0,1586,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Leaf Cats" -60146,0,1076,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Skeletons" -60147,0,1076,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Skeletons" -60148,0,1076,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Skeletons" -60149,0,1026,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Munaks" -60150,0,1026,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Munaks" -60151,0,1026,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Munaks" -60152,0,1170,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Sohees" -60153,0,1170,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Sohees" -60154,0,1170,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Sohees" -60155,0,1403,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Firelock Soldiers" -60156,0,1403,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Firelock Soldiers" -60157,0,1403,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Firelock Soldiers" -60158,0,1405,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Tengus" -60159,0,1405,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Tengus" -60160,0,1405,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Tengus" -60161,0,1675,25,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Venatu" -60162,0,1675,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Venatu" -60163,0,1675,75,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Venatu" -60164,0,1668,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Archdam" -60165,0,1668,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Archdam" -60166,0,1668,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Archdam" -60167,0,1776,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Siromas" -60168,0,1776,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Siromas" -60169,0,1776,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Siroma" -60170,0,1777,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Ice Titans" -60171,0,1777,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Ice Titans" -60172,0,1777,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Ice Titans" -60173,0,1506,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Disguises" -60174,0,1506,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Disguises" -60175,0,1506,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Disguises" -60176,0,1505,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Loli Ruri" -60177,0,1505,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Loli Ruri" -60178,0,1505,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Loli Ruri" -60179,0,1139,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Mantis" -60180,0,1139,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Mantis" -60181,0,1139,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Mantis" -60182,0,1514,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dancing Dragons" -60183,0,1514,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dancing Dragons" -60184,0,1514,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Dancing Dragons" -60185,0,1870,20,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Necromancers" -60186,0,1870,40,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Necromancers" -60187,0,1870,60,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Necromancers" -60188,0,1365,50,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Apocalypse" -60189,0,1365,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Apocalypse" -60190,0,1365,150,0,0,0,0,0,0,0,0,0,0,0,0,0,"Hunting Apocalypse" - -60200,604800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Endless Tower Effect" -60201,14400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Endless Tower Time Limit" -60211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -60212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -60213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Thor Volcano base camp" -60301,0,1155,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60302,0,1155,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60303,0,1714,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60304,0,1714,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60305,0,1717,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60306,0,1717,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60307,0,1713,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60308,0,1713,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60309,0,1716,100,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" -60310,0,1716,200,0,0,0,0,0,0,0,0,0,0,0,0,0,"Dragon Hunting" - -// iRO expanded upon the log entries of this quest. -60351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" -60352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" -60353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" -60354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" -60355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Bathroom Ghost" - -62238,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Midgardian Mercenary timer" diff --git a/db/re/quest_db.yml b/db/re/quest_db.yml new file mode 100644 index 0000000000..d5c8bb5b66 --- /dev/null +++ b/db/re/quest_db.yml @@ -0,0 +1,9573 @@ +# This file is a part of rAthena. +# Copyright(C) 2019 rAthena Development Team +# https://rathena.org - https://github.com/rathena +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +########################################################################### +# Quest Database +########################################################################### +# +# Quest Settings +# +########################################################################### +# - Id Quest ID. +# Title Quest title. +# TimeLimit Amount of time before the quest expires. (Default: 0) +# Use a number following by "d" for day(s), "h" for hour(s), "mn" for minute(s), and "s" for second(s). +# Specify with "+" for how long until the quest expires. +# Specify without "+" for the exact time the quest expires using "d" (optionnal), [0-23]"h" (required), [0-59]"mn" (optionnal), [0-59]"s" (optionnal) format. +# Please note the number before "d" only shift the exact timer to the given day(s). +# Targets: Quest objective target. (Default: null) +# - Mob Monster to kill. +# Count Amount of monsters to kill. +# Drops: Quest item drop targets. (Default: null) +# - Mob Monster to kill. 0 will apply to all monsters. (Default: 0) +# Item Item to drop. +# Count Amount of items that will drop. Non-stackable items default to 1. (Default: 1) +# Rate Item drop rate. (10000 = 100%) +########################################################################### + +Header: + Type: QUEST_DB + Version: 1 + +Body: + - Id: 1000 + Title: Transcend + - Id: 1001 + Title: Job Change to Acolyte + - Id: 1002 + Title: Job Change to Acolyte + - Id: 1003 + Title: Job Change to Acolyte + - Id: 1004 + Title: Job Change to Archer + - Id: 1005 + Title: Job Change to Mage + - Id: 1006 + Title: Job Change to Mage + - Id: 1007 + Title: Job Change to Mage + - Id: 1008 + Title: Job Change to Mage + - Id: 1009 + Title: Job Change to Merchant + - Id: 1010 + Title: Job Change to Merchant + - Id: 1011 + Title: Job Change to Merchant + - Id: 1012 + Title: Job Change to Merchant + - Id: 1013 + Title: Job Change to Thief + - Id: 1014 + Title: Job Change to Swordman + - Id: 1015 + Title: Your first quest + - Id: 1016 + Title: Gaining base levels + - Id: 1100 + Title: Solo in the Sphinx Dungeon! + Targets: + - Mob: ZEROM + Count: 20 + - Id: 1101 + Title: Soloing Sphinx Dungeon! + Targets: + - Mob: REQUIEM + Count: 20 + - Id: 1102 + Title: Soloing Clock Tower! + Targets: + - Mob: ARCLOUSE + Count: 40 + - Id: 1103 + Title: Soloing Clock Tower! + Targets: + - Mob: HIGH_ORC + Count: 30 + - Id: 1104 + Title: Solo at Luoyang! + Targets: + - Mob: CHUNG_E + Count: 20 + - Id: 1105 + Title: Solo at Luoyang! + Targets: + - Mob: CIVIL_SERVANT + Count: 50 + - Id: 1106 + Title: Solo at Amatsu Dungeon! + Targets: + - Mob: THE_PAPER + Count: 20 + - Id: 1107 + Title: Solo at Amatsu Dungeon! + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 40 + - Id: 1108 + Title: Solo at Luoyang! + Targets: + - Mob: CHUNG_E_ + Count: 20 + - Id: 1109 + Title: Ropewa & Yuridi - Survivors of the Labyrinth + - Id: 1110 + Title: Ropewa & Yuridi - Victims of the Labyrinth + - Id: 1111 + Title: Ropewa & Yuridi - Maze in the Labyrinth + - Id: 1112 + Title: Ropewa & Yuridi - Lost in the Labyrinth + - Id: 1113 + Title: Ropewa & Yuridi - Torn Apart + - Id: 1114 + Title: Ropewa & Yuridi - The Cost of Restoration + - Id: 1115 + Title: Ropewa & Yuridi - Song of the Abyss + - Id: 1116 + Title: Ropewa & Yuridi - Dead Man's Song + - Id: 1117 + Title: Ropewa & Yuridi - Eternal Promise, Broken Ring + - Id: 1118 + Title: Neighborhood Knight - I Need Clues + - Id: 1119 + Title: Neighborhood Knight - Cooldown + TimeLimit: +23h + - Id: 1145 + Title: Help the poor cat + - Id: 1146 + Title: Help the poor cat + - Id: 1147 + Title: Help the poor cat + - Id: 1148 + Title: Help the poor cat + - Id: 1149 + Title: Help the poor cat + - Id: 1150 + Title: Help the poor cat + - Id: 1151 + Title: Help the poor cat + - Id: 1152 + Title: Help the poor cat + TimeLimit: +23h + - Id: 1153 + Title: Help the poor cat + - Id: 1154 + Title: Help the poor cat + Targets: + - Mob: RED_ERUMA + Count: 20 + - Id: 1155 + Title: Help the poor cat + - Id: 1174 + Title: Rumor, Time and Legend + - Id: 1175 + Title: Rumor, Time and Legend + - Id: 1176 + Title: Rumor, Time and Legend + - Id: 1177 + Title: Rumor, Time and Legend + - Id: 1178 + Title: Rumor, Time and Legend + - Id: 1179 + Title: Rumor, Time and Legend + - Id: 1180 + Title: Get Rid of Bakonawa + Drops: + - Mob: TIYANAK + Item: Lost_Belongings + Rate: 3000 + - Id: 1181 + Title: Get Rid of Bakonawa + Drops: + - Mob: TIYANAK + Item: Lost_Belongings + Rate: 3000 + - Id: 1182 + Title: Get Rid of Bakonawa + Drops: + - Mob: TIYANAK + Item: Lost_Belongings + Rate: 3000 + - Id: 1183 + Title: Get Rid of Bakonawa + Drops: + - Mob: TIYANAK + Item: Lost_Belongings + Rate: 3000 + - Id: 1184 + Title: Get Rid of Bakonawa + - Id: 1185 + Title: Get Rid of Bakonawa + - Id: 1186 + Title: Get Rid of Bakonawa + Targets: + - Mob: TIKBALANG + Count: 15 + - Id: 1187 + Title: Get Rid of Bakonawa + - Id: 1188 + Title: Get Rid of Bakonawa + - Id: 1189 + Title: Get Rid of Bakonawa + - Id: 1190 + Title: Get Rid of Bakonawa + - Id: 1191 + Title: Get Rid of Bakonawa + - Id: 1192 + Title: Get Rid of Bakonawa + - Id: 1193 + Title: Get Rid of Bakonawa + - Id: 1194 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1195 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1196 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1197 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1198 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1199 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1200 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1201 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1202 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1203 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1204 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1205 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1206 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1207 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1208 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1209 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1210 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1211 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1212 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1213 + Title: Look out the window, Cheers for Raccoon Hurray team! + - Id: 1214 + Title: Getting back Professor Worm's memory + - Id: 1215 + Title: Getting back Professor Worm's memory + - Id: 1216 + Title: Getting back Professor Worm's memory + Drops: + - Mob: PETAL + Item: Star_Shape_Mushroom + Rate: 3000 + - Id: 1217 + Title: Getting back Professor Worm's memory + - Id: 1218 + Title: Getting back Professor Worm's memory + - Id: 1219 + Title: Getting back Professor Worm's memory + - Id: 1220 + Title: Getting back Professor Worm's memory + - Id: 1221 + Title: Getting back Professor Worm's memory + - Id: 1222 + Title: Getting back Professor Worm's memory + - Id: 1223 + Title: Getting back Professor Worm's memory + - Id: 1224 + Title: Getting back Professor Worm's memory + - Id: 1225 + Title: Getting back Professor Worm's memory + Targets: + - Mob: LICHTERN_B + Count: 15 + - Id: 1226 + Title: Getting back Professor Worm's memory + - Id: 1227 + Title: Getting back Professor Worm's memory + Drops: + - Mob: PETAL + Item: Star_Shape_Mushroom + Rate: 3000 + - Id: 1228 + Title: Getting back Professor Worm's memory + - Id: 1229 + Title: Swordsman training + - Id: 1230 + Title: Swordsman training + - Id: 1233 + Title: Swordsman training + - Id: 1234 + Title: Swordsman training + - Id: 1235 + Title: Swordsman training + - Id: 1236 + Title: Swordsman training + - Id: 1237 + Title: Shop guide + - Id: 1238 + Title: Shop guide + - Id: 1239 + Title: Shop guide + - Id: 1240 + Title: Shop guide + - Id: 1261 + Title: Cursed Swordman + TimeLimit: +23h + - Id: 1263 + Title: Cursed Swordman + - Id: 1264 + Title: Flaming Basin and Doom Prayers + - Id: 1265 + Title: Flaming Basin and Doom Prayers + - Id: 1266 + Title: Flaming Basin and Doom Prayers + Drops: + - Mob: FIRE_SAND_MAN + Item: PatrolLog + Rate: 2000 + - Id: 1267 + Title: Flaming Basin and Doom Prayers + - Id: 1268 + Title: Flaming Basin and Doom Prayers + Targets: + - Mob: FIRE_SAND_MAN + Count: 20 + - Id: 1269 + Title: Flaming Basin and Doom Prayers + Targets: + - Mob: FIRE_FRILLDORA + Count: 20 + - Id: 1270 + Title: Flaming Basin and Doom Prayers + - Id: 1271 + Title: Flaming Basin and Doom Prayers + - Id: 1272 + Title: Flaming Basin and Doom Prayers + - Id: 1273 + Title: Flaming Basin and Doom Prayers + - Id: 1274 + Title: Flaming Basin and Doom Prayers + - Id: 1275 + Title: Flaming Basin and Doom Prayers + - Id: 1297 + Title: Flaming Basin and Doom Prayers + - Id: 1298 + Title: Gas! Gas! + Targets: + - Mob: GASTER + Count: 20 + - Id: 1299 + Title: Patrol Once a Day + TimeLimit: 4h + - Id: 1321 + Title: Spotty and Her Ring + - Id: 1322 + Title: Found Something + - Id: 1323 + Title: Spotty, No! + - Id: 1324 + Title: Spotty, No! + - Id: 1325 + Title: Spotty, No! + - Id: 1326 + Title: Spotty, No! + - Id: 1327 + Title: Spotty, No! + - Id: 1328 + Title: Found Missing Items + - Id: 1329 + Title: Spotty in the Dreamland + TimeLimit: 4h + - Id: 1330 + Title: Spotty's Holes + - Id: 1331 + Title: Avenging Spotty + Targets: + - Mob: COWRAIDERS1 + Count: 3 + - Mob: COWRAIDERS2 + Count: 3 + - Mob: COWRAIDERS3 + Count: 3 + - Id: 1332 + Title: Blood for Blood + TimeLimit: 4h + - Id: 2000 + Title: Job Change to Blacksmith + - Id: 2001 + Title: Job Change to Blacksmith + - Id: 2002 + Title: Job Change to Blacksmith + - Id: 2003 + Title: Job Change to Blacksmith + - Id: 2004 + Title: Job Change to Blacksmith + - Id: 2005 + Title: Job Change to Blacksmith + - Id: 2006 + Title: Job Change to Blacksmith + - Id: 2007 + Title: Job Change to Blacksmith + - Id: 2008 + Title: Job Change to Blacksmith + - Id: 2009 + Title: Job Change to Blacksmith + - Id: 2010 + Title: Job Change to Blacksmith + - Id: 2011 + Title: Job Change to Blacksmith + - Id: 2012 + Title: Job Change to Blacksmith + - Id: 2013 + Title: Job Change to Blacksmith + - Id: 2014 + Title: Job Change to Blacksmith + - Id: 2015 + Title: Job Change to Blacksmith + - Id: 2016 + Title: Job Change to Blacksmith + - Id: 2017 + Title: Job Change to Rogue + - Id: 2018 + Title: Job Change to Rogue + - Id: 2019 + Title: Job Change to Rogue + - Id: 2020 + Title: Job Change to Rogue + - Id: 2021 + Title: Job Change to Rogue + - Id: 2022 + Title: Job Change to Rogue + - Id: 2023 + Title: Job Change to Rogue + - Id: 2024 + Title: Job Change to Rogue + - Id: 2025 + Title: Job Change to Rogue + - Id: 2026 + Title: Job Change to Rogue + - Id: 2027 + Title: Job Change to Rogue + - Id: 2028 + Title: Job Change to Alchemist + - Id: 2029 + Title: Job Change to Alchemist + - Id: 2030 + Title: Job Change to Alchemist + - Id: 2031 + Title: Job Change to Alchemist + - Id: 2032 + Title: Job Change to Alchemist + - Id: 2033 + Title: Job Change to Alchemist + - Id: 2034 + Title: Job Change to Alchemist + - Id: 2035 + Title: Job Change to Alchemist + - Id: 2036 + Title: Job Change to Alchemist + - Id: 2037 + Title: Job Change to Alchemist + - Id: 2038 + Title: Job Change to Alchemist + - Id: 2039 + Title: Job Change to Alchemist + - Id: 2040 + Title: Job Change to Alchemist + - Id: 2041 + Title: Job Change to Sage + - Id: 2042 + Title: Job Change to Sage + - Id: 2043 + Title: Job Change to Sage + - Id: 2044 + Title: Job Change to Sage + - Id: 2045 + Title: Job Change to Sage + - Id: 2046 + Title: Job Change to Sage + - Id: 2047 + Title: Job Change to Sage + - Id: 2048 + Title: Job Change to Sage + - Id: 2049 + Title: Job Change to Sage + - Id: 2050 + Title: Job Change to Sage + - Id: 2051 + Title: Job Change to Sage + - Id: 2052 + Title: Job Change to Sage + - Id: 2053 + Title: Job Change to Sage + - Id: 2054 + Title: Job Change to Sage + - Id: 2055 + Title: Job Change to Sage + - Id: 2056 + Title: Job Change to Sage + - Id: 2057 + Title: Job Change to Sage + - Id: 2058 + Title: Job Change to Sage + - Id: 2059 + Title: Job Change to Sage + - Id: 2060 + Title: Job Change to Sage + - Id: 2061 + Title: Job Change to Sage + - Id: 2062 + Title: Job Change to Sage + - Id: 2063 + Title: The Crow of the Fate - 1 + - Id: 2064 + Title: The Crow of the Fate - 2 + - Id: 2065 + Title: The Crow of the Fate - 3 + - Id: 2066 + Title: The Crow of the Fate - 4 + - Id: 2067 + Title: The Crow of the Fate - 5 + - Id: 2068 + Title: The Crow of the Fate - 6 + - Id: 2069 + Title: Tierra Gorge Battle + TimeLimit: +5mn + - Id: 2070 + Title: Flavius Battle + TimeLimit: +5mn + - Id: 2071 + Title: Cursed Property + - Id: 2072 + Title: Cursed Property + - Id: 2073 + Title: Cursed Property + - Id: 2074 + Title: Cursed Property + - Id: 2075 + Title: Cursed Property + - Id: 2076 + Title: Cursed Property + - Id: 2077 + Title: Cursed Property + - Id: 2078 + Title: Cursed Property + - Id: 2079 + Title: The past went wrong + - Id: 2080 + Title: The past went wrong + - Id: 2081 + Title: The past went wrong + - Id: 2082 + Title: The past went wrong + - Id: 2083 + Title: The past went wrong + - Id: 2084 + Title: The past went wrong + - Id: 2085 + Title: The past went wrong + - Id: 2086 + Title: The Enterprise + - Id: 2087 + Title: The Enterprise + - Id: 2088 + Title: The Enterprise + - Id: 2089 + Title: The Enterprise + - Id: 2090 + Title: The Enterprise + - Id: 2091 + Title: The Enterprise + - Id: 2092 + Title: The Enterprise + - Id: 2093 + Title: The Enterprise + - Id: 2094 + Title: The Enterprise + - Id: 2095 + Title: The Enterprise + - Id: 2109 + Title: A Mage in the Ice Dungeon + - Id: 2110 + Title: A Mage in the Ice Dungeon + - Id: 2111 + Title: A Mage in the Ice Dungeon + - Id: 2112 + Title: A Mage in the Ice Dungeon + - Id: 2113 + Title: A Mage in the Ice Dungeon + - Id: 2114 + Title: Thor Volcano base camp + - Id: 2115 + Title: Thor Volcano base camp + - Id: 2116 + Title: Thor Volcano base camp + - Id: 2117 + Title: Thor Volcano base camp + - Id: 2118 + Title: Thor Volcano base camp + - Id: 2119 + Title: Thor Volcano base camp + - Id: 2120 + Title: Thor Volcano base camp + - Id: 2121 + Title: Thor Volcano base camp + - Id: 2122 + Title: Thor Volcano base camp + - Id: 2123 + Title: Thor Volcano base camp + - Id: 2124 + Title: Thor Volcano base camp + - Id: 2125 + Title: Thor Volcano base camp + - Id: 2126 + Title: Thor Volcano base camp + - Id: 2127 + Title: Thor Volcano base camp + - Id: 2128 + Title: Thor Volcano base camp + - Id: 2129 + Title: Thor Volcano base camp + - Id: 2130 + Title: Thor Volcano base camp + - Id: 2131 + Title: Thor Volcano base camp + - Id: 2132 + Title: For Arunafeltz + - Id: 2133 + Title: For Arunafeltz + - Id: 2134 + Title: For Arunafeltz + - Id: 2135 + Title: For Arunafeltz + - Id: 2136 + Title: For Arunafeltz + - Id: 2137 + Title: For Arunafeltz + - Id: 2138 + Title: For Arunafeltz + - Id: 2139 + Title: For Arunafeltz + - Id: 2140 + Title: For Arunafeltz + - Id: 2141 + Title: For Arunafeltz + - Id: 2142 + Title: For Arunafeltz + - Id: 2143 + Title: Guild Dungeon Event + TimeLimit: +50s + - Id: 2144 + Title: Guild Dungeon Event + - Id: 2147 + Title: Attitude to the New + - Id: 2148 + Title: Attitude to the New + - Id: 2149 + Title: Attitude to the New + - Id: 2150 + Title: Attitude to the New + Targets: + - Mob: PINGUICULA + Count: 30 + - Id: 2151 + Title: Attitude to the New + Targets: + - Mob: CORNUS + Count: 10 + - Id: 2152 + Title: Attitude to the New + - Id: 2153 + Title: Attitude to the New + - Id: 2154 + Title: Attitude to the New + - Id: 2155 + Title: Attitude to the New + - Id: 2156 + Title: Attitude to the New + - Id: 2157 + Title: Attitude to the New + Targets: + - Mob: TATACHO + Count: 10 + - Id: 2158 + Title: Finding a Fairy + - Id: 2159 + Title: Finding a Tree Giant + - Id: 2179 + Title: Dr. Lifeguard's request + - Id: 2180 + Title: Dr. Lifeguard's request + - Id: 2181 + Title: Dr. Lifeguard's request + - Id: 2182 + Title: Rough Minerals + TimeLimit: +18h + - Id: 2183 + Title: Flower of Alfheim + - Id: 2184 + Title: Flower of Alfheim + - Id: 2185 + Title: Spirit of Alfheim + - Id: 2186 + Title: Helping Grenouille + TimeLimit: +18h + - Id: 2187 + Title: Arch Bishop job changing quest + - Id: 2188 + Title: Arch Bishop job changing quest + - Id: 2189 + Title: Arch Bishop job changing quest + - Id: 2190 + Title: Arch Bishop job changing quest + - Id: 2191 + Title: Arch Bishop job changing quest + - Id: 2192 + Title: Guarana quest + - Id: 2193 + Title: Guarana quest + - Id: 2194 + Title: Guarana quest + - Id: 2195 + Title: Guarana quest + - Id: 2196 + Title: Guarana quest + - Id: 2197 + Title: Guarana quest + - Id: 2198 + Title: Guarana quest + - Id: 2199 + Title: Guarana quest + - Id: 2200 + Title: Guarana quest + - Id: 2201 + Title: Brasilis Water Lily + - Id: 2202 + Title: Brasilis Water Lily + - Id: 2203 + Title: Brasilis Water Lily + - Id: 2204 + Title: Brasilis Water Lily + - Id: 2205 + Title: Brasilis Water Lily + - Id: 2206 + Title: Brasilis Water Lily + - Id: 2207 + Title: Brasilis Water Lily + - Id: 2208 + Title: Bathroom Ghost + - Id: 2209 + Title: Genetic Job Change Quest + - Id: 2210 + Title: Genetic Job Change Quest + - Id: 2211 + Title: Genetic Job Change Quest + - Id: 2212 + Title: Genetic Job Change Quest + - Id: 2213 + Title: Genetic Job Change Quest + - Id: 2214 + Title: Genetic Job Change Quest + - Id: 2215 + Title: Genetic Job Change Quest + - Id: 2216 + Title: Genetic Job Change Quest + - Id: 2217 + Title: Genetic Job Change Quest + - Id: 2218 + Title: Wanderer Job Change Quest + - Id: 2219 + Title: Wanderer Job Change Quest + - Id: 2220 + Title: Wanderer Job Change Quest + - Id: 2221 + Title: Wanderer Job Change Quest + TimeLimit: +10mn + Targets: + - Mob: NOVUS_ + Count: 50 + - Id: 2222 + Title: Wanderer Job Change Quest + - Id: 2223 + Title: Generic Job Change Quest + Targets: + - Mob: G_POISON_SPORE + Count: 100 + - Id: 2271 + Title: Secret in the Woods + - Id: 2272 + Title: Secret in the Woods + - Id: 2273 + Title: Secret in the Woods + - Id: 2274 + Title: Secret in the Woods + - Id: 2275 + Title: Secret in the Woods + - Id: 2276 + Title: Secret in the Woods + - Id: 2277 + Title: Secret in the Woods + - Id: 2278 + Title: Secret in the Woods + - Id: 2279 + Title: Secret in the Woods + - Id: 2280 + Title: Secret in the Woods + - Id: 2281 + Title: Get Rid of Buwaya + Targets: + - Mob: BUWAYA + Count: 1 + - Id: 2289 + Title: Verit Hunting (Nightmare) + Targets: + - Mob: N_VERIT + Count: 20 + - Id: 2290 + Title: Verit Hunting - Cooldown + TimeLimit: +23h + - Id: 2291 + Title: Mummy Hunting - Cooldown + TimeLimit: +23h + - Id: 2292 + Title: Mummy Hunting (Nightmare) + Targets: + - Mob: N_ANCIENT_MUMMY + Count: 20 + - Id: 2293 + Title: Adventurer's Companion + - Id: 2294 + Title: Adventurer's Companion + - Id: 2295 + Title: Adventurer's Companion + - Id: 2296 + Title: Adventurer's Companion + - Id: 2297 + Title: Adventurer's Companion + - Id: 2298 + Title: Adventurer's Companion + - Id: 2299 + Title: Rapid Completion Experience + - Id: 2300 + Title: "Training Center: Talk to General Reindeer" + - Id: 2301 + Title: "Training Center: Leave the boat" + - Id: 2302 + Title: "Training Center: Formation" + - Id: 3000 + Title: Job Change to Bard + - Id: 3001 + Title: Job Change to Bard + - Id: 3002 + Title: Job Change to Bard + - Id: 3003 + Title: Job Change to Bard + - Id: 3004 + Title: Job Change to Bard + - Id: 3006 + Title: Job Change to Crusader + - Id: 3007 + Title: Job Change to Crusader + - Id: 3008 + Title: Job Change to Crusader + - Id: 3009 + Title: Job Change to Crusader + - Id: 3010 + Title: Job Change to Crusader + - Id: 3011 + Title: Job Change to Crusader + - Id: 3012 + Title: Job Change to Crusader + - Id: 3013 + Title: Job Change to Crusader + - Id: 3014 + Title: Job Change to Crusader + - Id: 3015 + Title: Job Change to Crusader + - Id: 3016 + Title: Job Change to Monk + - Id: 3017 + Title: Job Change to Monk + - Id: 3018 + Title: Job Change to Monk + - Id: 3019 + Title: Job Change to Monk + - Id: 3020 + Title: Job Change to Monk + - Id: 3021 + Title: Job Change to Monk + - Id: 3022 + Title: Job Change to Monk + - Id: 3023 + Title: Job Change to Monk + - Id: 3024 + Title: Job Change to Monk + - Id: 3025 + Title: Job Change to Monk + - Id: 3026 + Title: Job Change to Monk + - Id: 3027 + Title: Job Change to Monk + - Id: 3028 + Title: Job Change to Monk - Marathon + - Id: 3029 + Title: Job Change to Monk - Final test + - Id: 3031 + Title: Job Change to Monk - Spiritual Training + - Id: 3032 + Title: Job Change to Monk - Become a Monk + - Id: 3040 + Title: The Curse of Baphomet + TimeLimit: +12h + - Id: 3041 + Title: The Curse of Baphomet + TimeLimit: +3mn + - Id: 3042 + Title: The Cursed Baphomet Doll + - Id: 3043 + Title: The Gigantic Magestic Goat + - Id: 3044 + Title: The Gigantic Magestic Goat + - Id: 3045 + Title: Sealed Shrine + TimeLimit: +2h + - Id: 3046 + Title: Sealed Shrine After-effect + - Id: 3050 + Title: Resurrection of Satan Morocc - 1 + - Id: 3051 + Title: Resurrection of Satan Morocc - 2 + - Id: 3052 + Title: Resurrection of Satan Morocc - 3 + - Id: 3053 + Title: Resurrection of Satan Morocc - 4 + - Id: 3054 + Title: Resurrection of Satan Morocc - 5 + - Id: 3055 + Title: Resurrection of Satan Morocc - 6 + - Id: 3056 + Title: Resurrection of Satan Morocc - 7 + - Id: 3060 + Title: Kids in Veins - Where's the Little Sis? + - Id: 3061 + Title: Kids in Veins - Find a way to unlock the shackles! + - Id: 3062 + Title: Kids in Veins - Find the Locksmith! + - Id: 3063 + Title: Kids in Veins - Mr. Lockenlock? + - Id: 3064 + Title: Kids in Veins - Organic Chamelepu Soap + - Id: 3065 + Title: Kids in Veins - Soap Ingredients + - Id: 3066 + Title: Kids in Veins - To make a Chamelepu Soap... + - Id: 3067 + Title: Kids in Veins - Camel Appetite Stimulants + - Id: 3068 + Title: Kids in Veins - Getting the Camel Dung + - Id: 3069 + Title: Kids in Veins - Where's the Silk Sand Camel? + - Id: 3070 + Title: Kids in Veins - Silk Sand Camel is gone! + - Id: 3071 + Title: Kids in Veins - Silk Sand Camel is found! + - Id: 3072 + Title: Kids in Veins - 1 lump of Camel dung obtained + - Id: 3073 + Title: Kids in Veins - 2 lumps of Camel dung obtained + - Id: 3074 + Title: Kids in Veins - 3 lumps of Camel dung obtained + - Id: 3075 + Title: Kids in Veins - 4 lumps of Camel dung obtained + - Id: 3076 + Title: Kids in Veins - 5 lumps of Camel dung obtained + - Id: 3077 + Title: Kids in Veins - Go to Ms. Ivory + - Id: 3078 + Title: Kids in Veins - Chamalepu Soap is completed! + - Id: 3079 + Title: Kids in Veins - Making the key mold + - Id: 3080 + Title: Kids in Veins - Bringing the key mold + - Id: 3081 + Title: Kids in Veins - All you need is Steel! + - Id: 3082 + Title: Kids in Veins - The Key is Made! + - Id: 3083 + Title: Kids in Veins - Mr. Lockenlock's key + - Id: 3085 + Title: Call from the commander + - Id: 3086 + Title: Commander's Duty + - Id: 3087 + Title: Report to Midgard + - Id: 3088 + Title: Report to the continent - Accident! + - Id: 3089 + Title: Report to the continent - How to restore + - Id: 3090 + Title: Report to the continent - Location of reports + - Id: 3091 + Title: Report to the continent - Location of reports + TimeLimit: +30mn + - Id: 3092 + Title: Report to the continent - Success to restore! + - Id: 3093 + Title: Report to the continent - Report to the continent + - Id: 3094 + Title: Report to the continent - Return to the expedition + - Id: 3100 + Title: Consolidating Heavy Debt - Lost Bond of Debt + - Id: 3101 + Title: Consolidating Heavy Debt - Strange Heap of Earth + - Id: 3102 + Title: Consolidating Heavy Debt - Bond of Debt Found, but... + - Id: 3103 + Title: Consolidating Heavy Debt - Inventor Dorian + - Id: 3104 + Title: Consolidating Heavy Debt - Repair Materials of Magic Dryer + - Id: 3105 + Title: Consolidating Heavy Debt - Repairing Magic Dryer + - Id: 3106 + Title: Consolidating Heavy Debt - Repairing Magic Dryer Failed + - Id: 3107 + Title: Consolidating Heavy Debt - Repairing Magic Dryer Successful + - Id: 3108 + Title: Consolidating Heavy Debt - Let's Run the Magic Dryer + - Id: 3109 + Title: Consolidating Heavy Debt - Restoring the Bond of Debt + - Id: 3110 + Title: Stolen Diamond - Tracking the Diamond + - Id: 3111 + Title: Stolen Diamond - Leblo's Favor + - Id: 3112 + Title: Stolen Diamond - Wola the Doctor + - Id: 3113 + Title: Stolen Diamond - Wola the Doctor + - Id: 3114 + Title: Stolen Diamond - Wola the Doctor + - Id: 3115 + Title: Stolen Diamond - Leblo's Information + - Id: 3116 + Title: Stolen Diamond - Information from Rogue Investigator + - Id: 3117 + Title: Stolen Diamond - Odd Switches + - Id: 3118 + Title: Stolen Diamond - Diamond Found! + - Id: 3119 + Title: Z Gang Wanted - Wanted Notice + - Id: 3120 + Title: Z Gang Wanted - About Z Gang + - Id: 3121 + Title: Z Gang Wanted - Valdes's Favor + - Id: 3122 + Title: Z Gang Wanted - Information from Valdes + - Id: 3123 + Title: Z Gang Wanted - Marybell's Test + - Id: 3124 + Title: Z Gang Wanted - Challenging Moonho Ahn + - Id: 3125 + Title: Z Gang Wanted - Challenging Moonho Ahn + - Id: 3126 + Title: Z Gang Wanted - Information from Marybell + - Id: 3127 + Title: Z Gang Wanted - Z Gang's Attack + - Id: 3128 + Title: Z Gang Wanted - Z Gang's Attack + - Id: 3129 + Title: Z Gang Wanted - Strange Letter + - Id: 3130 + Title: Z Gang Wanted - Decrypting the letter... + - Id: 3131 + Title: Z Gang Wanted - Code's Broken! + - Id: 3132 + Title: Z Gang Wanted - Find the Z Gang's Agit + - Id: 3133 + Title: Z Gang Wanted - Agit Found! + - Id: 3134 + Title: Z Gang Wanted - Clean Sweep of Z Gang + - Id: 3135 + Title: Nidhoggur's Nest + TimeLimit: +3d + - Id: 3136 + Title: Nidhoggur's Nest Time Limit + TimeLimit: +4h + - Id: 3200 + Title: Job changes to Rune knight - Recommendation for Rune knight + - Id: 3201 + Title: Job changes to Rune knight - Secret rendezvous of Rune knight + - Id: 3202 + Title: Job changes to Rune knight - The first test + - Id: 3203 + Title: Job changes to Rune knight - The first test + - Id: 3204 + Title: Job changes to Rune knight - Pass the first test + - Id: 3205 + Title: Job changes to Rune knight - The second test + - Id: 3206 + Title: Job changes to Rune knight - The second test + - Id: 3207 + Title: Job changes to Rune knight - The second test + - Id: 3208 + Title: Job changes to Rune knight - The second test + - Id: 3209 + Title: Job changes to Rune knight - Accumulation of magic energy1 + Targets: + - Mob: DULLAHAN + Count: 10 + - Id: 3210 + Title: Job changes to Rune knight - Accumulation of magic energy2 + Targets: + - Mob: DISGUISE + Count: 10 + - Id: 3211 + Title: Job changes to Rune knight - Accumulation of magic energy3 + Targets: + - Mob: QUVE + Count: 10 + - Id: 3212 + Title: Job changes to Rune knight - Accumulation of magic energy4 + Targets: + - Mob: HYLOZOIST + Count: 10 + - Id: 3213 + Title: Job changes to Rune knight - The second test + - Id: 3214 + Title: Job changes to Rune knight - The second test + - Id: 3215 + Title: Job changes to Rune knight - Pass the second test + - Id: 3216 + Title: Job changes to Rune knight - The final test + - Id: 3217 + Title: Job changes to Rune knight - The final test + - Id: 3218 + Title: Job changes to Rune knight - Pass the final test + - Id: 3219 + Title: Job changes to Rune knight - The end of all test + - Id: 3220 + Title: Job changes to Rune knight - Waiting time of test + TimeLimit: +10mn + - Id: 3250 + Title: Request - What is this bandage for? + Targets: + - Mob: MUMMY + Count: 30 + - Id: 3251 + Title: Request - An alligator of Counterattack + Targets: + - Mob: ALLIGATOR + Count: 30 + - Id: 3252 + Title: Request - My mermaid don't do like this way! + Targets: + - Mob: MERMAN + Count: 30 + - Id: 3253 + Title: Request - Missing occult mania + - Id: 3254 + Title: Request - A country wants you + - Id: 3255 + Title: Request - A wild boar subjugate operation + Targets: + - Mob: SAVAGE + Count: 30 + - Id: 3256 + Title: Request - Ready for waiting summer + - Id: 3257 + Title: Request - A grudge of women + Targets: + - Mob: SOHEE + Count: 30 + - Id: 3258 + Title: Request - A material of delicacy + - Id: 3259 + Title: Request - A agony of a doll master + Targets: + - Mob: MARIONETTE + Count: 30 + - Id: 3260 + Title: Request - Tiresome flies + Targets: + - Mob: HUNTER_FLY + Count: 30 + - Id: 3261 + Title: Request - Unclean girl + Targets: + - Mob: MUNAK + Count: 30 + - Id: 3262 + Title: Request - Queer hobby + - Id: 3263 + Title: Request - A mallet of goblin + - Id: 3265 + Title: Request - Missing occult mania + - Id: 4000 + Title: Sherin's Job Interview + - Id: 4001 + Title: Job Change to Hunter + - Id: 4002 + Title: Job Change to Hunter + - Id: 4003 + Title: Job Change to Hunter + - Id: 4004 + Title: Job Change to Hunter + - Id: 4005 + Title: Job Change to Hunter + - Id: 4006 + Title: Job Change to Hunter + - Id: 4007 + Title: Job Change to Hunter + - Id: 4008 + Title: Job Change to Hunter + - Id: 4009 + Title: Job Change to Hunter + - Id: 4010 + Title: Job Change to Hunter + - Id: 4011 + Title: Job Change to Hunter - Test + - Id: 4012 + Title: Job Change to Hunter + - Id: 4013 + Title: Job Change to Hunter + - Id: 4133 + Title: Iara + - Id: 4134 + Title: Iara + - Id: 4135 + Title: Iara + TimeLimit: +1d + - Id: 4154 + Title: Homunculus Researcher + - Id: 4155 + Title: Homunculus S Mutation Mission - 1 + - Id: 4156 + Title: Homunculus S Mutation Mission - 2 + - Id: 4157 + Title: Homunculus S Mutation Mission - 3 + - Id: 4158 + Title: Homunculus S Mutation Mission - 4 + - Id: 4159 + Title: Homunculus S Mutation Mission - 5 + - Id: 4160 + Title: Homunculus S Mutation Mission - 6 + - Id: 4161 + Title: Siege Expert + - Id: 4162 + Title: Party Recruiting Expert + - Id: 4163 + Title: Battleground Expert + - Id: 4164 + Title: Memorial Dungeon Expert + - Id: 4165 + Title: Map Expert + - Id: 4166 + Title: Passing Grades + - Id: 4167 + Title: "Paradise: Dragon Tail Hunting" + Targets: + - Mob: DRAGON_TAIL + Count: 30 + - Id: 4168 + Title: "Paradise: Spring Rabbit Hunting" + Targets: + - Mob: SPRING_RABBIT + Count: 30 + - Id: 4169 + Title: "Paradise: Pest Hunting" + Targets: + - Mob: PEST + Count: 30 + - Id: 4170 + Title: "Paradise: Bathory Hunting" + Targets: + - Mob: BATHORY + Count: 30 + - Id: 4171 + Title: "Paradise: Alarm Hunting" + Targets: + - Mob: ALARM + Count: 30 + - Id: 4172 + Title: "Paradise: Babayaga Hunting" + Targets: + - Mob: VAVAYAGA + Count: 30 + - Id: 4173 + Title: "Paradise: Hyegun Hunting" + Targets: + - Mob: HYEGUN + Count: 30 + - Id: 4174 + Title: "Paradise: Antique Firelock Hunting" + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 30 + - Id: 4175 + Title: "Paradise: Zipper Bear Hunting" + Targets: + - Mob: ZIPPER_BEAR + Count: 30 + - Id: 4176 + Title: "Paradise: Earth Petite Hunting" + Targets: + - Mob: PETIT + Count: 30 + - Id: 4177 + Title: "Paradise: Rafflesia Hunting" + Targets: + - Mob: RAFFLESIA + Count: 30 + - Id: 4178 + Title: "Paradise: Venomous Hunting" + Targets: + - Mob: VENOMOUS + Count: 30 + - Id: 4179 + Title: "Paradise: Pitman Hunting" + Targets: + - Mob: PITMAN + Count: 30 + - Id: 4180 + Title: "Paradise: Yellow Novus Hunting" + Targets: + - Mob: NOVUS_ + Count: 30 + - Id: 4181 + Title: "Paradise: Solider Hunting" + Targets: + - Mob: SOLIDER + Count: 30 + - Id: 4182 + Title: "Paradise: Freezer Hunting" + Targets: + - Mob: FREEZER + Count: 30 + - Id: 4183 + Title: "Paradise: Heater Hunting" + Targets: + - Mob: HEATER + Count: 30 + - Id: 4184 + Title: "Paradise: Injustice Hunting" + Targets: + - Mob: INJUSTICE + Count: 30 + - Id: 4185 + Title: "Paradise: Rybio Hunting" + Targets: + - Mob: RYBIO + Count: 30 + - Id: 4186 + Title: "Paradise: Dark Priest Hunting" + Targets: + - Mob: DARK_PRIEST + Count: 30 + - Id: 4187 + Title: "Paradise: Stapo Hunting" + Targets: + - Mob: STAPO + Count: 30 + - Id: 4188 + Title: "Paradise: Roween Hunting" + Targets: + - Mob: ROWEEN + Count: 30 + - Id: 4189 + Title: "Paradise: Siroma Hunting" + Targets: + - Mob: SIROMA + Count: 30 + - Id: 4190 + Title: "Paradise: Shinobi Hunting" + Targets: + - Mob: SHINOBI + Count: 30 + - Id: 4191 + Title: "Paradise: Evil Nymph Hunting" + Targets: + - Mob: WICKED_NYMPH + Count: 30 + - Id: 4192 + Title: "Paradise: Deviruchi Hunting" + Targets: + - Mob: DEVIRUCHI + Count: 30 + - Id: 4193 + Title: "Paradise: Mineral Hunting" + Targets: + - Mob: MINERAL + Count: 30 + - Id: 4194 + Title: "Paradise: Kaho Hunting" + Targets: + - Mob: KAHO + Count: 30 + - Id: 4195 + Title: "Paradise: Neraid Hunting" + Targets: + - Mob: NERAID + Count: 30 + - Id: 4196 + Title: "Paradise: Disguise Hunting" + Targets: + - Mob: DISGUISE + Count: 30 + - Id: 4197 + Title: Octopus + TimeLimit: +3h + - Id: 4198 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4199 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4200 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4201 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4202 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4203 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4204 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4205 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4206 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4207 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4208 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4209 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4210 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4211 + Title: 86-90 Mission Board Timer + TimeLimit: +3h + - Id: 4212 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4213 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4214 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4215 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4216 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4217 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4218 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4219 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4220 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4221 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4222 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4223 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4224 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4225 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4226 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4227 + Title: 91-99 Mission Board Timer + TimeLimit: +3h + - Id: 4229 + Title: Devil in the Cave + TimeLimit: +23h + - Id: 4254 + Title: Fairy with a stomache + - Id: 4255 + Title: Revenge! + Targets: + - Mob: MENBLATT + Count: 20 + - Id: 4256 + Title: An accomplice? + - Id: 4257 + Title: Conspiracy + - Id: 4258 + Title: Eirinn + - Id: 4259 + Title: Bourbon + - Id: 4260 + Title: Bee + - Id: 4261 + Title: Counterattack (1) + - Id: 4262 + Title: Counterattack (2) + - Id: 4263 + Title: Counteroffensive (1) + - Id: 4264 + Title: Counteroffensive (2) + - Id: 4265 + Title: Bookshelf use + - Id: 4266 + Title: ????? ?? + - Id: 4267 + Title: ????? ?? + - Id: 4268 + Title: Ninja trainer + - Id: 4269 + Title: Registration at the Academy + - Id: 4270 + Title: Ninja training - stat explanation + - Id: 4271 + Title: Ninja training-explanation about the skills + - Id: 4272 + Title: Ninja training- conversation about the skills + - Id: 4273 + Title: Ninja training- explanation about the weapons + - Id: 4274 + Title: Ninjas training- explanation about job change + - Id: 4275 + Title: Ninja training-Exercise1 + Targets: + - Mob: DROPS + Count: 10 + - Id: 4276 + Title: Ninja training-Exercise2 + Targets: + - Mob: PORING + Count: 10 + - Id: 4277 + Title: Ninja training-Actual battle2 + Targets: + - Mob: ROCKER + Count: 10 + - Id: 4278 + Title: Ninja training-Actual battle1 + Targets: + - Mob: WORM_TAIL + Count: 10 + - Id: 4279 + Title: Ninja training-test + - Id: 4280 + Title: Ninja training-test + - Id: 4281 + Title: Beginner's training-Ninja + - Id: 4282 + Title: Ninja training-exercise1 + Targets: + - Mob: DROPS + Count: 10 + - Id: 4283 + Title: Ninja training-exercise2 + Targets: + - Mob: PORING + Count: 10 + - Id: 4284 + Title: Ninja training-actual battle2 + Targets: + - Mob: ROCKER + Count: 10 + - Id: 4285 + Title: Ninja training-actual battle1 + Targets: + - Mob: WORM_TAIL + Count: 10 + - Id: 4286 + Title: Ninja training-test + - Id: 4287 + Title: Ninja training-test + - Id: 4295 + Title: Wandering Bard + - Id: 4296 + Title: Take a Break + TimeLimit: +23h + - Id: 4297 + Title: "Bard's Story: Some Corporation" + - Id: 4298 + Title: "Bard's Story: The President" + - Id: 4299 + Title: "Bard's Story: a Scholar in Juno" + - Id: 4300 + Title: "Bard's Story: a Mad Scientist" + - Id: 4301 + Title: "Bard's Story: Hugel" + - Id: 4302 + Title: "Bard's Story: Odin Temple" + - Id: 4999 + Title: Extermination Crisis + - Id: 5000 + Title: The Crow of the Fate - 7 + - Id: 5001 + Title: King Froggie VII's revenge + Targets: + - Mob: SIDE_WINDER + Count: 50 + - Id: 5002 + Title: The hero of the frogs + - Id: 5003 + Title: Frog Hiding Skill + - Id: 5004 + Title: Food Shortage + Targets: + - Mob: ARGIOPE + Count: 50 + - Id: 5016 + Title: Bring me a Research Tool Bag + - Id: 5017 + Title: Revenge of the Reseacher + - Id: 5018 + Title: Revenge of the Reseacher + - Id: 5019 + Title: Bathroom Sample Studying + - Id: 5020 + Title: Sample Researching + TimeLimit: +1d + - Id: 5021 + Title: Sample Collecting + - Id: 5022 + Title: Sample Collecting + - Id: 5023 + Title: Inspection of the Sample + TimeLimit: +6h + - Id: 5024 + Title: Eastern Pool Research + - Id: 5025 + Title: Western Pool Research + - Id: 5026 + Title: Southern Pool Research + - Id: 5027 + Title: Northern Pool Research + - Id: 5028 + Title: Inspection of the Sample + TimeLimit: +12h + - Id: 5029 + Title: Unidentified Creature + TimeLimit: +1h + - Id: 5030 + Title: The creature's family + - Id: 5031 + Title: The creature's family + - Id: 5032 + Title: The creature's family + - Id: 5033 + Title: The creature's family + - Id: 5034 + Title: News from the family + - Id: 5035 + Title: Help the old man! + - Id: 5036 + Title: Help the old man! + - Id: 5037 + Title: Help the old man! + - Id: 5038 + Title: Help the old man! + - Id: 5039 + Title: Help the old man! + - Id: 5040 + Title: Help the old man! + - Id: 5041 + Title: Help the old man! + - Id: 5042 + Title: Help the old man! + - Id: 5043 + Title: Help the old man! + TimeLimit: +5mn + - Id: 5044 + Title: Help the old man! + TimeLimit: +1d + - Id: 5045 + Title: Help the old man! + - Id: 5046 + Title: Help the old man! + - Id: 5047 + Title: Help the old man! + - Id: 5048 + Title: Help the old man! + - Id: 5049 + Title: Help the old man! + - Id: 5050 + Title: Help the old man! + - Id: 5051 + Title: Help the old man! + - Id: 5052 + Title: Traditional Weapon + - Id: 5053 + Title: Traditional Weapon + - Id: 5054 + Title: Traditional Weapon + - Id: 5055 + Title: Local Rising - Headless Horse + Targets: + - Mob: HEADLESS_MULE + Count: 15 + - Id: 5056 + Title: Local Rising - Tamruan + Targets: + - Mob: TAMRUAN + Count: 15 + - Id: 5057 + Title: Local Rising - Ready the Festival + - Id: 5058 + Title: The mood of the players-(1) + - Id: 5059 + Title: The mood of the players-(2) + - Id: 5060 + Title: Cat Shock + TimeLimit: +3mn + - Id: 5061 + Title: Am I scared? + - Id: 5062 + Title: I met Eryu. + - Id: 5063 + Title: I met Stew. + - Id: 5064 + Title: I met Ketchup. + - Id: 5065 + Title: I met Eff. + - Id: 5066 + Title: Scary image-(1) + - Id: 5067 + Title: Scary image-(2) + - Id: 5068 + Title: Collecting complaint + TimeLimit: +20h + - Id: 5069 + Title: Token of honor + TimeLimit: +1h + - Id: 5070 + Title: Rock Paper Scissors + TimeLimit: +1d + - Id: 5071 + Title: Chamchamcham + TimeLimit: +1d + - Id: 5072 + Title: Kkongnyangkkong + TimeLimit: +1d + - Id: 5073 + Title: Challenging of flag wave + TimeLimit: +1d + - Id: 5074 + Title: Cat's Meal + Targets: + - Mob: PHEN + Count: 30 + - Id: 5075 + Title: Health food + Targets: + - Mob: MARSE + Count: 50 + - Id: 5076 + Title: Enemies + Targets: + - Mob: KOBOLD_ARCHER + Count: 30 + - Id: 5077 + Title: Reaction Training + Targets: + - Mob: CRAMP + Count: 10 + - Id: 5078 + Title: Light bird food + Targets: + - Mob: PECOPECO + Count: 50 + - Id: 5079 + Title: How to stabilize the mind + - Id: 5080 + Title: Lack of Snack + - Id: 5081 + Title: Banned foods + - Id: 5082 + Title: Cool food + - Id: 5083 + Title: Please come back Eryu-(1) + - Id: 5084 + Title: Please come back Eryu-(2) + - Id: 5085 + Title: Please come back Stew-(1) + - Id: 5086 + Title: Please come back Stew-(2) + - Id: 5087 + Title: Please come back Ketchup-(1) + - Id: 5088 + Title: Please come back Ketchup-(2) + - Id: 5089 + Title: Please come back Eff-(1) + - Id: 5090 + Title: Please come back Eff-(2) + - Id: 5091 + Title: Go Malangdo + - Id: 5092 + Title: Unlocking the Ultimate Mediocrity + - Id: 5093 + Title: Unlocking the Ultimate Mediocrity + - Id: 5094 + Title: Unlocking the Ultimate Mediocrity + Targets: + - Mob: PORING + Count: 1000 + - Id: 5095 + Title: Unlocking the Ultimate Mediocrity + Targets: + - Mob: LUNATIC + Count: 1000 + - Id: 5096 + Title: Unlocking the Ultimate Mediocrity + Targets: + - Mob: FABRE + Count: 1000 + - Id: 5097 + Title: Unlocking the Ultimate Mediocrity + Targets: + - Mob: PICKY + Count: 1000 + - Id: 5098 + Title: Unlocking the Ultimate Mediocrity + - Id: 5099 + Title: Unlocking the Ultimate Mediocrity + - Id: 5100 + Title: Unlocking the Ultimate Mediocrity + - Id: 5109 + Title: Light but Unconfirmed Rumor + - Id: 5110 + Title: The Rumored Character + - Id: 5111 + Title: To the Lab... + - Id: 5112 + Title: Laboratory Restricted Access + TimeLimit: +3d + - Id: 5113 + Title: "[Rest] Lord Knight" + Targets: + - Mob: B_SEYREN + Count: 1 + - Id: 5114 + Title: "[Rest] Paladin" + Targets: + - Mob: B_RANDEL + Count: 1 + - Id: 5115 + Title: "[Rest] High Priest" + Targets: + - Mob: B_MAGALETA + Count: 1 + - Id: 5116 + Title: "[Rest] Champion" + Targets: + - Mob: B_CHEN + Count: 1 + - Id: 5117 + Title: "[Rest] High Wizard" + Targets: + - Mob: B_KATRINN + Count: 1 + - Id: 5118 + Title: "[Rest] Professor" + Targets: + - Mob: B_CELIA + Count: 1 + - Id: 5119 + Title: "[Rest] Whitesmith" + Targets: + - Mob: B_HARWORD + Count: 1 + - Id: 5120 + Title: "[Rest] Creator" + Targets: + - Mob: B_FLAMEL + Count: 1 + - Id: 5121 + Title: "[Rest] Assassin Cross" + Targets: + - Mob: B_EREMES + Count: 1 + - Id: 5122 + Title: "[Rest] Stalker" + Targets: + - Mob: B_GERTIE + Count: 1 + - Id: 5123 + Title: "[Rest] Sniper" + Targets: + - Mob: B_SHECIL + Count: 1 + - Id: 5124 + Title: "[Rest] Clown" + Targets: + - Mob: B_ALPHOCCIO + Count: 1 + - Id: 5125 + Title: "[Rest] Gypsy" + Targets: + - Mob: B_TRENTINI + Count: 1 + - Id: 5131 + Title: Strange Conversation + - Id: 5132 + Title: Family Business-(1) + - Id: 5133 + Title: Family Business-(2) + - Id: 5134 + Title: New path + - Id: 5135 + Title: 4 tests + - Id: 5136 + Title: Knowledge test + - Id: 5137 + Title: Survival test + - Id: 5138 + Title: Weapons test + - Id: 5139 + Title: The guy looks familiar!! + - Id: 5140 + Title: Uncertain chilliness + - Id: 5141 + Title: Got a curse!! + TimeLimit: +2mn + - Id: 5142 + Title: Prototype-(1) + - Id: 5143 + Title: Prototype-(2) + - Id: 5144 + Title: Prototype-(2) + - Id: 5145 + Title: Prototype-(3) + - Id: 5146 + Title: Battle test + - Id: 5147 + Title: Gunslinger basic training(1) + - Id: 5148 + Title: Gunslinger basic training(2) + - Id: 5149 + Title: + Targets: + - Mob: HORNET + Count: 10 + - Id: 5150 + Title: + Targets: + - Mob: RODA_FROG + Count: 10 + - Id: 5151 + Title: + Targets: + - Mob: SAVAGE_BABE + Count: 10 + - Id: 5152 + Title: + Targets: + - Mob: ROCKER + Count: 10 + - Id: 5153 + Title: Refining tutorial (1) + - Id: 5154 + Title: Refining tutorial (2) + - Id: 5155 + Title: Refining tutorial (3) + - Id: 5156 + Title: Refining tutorial (4) + - Id: 5157 + Title: Enchant tutorial (1) + - Id: 5158 + Title: Enchant tutorial (2) + - Id: 5159 + Title: Enchant tutorial (3) + - Id: 5161 + Title: Low Level collection request[Stand by] + TimeLimit: +1d + - Id: 5162 + Title: Low Level collection request + Targets: + - Mob: REQUIEM + Count: 100 + - Id: 5163 + Title: Low Level collection request + Targets: + - Mob: BATHORY + Count: 100 + - Id: 5164 + Title: Low Level collection request + Targets: + - Mob: SPRING_RABBIT + Count: 100 + - Id: 5165 + Title: Low Level collection request + Targets: + - Mob: SLEEPER + Count: 100 + - Id: 5166 + Title: Low Level collection request + Targets: + - Mob: EVIL_DRUID + Count: 100 + - Id: 5167 + Title: Low Level collection request + Targets: + - Mob: PETIT + Count: 100 + - Id: 5168 + Title: Low Level collection request + Targets: + - Mob: CLOCK + Count: 100 + - Id: 5169 + Title: Mid-Level collection request[Stand by] + TimeLimit: +1d + - Id: 5170 + Title: Mid-Level collection request + Targets: + - Mob: SIROMA + Count: 100 + - Id: 5171 + Title: Mid-Level collection request + Targets: + - Mob: DARK_PRIEST + Count: 100 + - Id: 5172 + Title: Mid-Level collection request + Targets: + - Mob: STAPO + Count: 100 + - Id: 5173 + Title: Mid-Level collection request + Targets: + - Mob: SOLIDER + Count: 100 + - Id: 5174 + Title: High level collectiong request[Stand by] + TimeLimit: +1d + - Id: 5175 + Title: High level collection request + Targets: + - Mob: DESERT_WOLF + Count: 100 + - Id: 5176 + Title: High level collection request + Targets: + - Mob: MEDUSA + Count: 100 + - Id: 5177 + Title: High level collection request + Targets: + - Mob: PINGUICULA + Count: 100 + - Id: 5178 + Title: High level collection request + Targets: + - Mob: MAJORUROS + Count: 100 + - Id: 5179 + Title: Highest level collection request + Targets: + - Mob: RAYDRIC + Count: 100 + - Id: 5180 + Title: Highest level collection request + Targets: + - Mob: NAGA + Count: 100 + - Id: 5181 + Title: Highest level collection request + Targets: + - Mob: ANCIENT_MUMMY + Count: 100 + - Id: 5182 + Title: Highest level collection request + Targets: + - Mob: ANCIENT_MIMIC + Count: 100 + - Id: 5222 + Title: Saving the energy crystals + - Id: 5223 + Title: Saving the energy crystals + - Id: 5224 + Title: Saving the energy crystals + - Id: 5225 + Title: Saving energy crystal[Stand by] + TimeLimit: +2h + - Id: 5226 + Title: Saving energy crystal[Stand by] + TimeLimit: +2h + - Id: 5227 + Title: Saving energy crystal[Stand by] + TimeLimit: +2h + - Id: 5304 + Title: Police Chief Kesler + - Id: 5305 + Title: Police Officer Salgran + - Id: 5306 + Title: Police Officer Gerev + - Id: 5307 + Title: Police Officer Seiden + - Id: 5308 + Title: Police Officer Piffs + - Id: 5309 + Title: Police Chief's Request + - Id: 5310 + Title: Salgran's Problem + - Id: 5311 + Title: Gerev's Problem + - Id: 5312 + Title: Seiden's Problem + - Id: 5313 + Title: Piffs's Problem + - Id: 5314 + Title: Salgran's Request + Targets: + - Mob: ILLEGAL_PROMOTION + Count: 10 + - Id: 5315 + Title: Gerev's Request + - Id: 5316 + Title: Seiden's Request + - Id: 5317 + Title: Piffs's Request + - Id: 5318 + Title: Come Back Tomorrow + TimeLimit: +23h + - Id: 5341 + Title: Restriction on the Journey + TimeLimit: +22h + - Id: 5342 + Title: Help Her + - Id: 5343 + Title: Making a Head Count + - Id: 5344 + Title: Making a Head Count + - Id: 5345 + Title: Making a Head Count + - Id: 5346 + Title: Making a Head Count + - Id: 5347 + Title: Finishing a Head Count + - Id: 5348 + Title: Finishing a Head Count + - Id: 5349 + Title: Finishing a Head Count + - Id: 5350 + Title: Finishing a Head Count + - Id: 5351 + Title: Restriction on the Journey + TimeLimit: +22h + - Id: 5352 + Title: Air Purifier + - Id: 5353 + Title: Delivered to C-0 + - Id: 5354 + Title: Delivered to F-1 + - Id: 5355 + Title: Delivered to F-2 + - Id: 5356 + Title: Delivered to I-0 + - Id: 5357 + Title: Delivered to Z-0 + - Id: 5358 + Title: Restriction on the Journey + TimeLimit: +22h + - Id: 5359 + Title: Grape Harvest + - Id: 5360 + Title: Grape Delivery + - Id: 5361 + Title: Grape Delivery + - Id: 5362 + Title: Grape Delivery + - Id: 5363 + Title: Restriction on the Journey + TimeLimit: +22h + - Id: 5364 + Title: Subdue Hysterical Patients + - Id: 5365 + Title: Urgent News + - Id: 5366 + Title: Restriction on the Journey + TimeLimit: +22h + - Id: 5367 + Title: Daily Necessities Transport + - Id: 5368 + Title: Delivered Supplies + - Id: 5369 + Title: Delivered the Message + - Id: 5370 + Title: Memory Record + - Id: 5402 + Title: The Royal Richard + - Id: 5403 + Title: The Royal Richard + - Id: 5404 + Title: "[Repeat]Warrior Discipline-Human" + - Id: 5405 + Title: "[Repeat]Warrior Discipline-Animal" + - Id: 5406 + Title: "[Repeat]Warrior Discipline-Insect" + - Id: 5407 + Title: "[Repeat]Warrior Discipline-Fish" + - Id: 5408 + Title: "[Repeat]Warrior Discipline-Plant" + - Id: 5409 + Title: "[Repeat]Warrior Discipline-Devil" + - Id: 5410 + Title: "[Repeat]Warrior Discipline-Angel" + - Id: 5411 + Title: "[Repeat]Warrior Discipline-Immortal" + - Id: 5412 + Title: "[Repeat]Warrior Discipline-Intangible" + - Id: 5413 + Title: "[Repeat]Warrior Discipline-Dragon" + - Id: 5414 + Title: "[Stand by]Warrior Discipline" + TimeLimit: 4h + - Id: 5415 + Title: Restricted Sector + - Id: 5416 + Title: Restricted Sector A + - Id: 5417 + Title: Restricted Sector B + - Id: 5418 + Title: Restricted Sector C + - Id: 5419 + Title: Restricted Sector D + - Id: 5420 + Title: Restricted Sector E + - Id: 5421 + Title: Restricted Sector F + - Id: 5422 + Title: Restricted Sector G + - Id: 5423 + Title: Restricted Sector H + - Id: 5424 + Title: "[Complete]Restricted Sector" + - Id: 5425 + Title: To My Beloved Fellow + - Id: 5426 + Title: "[Stand by]To My Beloved Fellow" + TimeLimit: 4h + - Id: 5427 + Title: "[Repeat]To My Beloved Fellow" + - Id: 5428 + Title: Lowly Standards + Drops: + - Mob: WATCHER + Item: Red_Eye + Rate: 2000 + - Id: 5429 + Title: "[Stand by]Lowly Standards" + TimeLimit: 4h + - Id: 5430 + Title: "[Repeat]Lowly Standards" + Drops: + - Mob: WATCHER + Item: Red_Eye + Rate: 2000 + - Id: 5431 + Title: Clean Life + - Id: 5432 + Title: "[Repeat]Cleaning is complete." + - Id: 5433 + Title: "[Stand by]Clean Life" + TimeLimit: 4h + - Id: 5434 + Title: "[Repeat]Clean Life" + - Id: 5435 + Title: "[Repeat]Cleaning is complete." + - Id: 5436 + Title: Finding Lights + - Id: 5437 + Title: "[Stand by]Finding Lights" + TimeLimit: 4h + - Id: 5438 + Title: "[Repeat]Finding Lights" + - Id: 5439 + Title: Refreshing Prison Life + Drops: + - Mob: FROZENWOLF + Item: Dehumidifiers + Rate: 2000 + - Id: 5440 + Title: "[Stand by]Refreshing Prison Life" + TimeLimit: 4h + - Id: 5441 + Title: "[Repeat]Refreshing Prison Life" + Drops: + - Mob: FROZENWOLF + Item: Dehumidifiers + Rate: 2000 + - Id: 5442 + Title: Suppressing Darkness + - Id: 5443 + Title: "[Stand by]Suppressing Darkness" + TimeLimit: 4h + - Id: 5444 + Title: "[Repeat]Suppressing Darkness" + - Id: 5445 + Title: Bothersome Little Thing + Drops: + - Mob: TAFFY + Item: Sandpaper + Rate: 2000 + - Id: 5446 + Title: "[Stand by]Bothersome Little Thing" + TimeLimit: 4h + - Id: 5447 + Title: "[Repeat]Bothersome Little Thing" + Drops: + - Mob: TAFFY + Item: Sandpaper + Rate: 2000 + - Id: 5448 + Title: Request from Chief Guard + - Id: 5449 + Title: Request from Chief Guard + - Id: 5450 + Title: Request from Chief Guard + - Id: 5451 + Title: Request from Chief Guard + - Id: 5452 + Title: "[Stand by]Request from Chief Guard" + TimeLimit: 4h + - Id: 5453 + Title: Ungrateful(1) + - Id: 5454 + Title: Ungrateful(2) + - Id: 5455 + Title: Ungrateful(3) + - Id: 5456 + Title: Ungrateful(4) + - Id: 5457 + Title: Find My Sister(1) + - Id: 5458 + Title: Find My Sister(2) + - Id: 5459 + Title: Find My Sister(3) + - Id: 5460 + Title: Blatant Bluff(1) + - Id: 5461 + Title: Blatant Bluff(2) + - Id: 5462 + Title: Blatant Bluff(3) + - Id: 5463 + Title: Mad Love for Wife(1) + - Id: 5464 + Title: Mad Love for Wife(2) + - Id: 5465 + Title: Mad Love for Wife(3) + - Id: 5466 + Title: Mad Love for Wife(4) + - Id: 5467 + Title: Mad Love for Wife(5) + - Id: 5468 + Title: Mad Love for Wife(6) + - Id: 6000 + Title: Job Change to Taekwon + - Id: 6001 + Title: Job Change to Taekwon + - Id: 6002 + Title: Job Change to Taekwon + - Id: 6005 + Title: Job Change to Soul-Linker + - Id: 6006 + Title: Job Change to Soul-Linker + - Id: 6007 + Title: Job Change to Soul-Linker + - Id: 6008 + Title: Job Change to Soul-Linker + - Id: 6010 + Title: Job Change to Super Novice + - Id: 6015 + Title: A favor from Cougar + - Id: 6016 + Title: A favor from a Suspicious Man + - Id: 6017 + Title: Red Leopard Joe's Reply + - Id: 6018 + Title: Cougar's Madness + - Id: 6020 + Title: Master Miller's Letter + - Id: 6021 + Title: Wise Bull Horn's voucher + - Id: 6022 + Title: Making a voucher + - Id: 6023 + Title: Wise Bull Horn's Favor + - Id: 6024 + Title: Job Change to Gunslinger! + - Id: 6025 + Title: KVM Guillaume + TimeLimit: +5mn + - Id: 6026 + Title: KVM Croix + TimeLimit: +5mn + - Id: 6027 + Title: KVM Indicator + TimeLimit: +5mn + - Id: 7000 + Title: Job Change to Dancer! + - Id: 7001 + Title: Job Change to Dancer! + - Id: 7002 + Title: Job Change to Dancer! + - Id: 7003 + Title: Job Change to Dancer! + - Id: 7004 + Title: Job Change to Dancer! + - Id: 7005 + Title: Job Change to Dancer! + - Id: 7006 + Title: Job Change to Dancer! + - Id: 7007 + Title: Warrior of the Sun, the Moon, and the Stars + - Id: 7008 + Title: Warrior of the Sun, the Moon, and the Stars - Nature + - Id: 7009 + Title: Warrior of the Sun, the Moon, and the Stars - the Altar + - Id: 7010 + Title: Warrior of the Sun, the Moon, and the Stars - Stars? + - Id: 7011 + Title: Warrior of the Sun, the Moon, and the Stars + - Id: 7012 + Title: Pursuing Rayan Moore + - Id: 7013 + Title: Pursuing Rayan Moore + - Id: 7014 + Title: Pursuing Rayan Moore + - Id: 7015 + Title: Pursuing Rayan Moore + - Id: 7016 + Title: Pursuing Rayan Moore + - Id: 7017 + Title: Pursuing Rayan Moore + - Id: 7018 + Title: Pursuing Rayan Moore + - Id: 7019 + Title: Pursuing Rayan Moore + - Id: 7020 + Title: Pursuing Rayan Moore + - Id: 7021 + Title: Pursuing Rayan Moore + - Id: 7022 + Title: Pursuing Rayan Moore + - Id: 7023 + Title: Pursuing Rayan Moore + - Id: 7024 + Title: Pursuing Rayan Moore + - Id: 7025 + Title: Pursuing Rayan Moore + - Id: 7026 + Title: Pursuing Rayan Moore + - Id: 7027 + Title: Pursuing Rayan Moore + - Id: 7028 + Title: Pursuing Rayan Moore + - Id: 7029 + Title: Pursuing Rayan Moore + - Id: 7030 + Title: Pursuing Rayan Moore + - Id: 7031 + Title: Pursuing Rayan Moore + - Id: 7032 + Title: Pursuing Rayan Moore + - Id: 7033 + Title: Pursuing Rayan Moore + - Id: 7034 + Title: Pursuing Rayan Moore + - Id: 7035 + Title: Pursuing Rayan Moore + - Id: 7036 + Title: Pursuing Rayan Moore + - Id: 7037 + Title: Case closed? + - Id: 7038 + Title: Passion for Baked Sweet Potatoes + - Id: 7039 + Title: Dodging the conversation + - Id: 7040 + Title: Dodging the conversation + - Id: 7041 + Title: Politics is for the Politicians + - Id: 7042 + Title: Part-time Job - Tatacho's feed + - Id: 7043 + Title: Part-time Job - Cornus's feed + - Id: 7044 + Title: Part-time Job - Hillthrion's feed1 + - Id: 7045 + Title: Part-time Job - Hillthrion's feed2 + - Id: 7046 + Title: Part-time Job - warm rugs + - Id: 7047 + Title: Part-time Job - Let's call it a day! + TimeLimit: +5h + - Id: 7048 + Title: Thanatos Tower - Burled's Favor + - Id: 7049 + Title: Thanatos Tower - Sealed Tower + - Id: 7050 + Title: Thanatos Tower - Sealed Tower + - Id: 7051 + Title: Thanatos Tower - Sealed Tower + - Id: 7052 + Title: Thanatos Tower - Sealed Tower + - Id: 7053 + Title: Thanatos Tower - What they want is.. + - Id: 7054 + Title: Myu's Favor - Teach them a lesson! + Targets: + - Mob: KOBOLD_ARCHER + Count: 1000 + - Id: 7055 + Title: Myu's Favor - Not the cat! + Targets: + - Mob: WILD_ROSE + Count: 1 + - Id: 7056 + Title: Messenger - Arc's Favor + - Id: 7057 + Title: Messenger - Arc's Favor + - Id: 7058 + Title: Messenger - Arc's Favor + - Id: 7059 + Title: Messenger - Terra's Whereabouts + - Id: 7060 + Title: Messenger - Terra's Whereabouts + - Id: 7061 + Title: Messenger - Terra's Whereabouts + - Id: 7062 + Title: Messenger - Terra's Whereabouts + - Id: 7063 + Title: Messenger - Terra's Whereabouts + - Id: 7064 + Title: Messenger - Terra's Whereabouts + - Id: 7065 + Title: Messenger - Terra's Whereabouts + - Id: 7066 + Title: Messenger - Prove the Truth + - Id: 7067 + Title: Messenger - Prove the Truth + - Id: 7068 + Title: Messenger - Prove the Truth + - Id: 7069 + Title: Messenger - Too late! + - Id: 7070 + Title: Messenger - Terra's Return + - Id: 7071 + Title: Messenger - Invitation + - Id: 7074 + Title: Rata Hunt + Targets: + - Mob: RATA + Count: 1 + - Id: 7075 + Title: Duneyrr Hunt + Targets: + - Mob: DUNEYRR + Count: 1 + - Id: 7076 + Title: "Wanted: Dandelion" + Targets: + - Mob: DANDELION_ + Count: 1 + - Id: 7077 + Title: Collecting Dragon Eggs + - Id: 7078 + Title: Collecting Dragon Eggs + TimeLimit: +1d + - Id: 7079 + Title: Finding Refined Bradium + - Id: 7080 + Title: Finding Refined Bradium + TimeLimit: +1d + - Id: 7081 + Title: Helping the Laphine Craftsman + - Id: 7082 + Title: Helping the Laphine Craftsman + TimeLimit: +1d + - Id: 7091 + Title: An advice of Diora 01 + - Id: 7092 + Title: An advice of Diora 02 + - Id: 7093 + Title: An advice of Diora 03 + - Id: 7094 + Title: An advice of Diora 04 + - Id: 7095 + Title: An advice of Diora 05 + - Id: 7096 + Title: A proof of new requirement + - Id: 7097 + Title: A proof of new requirement + - Id: 7098 + Title: A proof of new requirement + - Id: 7099 + Title: A proof of new requirement + - Id: 7100 + Title: A message of Bercascell + - Id: 7101 + Title: Special task of an assassin guild 1 + - Id: 7102 + Title: Special task of an assassin guild 2 + - Id: 7103 + Title: Special task of an assassin guild 3 + - Id: 7104 + Title: Special task of an assassin guild 4 + TimeLimit: +50mn + - Id: 7105 + Title: Special task of an assassin guild 4 + TimeLimit: +10mn + - Id: 7106 + Title: Special task of an assassin guild 5 + - Id: 7107 + Title: Special task of an assassin guild 6 + TimeLimit: +3h + - Id: 7108 + Title: Special task of an assassin guild 7 + - Id: 7109 + Title: Special task of an assassin guild 8 + - Id: 7110 + Title: Special task of an assassin guild 9 + TimeLimit: +10mn + Targets: + - Mob: HIDEN_PRIEST + Count: 1 + - Id: 7111 + Title: Special task of an assassin guild 10 + - Id: 7112 + Title: Information of Madelle + - Id: 7113 + Title: Information of Crave + - Id: 7114 + Title: Information of Trovan + - Id: 7115 + Title: Information of a peddler + - Id: 7116 + Title: Information of a old man + - Id: 7117 + Title: Your first quest! + - Id: 7118 + Title: Novice Training + - Id: 7119 + Title: Novice Training + - Id: 7120 + Title: Novice Training + - Id: 7121 + Title: Novice Training + - Id: 7122 + Title: First battle - Poring Hunt + Targets: + - Mob: PORING + Count: 1 + - Id: 7123 + Title: Battle Basics -Swordman + Targets: + - Mob: PICKY + Count: 2 + - Id: 7124 + Title: Battle Basics -Mage + Targets: + - Mob: LUNATIC + Count: 5 + - Id: 7126 + Title: Selling items + - Id: 7127 + Title: Battle Basics -Thief + Targets: + - Mob: WILOW + Count: 5 + - Id: 7128 + Title: Training course 'conquest a desert!' -start + - Id: 7129 + Title: The training course 'conquer the desert!' - A real battle 1 + Targets: + - Mob: CONDOR + Count: 10 + - Id: 7130 + Title: The training course 'conquer the desert!' - A real battle 2 + Targets: + - Mob: DESERT_WOLF_B + Count: 10 + - Id: 7131 + Title: The training course 'conquer the desert!' - A real battle 3 + Targets: + - Mob: SCORPION + Count: 5 + - Id: 7132 + Title: The training course 'conquer the desert!' - Complete a quest + - Id: 7133 + Title: The training course 'conquer the culvert!' - Start + - Id: 7134 + Title: The training course 'conquer the culvert!' - A real battle 1 + Targets: + - Mob: THIEF_BUG + Count: 10 + - Id: 7135 + Title: The training course 'conquer the culvert!' - A real battle 2 + Targets: + - Mob: TAROU + Count: 10 + - Id: 7136 + Title: The training course 'conquer the culvert!' - A real battle 3 + Targets: + - Mob: FARMILIAR + Count: 5 + - Id: 7137 + Title: The training course 'conquer the culvert!' - Complete a quest + - Id: 7138 + Title: The training course 'conquer the haunted cave!' - Start + - Id: 7139 + Title: The training course 'conquer the haunted cave!' - A real battle 1 + Targets: + - Mob: SKELETON + Count: 15 + - Id: 7140 + Title: The training course 'conquer the haunted cave!' - A real battle 2 + Targets: + - Mob: POPORING + Count: 10 + - Id: 7141 + Title: The training course 'conquer the haunted cave!' - Complete a quest + - Id: 7142 + Title: The training course 'conquer ant hell!' - Start + - Id: 7143 + Title: The training course 'conquer ant hell!' - A real battle 1 + Targets: + - Mob: PIERE + Count: 15 + - Id: 7144 + Title: The training course 'conquer ant hell!' - A real battle 2 + Targets: + - Mob: ANDRE + Count: 15 + - Id: 7145 + Title: The training course 'conquer ant hell!' - A real battle 3 + Targets: + - Mob: VITATA + Count: 10 + - Id: 7146 + Title: The training course 'conquer ant hell!' - Complete a quest + - Id: 7147 + Title: The training course 'conquer the orc village!' - start + - Id: 7148 + Title: The training course 'conquer the orc village!' - A real battle 1 + Targets: + - Mob: ORC_BABY + Count: 10 + - Id: 7149 + Title: The training course 'conquer the orc village!' - A real battle 2 + Targets: + - Mob: ORK_WARRIOR + Count: 10 + - Id: 7150 + Title: The training course 'conquer the orc village!' - A real battle 3 + Targets: + - Mob: ORC_LADY + Count: 10 + - Id: 7151 + Title: The training course 'conquer the orc village!' - Complete a quest + - Id: 7152 + Title: The training course 'conquer the orc dungeon!' - start + - Id: 7153 + Title: The training course 'conquer the orc dungeon!' - A real battle 1 + Targets: + - Mob: ORC_ZOMBIE + Count: 20 + - Id: 7154 + Title: The training course 'conquer the orc dungeon!'- A real battle 2 + Targets: + - Mob: ORC_SKELETON + Count: 20 + - Id: 7155 + Title: The training course 'conquer the orc dungeon!' - complete a quest + - Id: 7156 + Title: The training course 'conquer an undersea city!' - start + - Id: 7157 + Title: The training course 'conquer an undersea city!' - A real battle 1 + Targets: + - Mob: MERMAN + Count: 15 + - Id: 7158 + Title: The training course 'conquer an undersea city!' - A real battle 2 + Targets: + - Mob: STROUF + Count: 10 + - Id: 7159 + Title: The training course 'conquer an undersea city!' - Complete a quest + - Id: 7160 + Title: Mysterious Cryptogram + - Id: 7161 + Title: Mysterious Cryptogram - 2nd + - Id: 7162 + Title: Mysterious Cryptogram - 2nd + - Id: 7163 + Title: Mysterious Cryptogram - 2nd + - Id: 7164 + Title: Hunt for shadow of deception + Targets: + - Mob: S_WIND_GHOST + Count: 1 + - Id: 7165 + Title: Key of deception + - Id: 7166 + Title: Rachel Branch of Shadow Workshop + - Id: 7167 + Title: Mysterious Cryptogram - 3rd + - Id: 7168 + Title: Mysterious Cryptogram - 3rd + - Id: 7169 + Title: Mysterious Cryptogram - 3rd + - Id: 7170 + Title: Mysterious Cryptogram - 3rd + - Id: 7171 + Title: Hunt for shadow of delusion + Targets: + - Mob: S_SKOGUL + Count: 1 + - Id: 7172 + Title: Key of delusion + - Id: 7173 + Title: Message to Halled from Paul + - Id: 7174 + Title: Mysterious Cryptogram - 4th + - Id: 7175 + Title: Hunft for shadow of gaiety + Targets: + - Mob: S_SUCCUBUS + Count: 1 + - Id: 7176 + Title: Key of Gaiety + - Id: 7177 + Title: A young guy in Lighthalzen + - Id: 7178 + Title: Destination of Deception, Delusion and Gaiety + - Id: 7179 + Title: Vicente, you dare! + - Id: 7180 + Title: Message from Doomk + - Id: 7181 + Title: Karakas's ring + - Id: 7182 + Title: Sapha's Visit + - Id: 7183 + Title: Invitation from Sapha + - Id: 7184 + Title: To El Dicastes! + - Id: 7185 + Title: Inspector Doha + - Id: 7186 + Title: Secret Order from Doha - Investigation + - Id: 7187 + Title: Secret Order from Doha - Shay + - Id: 7188 + Title: Information Gathering - in the Plaza + - Id: 7189 + Title: Information Gathering - in the Factory + - Id: 7190 + Title: Information Gathering - at the Guards + - Id: 7191 + Title: Shay's designation - BK + - Id: 7192 + Title: BK's Information + - Id: 7193 + Title: Dimensional Crack Investigation + - Id: 7194 + Title: What's this bloodstain? + - Id: 7195 + Title: What's this skin piece? + - Id: 7196 + Title: What's this suspicious magic power? + - Id: 7197 + Title: Sapha Certifications? + - Id: 7198 + Title: Audience with Ahat + - Id: 7199 + Title: Secret Order from Ahat + - Id: 7200 + Title: Cheshire's call + TimeLimit: +23h + - Id: 7201 + Title: Removing traces + - Id: 7202 + Title: Secret order from Doha - Collect proof + - Id: 7203 + Title: Secret order from Doha - Final Report + - Id: 7206 + Title: New Day for Cheshire + - Id: 7207 + Title: Cheshire's Box + - Id: 7208 + Title: Wait for Cheshire? + TimeLimit: +1d + - Id: 7209 + Title: Forget the box. + - Id: 7210 + Title: Daily delivery + - Id: 7211 + Title: Misty Forest Labyrinth Exploration + TimeLimit: +2h30mn + - Id: 7212 + Title: Loki's Search + - Id: 7213 + Title: Wandering Protector + - Id: 7214 + Title: "Paradise Advanced: Romeo Training" + - Id: 7215 + Title: "Paradise Advanced: Romeo Hunt 1" + Targets: + - Mob: STALACTIC_GOLEM + Count: 3 + - Id: 7216 + Title: "Paradise Advanced: Romeo Hunt 2" + Targets: + - Mob: STALACTIC_GOLEM + Count: 10 + - Id: 7217 + Title: "Paradise Advanced: Romeo Hunt 3" + - Id: 7218 + Title: "Paradise Advanced: Romeo Complete" + - Id: 7219 + Title: "Paradise Advanced: Johan Training" + - Id: 7220 + Title: "Paradise Advanced: Johan Hunt 1" + Targets: + - Mob: WRAITH + Count: 20 + - Id: 7221 + Title: "Paradise Advanced: Johan Hunt 2" + Targets: + - Mob: EVIL_DRUID + Count: 10 + - Id: 7222 + Title: "Paradise Advanced: Johan Complete" + - Id: 7223 + Title: "Paradise Advanced: Kiren Training" + - Id: 7224 + Title: "Paradise Advanced: Kiren Hunt 1" + Targets: + - Mob: PORCELLIO + Count: 30 + - Id: 7225 + Title: "Paradise Advanced: Removed" + Targets: + - Mob: NOXIOUS + Count: 30 + - Id: 7226 + Title: "Paradise Advanced: Kiren Hunt 2 (Part A)" + Targets: + - Mob: VENOMOUS + Count: 30 + - Id: 7227 + Title: "Paradise Advanced: Kiren Hunt 2 (Part B)" + Targets: + - Mob: TEDDY_BEAR + Count: 5 + - Id: 7228 + Title: "Paradise Advanced: Kiren Complete" + - Id: 7229 + Title: "Paradise Advanced: Naomi Training" + - Id: 7230 + Title: "Paradise Advanced: Naomi Hunt 1" + Targets: + - Mob: SIROMA + Count: 30 + - Id: 7231 + Title: "Paradise Advanced: Naomi Hunt 2" + Targets: + - Mob: SIROMA + Count: 30 + - Id: 7232 + Title: "Paradise Advanced: Naomi Complete" + - Id: 7233 + Title: "Paradise Advanced: Margaret Training" + - Id: 7234 + Title: "Paradise Advanced: Margaret's Favor" + - Id: 7235 + Title: "Paradise Advanced: Margaret Hunt 1" + Targets: + - Mob: NEPENTHES + Count: 1 + - Id: 7236 + Title: "Paradise Advanced: Margaret Hunt 2" + Targets: + - Mob: PINGUICULA + Count: 5 + - Id: 7237 + Title: "Paradise Advanced: Margaret Complete" + - Id: 7238 + Title: Toren's Errands (Easy) + - Id: 7239 + Title: Toren's Errands (Normal) + - Id: 7240 + Title: Strengthening Equipment + - Id: 7241 + Title: Toren's Errands - Tomorrow + TimeLimit: +1d + - Id: 7242 + Title: Play with the baby cat + - Id: 7243 + Title: Nyadventure-Duruduru Compass + - Id: 7244 + Title: Nyadventure-Duruduru Race + TimeLimit: +3mn + - Id: 7245 + Title: Nyadventure-Duruduru Race + TimeLimit: +3mn + - Id: 7246 + Title: Nyadventure-I'm coming now. + - Id: 7247 + Title: Nyadventure-Stop the Bang! + - Id: 7249 + Title: Nyadventure-Bang! See you next time + TimeLimit: +1d + - Id: 7250 + Title: Nyadventure-Hidden Treasure? + - Id: 7251 + Title: Nyadventure-The First piece of Painting + - Id: 7252 + Title: Nyadventure-The Second piece of Painting + - Id: 7253 + Title: Nyadventure-The Third piece of Painting + - Id: 7254 + Title: Nyadventure-The Fourth piece of Painting + - Id: 7255 + Title: Nyadventure-The Fifth piece of Painting + - Id: 7256 + Title: Nyadventure-The Sixth piece of Painting + - Id: 7257 + Title: Nyadventure-Race, Come back tomorrow! + TimeLimit: +1d + - Id: 7258 + Title: Nyadventure-Painting completed + - Id: 7259 + Title: Gift from the Mew Bravery Team + - Id: 7260 + Title: The origin of Bugs + - Id: 7261 + Title: Cat Biscuits - Table + - Id: 7262 + Title: Cat Biscuits - Mattress + - Id: 7263 + Title: Cat Biscuits - Grill + - Id: 7264 + Title: To Chef Nyas + - Id: 7265 + Title: Rage of Chef Nyas + - Id: 7266 + Title: Declaration of Chef Nyas + - Id: 7267 + Title: Appointed time with Cleanyang + TimeLimit: +1d + - Id: 7268 + Title: Find the Cat's hard biscuits! + - Id: 7269 + Title: Cat Biscuits - Resting Place + - Id: 7270 + Title: Cat Biscuits - Sand + - Id: 7271 + Title: Cat Biscuits - Bottom of the Stairs + - Id: 7272 + Title: Cat Biscuits - Corner + - Id: 7273 + Title: Cat Biscuits - Locker + - Id: 7274 + Title: Cat Biscuits - Foothold + - Id: 7275 + Title: Cat Biscuits - Sand + - Id: 7276 + Title: Promise to deliver more food + TimeLimit: +1d + - Id: 7281 + Title: List of Errands + - Id: 7282 + Title: List of Errands + - Id: 7283 + Title: List of Errands + - Id: 7284 + Title: List of Errands + - Id: 7285 + Title: List of Errands + - Id: 7286 + Title: List of Errands + - Id: 7287 + Title: List of Errands + - Id: 7288 + Title: List of Errands + - Id: 7289 + Title: List of Errands + - Id: 7290 + Title: List of Errands + - Id: 7291 + Title: List of Errands + - Id: 7292 + Title: List of Errands + - Id: 7293 + Title: List of Errands + - Id: 7294 + Title: List of Errands + - Id: 7295 + Title: List of Errands + - Id: 7296 + Title: List of Errands + - Id: 7297 + Title: List of Errands + - Id: 7298 + Title: List of Errands + - Id: 7299 + Title: List of Errands + - Id: 7300 + Title: List of Errands + - Id: 7301 + Title: List of Errands + - Id: 7302 + Title: List of Errands + - Id: 7303 + Title: List of Errands + - Id: 7304 + Title: List of Errands + - Id: 7305 + Title: List of Errands + - Id: 7306 + Title: List of Errands + - Id: 7307 + Title: List of Errands + - Id: 7308 + Title: List of Errands + - Id: 7309 + Title: List of Errands + - Id: 7310 + Title: List of Errands + - Id: 7311 + Title: List of Errands + - Id: 7312 + Title: List of Errands + - Id: 7313 + Title: List of Errands + - Id: 7314 + Title: List of Errands + - Id: 7315 + Title: List of Errands + - Id: 7316 + Title: List of Errands + - Id: 7317 + Title: List of Errands + - Id: 7318 + Title: List of Errands + - Id: 7319 + Title: List of Errands + - Id: 7320 + Title: List of Errands + - Id: 7321 + Title: List of Errands + - Id: 7322 + Title: List of Errands + - Id: 7323 + Title: List of Errands + - Id: 7324 + Title: List of Errands + - Id: 7325 + Title: List of Errands + - Id: 7326 + Title: List of Errands + - Id: 7327 + Title: List of Errands + - Id: 7328 + Title: List of Errands + - Id: 7329 + Title: List of Errands + - Id: 7330 + Title: List of Errands + - Id: 7331 + Title: List of Errands + - Id: 7332 + Title: List of Errands + - Id: 7333 + Title: List of Errands + - Id: 7334 + Title: List of Errands + - Id: 7335 + Title: List of Errands + - Id: 7336 + Title: List of Errands + - Id: 7337 + Title: List of Errands + - Id: 7338 + Title: List of Errands + - Id: 7339 + Title: List of Errands + - Id: 7340 + Title: List of Errands + - Id: 7341 + Title: List of Errands + - Id: 7342 + Title: List of Errands + - Id: 7343 + Title: List of Errands + - Id: 7344 + Title: List of Errands + - Id: 7345 + Title: List of Errands + - Id: 7346 + Title: List of Errands + - Id: 7349 + Title: Vote + TimeLimit: +30mn + - Id: 7350 + Title: Cautious Village + - Id: 7351 + Title: Better than My Old Button + - Id: 7352 + Title: Sailor Wants a Button + - Id: 7353 + Title: Old Man Wants a Button + - Id: 7354 + Title: Young Man Wants a Button + - Id: 7355 + Title: Merchant Wants a Button + - Id: 7356 + Title: Little Kid Wants a Button + - Id: 7357 + Title: Middle-aged Guy Wants a Button + - Id: 7358 + Title: Why do they want my Buttons? + - Id: 7359 + Title: Deliver Holy Item to Sailor + - Id: 7360 + Title: Deliver Holy Item to Old Man + - Id: 7361 + Title: Deliver Holy Item to Young Man + - Id: 7362 + Title: Deliver Holy Item to Merchant + - Id: 7363 + Title: Deliver Holy Item to Little Kid + - Id: 7364 + Title: Deliver Holy Item to Middle-aged Man + - Id: 7365 + Title: Better than My Old Button-2 + - Id: 7366 + Title: Traditional Spiritual Protection and Impudent Girl-1 + - Id: 7367 + Title: Traditional Spiritual Protection and Impudent Girl-2 + TimeLimit: +10mn + - Id: 7368 + Title: Deliver Spiritual Protection-Pedro + - Id: 7369 + Title: Deliver Spiritual Protection-Nardo + - Id: 7370 + Title: Deliver Spiritual Protection-Pandoi + - Id: 7371 + Title: Deliver Spiritual Protection-Woeon + - Id: 7372 + Title: Deliver Spiritual Protection-Talah + - Id: 7373 + Title: Deliver Spiritual Protection-Romel + - Id: 7374 + Title: Love and Spiritual Protection for All + - Id: 7375 + Title: Love and Spiritual Protection Continues + TimeLimit: +23h + - Id: 7376 + Title: Old Man and Cast-Iron Caldron-1 + - Id: 7377 + Title: Old Man and Cast-Iron Caldron-2 + - Id: 7378 + Title: Old Man and Cast-Iron Caldron-Regular Trades + TimeLimit: +23h + - Id: 7379 + Title: Peace Preacher + - Id: 7380 + Title: To Smith a Traditional Spiritual Protection + - Id: 7381 + Title: High Demand on Spiritual Protection Material + TimeLimit: +23h + - Id: 7382 + Title: Deliver to Pedro + - Id: 7383 + Title: Deliver to Nardo + - Id: 7384 + Title: Deliver to Pandoi + - Id: 7385 + Title: Deliver to Woeon + - Id: 7386 + Title: Deliver to Talah + - Id: 7387 + Title: Deliver to Romel + - Id: 7388 + Title: Maries's Child + - Id: 7389 + Title: Give the Shirt to Maries's Child + - Id: 7390 + Title: Worried about Maries's Child + TimeLimit: +23h + - Id: 7391 + Title: Jejeling and Jejellopy + Drops: + - Mob: JEJELING + Item: Jejellopy + Rate: 5000 + - Id: 7392 + Title: Collect Jejellopy Regularly + TimeLimit: +1d + - Id: 7393 + Title: Shiny Silver Blade + Targets: + - Mob: TIYANAK + Count: 10 + - Mob: MANANANGGAL + Count: 10 + - Id: 7394 + Title: Shiny Tomorrow + TimeLimit: +23h + - Id: 7395 + Title: Ghost on the Ferry Ship + - Id: 7396 + Title: Angry Soul on Ferry Ship + - Id: 7397 + Title: Mumbaki Phong's Advice + Drops: + - Mob: ENGKANTO + Item: Elegant_Flower + Rate: 3000 + - Id: 7398 + Title: Offering Bouquet Recommended by Mumbaki + - Id: 7399 + Title: Soul Diwata's Story + - Id: 7400 + Title: Mumbaki of Port Malaya + - Id: 7401 + Title: All Aboard for Perry Sailing + TimeLimit: +23h + - Id: 7402 + Title: Bouquet for Diwata + Drops: + - Mob: ENGKANTO + Item: Elegant_Flower + Rate: 3000 + - Id: 7403 + Title: Stabilized Perry + - Id: 7404 + Title: Get Rid of Jejeling + Targets: + - Mob: JEJELING + Count: 20 + - Id: 7405 + Title: Get Rid of Jejeling - Same Time Tomorrow + TimeLimit: +23h + - Id: 7406 + Title: Agree to Collecting Bones! + Drops: + - Mob: BUNGISNGIS + Item: Evil_Bone + Rate: 5000 + - Mob: TIKBALANG + Item: Evil_Bone + Rate: 5000 + - Mob: TIYANAK + Item: Evil_Bone + Rate: 5000 + - Id: 7407 + Title: Purified Bone + - Id: 7408 + Title: Agree to Come Back Tomorrow? + TimeLimit: +23h + - Id: 7409 + Title: Cannot Meet Eyes with Him! + Targets: + - Mob: BUNGISNGIS + Count: 10 + - Id: 7410 + Title: Teach Another Lesson Tomorrow! + TimeLimit: +23h + - Id: 7411 + Title: The traveler, Fome's story + - Id: 7412 + Title: The traveler, Litrip's story + - Id: 7413 + Title: The traveler, Chiba's story + - Id: 7414 + Title: Eclage guard's message + - Id: 7415 + Title: Laphine's Chief of Staff + - Id: 7416 + Title: Waiting to meet + TimeLimit: +10mn + - Id: 7417 + Title: Kardui's request + - Id: 7418 + Title: For Eclage 1 + - Id: 7419 + Title: For Eclage 2 + - Id: 7420 + Title: For Eclage 3 + - Id: 7421 + Title: That's enough + - Id: 7422 + Title: Kardui's gift + - Id: 7423 + Title: A rumor about the King 1 + - Id: 7424 + Title: A rumor about the King 2 + - Id: 7425 + Title: A rumor about the King 3 + - Id: 7426 + Title: A rumor about the King 4 + - Id: 7427 + Title: At times like this, face it straight on! + - Id: 7428 + Title: Yai of the wild + - Id: 7429 + Title: Wild recent trend! + TimeLimit: +23h + - Id: 7430 + Title: Deliveryman that runs through space + - Id: 7431 + Title: A mailman never rests! + TimeLimit: +23h + - Id: 7432 + Title: The troublemakers in the land of blooming flowers + Targets: + - Mob: MENBLATT + Count: 5 + - Mob: PETAL + Count: 5 + - Id: 7433 + Title: Need constant guidance + TimeLimit: +23h + - Id: 7434 + Title: Kardui's big brother + - Id: 7435 + Title: Time for reading the letter + TimeLimit: +3mn + - Id: 7436 + Title: Avant the Scholar of Magics + - Id: 7437 + Title: Shenime's favor + - Id: 7438 + Title: Secret sponsorship + - Id: 7439 + Title: The scholar of magics sponsored by Shenime + - Id: 7440 + Title: Minuel's witness + - Id: 7441 + Title: Mail is here! + - Id: 7442 + Title: The identity of the scholar of magics + - Id: 7443 + Title: Interfere with the research! + - Id: 7444 + Title: What Avant was researching + - Id: 7445 + Title: Avant's back + - Id: 7446 + Title: Unfruitful conversation + - Id: 7447 + Title: Dilemma surrounding the Orb + - Id: 7448 + Title: Something's not right + - Id: 7449 + Title: Temptation toward the Orb + - Id: 7450 + Title: Orb's lighting room + - Id: 7451 + Title: Betrayal + - Id: 7452 + Title: Find the chief of staff! + - Id: 7453 + Title: The last of the chief of staff + - Id: 7471 + Title: First time talking after being born + - Id: 7472 + Title: First step towards a new world + - Id: 7473 + Title: Cool drink + - Id: 7474 + Title: Searching for treasure + - Id: 7475 + Title: Discovered the Airship + - Id: 7476 + Title: Discovered the Arena + - Id: 7477 + Title: Bridge to Prontera + - Id: 7478 + Title: Basic Medical Botany + - Id: 7479 + Title: Friend or Foe? + - Id: 7480 + Title: Regarding Thief job + - Id: 7481 + Title: Vicente's class + - Id: 7482 + Title: Vercassel's class + - Id: 7483 + Title: Use the Thief Manual + - Id: 7484 + Title: Shop owner! Order to steal! + - Id: 7485 + Title: Assassin! Use Envenom + Targets: + - Mob: R_PORING + Count: 1 + - Id: 7486 + Title: With Lumin + - Id: 7487 + Title: 30 seconds duel + TimeLimit: +30s + Targets: + - Mob: R_PORING + Count: 4 + - Id: 7488 + Title: Trio set of Fire Elements + - Id: 7489 + Title: Silent liquidation plan + - Id: 7490 + Title: Mushroom soup calling memories + - Id: 7491 + Title: Get away to Paradise! + - Id: 7492 + Title: Invincible pumpkin knight + - Id: 7493 + Title: Battle of 17 vs. 1 + - Id: 7494 + Title: Cleanup of the mushroom farm + - Id: 7501 + Title: 1 Suspicious Babe + TimeLimit: +4h + Targets: + - Mob: BABY_STRANGE + Count: 1 + - Id: 7502 + Title: 10 Suspicious Babes + TimeLimit: +4h + Targets: + - Mob: BABY_STRANGE + Count: 10 + - Id: 7503 + Title: 30 Suspicious Babes + TimeLimit: +4h + Targets: + - Mob: BABY_STRANGE + Count: 30 + - Id: 7504 + Title: Destroy 1 Emperium + TimeLimit: +4h + Targets: + - Mob: EMPELIUM + Count: 1 + - Id: 7505 + Title: Destroy 3 Emperiums + TimeLimit: +4h + Targets: + - Mob: EMPELIUM + Count: 3 + - Id: 7506 + Title: Destroy 5 Emperiums + TimeLimit: +4h + Targets: + - Mob: EMPELIUM + Count: 5 + - Id: 7507 + Title: 10 Small Wooden Boxes + TimeLimit: +4h + - Id: 7508 + Title: 20 Small Wooden Boxes + TimeLimit: +4h + - Id: 7509 + Title: 30 Small Wooden Boxes + TimeLimit: +4h + - Id: 7510 + Title: Fight Off a Thief + TimeLimit: +4h + Targets: + - Mob: THIEF_PORING + Count: 1 + - Id: 7511 + Title: Fight Off 10 Thieves + TimeLimit: +4h + Targets: + - Mob: THIEF_PORING + Count: 10 + - Id: 7512 + Title: Fight Off 30 Thieves + TimeLimit: +4h + Targets: + - Mob: THIEF_PORING + Count: 30 + - Id: 7513 + Title: 10 Paychecks + TimeLimit: +4h + - Id: 7514 + Title: 20 Paychecks + TimeLimit: +4h + - Id: 7515 + Title: 30 Paychecks + TimeLimit: +4h + - Id: 7516 + Title: A break for Commercial Development + TimeLimit: +20mn + - Id: 7517 + Title: Occupy Valkyrie Realm + TimeLimit: +1h + - Id: 7518 + Title: Occupy Luina + TimeLimit: +1h + - Id: 7519 + Title: Occupy Britoniah + TimeLimit: +1h + - Id: 7520 + Title: Occupy Greenwood Lake + TimeLimit: +1h + - Id: 7521 + Title: Occupy Nidabehl + TimeLimit: +1h + - Id: 7522 + Title: Occupy Valfreyja + TimeLimit: +1h + - Id: 7523 + Title: Occupy Gloria + TimeLimit: +1h + - Id: 7524 + Title: Occupy Kafragaten + TimeLimit: +1h + - Id: 7525 + Title: Valkyrie Realm Challenge 1 + Targets: + - Mob: CATERPILLAR + Count: 50 + - Mob: CREMY_FEAR + Count: 50 + - Id: 7526 + Title: Valkyrie Realm Challenge 2 + Targets: + - Mob: GLD_KOBOLD_1 + Count: 30 + - Mob: GLD_KOBOLD_2 + Count: 30 + - Mob: GLD_KOBOLD_3 + Count: 30 + - Id: 7527 + Title: Valkyrie Realm Challenge 3 + Targets: + - Mob: PYURIEL + Count: 1 + - Mob: LORA + Count: 1 + - Id: 7528 + Title: Luina Challenge 1 + Targets: + - Mob: ANCIENT_WORM + Count: 50 + - Mob: GIANT_HONET + Count: 50 + - Id: 7529 + Title: Luina Challenge 2 + Targets: + - Mob: KILLER_MANTIS + Count: 40 + - Mob: ANGRA_MANTIS + Count: 50 + - Id: 7530 + Title: Luina Challenge 3 + Targets: + - Mob: GIOIA + Count: 1 + - Mob: ELVIRA + Count: 1 + - Id: 7531 + Title: Britoniah Challenge 1 + Targets: + - Mob: ZOMBIE_MASTER + Count: 50 + - Mob: WRAITH_DEAD + Count: 50 + - Id: 7532 + Title: Britoniah Challenge 2 + Targets: + - Mob: GLD_DARK_FRAME + Count: 20 + - Mob: GLD_DARK_PRIEST + Count: 20 + - Mob: GLD_DARK_SHADOW + Count: 50 + - Id: 7533 + Title: Britoniah Challenge 3 + Targets: + - Mob: KADES + Count: 1 + - Mob: RUDO + Count: 1 + - Id: 7534 + Title: Greenwood Lake Challenge 1 + Targets: + - Mob: GULLINBURSTI + Count: 50 + - Mob: LEIB_OLMAI + Count: 50 + - Id: 7535 + Title: Greenwood Lake Challenge 2 + Targets: + - Mob: SKELETON_GENERAL + Count: 45 + - Mob: AM_MUT + Count: 20 + - Mob: GAJOMART + Count: 25 + - Id: 7536 + Title: Greenwood Lake Challenge 3 + Targets: + - Mob: DAEHYON + Count: 1 + - Mob: SOHEON + Count: 1 + - Id: 7537 + Title: Nidabehl Challenge 1 + Targets: + - Mob: HELL_APOCALIPS + Count: 50 + - Mob: ZAKUDAM + Count: 50 + - Id: 7538 + Title: Nidabehl Challenge 2 + Targets: + - Mob: SKELETON_GENERAL + Count: 35 + - Mob: AM_MUT + Count: 35 + - Id: 7539 + Title: Valfreyja Challenge 1 + Targets: + - Mob: BANSHEE_MASTER + Count: 50 + - Mob: BEHOLDER_MASTER + Count: 30 + - Id: 7540 + Title: Valfreyja Challenge 2 + Targets: + - Mob: AUNOE + Count: 50 + - Mob: FANAT + Count: 20 + - Id: 7541 + Title: Gloria Challenge 1 + Targets: + - Mob: L_SEYREN + Count: 30 + - Mob: L_EREMES + Count: 30 + - Mob: L_HARWORD + Count: 30 + - Id: 7542 + Title: Gloria Challenge 2 + Targets: + - Mob: L_KATRINN + Count: 30 + - Mob: L_MAGALETA + Count: 30 + - Mob: L_SHECIL + Count: 30 + - Id: 7543 + Title: Standby for Valkyrie Realm Challenge 1 + TimeLimit: +20h + - Id: 7544 + Title: Standby for Valkyrie Realm Challenge 2 + TimeLimit: +20h + - Id: 7545 + Title: Standby for Valkyrie Realm Challenge 3 + TimeLimit: +20h + - Id: 7546 + Title: Standby for Luina Challenge 1 + TimeLimit: +20h + - Id: 7547 + Title: Standby for Luina Challenge 2 + TimeLimit: +20h + - Id: 7548 + Title: Standby for Luina Challenge 3 + TimeLimit: +20h + - Id: 7549 + Title: Standby for Britoniah Challenge 1 + TimeLimit: +20h + - Id: 7550 + Title: Standby for Britoniah Challenge 2 + TimeLimit: +20h + - Id: 7551 + Title: Standby for Britoniah Challenge 3 + TimeLimit: +20h + - Id: 7552 + Title: Standby for Greenwood Lake Challenge 1 + TimeLimit: +20h + - Id: 7553 + Title: Standby for Greenwood Lake Challenge 2 + TimeLimit: +20h + - Id: 7554 + Title: Standby for Greenwood Lake Challenge 3 + TimeLimit: +20h + - Id: 7555 + Title: Standby for Nidabehl Challenge 1 + TimeLimit: +20h + - Id: 7556 + Title: Standby for Nidabehl Challenge 2 + TimeLimit: +20h + - Id: 7557 + Title: Standby for Valfreyja Challenge 1 + TimeLimit: +20h + - Id: 7558 + Title: Standby for Valfreyja Challenge 2 + TimeLimit: +20h + - Id: 7559 + Title: Standby for Gloria Challenge 1 + TimeLimit: +20h + - Id: 7560 + Title: Standby for Gloria Challenge 2 + TimeLimit: +20h + - Id: 7561 + Title: Kafragaten Challenge 1 + Targets: + - Mob: L_YGNIZEM + Count: 30 + - Mob: L_WHIKEBAIN + Count: 30 + - Mob: L_ARMAIA + Count: 30 + - Id: 7562 + Title: Kafragaten Challenge 2 + Targets: + - Mob: L_RAWREL + Count: 30 + - Mob: L_EREND + Count: 30 + - Mob: L_KAVAC + Count: 30 + - Id: 7563 + Title: Standby for Kafragaten Challenge 1 + TimeLimit: +20h + - Id: 7564 + Title: Standby for Kafragaten Challenge 2 + TimeLimit: +20h + - Id: 7568 + Title: Explore the tower + TimeLimit: +1h30mn + - Id: 7569 + Title: Treat the injured + - Id: 7570 + Title: Destroy the demons + Targets: + - Mob: MM_EVIL_SHADOW1 + Count: 7 + - Mob: MM_EVIL_SHADOW2 + Count: 7 + - Mob: MM_EVIL_SHADOW3 + Count: 7 + - Id: 7571 + Title: Tower Expedition + - Id: 7572 + Title: Lucile...? + - Id: 7573 + Title: Magic Swordman Thanatos + - Id: 7574 + Title: Thanatos Tower + - Id: 7576 + Title: Morocc castle seal + - Id: 7577 + Title: Space distortion + TimeLimit: +23h + - Id: 7578 + Title: Rampaging Box + Targets: + - Mob: E_ANGRY_MIMIC + Count: 1 + Drops: + - Mob: E_ANGRY_MIMIC + Item: Bradium_Box + Rate: 10000 + - Id: 7579 + Title: Collecting Bradiums + Targets: + - Mob: E_ANGRY_MIMIC + Count: 10 + Drops: + - Mob: E_ANGRY_MIMIC + Item: Bradium_Box + Rate: 10000 + - Id: 7580 + Title: Collecting Every Day + TimeLimit: +23h + - Id: 7581 + Title: Eliminating Risks + Targets: + - Mob: B_MOROCC_1 + Count: 1 + - Mob: B_MOROCC_2 + Count: 1 + - Mob: B_MOROCC_4 + Count: 1 + - Id: 7582 + Title: Daily Cleaning + TimeLimit: +23h + - Id: 7583 + Title: Collecting Mana + Drops: + - Mob: B_MOROCC_1 + Item: Mana_crystal + Rate: 10000 + - Mob: B_MOROCC_2 + Item: Mana_crystal + Rate: 10000 + - Mob: B_MOROCC_4 + Item: Mana_crystal + Rate: 10000 + - Id: 7584 + Title: Unending Battle + TimeLimit: +23h + - Id: 7593 + Title: Demon God Subjugation + Targets: + - Mob: MM_MOROCC_ADT + Count: 1 + - Id: 7594 + Title: Frost Spider and Fire Wolf + Targets: + - Mob: MM_BRINARANEA + Count: 1 + - Mob: MM_MUSPELLSKOLL + Count: 1 + - Id: 7595 + Title: Wandering Orb Magic + Targets: + - Mob: MM_MANA_WHITE + Count: 3 + - Mob: MM_MANA_RED + Count: 3 + - Mob: MM_MANA_YELLOW + Count: 3 + - Id: 7597 + Title: Fall of the False God + - Id: 7598 + Title: Caged God + TimeLimit: +23h + - Id: 7599 + Title: Unending Hunt + TimeLimit: +23h + - Id: 7600 + Title: Promising Tomorrow + TimeLimit: +23h + - Id: 7606 + Title: Phantasmagorika Excavator Recruitment + - Id: 7607 + Title: Eden Group Leader + - Id: 7608 + Title: Artnard Excavation Team 1 + - Id: 7609 + Title: Artnard Excavation Team 2 + - Id: 7610 + Title: Registered Excavator + - Id: 7611 + Title: Passage Cleaning + Targets: + - Mob: RECON_ROBOT + Count: 10 + - Id: 7612 + Title: Passage Cleaning - Down + TimeLimit: +23h + - Id: 7613 + Title: Eliminating Risks + Targets: + - Mob: REPAIR_ROBOT + Count: 15 + - Mob: EXPLORATION_ROVER + Count: 15 + - Id: 7614 + Title: Eliminating Risks - Down + TimeLimit: +23h + - Id: 7615 + Title: Core Collection + Drops: + - Mob: RECON_ROBOT + Item: Operation_Control_Device + Rate: 5000 + - Mob: REPAIR_ROBOT + Item: Operation_Control_Device + Rate: 5000 + - Mob: EXPLORATION_ROVER + Item: Operation_Control_Device + Rate: 5000 + - Id: 7616 + Title: Core Collection - Down + TimeLimit: +23h + - Id: 7617 + Title: Turning In Excavation Report + - Id: 7618 + Title: Reporting the Results - Down + TimeLimit: +23h + - Id: 7619 + Title: Assisting the Excavation Team + - Id: 7620 + Title: Young Blood? + - Id: 7621 + Title: Bottling the Energy + - Id: 7622 + Title: Good News! + - Id: 7623 + Title: Artnard's Summon + - Id: 7624 + Title: In Search of a Delicacy + - Id: 7625 + Title: Count On Me + - Id: 7626 + Title: Delicacy for Him + - Id: 7627 + Title: Last Exploration + - Id: 7628 + Title: New Power Source + - Id: 7629 + Title: Tomorrow for Tomorrow's Energy + TimeLimit: +23h + - Id: 7641 + Title: Access Permitted + - Id: 7642 + Title: Explore Research facilities + - Id: 7643 + Title: Mysterious Piece + - Id: 7644 + Title: Record Player + - Id: 7645 + Title: Piece of Memory Record + - Id: 7646 + Title: Play Memory Record + - Id: 7647 + Title: Report Memory Record + - Id: 7648 + Title: Memory Records of the Laboratories + - Id: 7649 + Title: Report Memory Record Content + - Id: 7650 + Title: Collect Memory Records of Research facilities + - Id: 7651 + Title: One Memory a Day + TimeLimit: +23h + - Id: 7652 + Title: Collect Memory Records of Laboratories + - Id: 7653 + Title: One Memory a Day 2 + TimeLimit: +23h + - Id: 7654 + Title: Play Research facilities Memory Records + - Id: 7655 + Title: Play Laboratories Memory Records + - Id: 7656 + Title: Invitation of Rekenber + - Id: 7681 + Title: Invitation to Royal Banquet + - Id: 7682 + Title: Socializing Starts from an Eye Contact + - Id: 7683 + Title: Visit the Heines + - Id: 7684 + Title: Visit the Nerius + - Id: 7685 + Title: What Is the Next Thing on the Schedule ? + - Id: 7686 + Title: Nyhill and Skia + - Id: 7687 + Title: Participating in the Banquet + - Id: 7688 + Title: Suspicious Movement + - Id: 7689 + Title: Find Nyhill + - Id: 7690 + Title: Where Is Nyhill? + - Id: 7691 + Title: Waiting for the Ritual + - Id: 7692 + Title: Attend the Ritual + - Id: 7693 + Title: Surprise Attack + - Id: 7694 + Title: I'd Like to See that Too + - Id: 7695 + Title: Escape from the Past Memories of the Royal Family + - Id: 7696 + Title: What's Next? + - Id: 7697 + Title: Invitation from the Nerius + - Id: 7698 + Title: Heine Now + - Id: 7699 + Title: To the Past + - Id: 7700 + Title: Once More! + - Id: 7701 + Title: Lost Imir Heart + - Id: 7702 + Title: Prontera at the Time + - Id: 7703 + Title: Who Knows the Truth + - Id: 7705 + Title: Hope You Cannot Let Go + Targets: + - Mob: BIJOU + Count: 1 + - Id: 7706 + Title: Nillem Is Not Almighty + TimeLimit: 4h + - Id: 7711 + Title: Beginning + - Id: 7712 + Title: Where am I? Who am I?? + - Id: 7713 + Title: First Battle! + Targets: + - Mob: DR_EGGRING + Count: 3 + - Id: 7714 + Title: Refreshing Apple Juice + - Id: 7715 + Title: Midding Box + Drops: + - Mob: DR_EGGRING + Item: Merchant_Box_1 + Rate: 5000 + - Id: 7716 + Title: To the Village! + - Id: 7717 + Title: Merchant's Kindness + - Id: 7718 + Title: I'm used to this + - Id: 7719 + Title: Time to Digest + Targets: + - Mob: RED_PLANT + Count: 3 + - Id: 7720 + Title: Service Manual + - Id: 7721 + Title: Cat showoff contest + TimeLimit: +10mn + Targets: + - Mob: DR_LUNATIC + Count: 3 + - Mob: DR_FABRE + Count: 2 + - Id: 7722 + Title: EMT + - Id: 7723 + Title: The potential within + - Id: 7790 + Title: Rock Ridge, Land of Opportunities + - Id: 7791 + Title: Problems in Rock Ridge + - Id: 7792 + Title: Problems in Rock Ridge 2 + - Id: 7793 + Title: Good News + - Id: 7794 + Title: Expected Response + - Id: 7795 + Title: Negotiation on the Railroad + - Id: 7796 + Title: Unexpected Arrest + - Id: 7797 + Title: Hear Me Out 1 + - Id: 7798 + Title: Perfectly Prime + - Id: 7799 + Title: Shawn McCurdy's Weapon 1 + - Id: 7800 + Title: Shawn McCurdy's Weapon 2 + - Id: 7801 + Title: Shawn McCurdy's Weapon 3 + Drops: + - Mob: PURPLESTONE + Item: Purple_Ore + Rate: 10000 + - Id: 7802 + Title: Hear Me Out 2 + - Id: 7803 + Title: Happy for Broken Trust + - Id: 7804 + Title: Location of the Ores + - Id: 7805 + Title: Location of the Ores 2 + - Id: 7806 + Title: Location of the Ores 3 + - Id: 7807 + Title: Ace up Our Sleeve + Targets: + - Mob: COWRAIDERS1 + Count: 3 + - Mob: COWRAIDERS2 + Count: 3 + - Mob: COWRAIDERS3 + Count: 3 + - Id: 7808 + Title: Case Solved + - Id: 7809 + Title: Collecting Ores + - Id: 8000 + Title: Quitting Job Change + - Id: 8001 + Title: Job Change to Assassin + - Id: 8002 + Title: Job Change to Assassin + - Id: 8003 + Title: Job Change to Assassin + - Id: 8004 + Title: Job Change to Assassin + - Id: 8005 + Title: Job Change to Assassin + - Id: 8006 + Title: Find the Guild Master! + - Id: 8007 + Title: Acceptance from the Guild Master + - Id: 8008 + Title: Job Change to Assassin + - Id: 8009 + Title: Applying for Job Change to Priest + - Id: 8010 + Title: Job Change to Priest + - Id: 8011 + Title: Job Change to Priest + - Id: 8012 + Title: Job Change to Priest + - Id: 8013 + Title: Job Change to Priest + - Id: 8014 + Title: Job Change to Priest + - Id: 8015 + Title: Job Change to Priest + - Id: 8016 + Title: Job Change to Priest + - Id: 8017 + Title: Factory Inspection + - Id: 8018 + Title: Factory Inspection + - Id: 8019 + Title: Factory Inspection + - Id: 8020 + Title: Factory Inspection + - Id: 8021 + Title: Factory Inspection + - Id: 8022 + Title: Factory Inspection + - Id: 8023 + Title: Factory Inspection + - Id: 8024 + Title: Factory Inspection + - Id: 8025 + Title: Factory Inspection + - Id: 8026 + Title: Factory Inspection + - Id: 8027 + Title: Factory Inspection + - Id: 8028 + Title: Factory Inspection + - Id: 8029 + Title: Factory Inspection + - Id: 8030 + Title: Factory Inspection + - Id: 8031 + Title: Factory Inspection + - Id: 8032 + Title: Tarlock's Favor + - Id: 8033 + Title: Ferlock's Favor + - Id: 8034 + Title: Ferlock's Favor + - Id: 8035 + Title: How the Airship Works + - Id: 8036 + Title: Hallen's Favor + - Id: 8037 + Title: The Dice Roller + - Id: 8038 + Title: The Dice Roller + - Id: 8039 + Title: Secret of Airships + - Id: 8040 + Title: Secret of Airships + - Id: 8041 + Title: Secret of Airships + - Id: 8042 + Title: Secret of Airships + - Id: 8043 + Title: Secret of Airships + - Id: 8044 + Title: Euslan's Fiancee + - Id: 8045 + Title: Tips from Kaci + - Id: 8046 + Title: Ferlock's Passengers list + - Id: 8047 + Title: Euslan's Favor + - Id: 8048 + Title: Eukran's Testimony + - Id: 8049 + Title: Thierry's Favor + - Id: 8050 + Title: Danger coming on to Thierry + - Id: 8051 + Title: Euslan's Medicine + - Id: 8052 + Title: Thierry's Favor + - Id: 8053 + Title: Find Postell + - Id: 8054 + Title: Message from Postell + - Id: 8055 + Title: Nursing Allen + - Id: 8056 + Title: Little something in return + - Id: 8057 + Title: Grumbling Manainne + - Id: 8058 + Title: Conversation with El Schatt + - Id: 8059 + Title: Conversation with Perfitz + - Id: 8060 + Title: Stubborn El Schatt + - Id: 8061 + Title: Stories of the past + - Id: 8062 + Title: Kanainne + - Id: 8063 + Title: Kanainne's spirit + - Id: 8064 + Title: Cellette's Fish Cake Soup + - Id: 8065 + Title: Cellette's Fish Cake Soup + - Id: 8066 + Title: Cellette's Fish Cake Soup + - Id: 8067 + Title: Cellette's Fish Cake Soup + - Id: 8068 + Title: Cellette's Fish Cake Soup + - Id: 8069 + Title: Cellette's Fish Cake Soup + - Id: 8070 + Title: Cellette's Fish Cake Soup + - Id: 8071 + Title: Cellette's Fish Cake Soup + - Id: 8072 + Title: Cellette's Fish Cake Soup + - Id: 8073 + Title: Cellette's Fish Cake Soup + - Id: 8074 + Title: Cellette's Fish Cake Soup + - Id: 8075 + Title: Cellette's Fish Cake Soup + - Id: 8076 + Title: Klitzer and Calla + - Id: 8077 + Title: Klitzer and Calla + - Id: 8078 + Title: Klitzer and Calla + - Id: 8079 + Title: Klitzer and Calla + - Id: 8080 + Title: Klitzer and Calla + - Id: 8081 + Title: Klitzer and Calla + - Id: 8082 + Title: Klitzer and Calla + - Id: 8083 + Title: Klitzer and Calla + - Id: 8084 + Title: Klitzer and Calla + - Id: 8085 + Title: Klitzer and Calla + - Id: 8086 + Title: Klitzer and Calla + - Id: 8087 + Title: Klitzer and Calla + - Id: 8088 + Title: Klitzer and Calla + - Id: 8089 + Title: Stolen Gemstone + - Id: 8090 + Title: Mr. Manson + - Id: 8091 + Title: Jenny the gardener + - Id: 8092 + Title: Searching the Market + - Id: 8093 + Title: Mysterious Message + - Id: 8094 + Title: Double Crossed? + - Id: 8095 + Title: Find Phobe + - Id: 8096 + Title: Stolen Gemstone Found + - Id: 8097 + Title: Informing Jenny + - Id: 8098 + Title: Keeping the Secret + - Id: 8099 + Title: Vincent's Recommendation + - Id: 8100 + Title: Recommendation from High Priest Zhed + - Id: 8101 + Title: Recommendation from High Priest Zhed + - Id: 8102 + Title: Recommendation from High Priest Zhed + - Id: 8103 + Title: Recommendation from High Priest Zhed + - Id: 8104 + Title: Recommendation from High Priest Zhed + - Id: 8105 + Title: Recommendation from High Priest Zhed + - Id: 8106 + Title: Mr. Shendar's daughter + - Id: 8107 + Title: Lachellen's Testimony + - Id: 8108 + Title: A Foreigner, Katinshuell + - Id: 8109 + Title: Bruspetti's scent + - Id: 8110 + Title: Bruspetti's scent + - Id: 8111 + Title: Lachellen's Testimony + - Id: 8112 + Title: Freya's Spring + - Id: 8113 + Title: Bruspetti's Diary + - Id: 8114 + Title: Bruspetti's Diary + - Id: 8115 + Title: Suspicious Katinshuell + - Id: 8116 + Title: Lachellen's Testimony + - Id: 8117 + Title: Freya's Spring + - Id: 8118 + Title: Conversation with Mr. Shendar + - Id: 8119 + Title: Bruspetti's Diary + - Id: 8120 + Title: Conversation with Katinshuell + - Id: 8121 + Title: Conversation with Katinshuell + - Id: 8122 + Title: Bruspetti's resting place + - Id: 8123 + Title: Ayothaya's world famous dish, Tom Yum Goong + - Id: 8124 + Title: Ayothaya's world famous dish, Tom Yum Goong + - Id: 8125 + Title: Ayothaya's world famous dish, Tom Yum Goong + - Id: 8126 + Title: Ayothaya's world famous dish, Tom Yum Goong + - Id: 8127 + Title: Momotaro Field Trip + - Id: 8128 + Title: Momotaro Field Trip + - Id: 8129 + Title: Momotaro Field Trip + - Id: 8130 + Title: Momotaro Field Trip + - Id: 8131 + Title: The mother of lord in Amatsu + - Id: 8132 + Title: The mother of lord in Amatsu + - Id: 8133 + Title: Song of the fox + - Id: 8134 + Title: Boy at the Northern Shrine + - Id: 8135 + Title: Fox Expelled + - Id: 8136 + Title: The Gray Wolf's Warning + - Id: 8137 + Title: Finding the Keymaker + - Id: 8138 + Title: Blacksmith's Request + - Id: 8139 + Title: The Golden Key + - Id: 8140 + Title: The Red Ring + - Id: 8141 + Title: Mashenka's Red Ring + - Id: 8142 + Title: Searching the Marsh + - Id: 8143 + Title: The Flute's Voice + - Id: 8144 + Title: Ryubaba's Confession + - Id: 8145 + Title: Worried Mother's Request + - Id: 8146 + Title: Finding Lusalka + - Id: 8147 + Title: Lusalka's Beloved + - Id: 8148 + Title: Lusalka's Beloved + - Id: 8149 + Title: Searching for Igor + - Id: 8150 + Title: Igor's message + - Id: 8151 + Title: Marozka's Cave + - Id: 8152 + Title: The Golden Thread + - Id: 8153 + Title: Test of mind and wisdom + - Id: 8154 + Title: The Keymaker + - Id: 8155 + Title: Baba Yaga's Favor + - Id: 8156 + Title: Baba Yaga's Favor + - Id: 8157 + Title: Baba Yaga's Favor + - Id: 8158 + Title: Baba Yaga's Favor + - Id: 8159 + Title: Baba Yaga's Favor + - Id: 8160 + Title: Baba Yaga's Favor + - Id: 8161 + Title: Baba Yaga's Favor + - Id: 8162 + Title: Baba Yaga's Favor + - Id: 8163 + Title: Baba Yaga's Favor + - Id: 8164 + Title: Baba Yaga's Favor + - Id: 8165 + Title: Baba Yaga's Favor + - Id: 8166 + Title: Baba Yaga's Favor + - Id: 8167 + Title: The Golden Key + - Id: 8168 + Title: Koshei, the Immortal + - Id: 8169 + Title: Living and Dead Water + - Id: 8170 + Title: Living and Dead Water + - Id: 8171 + Title: Living and Dead Water + - Id: 8181 + Title: Sight Blaster + - Id: 8182 + Title: Push Back Theory + - Id: 8183 + Title: Sight Blaster + - Id: 8184 + Title: Elemental Converter + - Id: 8185 + Title: Elemental Change + - Id: 8186 + Title: Fire Elemental Change + - Id: 8187 + Title: Earth Elemental Change + - Id: 8188 + Title: Wind Elemental Change + - Id: 8189 + Title: Water Elemental Change + - Id: 8190 + Title: Charming Wink + - Id: 8191 + Title: Charming Advisor + - Id: 8192 + Title: Selfish Advisor + - Id: 8193 + Title: Selfish Advisor + - Id: 8194 + Title: Drunken Advisor + - Id: 8195 + Title: Kind Canell + - Id: 8196 + Title: The Tripartite Union's Feud + - Id: 8197 + Title: Document Delivery + - Id: 8198 + Title: Report to the United Research Official + - Id: 8199 + Title: United Research Official's Favor + - Id: 8200 + Title: Ryosen's Document Requests + - Id: 8201 + Title: Missing Document + - Id: 8202 + Title: Document Restoration + - Id: 8203 + Title: Document Restoration + - Id: 8204 + Title: Ryosen + - Id: 8205 + Title: Report to the United Research Official + - Id: 8206 + Title: Researchers' Meeting + - Id: 8207 + Title: Hansenne is not guilty. + - Id: 8208 + Title: Hansenne's Favor + - Id: 8209 + Title: Hue's Report + - Id: 8210 + Title: Report to the United Research Official + - Id: 8211 + Title: Shurank's Lecture + - Id: 8212 + Title: Shurank's Lecture + - Id: 8213 + Title: Shurank's Lecture + - Id: 8214 + Title: Shurank's Lecture + - Id: 8215 + Title: Shurank's Lecture + - Id: 8216 + Title: Shurank's Order + - Id: 8217 + Title: Dequ'ee's Message + - Id: 8218 + Title: Shurank's Lecture + - Id: 8219 + Title: Shurank's Lecture + - Id: 8220 + Title: Shurank's Lecture + - Id: 8221 + Title: Shurank's Lecture + - Id: 8222 + Title: Shurank's order + - Id: 8223 + Title: Dequ'ee's order + - Id: 8224 + Title: The clue + - Id: 8225 + Title: Dequ'ee's Reasoning + - Id: 8226 + Title: Bankley's Death + - Id: 8227 + Title: Return to Shurank + - Id: 8228 + Title: Shurank's Lecture + - Id: 8229 + Title: Guarnien's Lecture + - Id: 8230 + Title: Guarnien's Lecture + - Id: 8231 + Title: Guarnien's Lecture + - Id: 8232 + Title: Guarnien's Lecture + - Id: 8233 + Title: Guarnien's Lecture + - Id: 8234 + Title: Prontera Market Research + - Id: 8235 + Title: Guarnien's Lecture + - Id: 8236 + Title: Guarnien's Lecture + - Id: 8237 + Title: Guarnien's Lecture + - Id: 8238 + Title: Guarnien's Lecture + - Id: 8239 + Title: Guarnien's Lecture + - Id: 8240 + Title: Guarnien's Lecture + - Id: 8241 + Title: Collection of Red Jewel + - Id: 8242 + Title: Collection of blue Jewel + - Id: 8243 + Title: Learning new languages + - Id: 8244 + Title: Fairies and Tree Giants + - Id: 8245 + Title: Language sample investigation + - Id: 8246 + Title: Language sample investigation + - Id: 8247 + Title: Research progress + - Id: 8248 + Title: Research progress + - Id: 8249 + Title: Compressing Information + - Id: 8250 + Title: Storage Gem + - Id: 8251 + Title: Injection of Magic + - Id: 8252 + Title: Handworked jewels + - Id: 8253 + Title: Language translation device + TimeLimit: +1h + - Id: 8254 + Title: with a light heart and body + - Id: 8255 + Title: The test of power for existence + - Id: 8256 + Title: The test of power for existence + - Id: 8257 + Title: Providing food of Teardrop + - Id: 8258 + Title: Providing food of Teardrop + - Id: 8259 + Title: to a place for taking a practical technique test + - Id: 8260 + Title: Mission! Documents delivery + - Id: 8261 + Title: When you play the flute,then the wolf show up! + - Id: 8262 + Title: Ranger master never again + - Id: 8265 + Title: One time a one hour! + - Id: 8266 + Title: Hunting poison spore! + Targets: + - Mob: POISON_SPORE + Count: 10 + - Id: 8267 + Title: Hunting smokie! + Targets: + - Mob: SMOKIE + Count: 10 + - Id: 8268 + Title: Hunt elder wilow! + Targets: + - Mob: ELDER_WILOW + Count: 10 + - Id: 8269 + Title: Hunt coco! + Targets: + - Mob: COCO + Count: 10 + - Id: 8270 + Title: Hunt tharafrog! + Targets: + - Mob: THARA_FROG + Count: 10 + - Id: 8271 + Title: Toxic sprays delivery! + - Id: 8272 + Title: Deliver a honey! + - Id: 8273 + Title: Deliver a blanket! + - Id: 8274 + Title: Collect bones! + - Id: 8275 + Title: Collect feet! + - Id: 8276 + Title: Collect scell! + - Id: 8277 + Title: Collect tails! + - Id: 8278 + Title: Collect cookies! + - Id: 8279 + Title: Collect mustache! + - Id: 9000 + Title: Job Change to Knight + - Id: 9001 + Title: Loyalty of a Knight + - Id: 9002 + Title: Loyalty of a Knight + - Id: 9003 + Title: The Honor of a Knight + - Id: 9004 + Title: The Honor of a Knight + - Id: 9005 + Title: Tenacity of a Knight + - Id: 9006 + Title: Tenacity of a Knight + - Id: 9007 + Title: The Honor of a Knight + - Id: 9008 + Title: Etiquette as a Knight + - Id: 9009 + Title: Life as a Knight + - Id: 9010 + Title: Quality of reverence + - Id: 9011 + Title: Life as a Knight + - Id: 9012 + Title: Glory of a Knight! + - Id: 9013 + Title: Job Change to Wizard + - Id: 9014 + Title: Job Change to Wizard + - Id: 9015 + Title: Job Change to Wizard + - Id: 9016 + Title: Job Change to Wizard + - Id: 9017 + Title: Job Change to Wizard + - Id: 9018 + Title: Certified as a Wizard! + - Id: 9058 + Title: O'Riley's Request + - Id: 9059 + Title: Happy St. Patrick's Day + - Id: 9117 + Title: Lina's Curse + - Id: 9118 + Title: Lina's Curse - Deviruchi Hunt + Targets: + - Mob: DEVIRUCHI + Count: 50 + - Id: 9119 + Title: Lina's Curse - Wraith Dead Hunt + Targets: + - Mob: WRAITH_DEAD + Count: 50 + - Id: 9120 + Title: Lina's Curse - Dullahan Hunt + Targets: + - Mob: DULLAHAN + Count: 50 + - Id: 9121 + Title: Lina's Curse - Nightmare Terror Hunt + Targets: + - Mob: NIGHTMARE_TERROR + Count: 50 + - Id: 9122 + Title: Lina's Curse + - Id: 9123 + Title: Lina's Curse + - Id: 9024 + Title: An errand boy from Einbroch + - Id: 9028 + Title: Strange Hydra + - Id: 9029 + Title: "Strange Hydra : present conditions" + TimeLimit: +1d + - Id: 9030 + Title: Find a puppy + - Id: 9031 + Title: Find a puppy + - Id: 9032 + Title: Find a puppy + TimeLimit: +1d + - Id: 9155 + Title: Getting materials for the Jaty Crown + - Id: 9156 + Title: Make the Jaty Crown + - Id: 9157 + Title: Reward from Sage, Kasyapa + - Id: 9158 + Title: Delivery of Good News(1) + - Id: 9159 + Title: Back to Paiko + - Id: 9160 + Title: Delivery of Good News(2) + - Id: 9161 + Title: Back to Paiko + - Id: 9162 + Title: Delivery of Good News(3) + - Id: 9163 + Title: Back to Paiko + - Id: 9164 + Title: Delivery of Good News(4) + - Id: 9165 + Title: Reward from Paiko for success of Jaty Crown + - Id: 9167 + Title: Tutorial - Mercenary for Hire + - Id: 9168 + Title: Quest Window Check + - Id: 9169 + Title: Window Shopper Catalogue + - Id: 9170 + Title: Window Shopper Catalogue + - Id: 9171 + Title: Enchanting Items + - Id: 9172 + Title: Enchanted Items + - Id: 9173 + Title: Tutorial Timer Cooldown + TimeLimit: +20h + - Id: 9222 + Title: Get Rid of Bangungot from Hospital 2F + Targets: + - Mob: BANGUNGOT_3 + Count: 1 + - Id: 9223 + Title: Will there be Peace at the Hospital? + TimeLimit: +7d + - Id: 9224 + Title: Explore Hospital 2F + TimeLimit: +1h + - Id: 9225 + Title: Mystery Robbery Incident 1 + - Id: 9226 + Title: Mystery Robbery Incident 2 + - Id: 9227 + Title: Mystery Robbery Incident 3 + - Id: 9228 + Title: Mystery Robbery Incident 4 + - Id: 9229 + Title: Mystery Robbery Incident 5 + - Id: 9230 + Title: Mystery Robbery Incident 6 + - Id: 9231 + Title: Mystery Robbery Incident 7 + - Id: 9232 + Title: Mystery Robbery Incident 8 + - Id: 9233 + Title: Mystery Robbery Incident 9 + - Id: 9234 + Title: Mystery Robbery Incident 10 + - Id: 9235 + Title: Mystery Robbery Incident 11 + - Id: 9236 + Title: Mystery Robbery Incident 12 + - Id: 9237 + Title: Mystery Robbery Incident 13 + - Id: 9238 + Title: Mystery Robbery Incident 14 + - Id: 9239 + Title: Mystery Robbery Incident 15 + - Id: 9240 + Title: Luen's statement notes + - Id: 9241 + Title: Luen's statement notes + - Id: 9242 + Title: Luen's statement notes + - Id: 9243 + Title: Luen's statement notes + - Id: 9244 + Title: Dames's statement notes + - Id: 9245 + Title: Dames's statement notes + - Id: 9246 + Title: Dames's statement notes + - Id: 9247 + Title: Dames's statement notes + - Id: 9248 + Title: Rosa's statement notes + - Id: 9249 + Title: Rosa's statement notes + - Id: 9250 + Title: Rosa's statement notes + - Id: 9251 + Title: Rosa's statement notes + - Id: 9252 + Title: Observing Poppy + - Id: 9253 + Title: Examining a messy bookshelf + - Id: 9254 + Title: Examining a damaged book + - Id: 9255 + Title: Examining a container for soda cans + - Id: 9256 + Title: Examining a messed up table + - Id: 9257 + Title: Examining a foreign object + - Id: 9258 + Title: Field examination results + - Id: 9259 + Title: Confirming Cruyan's statements + Targets: + - Mob: MENBLATT + Count: 5 + - Mob: PETAL + Count: 30 + - Id: 9260 + Title: Survey investigation notes + - Id: 9262 + Title: Mystery Robbery Incident 16 + - Id: 9264 + Title: Job change to Mage + - Id: 9265 + Title: Job change to Mage + - Id: 9266 + Title: Job change to Mage + - Id: 9267 + Title: The way to be a strong Mage - 1 + - Id: 9268 + Title: The way to be a strong Mage - 2 + - Id: 9269 + Title: The way to be a strong Mage - 3 + - Id: 9270 + Title: The way to be a strong Mage - 4 + - Id: 9284 + Title: Stopping Geffen Gangsters + - Id: 9285 + Title: Beating Geffen Gangsters + - Id: 9286 + Title: Stop Geffen Gangsters + - Id: 9287 + Title: Defeating Geffen Gangsters + - Id: 9288 + Title: Catch a Geffen thief + - Id: 9289 + Title: Get things back from the thief + - Id: 9290 + Title: Participate in Magic competitions + - Id: 9291 + Title: Participate in Magic competitions + - Id: 9292 + Title: Participate in Magic competitions + - Id: 9293 + Title: Register in Magic Competition + Targets: + - Mob: DESERT_WOLF + Count: 1 + - Id: 9294 + Title: Registration Complete + - Id: 9295 + Title: 1st match of the Tournament has started + - Id: 9296 + Title: 2nd match of the Competition has started + - Id: 9297 + Title: 3rd match of the Competition has started + - Id: 9298 + Title: 4th match of the Competition has started + - Id: 9299 + Title: 5th match of the Competition has started + - Id: 9300 + Title: 6th match of the Competition has started + - Id: 9301 + Title: 7th match of the Competition has started + - Id: 9302 + Title: 8th match of the Competition has started + - Id: 9303 + Title: 9th match of the Competition has started + - Id: 9304 + Title: 10th match of the Competition has started + - Id: 9305 + Title: 11th match of the Competition has started + - Id: 9306 + Title: 12th match of the Competition has started + - Id: 9307 + Title: Final match of the Competition has started + - Id: 9308 + Title: Magic Competition Win~! + - Id: 9309 + Title: Magic Tournament defeat + - Id: 9310 + Title: Encounter Iris + - Id: 9311 + Title: Encounter Chaos + - Id: 9312 + Title: Encounter Lydia + - Id: 9313 + Title: Encounter Fenrir + - Id: 9314 + Title: Encounter Loki + - Id: 9315 + Title: Exploring the dimensional gap + TimeLimit: +23h + - Id: 9316 + Title: Re-exploring the crack of spaces + TimeLimit: +23h + - Id: 9318 + Title: Pursuing Hiding Morocc + Targets: + - Mob: EP14_MORS_BOSSB + Count: 1 + - Id: 9319 + Title: Pursuing Hiding Morocc Continues + TimeLimit: +23h + - Id: 9335 + Title: Search for shards of Gigantes + - Id: 9336 + Title: Go back to Professor Bernhard + TimeLimit: +7d + - Id: 9337 + Title: Wrapping up the Adventure + - Id: 9457 + Title: Solved Anyway + - Id: 9458 + Title: Pipe Cleaning + Targets: + - Mob: SEAANEMONE + Count: 20 + - Id: 9459 + Title: Too Early for Pipe Cleaning + TimeLimit: 4h + - Id: 9460 + Title: Collecting Ore Fragments + Drops: + - Mob: COWRAIDERS1 + Item: Fragment_of_Purple_Ore + Rate: 5000 + - Mob: COWRAIDERS2 + Item: Fragment_of_Purple_Ore + Rate: 5000 + - Mob: COYOTE + Item: Fragment_of_Purple_Ore + Rate: 5000 + - Id: 9461 + Title: Enough Ores + TimeLimit: 4h + - Id: 10000 + Title: To the Prontera Royal Court + - Id: 10001 + Title: Qualification Test + - Id: 10002 + Title: Qualification Review + - Id: 10003 + Title: Instructions on what to do + - Id: 10004 + Title: Interim Report + - Id: 10005 + Title: Prince Eigen Ahrum + - Id: 10006 + Title: Prince Ernst + - Id: 10007 + Title: Prince Poe + - Id: 10008 + Title: Prince Peter + - Id: 10009 + Title: Prince Urugen + - Id: 10010 + Title: Prince Helmut + - Id: 10011 + Title: Prince Erich + - Id: 10012 + Title: Conversation of the two princes + - Id: 10013 + Title: Searching for the unknown girl + - Id: 10014 + Title: Back to Peter + - Id: 10015 + Title: Test 15 + - Id: 10016 + Title: A Guest from the Walter Family + - Id: 10017 + Title: Conspiracy + - Id: 10018 + Title: Villainous Ahrum - Poe + - Id: 10019 + Title: Villainous Ahrum - Peter + - Id: 10020 + Title: Villainous Ahrum - Erich + - Id: 10021 + Title: Villainous Ahrum - Urugen + - Id: 10022 + Title: Villainous Ahrum - Helmut + - Id: 10023 + Title: Eigen Ahrum and Ernst -Former- + - Id: 10024 + Title: Eigen Ahrum and Ernst -Latter- + - Id: 10025 + Title: Good-bye, dear! + - Id: 10026 + Title: Reforming Meto + - Id: 10027 + Title: Reforming Meto + - Id: 10028 + Title: Reforming Meto + - Id: 10029 + Title: Reforming Meto + - Id: 10030 + Title: Reforming Meto + - Id: 10031 + Title: Reforming Meto + - Id: 10032 + Title: Reforming Meto + - Id: 10033 + Title: Reforming Meto + - Id: 10034 + Title: Search the knife + - Id: 10035 + Title: Deliver the knife + - Id: 10036 + Title: Material Supply-Candy + - Id: 10037 + Title: Material Supply-Crap Shells + - Id: 10038 + Title: Material Supply-Conch + - Id: 10039 + Title: Material Supply-Fish Tail + - Id: 10040 + Title: Material Supply-White Platter + - Id: 10041 + Title: Material Supply-? + - Id: 10042 + Title: Find the Piano Keys-5 remained + - Id: 10043 + Title: Find the Piano Keys-5 remained + - Id: 10044 + Title: Find the Piano Keys-4 remained + - Id: 10045 + Title: Find the Piano Keyboard-4 remained + - Id: 10046 + Title: Find the Piano Keyboard-3 remained + - Id: 10047 + Title: Find the Piano Keyboard-3 remained + - Id: 10048 + Title: Find the Piano Keyboard-2 remained + - Id: 10049 + Title: Find the Piano Keyboard-2 remained + - Id: 10050 + Title: Find the Piano Keyboard-1 remained + - Id: 10051 + Title: Find the Piano Keyboard-1 remained + - Id: 10052 + Title: Find the Piano Keyboard-To the piano + - Id: 10053 + Title: Find the Piano Keyboard-Fill the empty spot + - Id: 10054 + Title: On the Verge of the Escape-Clint Kana + - Id: 10055 + Title: Understanding the culture of Utan + - Id: 10056 + Title: Learning Utan Language + - Id: 10057 + Title: Onward to the Other World + - Id: 10058 + Title: Onward to the Other World + - Id: 10059 + Title: Onward to the Other World + - Id: 10060 + Title: Onward to the Other World + - Id: 10061 + Title: Onward to the Other World + - Id: 10062 + Title: Onward to the Other World + - Id: 10063 + Title: Onward to the Other World + - Id: 10064 + Title: Onward to the Other World + - Id: 10065 + Title: Onward to the Other World + - Id: 10066 + Title: Onward to the Other World + - Id: 10067 + Title: Onward to the Other World + - Id: 10068 + Title: Onward to the Other World + - Id: 10069 + Title: Onward to the Other World + - Id: 10070 + Title: Onward to the Other World + - Id: 10071 + Title: Onward to the Other World + - Id: 10072 + Title: Onward to the Other World + - Id: 10073 + Title: Onward to the Other World + - Id: 10074 + Title: Onward to the Other World + - Id: 10075 + Title: Onward to the Other World + - Id: 10076 + Title: Onward to the Other World + - Id: 10077 + Title: Onward to the Other World + - Id: 10078 + Title: Onward to the Other World + - Id: 10079 + Title: Escape from the reality, into the broad world + - Id: 10080 + Title: Escape from the reality, into the broad world + - Id: 10081 + Title: Escape from the reality, into the broad world + - Id: 10082 + Title: Escape from the reality, into the broad world + - Id: 10083 + Title: Escape from the reality, into the broad world + - Id: 10084 + Title: Escape from the reality, into the broad world + - Id: 10085 + Title: Escape from the reality, into the broad world + TimeLimit: +1d + - Id: 10086 + Title: Escape from the reality, into the broad world + - Id: 10087 + Title: Escape from the reality, into the broad world + TimeLimit: +1d + - Id: 10088 + Title: Escape from the reality, into the broad world + - Id: 10089 + Title: Escape from the reality, into the broad world + - Id: 10090 + Title: Job changes to Mechanic + - Id: 10091 + Title: Job changes to Mechanic + - Id: 10092 + Title: Job changes to Mechanic + - Id: 10093 + Title: Job changes to Mechanic + - Id: 10094 + Title: Job changes to Mechanic + - Id: 10095 + Title: Job changes to Mechanic + - Id: 10096 + Title: Job changes to Mechanic + - Id: 10097 + Title: Job changes to Mechanic + - Id: 10098 + Title: Job changes to Mechanic + - Id: 10099 + Title: Job changes to Mechanic + - Id: 10100 + Title: Job changes to Mechanic + - Id: 10101 + Title: Job changes to Mechanic + - Id: 10102 + Title: To client - the chapter of the sphinx dungeon + - Id: 10103 + Title: To client - the chapter of Glast heim + - Id: 10104 + Title: To client - the chapter of Juno + - Id: 10105 + Title: To client - the chapter of a clock tower + - Id: 10106 + Title: "To client - the chapter of localizing " + - Id: 10107 + Title: Sphinx dungeon - Requiem + Targets: + - Mob: REQUIEM + Count: 10 + - Id: 10108 + Title: Sphinx dungeon - Marduk + Targets: + - Mob: MARDUK + Count: 10 + - Id: 10109 + Title: Sphinx dungeon - Pasana + Targets: + - Mob: PASANA + Count: 10 + - Id: 10110 + Title: Glast heim - Dark Frame + Targets: + - Mob: DARK_FRAME + Count: 10 + - Id: 10111 + Title: Glast heim - Evil druid + Targets: + - Mob: EVIL_DRUID + Count: 10 + - Id: 10112 + Title: Glast heim - Wraith + Targets: + - Mob: WRAITH + Count: 10 + - Id: 10113 + Title: Glast Heim - Raydric Archer + Targets: + - Mob: RAYDRIC_ARCHER + Count: 10 + - Id: 10114 + Title: Juno - Grand Peco + Targets: + - Mob: GRAND_PECO + Count: 20 + - Id: 10115 + Title: Juno - sleeper + Targets: + - Mob: SLEEPER + Count: 20 + - Id: 10116 + Title: Juno - Goat + Targets: + - Mob: GOAT + Count: 20 + - Id: 10117 + Title: Juno - Harpy + Targets: + - Mob: HARPY + Count: 20 + - Id: 10118 + Title: Clock tower - Clock + Targets: + - Mob: CLOCK + Count: 15 + - Id: 10119 + Title: Clock tower - Punk + Targets: + - Mob: PUNK + Count: 15 + - Id: 10120 + Title: Clock tower - Rideword + Targets: + - Mob: RIDEWORD + Count: 15 + - Id: 10121 + Title: Localizing - Uzhas + Targets: + - Mob: UZHAS + Count: 15 + - Id: 10122 + Title: Localizing - Miyabi Doll + Targets: + - Mob: MIYABI_NINGYO + Count: 15 + - Id: 10123 + Title: Localizing - Mi Gao + Targets: + - Mob: INCREASE_SOIL + Count: 15 + - Id: 11000 + Title: Inspection of Odin Shrine + - Id: 11001 + Title: Inspection of Odin Shrine + - Id: 11002 + Title: Inspection of Odin Shrine + - Id: 11003 + Title: Inspection of Odin Shrine + - Id: 11004 + Title: Inspection of Odin Shrine + - Id: 11005 + Title: Inspection of Odin Shrine + - Id: 11006 + Title: Inspection of Odin Shrine + - Id: 11007 + Title: Inspection of Odin Shrine + - Id: 11008 + Title: Inspection of Odin Shrine + - Id: 11009 + Title: Morriphen's Request + - Id: 11010 + Title: Fetching the medicine + - Id: 11011 + Title: Medicine for two + - Id: 11012 + Title: Find Makkie + - Id: 11013 + Title: Red Plant Stem Powder + - Id: 11014 + Title: The researcher's medicine + - Id: 11015 + Title: Siria's cure + - Id: 11016 + Title: Morriphen's story + - Id: 11017 + Title: Exploring Juperos + - Id: 11018 + Title: Exploring Juperos + - Id: 11019 + Title: Exploring Juperos + - Id: 11020 + Title: Exploring Juperos + - Id: 11021 + Title: Exploring Juperos + - Id: 11022 + Title: Exploring Juperos + - Id: 11029 + Title: Going to the Turtle Island.. + - Id: 11030 + Title: Going to the Turtle Island.. + - Id: 11031 + Title: Going to the Turtle Island.. + - Id: 11032 + Title: Going to the Turtle Island.. + - Id: 11033 + Title: Going to the Turtle Island.. + - Id: 11034 + Title: Going to the Turtle Island.. + - Id: 11035 + Title: Going to the Turtle Island.. + - Id: 11036 + Title: Going to the Turtle Island.. + - Id: 11037 + Title: Going to the Turtle Island.. + - Id: 11038 + Title: Meet the Dead + - Id: 11039 + Title: Meet the Dead + - Id: 11040 + Title: Meet the Dead + - Id: 11041 + Title: Meet the Dead + - Id: 11042 + Title: Meet the Dead + - Id: 11043 + Title: Meet the Dead + - Id: 11044 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11045 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11046 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11047 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11048 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11049 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11050 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11051 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11052 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11053 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11054 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11055 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11056 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11057 + Title: Herb Medicine - Being a Doctor's Assistance + - Id: 11070 + Title: Poison King + - Id: 11071 + Title: Poison King + - Id: 11072 + Title: Poison King + - Id: 11073 + Title: Poison King + - Id: 11074 + Title: Poison King + - Id: 11075 + Title: Poison King + - Id: 11076 + Title: Poison King + - Id: 11077 + Title: Poison King + - Id: 11078 + Title: Poison King + - Id: 11079 + Title: Poison King + - Id: 11080 + Title: Poison King + - Id: 11081 + Title: Poison King + - Id: 11082 + Title: Poison King + - Id: 11083 + Title: Poison King + - Id: 11084 + Title: New Surroundings + - Id: 11085 + Title: New Surroundings + - Id: 11086 + Title: New Surroundings + - Id: 11087 + Title: Repairing the Tent + - Id: 11088 + Title: Repairing the Tent + - Id: 11089 + Title: Repairing the Tent + - Id: 11090 + Title: Repairing the Tent + - Id: 11091 + Title: Delivering Supplies + - Id: 11092 + Title: Delivering Supplies + - Id: 11093 + Title: Delivering Supplies + - Id: 11094 + Title: Delivering Supplies + - Id: 11095 + Title: Delivering Supplies + - Id: 11096 + Title: Delivering Supplies + - Id: 11097 + Title: Delivering Supplies + - Id: 11098 + Title: Delivering Supplies + - Id: 11099 + Title: To My Friend + - Id: 11100 + Title: To My Friend + - Id: 11101 + Title: Secret note of Bazet + - Id: 11102 + Title: Secret note of Bazet + - Id: 11103 + Title: Secret note of Bazet + - Id: 11104 + Title: Resting time + TimeLimit: +23h + - Id: 11105 + Title: Tendrilrion skin + - Id: 11106 + Title: Job changing to Warlock + - Id: 11107 + Title: Job changing to Warlock + - Id: 11108 + Title: Job changing to Warlock + - Id: 11109 + Title: Job changing to Warlock + - Id: 11110 + Title: Job changing to Warlock + - Id: 11111 + Title: Job changing to Warlock + - Id: 11112 + Title: Job changing to Warlock + - Id: 11113 + Title: Until radering is functioning + TimeLimit: +23h + - Id: 11114 + Title: "Request : Hunt Honet" + Targets: + - Mob: HORNET + Count: 10 + - Id: 11115 + Title: "Request : Hunt Condor" + Targets: + - Mob: CONDOR + Count: 20 + - Id: 11116 + Title: "Request : Hunt Grasshopper's Leg" + Targets: + - Mob: ROCKER + Count: 10 + - Id: 11117 + Title: "Request : Hunt Worm tail" + Targets: + - Mob: WORM_TAIL + Count: 20 + - Id: 11118 + Title: "Request : Hunt Spore" + Targets: + - Mob: SPORE + Count: 30 + - Id: 11119 + Title: "Request : Pest Control" + Targets: + - Mob: THIEF_BUG_EGG + Count: 20 + - Id: 11120 + Title: "Request : Hunt Muka" + Targets: + - Mob: MUKA + Count: 20 + - Id: 11121 + Title: "Request : Hunt Farmiliar" + Targets: + - Mob: FARMILIAR + Count: 20 + - Id: 11122 + Title: "Request : Collect Feather" + Targets: + - Mob: PECOPECO + Count: 30 + - Id: 11123 + Title: "Request : Collect Poison Spore" + Targets: + - Mob: POISON_SPORE + Count: 30 + - Id: 11124 + Title: "Request : Hunt Honet - Complete" + TimeLimit: +1d + - Id: 11125 + Title: "Request : Hunt Condor - Complete" + TimeLimit: +1d + - Id: 11126 + Title: "Request : Hunt Grasshopper's Leg - Complete" + TimeLimit: +1d + - Id: 11127 + Title: "Request : Hunt Worm Tail - Complete" + TimeLimit: +1d + - Id: 11128 + Title: "Request : Hunt Spore - Complete" + TimeLimit: +1d + - Id: 11129 + Title: "Request : Pest Control - Complete" + TimeLimit: +1d + - Id: 11130 + Title: "Request : Hunt Muka - Complete" + TimeLimit: +1d + - Id: 11131 + Title: "Request : Hunt Farmiliar - Complete" + TimeLimit: +1d + - Id: 11132 + Title: "Request : Collect Feather - Complete" + TimeLimit: +1d + - Id: 11133 + Title: "Request : Collect Poison Spore - Complete" + TimeLimit: +1d + - Id: 11135 + Title: Looking for Maestro Song + - Id: 11136 + Title: Looking for Maestro Song + - Id: 11137 + Title: Looking for Maestro Song + - Id: 11138 + Title: Looking for Maestro Song + - Id: 11139 + Title: Looking for Maestro Song + - Id: 11140 + Title: The sky, plane and travel sickness. + - Id: 11141 + Title: Human & gossip is towarding to the bar + - Id: 11142 + Title: Fearful metalic sound + - Id: 11143 + Title: Thanatos tower + - Id: 11144 + Title: "Juno manager : click" + - Id: 11145 + Title: "I want to get the " + Targets: + - Mob: TEDDY_BEAR + Count: 33 + - Id: 11146 + Title: to ice tunnel... + - Id: 11147 + Title: Lared's dew + - Id: 11148 + Title: Toward Comodo with the bow + - Id: 11149 + Title: Just pour the water. Pour! Pour!... + - Id: 11150 + Title: Looking for Maestro Song + - Id: 11151 + Title: Looking for Maestro Song + - Id: 11152 + Title: to the quiet place!... + - Id: 11153 + Title: Missing watch top + - Id: 11154 + Title: I will remember the memories with you.... + - Id: 11155 + Title: undefinable battler + - Id: 11156 + Title: annoying homework + Targets: + - Mob: DESERT_WOLF + Count: 100 + - Id: 11157 + Title: "Helmes valley " + - Id: 11158 + Title: On the way for meditation + - Id: 11159 + Title: Story of Brian + - Id: 11160 + Title: Story of John + - Id: 11161 + Title: Story of Tyler + - Id: 11162 + Title: Story of Rose + - Id: 11163 + Title: Story of Bain + - Id: 11164 + Title: Story of Lash + - Id: 11165 + Title: Delivery to Brian + - Id: 11166 + Title: Delivery to John + - Id: 11167 + Title: Delivery to Tyler + - Id: 11168 + Title: Delivery to Rose + - Id: 11169 + Title: Delivery to Bain + - Id: 11170 + Title: Delivery to Lash + - Id: 11171 + Title: Request from Frede + - Id: 11172 + Title: Request from Frede + - Id: 11173 + Title: Request from Frede + - Id: 11174 + Title: Supply Shortage + - Id: 11175 + Title: Supply Shortage + TimeLimit: +2h + - Id: 11176 + Title: For my friends + - Id: 11182 + Title: Theore's Report + TimeLimit: +1mn + - Id: 11183 + Title: Theore's Favor + - Id: 11184 + Title: Runaway Laphine + - Id: 11185 + Title: Pouch + - Id: 11186 + Title: Pouch + - Id: 11187 + Title: Pouch + - Id: 11188 + Title: Pouch + - Id: 11189 + Title: Roast Beef + - Id: 11190 + Title: Roast Beef + - Id: 11191 + Title: Shortage of Roast Beef + - Id: 11192 + Title: Mora Village... + - Id: 11193 + Title: Sonya's Friend + - Id: 11194 + Title: Runaway Laphine + - Id: 11195 + Title: Pouch + - Id: 11196 + Title: Pouch + - Id: 11197 + Title: Pouch + - Id: 11198 + Title: Mora Village... + - Id: 11199 + Title: Theo's Friend + - Id: 11200 + Title: Pouch + - Id: 11201 + Title: Roast Beef + - Id: 11202 + Title: Roast Beef + - Id: 11203 + Title: Shortage of Roast Beef + - Id: 11204 + Title: Mora Village... + - Id: 11205 + Title: Pauchon's Friend + - Id: 11206 + Title: Quick Delivery Yoneseu + - Id: 11207 + Title: A Very Heavy Burden + - Id: 11208 + Title: Daphne + - Id: 11209 + Title: Hardships of Thomas + - Id: 11210 + Title: Malangdo Reunion + - Id: 11211 + Title: Malangdo Reunion + - Id: 11212 + Title: Malangdo Reunion + - Id: 11213 + Title: Malangdo Reunion + - Id: 11214 + Title: Malangdo Reunion + - Id: 11215 + Title: Malangdo Reunion + - Id: 11216 + Title: Malangdo Reunion + - Id: 11217 + Title: Malangdo Reunion + - Id: 11218 + Title: Malangdo Reunion + - Id: 11219 + Title: Malangdo Reunion + - Id: 11220 + Title: Malangdo Reunion + - Id: 11221 + Title: Repair of cracks + - Id: 11222 + Title: Repair of cracks + - Id: 11223 + Title: Repair of cracks + - Id: 11224 + Title: Repair of cracks + - Id: 11225 + Title: Repair of cracks + - Id: 11226 + Title: Repair of cracks + - Id: 11227 + Title: Repair of cracks + - Id: 11228 + Title: Repair of cracks + - Id: 11229 + Title: Repair of cracks + - Id: 11230 + Title: Repair of cracks + - Id: 11231 + Title: Repair of cracks + - Id: 11232 + Title: Repair of cracks + - Id: 11233 + Title: Repair of cracks + - Id: 11234 + Title: Repair of cracks + - Id: 11235 + Title: Repair of cracks + - Id: 11236 + Title: Repair of cracks + - Id: 11237 + Title: Repair of cracks + - Id: 11238 + Title: Malangdo Fruits + - Id: 11239 + Title: Malangdo Fruits + TimeLimit: +23h + - Id: 11240 + Title: Repair of cracks + - Id: 11241 + Title: Repair of cracks + - Id: 11242 + Title: Repair of cracks + - Id: 11243 + Title: Repair of cracks + TimeLimit: +23h + - Id: 11244 + Title: Soft Jelly + - Id: 11245 + Title: Soft Jelly + TimeLimit: +23h + - Id: 11255 + Title: Otter Ssamsun + - Id: 11284 + Title: Nurse at Port Malaya-1 + - Id: 11285 + Title: Nurse at Port Malaya-2 + - Id: 11286 + Title: Nurse at Port Malaya-3 + - Id: 11287 + Title: Nurse at Port Malaya-4 + - Id: 11288 + Title: Nurse at Port Malaya-5 + - Id: 11289 + Title: Nurse at Port Malaya-6 + - Id: 11290 + Title: Nurse at Port Malaya-7 + - Id: 11291 + Title: Nurse at Port Malaya-8 + - Id: 11292 + Title: Nurse at Port Malaya-9 + - Id: 11293 + Title: Nurse at Port Malaya-10 + - Id: 11294 + Title: Nurse at Port Malaya-11 + - Id: 11295 + Title: Nurse at Port Malaya-12 + - Id: 11296 + Title: Nurse at Port Malaya-13 + - Id: 11297 + Title: Nurse at Port Malaya-14 + - Id: 11298 + Title: Nurse at Port Malaya-15 + - Id: 11299 + Title: Nurse at Port Malaya-16 + - Id: 11300 + Title: Nurse at Port Malaya-17 + - Id: 11301 + Title: Nurse at Port Malaya-18 + - Id: 11302 + Title: Nurse at Port Malaya-19 + - Id: 11303 + Title: Nurse at Port Malaya-20 + - Id: 11304 + Title: Nurse at Port Malaya-21 + - Id: 11305 + Title: Nurse at Port Malaya-22 + - Id: 11306 + Title: Nurse at Port Malaya-23 + - Id: 11307 + Title: Nurse at Port Malaya-24 + - Id: 11308 + Title: Nurse at Port Malaya-25 + - Id: 11309 + Title: Nurse at Port Malaya-26 + Targets: + - Mob: BANGUNGOT_3 + Count: 1 + - Id: 11310 + Title: Eclage's Entrance + TimeLimit: +30s + - Id: 11311 + Title: Eclage's Entrance + - Id: 11312 + Title: Goliath + - Id: 11313 + Title: Goliath + - Id: 11314 + Title: Goliath + - Id: 11315 + Title: And time keeps on flowing + - Id: 11316 + Title: And time keeps on flowing + - Id: 11317 + Title: And time keeps on flowing + - Id: 11318 + Title: And time keeps on flowing + - Id: 11319 + Title: And time keeps on flowing + - Id: 11320 + Title: And time keeps on flowing + - Id: 11321 + Title: And time keeps on flowing + - Id: 11322 + Title: And time keeps on flowing + - Id: 11323 + Title: And time keeps on flowing + - Id: 11324 + Title: And time keeps on flowing + - Id: 11325 + Title: The chicken or the egg + - Id: 11326 + Title: The chicken or the egg + - Id: 11327 + Title: The chicken or the egg + - Id: 11328 + Title: The chicken or the egg + - Id: 11329 + Title: The chicken or the egg + - Id: 11330 + Title: The chicken or the egg + - Id: 11331 + Title: The chicken or the egg + - Id: 11332 + Title: The chicken or the egg + - Id: 11333 + Title: Red seed and green seed + - Id: 11334 + Title: Red seed and green seed + - Id: 11335 + Title: Dreaming boy + - Id: 11336 + Title: Dreaming boy + - Id: 11337 + Title: Dreaming boy + - Id: 11338 + Title: Conversation with Subino + - Id: 11339 + Title: The most delicious on earth + Targets: + - Mob: PORING + Count: 10 + - Id: 11340 + Title: Carrots are delicious! + Targets: + - Mob: LUNATIC + Count: 10 + - Id: 11341 + Title: Rolling Fabre's clothing + Targets: + - Mob: FABRE + Count: 10 + - Id: 11342 + Title: Antidote Material~ + Targets: + - Mob: HORNET + Count: 10 + - Id: 11343 + Title: Conversation with Alice + - Id: 11344 + Title: Barrier!! + Targets: + - Mob: PUPA + Count: 5 + - Id: 11345 + Title: Conversation with Alice + - Id: 11346 + Title: Acolyte_damped creatures(LV.13) + - Id: 11347 + Title: Acolyte_soft bone(LV.18) + - Id: 11348 + Title: Acolyte_Solid bone(LV.23) + - Id: 11349 + Title: Dimensional Travel + - Id: 11350 + Title: Dimensional Travel + - Id: 11351 + Title: Dimensional Travel + - Id: 11352 + Title: Dimensional Travel + - Id: 11353 + Title: Dimensional Travel + - Id: 11354 + Title: Specimen Collection + - Id: 11355 + Title: Specimen Collection + Targets: + - Mob: FIREPIT + Count: 20 + - Id: 11356 + Title: Specimen Collection + - Id: 11357 + Title: Specimen Collection + Targets: + - Mob: SONIA + Count: 25 + - Id: 11358 + Title: Specimen Collection + - Id: 11359 + Title: Antidote + - Id: 11360 + Title: Antidote + - Id: 11361 + Title: Antidote + - Id: 11362 + Title: Antidote + - Id: 11363 + Title: To Phantasmagorika! + - Id: 11364 + Title: To Phantasmagorika! + - Id: 11365 + Title: To Phantasmagorika! + - Id: 11366 + Title: To Phantasmagorika! + - Id: 11367 + Title: Looking for the Traces + - Id: 11368 + Title: Looking for the Traces + - Id: 11369 + Title: Looking for the Traces + - Id: 11370 + Title: Looking for the Traces + - Id: 11371 + Title: Looking for the Traces + - Id: 11372 + Title: Looking for the Traces + - Id: 11373 + Title: Looking for the Traces + - Id: 11374 + Title: Looking for the Traces + - Id: 11375 + Title: Looking for the Traces + - Id: 11376 + Title: Let the Specialists Handle It + - Id: 11377 + Title: Act of Kindness + - Id: 11378 + Title: "Trick or treat " + - Id: 11379 + Title: Final Room + TimeLimit: +23h + - Id: 11380 + Title: Final Room + Targets: + - Mob: T_W_O + Count: 1 + - Id: 11381 + Title: Vestige + - Id: 11382 + Title: Vestige + - Id: 11383 + Title: Vestige + - Id: 11384 + Title: Vestige + - Id: 11385 + Title: Vestige + - Id: 11386 + Title: Vestige + - Id: 11387 + Title: Vestige + - Id: 11388 + Title: Vestige + - Id: 11389 + Title: Vestige + - Id: 11394 + Title: Call of the Royal Head Chef + - Id: 11395 + Title: Why Should I Prepare for the Banquets? + - Id: 11396 + Title: Why Should I Prepare for the Banquets? + - Id: 11397 + Title: Why Should I Prepare for the Banquets? + - Id: 11398 + Title: Why Should I Prepare for the Banquets? + - Id: 11399 + Title: Why Should I Prepare for the Banquets? + - Id: 11400 + Title: The Geoborgs + - Id: 11401 + Title: The Geoborgs + - Id: 11402 + Title: The Geoborgs + - Id: 11403 + Title: The Geoborgs + - Id: 11404 + Title: The Geoborgs + - Id: 11405 + Title: The Geoborgs + - Id: 11406 + Title: The Geoborgs + - Id: 11407 + Title: The Geoborgs + - Id: 11408 + Title: The Geoborgs + - Id: 11409 + Title: The Geoborgs + - Id: 11410 + Title: The Geoborgs + - Id: 11411 + Title: The Geoborgs + - Id: 11412 + Title: The Geoborgs + - Id: 11413 + Title: Why Should I Prepare for the Banquets? + - Id: 11414 + Title: Why Should I Prepare for the Banquets? + - Id: 11415 + Title: Why Should I Prepare for the Banquets? + - Id: 11416 + Title: Why Should I Prepare for the Banquets? + - Id: 11417 + Title: Why Should I Prepare for the Banquets? + - Id: 11418 + Title: Why Should I Prepare for the Banquets? + - Id: 11419 + Title: Why Should I Prepare for the Banquets? + Drops: + - Mob: GLASS_PLATE + Item: Advanced_Dish + Rate: 3000 + - Id: 11420 + Title: Why Should I Prepare for the Banquets? + - Id: 11421 + Title: "Banquet: Unexpected Sauce" + - Id: 11422 + Title: Complete Today's Sauce + TimeLimit: 4h + - Id: 11423 + Title: "Banquet: Griffin Barbecue" + - Id: 11424 + Title: "Banquet: Griffin Barbecue" + - Id: 11425 + Title: Complete Today's Grilled Griffin + TimeLimit: 4h + - Id: 11426 + Title: "Banquet: Washing 15 Dishes" + Drops: + - Mob: GLASS_PLATE + Item: Advanced_Dish + Rate: 3000 + - Id: 11427 + Title: Complete Today's Dish Collecting + TimeLimit: 4h + - Id: 11428 + Title: Ingredient for the Sauce + - Id: 11429 + Title: Ingredient for the Sauce + - Id: 11430 + Title: Ingredient for the Sauce + - Id: 11431 + Title: Ingredient for the Sauce + - Id: 11435 + Title: Vigilante Corp + - Id: 11436 + Title: Vigilante Corp + - Id: 11437 + Title: Vigilante Corp + - Id: 11438 + Title: Vigilante Corp + - Id: 11439 + Title: Vigilante Corp + - Id: 11440 + Title: Vigilante Corp + - Id: 11441 + Title: Vigilante Corp + - Id: 11442 + Title: Vigilante Corp + - Id: 11443 + Title: Vigilante Corp + - Id: 11444 + Title: Vigilante Corp + Drops: + - Mob: DR_RODA_FROG + Item: Luxurious_Cloth + Rate: 5000 + - Id: 11445 + Title: Vigilante Corp + - Id: 12000 + Title: An old friend + - Id: 12001 + Title: Digotz, Maku's old friend + - Id: 12002 + Title: Messenger of Friendship + - Id: 12003 + Title: Digotz's message + - Id: 12004 + Title: Maku's other friend + - Id: 12005 + Title: Benkaistein + - Id: 12006 + Title: Benkaistein's lost item + - Id: 12007 + Title: Kazien + - Id: 12008 + Title: Researcher Garins + - Id: 12009 + Title: Failed mission + - Id: 12010 + Title: No entrance + - Id: 12011 + Title: Lyozien + - Id: 12012 + Title: Meet Mr. Ahman + - Id: 12013 + Title: Delivery complete + - Id: 12014 + Title: More missions + - Id: 12015 + Title: Ghalstein + - Id: 12016 + Title: Sneaking into the Laboratory + - Id: 12017 + Title: Membership approved + - Id: 12018 + Title: Meeting the President + - Id: 12019 + Title: The President's Mission + - Id: 12020 + Title: Rescuing a Secret Wing Member + - Id: 12021 + Title: The Sealed File Folder + - Id: 12022 + Title: The Sealed File Folder + - Id: 12023 + Title: Shinokas the researcher + - Id: 12024 + Title: Kafra Corporation Agent + - Id: 12025 + Title: Rekenber's Secret Archive + - Id: 12026 + Title: Rekenber's Secret Archive + - Id: 12027 + Title: Rekenber's Secret Archive + - Id: 12028 + Title: Kurelle the traitor + - Id: 12029 + Title: Lost Engagement Ring + - Id: 12030 + Title: Engagement Ring Found + - Id: 12031 + Title: Find Annon + - Id: 12032 + Title: Searching for Annon + - Id: 12033 + Title: Traces of blood + - Id: 12034 + Title: Annon's side of the story + - Id: 12035 + Title: Holy Threads + - Id: 12036 + Title: The Stone Slate Message + - Id: 12037 + Title: Holier Threads + - Id: 12038 + Title: Searching for the Sa-mhing Tiger + - Id: 12039 + Title: Boonthom's Comrade + - Id: 12040 + Title: Benkaistein's Journal + - Id: 12041 + Title: Benkaistein's Journal + - Id: 12042 + Title: Benkaistein's Journal + - Id: 12043 + Title: Pass to the Slums + - Id: 12044 + Title: Soothing a crying child 1 + - Id: 12045 + Title: Soothing a crying child 2 + - Id: 12046 + Title: Soothing a crying child 3 + - Id: 12047 + Title: Soothing a crying child 4 + - Id: 12048 + Title: Soothing a crying child 5 + - Id: 12049 + Title: Job Quest 1 - Rogue + - Id: 12050 + Title: Job Quest 2 - Rogue + - Id: 12051 + Title: Job Quest 3 - Rogue + - Id: 12052 + Title: Job Quest 4 - Rogue + - Id: 12053 + Title: Job Quest 5 - Rogue + - Id: 12054 + Title: Job Quest 6 - Rogue + - Id: 12055 + Title: Job Quest - Assassin + - Id: 12056 + Title: Job Quest - Assassin + - Id: 12057 + Title: Pass to the Lab + - Id: 12058 + Title: Admission Restricted to the 102 Tower + TimeLimit: +7d + - Id: 12059 + Title: Orc's Memory Time Limit + TimeLimit: +2h + - Id: 12060 + Title: Today's Fishing Closed + TimeLimit: +1d + - Id: 12061 + Title: Concentration + TimeLimit: +10s + - Id: 12062 + Title: Today's Mining Closed + TimeLimit: +1d + - Id: 12070 + Title: Limited time for enter + TimeLimit: +4h + - Id: 12071 + Title: Stamp a seal on the attendance book + TimeLimit: +1d + - Id: 12072 + Title: Hunt tharafrog + Targets: + - Mob: THARA_FROG + Count: 20 + - Id: 12073 + Title: Remove Cruiser + Targets: + - Mob: CRUISER + Count: 15 + - Id: 12074 + Title: Remove Kukre + Targets: + - Mob: KUKRE + Count: 30 + - Id: 12075 + Title: Remove orcbaby + Targets: + - Mob: ORC_BABY + Count: 15 + - Id: 12076 + Title: Remove orcwarroir + Targets: + - Mob: ORK_WARRIOR + Count: 20 + - Id: 12077 + Title: Hunt vadon + Targets: + - Mob: VADON + Count: 15 + - Id: 12078 + Title: Hunt Megalodon + Targets: + - Mob: MEGALODON + Count: 30 + - Id: 12079 + Title: Hunt Marse + Targets: + - Mob: MARSE + Count: 15 + - Id: 12080 + Title: Hunt Cornutus + Targets: + - Mob: CORNUTUS + Count: 20 + - Id: 12081 + Title: Remove Myst + Targets: + - Mob: MYST + Count: 15 + - Id: 12082 + Title: Hunt shellfish + Targets: + - Mob: SHELLFISH + Count: 30 + - Id: 12083 + Title: Hunt Marine sphere + Targets: + - Mob: MARINE_SPHERE + Count: 15 + - Id: 12084 + Title: Hunt Phen + Targets: + - Mob: PHEN + Count: 20 + - Id: 12085 + Title: Remove orcskeleton + Targets: + - Mob: ORC_SKELETON + Count: 15 + - Id: 12086 + Title: Remove Zenorc + Targets: + - Mob: ZENORC + Count: 30 + - Id: 12087 + Title: Remove mummy + Targets: + - Mob: MUMMY + Count: 15 + - Id: 12088 + Title: Accomplishing a request + - Id: 12090 + Title: Mysterious guy + - Id: 12091 + Title: Just save the burning heart + - Id: 12092 + Title: Long lasting story + - Id: 12093 + Title: the record the intelligence Lyoda left + - Id: 12094 + Title: The damaged shield letter + - Id: 12096 + Title: Towards Karakas + - Id: 12097 + Title: Basic preparation + - Id: 12098 + Title: Tour of dungeon + - Id: 12099 + Title: Remove Root Cause + Targets: + - Mob: DRACO_EGG + Count: 10 + - Id: 12100 + Title: Violent Winged Insect + Targets: + - Mob: LUCIOLA_VESPA + Count: 12 + - Id: 12101 + Title: Work Interference + Targets: + - Mob: DRACO + Count: 5 + - Id: 12102 + Title: Intelligent Snakes + Targets: + - Mob: NAGA + Count: 10 + - Id: 12103 + Title: Legendary Creature + Targets: + - Mob: CORNUS + Count: 1 + - Id: 12104 + Title: Insects with an Appetite + Targets: + - Mob: CENTIPEDE + Count: 15 + - Id: 12105 + Title: Moving Rocks + Targets: + - Mob: BRADIUM_GOLEM + Count: 10 + - Id: 12106 + Title: A child on a flower + Targets: + - Mob: PINGUICULA + Count: 15 + - Id: 12107 + Title: Twisted Love + Targets: + - Mob: PINGUICULA_D + Count: 10 + - Id: 12108 + Title: Dangerous Plant Removal + Targets: + - Mob: NEPENTHES + Count: 12 + - Id: 12109 + Title: Larva Extermination + Targets: + - Mob: CENTIPEDE_LARVA + Count: 14 + - Id: 12110 + Title: Demon of Water + Targets: + - Mob: AQUA_ELEMENTAL + Count: 7 + - Id: 12111 + Title: Bird with ugly face + Targets: + - Mob: TATACHO + Count: 10 + - Id: 12117 + Title: Withered Flower + - Id: 12118 + Title: Welcomed Mineral + - Id: 12119 + Title: Valuable Textile + - Id: 12120 + Title: Curious Meat + - Id: 12121 + Title: Materials to Clear Snow + - Id: 12122 + Title: Best Cooler Material + - Id: 12123 + Title: Best Paint + - Id: 12124 + Title: Rare Valuable + - Id: 12125 + Title: Armory Material + - Id: 12126 + Title: Advanced Armory Material + - Id: 12127 + Title: Supervisor's Tool + - Id: 12128 + Title: Preparation for Heating + - Id: 12129 + Title: Suspicious Food + - Id: 12130 + Title: Useful Material + - Id: 12131 + Title: Essential Material for Construction + - Id: 12132 + Title: Essential Material for Construction 2 + - Id: 12133 + Title: Decoration arrangement + - Id: 12134 + Title: Instant Receptacle + - Id: 12135 + Title: Not enough medicine + - Id: 12136 + Title: Honey robber + - Id: 12137 + Title: Tools for Experiment + - Id: 12138 + Title: Fine Gift Samples + - Id: 12139 + Title: Respect for Taste! + - Id: 12140 + Title: Courtesy for Regulars + - Id: 12141 + Title: Special Package + - Id: 12142 + Title: Dangerous Request + - Id: 12143 + Title: Strange Trend + - Id: 12144 + Title: Unknown Usage + - Id: 12145 + Title: Other World Cuisine + - Id: 12146 + Title: Filling in Cracks + - Id: 12147 + Title: Adhesive Material + - Id: 12148 + Title: Bait for Tatacho Hunting + - Id: 12149 + Title: Swordmanship Practice + - Id: 12150 + Title: Pretty reddish vegetable + - Id: 12151 + Title: Tenacity of the pub owner + - Id: 12152 + Title: Tastes like home cooking + - Id: 12153 + Title: Hazardous plant when burnt + - Id: 12154 + Title: Unexpectedly Normal + - Id: 12155 + Title: Gift with heart + - Id: 12156 + Title: Respect personal appetite! + - Id: 12157 + Title: Resolution of the pub owner + - Id: 12158 + Title: Rage of the pub owner + - Id: 12159 + Title: Quest record from Laponte + TimeLimit: +23h + - Id: 12160 + Title: Quest record from Kalipo + TimeLimit: +23h + - Id: 12161 + Title: Quest record from Pura + TimeLimit: +23h + - Id: 12162 + Title: Quest record from Tragis + TimeLimit: +23h + - Id: 12163 + Title: Quest record from Calyon + TimeLimit: +23h + - Id: 12164 + Title: Quest record from Moltuka + TimeLimit: +23h + - Id: 12165 + Title: Dizziness + TimeLimit: +6h + - Id: 12166 + Title: Tree Root Doc. + - Id: 12167 + Title: Reptile Tongue Doc. + - Id: 12168 + Title: Scorpion Tail Doc. + - Id: 12169 + Title: Stem Doc. + - Id: 12170 + Title: Pointed Scale Doc. + - Id: 12171 + Title: Resin Doc. + - Id: 12172 + Title: Spawn Doc. + - Id: 12173 + Title: Jellopy Doc. + - Id: 12174 + Title: Fish Tail Doc. + - Id: 12175 + Title: Worm Peeling Doc. + - Id: 12176 + Title: Gill Doc. + - Id: 12177 + Title: Tooth of Bat Doc. + - Id: 12178 + Title: Fluff Doc. + - Id: 12179 + Title: Chrysalis Doc. + - Id: 12180 + Title: Feather of Birds Doc. + - Id: 12181 + Title: Talon Document Doc. + - Id: 12182 + Title: Sticky Webfoot Doc. + - Id: 12183 + Title: Animal Skin Doc. + - Id: 12184 + Title: Wolf Claw Doc. + - Id: 12185 + Title: Mushroom Spore Doc. + - Id: 12186 + Title: Orc's Fang Doc. + - Id: 12187 + Title: Evil Horn Doc. + - Id: 12188 + Title: Powder of Butterfly Doc. + - Id: 12189 + Title: Bill of Birds Doc. + - Id: 12190 + Title: Snake Scale Doc. + - Id: 12191 + Title: Insect Feeler Doc. + - Id: 12192 + Title: Immortal Heart Doc. + - Id: 12193 + Title: Rotten Bandage Doc. + - Id: 12194 + Title: Decayed Nail Doc. + - Id: 12195 + Title: Horrendous Mouth Doc. + - Id: 12196 + Title: Tentacle Doc. + - Id: 12197 + Title: Shell Doc. + - Id: 12198 + Title: Scale Shell Doc. + - Id: 12199 + Title: Venom Canine Doc. + - Id: 12200 + Title: Sticky Mucus Doc. + - Id: 12201 + Title: Bee Sting Doc. + - Id: 12202 + Title: Grasshopper's Leg Doc. + - Id: 12203 + Title: Royal Jelly Doc. + - Id: 12204 + Title: Yoyo Tail Doc. + - Id: 12205 + Title: Solid Shell Doc. + - Id: 12206 + Title: Yam Doc. + - Id: 12207 + Title: Raccoon Leaf Doc. + - Id: 12208 + Title: Snail's Shell Doc. + - Id: 12209 + Title: Horn Doc. + - Id: 12210 + Title: Bear's Footskin Doc. + - Id: 12211 + Title: Feather Doc. + - Id: 12212 + Title: Red Herb Doc. + - Id: 12213 + Title: Carrot Doc. + - Id: 12214 + Title: Cactus Needle Doc. + - Id: 12215 + Title: Stone Heart Doc. + - Id: 12216 + Title: Pouty Jahbong + TimeLimit: +6h + - Id: 12217 + Title: Request - Traces of wild boar hunt + - Id: 12218 + Title: How to make lava elixir + - Id: 12219 + Title: How to creat flame elixir + - Id: 12220 + Title: How to create glaicer elixir + - Id: 12221 + Title: How to create fossil elixir + - Id: 12222 + Title: How to create storm elixir + - Id: 12225 + Title: Pom Spider Hunting + Targets: + - Mob: POM_SPIDER + Count: 3 + - Id: 12226 + Title: Angra Mantis Hunting + Targets: + - Mob: ANGRA_MANTIS + Count: 4 + - Id: 12227 + Title: Parus Hunting + Targets: + - Mob: PARUS + Count: 5 + - Id: 12228 + Title: Little Fatam Hunting + Targets: + - Mob: LITTLE_FATUM + Count: 6 + - Id: 12229 + Title: Miming Hunting + Targets: + - Mob: MIMING + Count: 7 + - Id: 12230 + Title: Mora Monster Hunt + TimeLimit: +23h + - Id: 12231 + Title: Insect Feeler Collecting + - Id: 12232 + Title: Immortal Heart Collecting + - Id: 12233 + Title: Rotten Bandage Collecting + - Id: 12234 + Title: Orcish Voucher Collecting + - Id: 12235 + Title: Skeleton Bone Collecting + - Id: 12236 + Title: Memento Collecting + - Id: 12237 + Title: Shell Collecting + - Id: 12238 + Title: Scale Shell Collecting + - Id: 12239 + Title: Venom Canine Collecting + - Id: 12240 + Title: Sticky Mucus Collecting + - Id: 12241 + Title: Mora Item Request 1 + TimeLimit: +23h + - Id: 12242 + Title: Mora Item Request 2 + TimeLimit: +23h + - Id: 12243 + Title: Missing Information on Tajareu + - Id: 12244 + Title: Missing Information on Tokenizer + - Id: 12245 + Title: Missing Information on Mesile + - Id: 12246 + Title: Missing Information on Noir + - Id: 12247 + Title: Missing Information on Pajama God + - Id: 12248 + Title: Missing Information on Mendel + - Id: 12249 + Title: Missing Information on Miles + - Id: 12250 + Title: Missing Information on Kunmune + - Id: 12251 + Title: Missing Information on Chayihokin + - Id: 12252 + Title: Missing Information on Tuale + - Id: 12253 + Title: Missing Person Search Time Limit + TimeLimit: +23h + - Id: 12254 + Title: Now it's cleaning + TimeLimit: +1h + - Id: 12255 + Title: Hunt deep sea crab + Targets: + - Mob: MD_CRAB + Count: 20 + - Id: 12256 + Title: Hunt deep sea squid + Targets: + - Mob: MD_MARSE + Count: 20 + - Id: 12257 + Title: Hunt Ancient crustacean + Targets: + - Mob: MD_VADON + Count: 20 + - Id: 12258 + Title: Hunt deep sea shell + Targets: + - Mob: MD_SHELLFISH + Count: 20 + - Id: 12259 + Title: Hunt ancient kukre + Targets: + - Mob: MD_KUKRE + Count: 20 + - Id: 12260 + Title: Hunt deep sea conch + Targets: + - Mob: MD_CORNUTUS + Count: 20 + - Id: 12261 + Title: Hunt deep sea horse + Targets: + - Mob: MD_MARC + Count: 30 + - Id: 12262 + Title: Hunt ancient sword fish + Targets: + - Mob: MD_SWORD_FISH + Count: 30 + - Id: 12263 + Title: Hunt ancient sea god + Targets: + - Mob: MD_STROUF + Count: 30 + - Id: 12264 + Title: Hunt mutation anolian + Targets: + - Mob: MD_ANOLIAN + Count: 30 + - Id: 12265 + Title: Hunt deep sea mermaid + Targets: + - Mob: MD_OBEAUNE + Count: 30 + - Id: 12266 + Title: Hunt transformable kapha + Targets: + - Mob: MD_KAPHA + Count: 30 + - Id: 12267 + Title: Hunt weird coelacanth + Targets: + - Mob: COELACANTH_N_M + Count: 1 + - Id: 12268 + Title: Hunt dark coelacanth + Targets: + - Mob: COELACANTH_N_A + Count: 1 + - Id: 12269 + Title: Hunt Cruel coelacanth + Targets: + - Mob: COELACANTH_H_A + Count: 1 + - Id: 12270 + Title: Hunt mutation coelacanth + Targets: + - Mob: COELACANTH_H_M + Count: 1 + - Id: 12271 + Title: In progress general culvert single day service + TimeLimit: +23h + - Id: 12272 + Title: In progress hard culvert single day service + TimeLimit: +23h + - Id: 12273 + Title: In progress general culvert weekly service + TimeLimit: +6d17h + - Id: 12274 + Title: In progress hard culvert weekly service + TimeLimit: +6d17h + - Id: 12278 + Title: Towards Bakonawa Lake... + TimeLimit: +7d + - Id: 12279 + Title: Get Rid of Bakonawa + Targets: + - Mob: BAKONAWA_3 + Count: 1 + - Id: 12280 + Title: A suspicious prisoner + - Id: 12281 + Title: An unwanted favor + - Id: 12282 + Title: Gossip king Clever + - Id: 12283 + Title: The rift researcher + - Id: 12284 + Title: A cat merchant's source of information + - Id: 12285 + Title: A way to calm down a cat + - Id: 12286 + Title: Information traded for some canned foods + - Id: 12287 + Title: A weird experience + - Id: 12288 + Title: A successful experience + - Id: 12289 + Title: Another visitation + - Id: 12290 + Title: Clever's historical documents + - Id: 12291 + Title: Hidden historical documents (?) + - Id: 12292 + Title: The unknown ones + - Id: 12293 + Title: Figures in history + - Id: 12294 + Title: Tour of Eclage + - Id: 12295 + Title: Error + - Id: 12296 + Title: Fun times with the reactor + - Id: 12297 + Title: Encountering Etran + - Id: 12298 + Title: Two wishes + - Id: 12299 + Title: Revisiting Robert + - Id: 12300 + Title: Revisiting Etran + - Id: 12301 + Title: Two remaining friends + - Id: 12302 + Title: Salim Hamid + - Id: 12303 + Title: Applicant for trader + - Id: 12304 + Title: Introduction to merchantology + - Id: 12305 + Title: About the capability figure + - Id: 12306 + Title: Experience of disounts + - Id: 12307 + Title: Way to the Merchant + - Id: 12308 + Title: Removal of Worm Tails + - Id: 12309 + Title: Removal of Boa + - Id: 12310 + Title: Removal of Spore + - Id: 12311 + Title: Removal of Pirate Skeletons + - Id: 12312 + Title: Supplementary to the theory lesson + - Id: 12313 + Title: About stats + - Id: 12314 + Title: About skills + - Id: 12316 + Title: Meeting Hugin + - Id: 12317 + Title: Trace of Time Travel + TimeLimit: +23h + - Id: 12318 + Title: Corrupted Soul Hunt + Targets: + - Mob: MG_CORRUPTION_ROOT + Count: 1 + - Id: 12319 + Title: Amdarais Hunt + Targets: + - Mob: MG_AMDARAIS + Count: 1 + - Id: 12320 + Title: Time Traveler + - Id: 12321 + Title: Time Conqueror + - Id: 12322 + Title: Space Distortion + - Id: 12325 + Title: Faceworm's Nest after-effects + TimeLimit: +23h + - Id: 12326 + Title: The owner of old ring + TimeLimit: +1d + - Id: 12327 + Title: The memory of old photo album + TimeLimit: +1d + - Id: 12328 + Title: Dol-Seoi's Sorrow + TimeLimit: +1d + - Id: 12329 + Title: Keaton's Bracelet + TimeLimit: +1d + - Id: 12330 + Title: Skull-faced Girl + - Id: 12331 + Title: Trail of Toy Factory + TimeLimit: +23h + - Id: 12334 + Title: Trace of Time Travel + TimeLimit: +23h + - Id: 12335 + Title: Space Distortion + - Id: 12338 + Title: Time Traveler + - Id: 12339 + Title: Time Conqueror + - Id: 12340 + Title: Rebellion Job Change Quest + - Id: 12341 + Title: Rebellion Job Change Quest + - Id: 12342 + Title: Rebellion Job Change Quest + - Id: 12343 + Title: Rebellion Job Change Quest + Targets: + - Mob: J_REB_SHECIL1 + Count: 10 + - Id: 12344 + Title: Rebellion Job Change Quest + Targets: + - Mob: J_REB_SHECIL2 + Count: 3 + - Id: 12345 + Title: Rebellion Job Change Quest + - Id: 12346 + Title: Strange Ancient Science + - Id: 12347 + Title: Trace of Laboratory Access + TimeLimit: +23h + - Id: 12363 + Title: ?????? ?? ?? + - Id: 12369 + Title: Secret Business Relation + - Id: 12381 + Title: New Continent's Food Supplier + - Id: 12382 + Title: Distributing Food + TimeLimit: 4h + - Id: 12383 + Title: Sweet Potato Delivery + - Id: 12384 + Title: Meat Delivery + - Id: 12385 + Title: Carrot Delivery + - Id: 12386 + Title: Banana Delivery + - Id: 12387 + Title: Pumpkin Delivery + - Id: 12388 + Title: Mushroom Delivery + - Id: 12389 + Title: Guardian of Rock Ridge + - Id: 12390 + Title: Relieved for Now + TimeLimit: 4h + - Id: 12391 + Title: Buffaloes with Rifles + Targets: + - Mob: COWRAIDERS1 + Count: 15 + - Id: 12392 + Title: Punishing the Red Masks + Targets: + - Mob: COWRAIDERS2 + Count: 15 + - Id: 12393 + Title: Eye Patch Desperadoes + Targets: + - Mob: COWRAIDERS3 + Count: 15 + - Id: 12394 + Title: Exterminate Gray Four-legged Beasts + Targets: + - Mob: COYOTE + Count: 20 + - Id: 12395 + Title: Exterminate Swamp Arclouzes + Targets: + - Mob: RR_ARCLOUSE + Count: 10 + - Id: 12396 + Title: Exterminate Brown Rats + Targets: + - Mob: RR_CRAMP + Count: 10 + - Id: 12398 + Title: You're Good + TimeLimit: 4h + - Id: 12399 + Title: Hunt Heinous Criminals + Targets: + - Mob: E_COWRAIDERS1 + Count: 10 + - Id: 12400 + Title: Hunt Heinous Criminals + Targets: + - Mob: E_COWRAIDERS2 + Count: 10 + - Id: 12401 + Title: Hunt Heinous Criminals + Targets: + - Mob: E_COWRAIDERS3 + Count: 10 + - Id: 12402 + Title: Eliminate Dangerous Gas + Targets: + - Mob: GASTER + Count: 10 + - Id: 12403 + Title: Laborers of Rock Ridge + - Id: 12404 + Title: Are You Not Tired? + TimeLimit: 4h + - Id: 12405 + Title: Maintain the Red Pipe + - Id: 12406 + Title: Maintain the Blue Pipe + - Id: 12407 + Title: Maintain the Yellow Pipe + - Id: 12408 + Title: Maintain the White Pipe + - Id: 12409 + Title: Pipes Maintained + - Id: 12410 + Title: Contract with the Wealthy Merchant + - Id: 12411 + Title: Come Back Tomorrow + TimeLimit: 4h + - Id: 13000 + Title: RWC2011Card Gathering + - Id: 13001 + Title: RWC2011Card Gathering - Hold + TimeLimit: +23h + - Id: 13002 + Title: Brigan collecting + - Id: 13003 + Title: Carat Request + Targets: + - Mob: CARAT + Count: 30 + - Id: 13004 + Title: Carat Request timer + TimeLimit: +1h + - Id: 13005 + Title: Arclouse Request + Targets: + - Mob: ARCLOUSE + Count: 22 + - Id: 13006 + Title: Arclouse Request timer + TimeLimit: +1h + - Id: 13007 + Title: Anolian Request + Targets: + - Mob: ANOLIAN + Count: 30 + - Id: 13008 + Title: Anolian Request timer + TimeLimit: +1h + - Id: 13009 + Title: Sting Request + Targets: + - Mob: STING + Count: 30 + - Id: 13010 + Title: Sting Request timer + TimeLimit: +1h + - Id: 13011 + Title: Majoruros Request + Targets: + - Mob: MAJORUROS + Count: 30 + - Id: 13012 + Title: Majoruros Request timer + TimeLimit: +1h + - Id: 13013 + Title: Pinguicula Request + Targets: + - Mob: PINGUICULA + Count: 30 + - Id: 13014 + Title: Pinguicula Request timer + TimeLimit: +1h + - Id: 13015 + Title: Luciola Vespa Request + Targets: + - Mob: LUCIOLA_VESPA + Count: 30 + - Id: 13016 + Title: Luciola Vespa Request timer + TimeLimit: +1h + - Id: 13017 + Title: Desert Wolf Request + Targets: + - Mob: DESERT_WOLF + Count: 30 + - Id: 13018 + Title: Desert Wolf Request timer + TimeLimit: +1h + - Id: 13019 + Title: Snowier Request + Targets: + - Mob: SNOWIER + Count: 30 + - Id: 13020 + Title: Snowier Request timer + TimeLimit: +1h + - Id: 13021 + Title: Ice Titan Request + Targets: + - Mob: ICE_TITAN + Count: 30 + - Id: 13022 + Title: Ice Titan Request Timer + TimeLimit: +1h + - Id: 13023 + Title: Nightmare Terror Request + Targets: + - Mob: NIGHTMARE_TERROR + Count: 30 + - Id: 13024 + Title: Nightmare Terror Request Timer + TimeLimit: +1h + - Id: 13025 + Title: Flying Deleter Request + Targets: + - Mob: DELETER + Count: 30 + - Id: 13026 + Title: Deleter Request Timer + TimeLimit: +1h + - Id: 13040 + Title: Loli Ruri Request + Targets: + - Mob: LOLI_RURI + Count: 30 + - Id: 13041 + Title: Loli Ruri Request Timer + TimeLimit: +1h + - Id: 13042 + Title: Medusa Request + Targets: + - Mob: MEDUSA + Count: 30 + - Id: 13043 + Title: Medusa Request Timer + TimeLimit: +1h + - Id: 13044 + Title: Anubis Request + Targets: + - Mob: ANUBIS + Count: 20 + - Id: 13045 + Title: Anubis Request Timer + TimeLimit: +1h + - Id: 13046 + Title: Tendrilion Request + Targets: + - Mob: TENDRILRION + Count: 1 + - Id: 13047 + Title: Tendrilion Request Timer + TimeLimit: +1h + - Id: 13048 + Title: Tendrilion Request + Targets: + - Mob: TENDRILRION + Count: 1 + - Id: 13049 + Title: Tendrilion Request Timer + TimeLimit: +1h + - Id: 13050 + Title: The Laphine that loves the land + - Id: 13051 + Title: The singing Laphine + - Id: 13052 + Title: The watering Laphine + - Id: 13053 + Title: The dancing Laphine + - Id: 13054 + Title: The smiling Laphine + - Id: 13055 + Title: See if all the adventurers are safe + - Id: 13056 + Title: Reporter Rossi + - Id: 13057 + Title: Adventurer Euncheong + - Id: 13058 + Title: Troublemaker New Oz + - Id: 13059 + Title: End of project + TimeLimit: +22h + - Id: 13060 + Title: Safety confirmation complete! + TimeLimit: +22h + - Id: 13061 + Title: Food support + - Id: 13062 + Title: Food support - complete + TimeLimit: +22h + - Id: 13063 + Title: Dusting off + Targets: + - Mob: CENERE + Count: 20 + - Id: 13064 + Title: Dusting off - complete + TimeLimit: +22h + - Id: 13065 + Title: Collecting a souvenir + - Id: 13066 + Title: This is enough for souvenirs + TimeLimit: +22h + - Id: 13067 + Title: Raydric research + Targets: + - Mob: RAYDRIC + Count: 30 + - Id: 13068 + Title: Raydric research - timer + TimeLimit: +1h + - Id: 13069 + Title: Khalitzburg research + Targets: + - Mob: KHALITZBURG + Count: 30 + - Id: 13070 + Title: Khalitzburg research - timer + TimeLimit: +1h + - Id: 13071 + Title: Wander Man research + Targets: + - Mob: WANDER_MAN + Count: 30 + - Id: 13072 + Title: Wander Man research - timer + TimeLimit: +1h + - Id: 13073 + Title: Ancient Mimic research + Targets: + - Mob: ANCIENT_MIMIC + Count: 30 + - Id: 13074 + Title: Ancient Mimic research - timer + TimeLimit: +1h + - Id: 13075 + Title: Death Word research + Targets: + - Mob: DEATHWORD + Count: 30 + - Id: 13076 + Title: Death Word research - timer + TimeLimit: +1h + - Id: 13077 + Title: Owl Baron research + Targets: + - Mob: OWL_BARON + Count: 20 + - Id: 13078 + Title: Owl Baron research - timer + TimeLimit: +1h + - Id: 13079 + Title: Bloody Page Research + - Id: 13080 + Title: Bloody Page Research - Wait + TimeLimit: +1h + - Id: 13081 + Title: Dark Pinguicula research + Targets: + - Mob: PINGUICULA_D + Count: 30 + - Id: 13082 + Title: Dark Pinguicula research - timer + TimeLimit: +1h + - Id: 13083 + Title: Nepenthes research + Targets: + - Mob: NEPENTHES + Count: 30 + - Id: 13084 + Title: Nepenthes research - timer + TimeLimit: +1h + - Id: 13085 + Title: Naga research + Targets: + - Mob: NAGA + Count: 30 + - Id: 13086 + Title: Naga research - timer + TimeLimit: +1h + - Id: 13087 + Title: Centipede Larva research + Targets: + - Mob: CENTIPEDE_LARVA + Count: 20 + - Id: 13088 + Title: Centipede Larva research - timer + TimeLimit: +1h + - Id: 13089 + Title: Cornus research + Targets: + - Mob: CORNUS + Count: 30 + - Id: 13090 + Title: Cornus research - timer + TimeLimit: +1h + - Id: 13091 + Title: Mystic Horn Research + - Id: 13092 + Title: Mystic Horn Research - Wait + TimeLimit: +1h + - Id: 13093 + Title: Ancient Mummy research + Targets: + - Mob: ANCIENT_MUMMY + Count: 30 + - Id: 13094 + Title: Ancient Mummy research - timer + TimeLimit: +1h + - Id: 13095 + Title: Geffenia expedition + Targets: + - Mob: INCUBUS + Count: 10 + - Mob: SUCCUBUS + Count: 10 + - Mob: VIOLY + Count: 10 + - Id: 13096 + Title: Geffenia expedition - Wait + TimeLimit: +1h + - Id: 13097 + Title: Juperos expedition + Targets: + - Mob: VENATU_2 + Count: 30 + - Mob: VENATU_3 + Count: 30 + - Mob: VENATU_4 + Count: 30 + - Id: 13098 + Title: Juperos expedition - Wait + TimeLimit: +1h + - Id: 13099 + Title: Fragments and Rusty Screw + - Id: 13100 + Title: Fragments and Rusty Screw - Wait + TimeLimit: +1h + - Id: 13101 + Title: The way of Taekwon + - Id: 13102 + Title: Spinning kick + - Id: 13103 + Title: Breaking Willows + - Id: 13104 + Title: Breaking Spores + - Id: 13105 + Title: Breaking Zombies + - Id: 13106 + Title: Breaking Skeletons + - Id: 13107 + Title: Thanatos Tower Search + - Id: 13108 + Title: Rachel holy ground Search + - Id: 13109 + Title: Unknown island Search + - Id: 13110 + Title: Abyss Lake Search + - Id: 13111 + Title: Thanatos Tower Search - Reporting results + - Id: 13112 + Title: Rachel holy ground Search - Reporting results + - Id: 13113 + Title: Nameless Island Search - Reporting results + - Id: 13114 + Title: Abyss Lake Search - Reporting results + - Id: 13115 + Title: Thanatos Tower Search - Wait + TimeLimit: +1h + - Id: 13116 + Title: Rachel holy ground Search - Wait + TimeLimit: +1h + - Id: 13117 + Title: Unknown island Search - Wait + TimeLimit: +1h + - Id: 13118 + Title: Abyss Lake Search - Wait + TimeLimit: +1h + - Id: 13119 + Title: Combat Baroness of Retribution + Targets: + - Mob: RETRIBUTION + Count: 30 + - Id: 13120 + Title: Combat Baroness of Retribution - Wait + TimeLimit: +1h + - Id: 13121 + Title: Combat Lady Solace + Targets: + - Mob: SOLACE + Count: 30 + - Id: 13122 + Title: Combat Lady Solace - Wait + TimeLimit: +1h + - Id: 13123 + Title: Combat Mistress of Shelter + Targets: + - Mob: SHELTER + Count: 30 + - Id: 13124 + Title: Combat Mistress of Shelter - Wait + TimeLimit: +1h + - Id: 13125 + Title: Combat Dame of Sentinel + Targets: + - Mob: OBSERVATION + Count: 30 + - Id: 13126 + Title: Combat Dame of Sentinel - Wait + TimeLimit: +1h + - Id: 13127 + Title: Combat Vanberk and Isilla + Targets: + - Mob: VANBERK + Count: 20 + - Mob: ISILLA + Count: 20 + - Id: 13128 + Title: Combat Vanberk and Isilla - Wait + TimeLimit: +1h + - Id: 13129 + Title: Combat Hodremlin + Targets: + - Mob: HODREMLIN + Count: 30 + - Id: 13130 + Title: Combat Hodremlin - Wait + TimeLimit: +1h + - Id: 13131 + Title: Combat Agav and Echio + Targets: + - Mob: AGAV + Count: 20 + - Mob: ECHIO + Count: 20 + - Id: 13132 + Title: Combat Agav and Echio - Wait + TimeLimit: +1h + - Id: 13133 + Title: Combat Ragged Zombie + Targets: + - Mob: RAGGED_ZOMBIE + Count: 30 + - Id: 13134 + Title: Combat Ragged Zombie - Wait + TimeLimit: +1h + - Id: 13135 + Title: Combat Zombie Slaughter + Targets: + - Mob: ZOMBIE_SLAUGHTER + Count: 30 + - Id: 13136 + Title: Combat Zombie Slaughter - Wait + TimeLimit: +1h + - Id: 13137 + Title: Combat Banshee + Targets: + - Mob: BANSHEE + Count: 30 + - Id: 13138 + Title: Combat Banshee - Wait + TimeLimit: +1h + - Id: 13139 + Title: Combat Ferus and Bewler + Targets: + - Mob: FERUS + Count: 30 + - Mob: FERUS_ + Count: 30 + - Id: 13140 + Title: Combat Ferus and Bewler - Wait + TimeLimit: +1h + - Id: 13141 + Title: Combat Acidus + Targets: + - Mob: ACIDUS + Count: 30 + - Mob: ACIDUS_ + Count: 30 + - Id: 13142 + Title: Combat Acidus - Wait + TimeLimit: +1h + - Id: 13143 + Title: Egnigem Story + Targets: + - Mob: YGNIZEM + Count: 30 + - Id: 13144 + Title: Egnigem Story - Wait + TimeLimit: +1h + - Id: 13145 + Title: Armeyer Story + Targets: + - Mob: ARMAIA + Count: 30 + - Id: 13146 + Title: Armeyer Story - Wait + TimeLimit: +1h + - Id: 13147 + Title: Whikebain Story + Targets: + - Mob: WHIKEBAIN + Count: 30 + - Id: 13148 + Title: Whikebain Story - Wait + TimeLimit: +1h + - Id: 13149 + Title: Kavach Story + Targets: + - Mob: KAVAC + Count: 30 + - Id: 13150 + Title: Kavach Story - Wait + TimeLimit: +1h + - Id: 13151 + Title: Errende Story + Targets: + - Mob: EREND + Count: 30 + - Id: 13152 + Title: Errende Story - Wait + TimeLimit: +1h + - Id: 13153 + Title: Laurell Story + Targets: + - Mob: RAWREL + Count: 30 + - Id: 13154 + Title: Laurell Story - Wait + TimeLimit: +1h + - Id: 13155 + Title: Morocc Story1 + Targets: + - Mob: MOROCC_1 + Count: 30 + - Id: 13156 + Title: Morocc Story1 - Wait + TimeLimit: +1h + - Id: 13157 + Title: Morocc Story2 + Targets: + - Mob: MOROCC_2 + Count: 30 + - Id: 13158 + Title: Morocc Story2 - Wait + TimeLimit: +1h + - Id: 13159 + Title: Morocc Story3 + Targets: + - Mob: MOROCC_4 + Count: 30 + - Id: 13160 + Title: Morocc Story3 - Wait + TimeLimit: +1h + - Id: 13161 + Title: Uni-horn Scaraba Story + Targets: + - Mob: HORN_SCARABA + Count: 30 + - Id: 13162 + Title: Uni-horn Scaraba Story - Wait + TimeLimit: +1h + - Id: 13163 + Title: Horn Scaraba Story + Targets: + - Mob: HORN_SCARABA2 + Count: 30 + - Id: 13164 + Title: Horn Scaraba Story - Wait + TimeLimit: +1h + - Id: 13165 + Title: Antler Scaraba Story + Targets: + - Mob: ANTLER_SCARABA + Count: 30 + - Id: 13166 + Title: Antler Scaraba Story - Wait + TimeLimit: +1h + - Id: 13167 + Title: Rake horn Scaraba Story + Targets: + - Mob: RAKE_SCARABA + Count: 30 + - Id: 13168 + Title: Rake horn Scaraba Story - Wait + TimeLimit: +1h + - Id: 13181 + Title: Nightmarish Jitterbug + - Id: 13182 + Title: "Nightmarish Jitterbug: Waiting" + TimeLimit: +23h + - Id: 13183 + Title: "Nightmarish Jitterbug: Completed" + - Id: 13184 + Title: Charleston Factory + - Id: 13185 + Title: Charleston Factory - Hold + TimeLimit: +20h + - Id: 13186 + Title: Charleston Factory - Complete + - Id: 13187 + Title: Deal with the Staff + Targets: + - Mob: STEP + Count: 50 + - Id: 13188 + Title: Deal with the Staff - Hold + TimeLimit: +20h + - Id: 13195 + Title: Monthly Brigan + - Id: 13196 + Title: Monthly Brigan + - Id: 13197 + Title: Monthly Brigan + - Id: 13198 + Title: "Monthly Brigan : Krotzel's Request" + - Id: 13199 + Title: Krotzel's Request - Complete + TimeLimit: +20h + - Id: 13200 + Title: "Monthly Brigan : Rookie's Request" + Targets: + - Mob: CENERE_G + Count: 30 + - Id: 13201 + Title: Rookie's Request - Complete + TimeLimit: +20h + - Id: 13202 + Title: "Monthly Brigan : Photo Journalist's Request" + Targets: + - Mob: REPAIR_ROBOT_T + Count: 30 + - Id: 13203 + Title: Photo Journalist's Request - Complete + TimeLimit: +20h + - Id: 13204 + Title: "Monthly Brigan : Grylls' Request" + - Id: 13205 + Title: Grylls' Request - Complete + TimeLimit: +20h + - Id: 14118 + Title: Wuhari's concern + - Id: 14119 + Title: Test of patience + - Id: 14120 + Title: Test of patience 2 + - Id: 14121 + Title: Test of patience 3 + - Id: 14122 + Title: Time for two + - Id: 14123 + Title: Wuharu's favor + - Id: 14125 + Title: Surveying the area + - Id: 14126 + Title: Searching for Ms. Goatie + - Id: 14127 + Title: Searching for Ms. Goatie's husband + - Id: 14128 + Title: Obtaining the research report + - Id: 14131 + Title: Analysis time + TimeLimit: +5mn + - Id: 14133 + Title: Another favor + - Id: 14134 + Title: Sharp Ms. Goatie + - Id: 14135 + Title: Searching for Mr. Pompe + - Id: 14136 + Title: A terrible scene in the field + - Id: 14137 + Title: An interesting proposition + - Id: 14138 + Title: The big corpse + - Id: 14139 + Title: To Wuhuru + - Id: 14140 + Title: To Wuhari + - Id: 14141 + Title: Ingredients for research + - Id: 14142 + Title: To the Archer's town! + - Id: 14143 + Title: Application for the Archer's job change + - Id: 14144 + Title: Retest - Stats + - Id: 14145 + Title: Archer Skills + - Id: 14146 + Title: Hunting training + - Id: 14147 + Title: Retest - Skills + - Id: 14148 + Title: To the next step + - Id: 14149 + Title: Listening to the 2nd job change + - Id: 14150 + Title: To the next step + - Id: 14151 + Title: Hunting training - Spoa + - Id: 14152 + Title: Hunting training - Creamy + - Id: 14153 + Title: Hunting training - Skeleton + - Id: 14154 + Title: Fragrant herb mix + - Id: 14155 + Title: Crunchy salad + - Id: 14156 + Title: Anything shabushabu + - Id: 14157 + Title: Baked golden apple + - Id: 14158 + Title: Presentation of the Archer manual + - Id: 14159 + Title: Met with the PR staff + - Id: 14160 + Title: Met with the PR staff + - Id: 14161 + Title: Test of stats + - Id: 14162 + Title: Test of skills + - Id: 14163 + Title: Caught Spores + - Id: 14164 + Title: Caught Creamy + - Id: 14165 + Title: Caught Skeletons + - Id: 14469 + Title: Look around the Walther Family + - Id: 14470 + Title: In Search of the Guardian Knight + - Id: 14471 + Title: To the Royal Prison + - Id: 14472 + Title: Gourmet Bigfoot + - Id: 14473 + Title: To Veins + - Id: 14474 + Title: Report to Isenhonor + - Id: 14475 + Title: To Jurgen + - Id: 14476 + Title: To Levuiere and His Wife + - Id: 14477 + Title: What Is Going on? + - Id: 14478 + Title: Searching for the Clue + - Id: 14479 + Title: Clean-up out of Apology + - Id: 14480 + Title: Conquer the Grease + - Id: 14481 + Title: Conquer the Mold + - Id: 14482 + Title: Conquer the Dirt of Devil + - Id: 14483 + Title: Report the Completion of the Clean-up + - Id: 14484 + Title: There Was a Furniture Delivery Man + - Id: 14485 + Title: I Am Upset + - Id: 14486 + Title: I Heard the Story + - Id: 14487 + Title: Please Find the Token of Memory + Drops: + - Mob: MEDUSA + Item: Stone_That_Contained_Sea + Rate: 3000 + - Id: 14488 + Title: Please Deliver My Love + - Id: 14489 + Title: I Have to Turn It Down + - Id: 14490 + Title: My Love Once More + Drops: + - Mob: MEDUSA + Item: Stone_That_Contained_Sea + Rate: 3000 + - Id: 14491 + Title: I Have to Turn It Down Again + - Id: 14492 + Title: There Is a Silver Lining + TimeLimit: 4h + - Id: 14493 + Title: Today I Feel + Drops: + - Mob: MEDUSA + Item: Stone_That_Contained_Sea + Rate: 3000 + - Id: 14494 + Title: I Have to Turn It Down Again + - Id: 14495 + Title: To Wolf + - Id: 14496 + Title: To Isaac + - Id: 14497 + Title: Delivery for Wolf + - Id: 14498 + Title: Which Rumor + - Id: 14499 + Title: Prove Yourself + Targets: + - Mob: MAJORUROS + Count: 33 + - Id: 14500 + Title: Complete checking out the book + - Id: 14501 + Title: Report to Wolf + - Id: 14502 + Title: To Isaac + - Id: 14503 + Title: Report to Wolf + - Id: 14504 + Title: In Search of Helmut + - Id: 14505 + Title: I Won't go Back + - Id: 14506 + Title: Things Turned out This Way + - Id: 14507 + Title: To Maximilian + - Id: 14508 + Title: Jewel and Cloth + - Id: 14509 + Title: Still Making It + TimeLimit: 4h + - Id: 14510 + Title: Pink Petal-like Dress + - Id: 14511 + Title: Beautiful Flower Decoration + - Id: 14512 + Title: Dress of the Night Sky + - Id: 14513 + Title: Shawl of the Blazing Sun + - Id: 14514 + Title: Step of the Fairy + - Id: 14515 + Title: Sparkling Star + - Id: 14516 + Title: Suspicious Shadow + - Id: 14531 + Title: Everything about Con-Chliina + - Id: 14532 + Title: Greetings to Captain Gamberi + - Id: 14533 + Title: Say hi to recorder + - Id: 14534 + Title: To the kitchen + - Id: 14535 + Title: To Purser + - Id: 14536 + Title: Delivery to Chef + - Id: 14537 + Title: When do we take off? + - Id: 14538 + Title: Can we take off? + - Id: 14539 + Title: Crazy Dragon + - Id: 14540 + Title: An errand out of nowhere + Drops: + - Mob: DR_BASILISK1 + Item: Basilac_Clam + Rate: 5000 + - Id: 14541 + Title: No news is not a good news + - Id: 14542 + Title: How is the Dragon + - Id: 14543 + Title: Basilisk Hunt + Targets: + - Mob: DR_BASILISK1 + Count: 20 + - Id: 14544 + Title: Now I can leave + - Id: 14545 + Title: To Purser + - Id: 14546 + Title: Take care of grass thief + Targets: + - Mob: DR_LUNATIC + Count: 5 + - Mob: DR_FABRE + Count: 5 + - Id: 14547 + Title: Can we set out the sailing? + - Id: 14548 + Title: Crazy Dragon + - Id: 14549 + Title: No news is not a good news + - Id: 14550 + Title: How is the Dragon + - Id: 14551 + Title: Chief Basilisk + - Id: 14552 + Title: Lord Imuk's message + - Id: 14553 + Title: Basilisk Hunt + Targets: + - Mob: DR_BASILISK3 + Count: 20 + - Id: 14554 + Title: We can start sail now + - Id: 14555 + Title: Whole new world of taste + - Id: 14556 + Title: There also is a scary thing for me + - Id: 14557 + Title: Truth is alway harsh + - Id: 14558 + Title: Dirty Creatures + Drops: + - Mob: DR_BASILISK2 + Item: Basilac_Clam + Rate: 5000 + - Id: 14559 + Title: Charm Effect Duration + TimeLimit: 4h + - Id: 14560 + Title: New Ingredient + Drops: + - Mob: DR_BASILISK2 + Item: Basilac_Clam + Rate: 5000 + - Id: 14561 + Title: Dirty and Filty + Drops: + - Mob: DR_BASILISK2 + Item: Basilac_Clam + Rate: 5000 + - Id: 14562 + Title: The basic are the best + Drops: + - Mob: DR_BASILISK2 + Item: Basilac_Clam + Rate: 5000 + - Id: 14563 + Title: Free time + TimeLimit: 4h + - Id: 14565 + Title: Emergency food supplies + - Id: 14566 + Title: Brilliant idea + - Id: 14567 + Title: Kaluna milk is in Danger! + - Id: 14568 + Title: Time to persuade + - Id: 14569 + Title: Babysitter + - Id: 14570 + Title: Processing Anchovy + - Id: 14571 + Title: Anchovy fishing ship + - Id: 14572 + Title: Helpless... + - Id: 14573 + Title: I need the time on my own + - Id: 14574 + Title: Meal Box Delivery + - Id: 14575 + Title: Delivery Complete Report + - Id: 14576 + Title: Meal Box Delivery Time + TimeLimit: 4h + - Id: 14579 + Title: Interview with Captain + - Id: 14580 + Title: To Recorder + - Id: 14581 + Title: Interview with the Chief + - Id: 14582 + Title: To Recorder + - Id: 14583 + Title: To Granma + - Id: 14584 + Title: Back to Recorder + - Id: 14588 + Title: The Competition + Targets: + - Mob: DR_HORNET + Count: 10 + - Id: 14589 + Title: Sticky ingredient + Targets: + - Mob: DR_RODA_FROG + Count: 10 + - Id: 14590 + Title: Hunter's destination + Targets: + - Mob: DR_DESERT_WOLF_B + Count: 10 + - Id: 14591 + Title: Secret Ingredient + Targets: + - Mob: DR_SPORE + Count: 10 + - Id: 14592 + Title: Resting Time + TimeLimit: 4h + - Id: 14672 + Title: Preparing for the Firework Festival + Targets: + - Mob: GASTER + Count: 15 + - Id: 14673 + Title: Time to Make Bombs + TimeLimit: 4h + - Id: 14683 + Title: Mysterious Device + - Id: 14684 + Title: Mysterious Device + TimeLimit: +1h + - Id: 14685 + Title: Mysterious Device + TimeLimit: +1h + - Id: 14686 + Title: Mysterious Device + TimeLimit: +1h + - Id: 14687 + Title: Mysterious Device + TimeLimit: +1h + - Id: 15000 + Title: Experiencing abnormal statuses + - Id: 15001 + Title: Hold your breath + TimeLimit: +20s + - Id: 15002 + Title: "Memorial dungeon: Sara's Memory" + TimeLimit: +20h + - Id: 15003 + Title: Adventurer leon + - Id: 15005 + Title: "Memorial Dungeon: Isle of Bios" + TimeLimit: +23h + - Id: 15006 + Title: Isle of Bios Exploration + - Id: 15007 + Title: "Memorial Dungeon: Isle of Bios" + TimeLimit: +5mn + - Id: 15008 + Title: "Memorial Dungeon: Isle of Bios" + TimeLimit: +5mn + - Id: 15050 + Title: "Memorial Dungeon: Airship Assault" + TimeLimit: +23h + - Id: 15051 + Title: "Memorial Dungeon: Airship Assault" + TimeLimit: +5mn + - Id: 15055 + Title: "Christmas : We are the great Single Union Army!" + - Id: 15056 + Title: "Christmas : Declare war against couples!" + - Id: 15057 + Title: "Christmas : Prepare the festival!" + - Id: 15059 + Title: "Christmas : Cooldown Timer" + TimeLimit: +1d + - Id: 15060 + Title: "Christmas : Kwami has joined" + - Id: 15061 + Title: "Christmas : Willer has joined" + - Id: 15062 + Title: "Christmas : Rinka has joined" + - Id: 15063 + Title: "Christmas : Jee has joined" + - Id: 15064 + Title: "Christmas : Marty has joined" + - Id: 16000 + Title: Metz Brayde's Notice + - Id: 16001 + Title: First examination + - Id: 16002 + Title: Fetching Items for Arian -1 + - Id: 16003 + Title: Fetching Items for Arian -2 + - Id: 16004 + Title: Fetching Items for Arian -3 + - Id: 16005 + Title: Fetching Items for Arian -4 + - Id: 16006 + Title: Fetching Items for Arian -5 + - Id: 16007 + Title: Fetching Items for Arian -6 + - Id: 16008 + Title: Quiz time! + - Id: 16009 + Title: Quiz time! + - Id: 16010 + Title: Daewoon's Test + - Id: 16011 + Title: Sir Jore's Test + - Id: 16012 + Title: Sir Jore's Materials + - Id: 16013 + Title: The Stone of Sage + - Id: 16014 + Title: The Stone of Sage + - Id: 16015 + Title: Lady Jesqurienne + - Id: 16016 + Title: Jesquerinne's Quiz Challenge + - Id: 16017 + Title: Failed Quiz Challenge + - Id: 16018 + Title: Quiz Challenge Triumph + - Id: 16019 + Title: Search for Dearles + - Id: 16020 + Title: Dearles' Test + - Id: 16021 + Title: Test of Appreciation + - Id: 16022 + Title: Dearles' Test Part Two + - Id: 16023 + Title: Rhythm Test Passed + - Id: 16024 + Title: Find Bakerlan + - Id: 16025 + Title: Bakerlan's delivery + - Id: 16026 + Title: Mahatra's delivery + - Id: 16027 + Title: Bakerlan's Receipt + - Id: 16028 + Title: Find Seylin + - Id: 16029 + Title: Vigorgra Medicine + - Id: 16030 + Title: Vigorgra Ingredients + - Id: 16031 + Title: Vigorgra Ingredients + - Id: 16032 + Title: Seylin's Request + - Id: 16033 + Title: Back to Seylin + - Id: 16034 + Title: Back to Mahatra + - Id: 16035 + Title: Report to Bakerlan + - Id: 16036 + Title: The last Crumb + - Id: 16037 + Title: Finding Engel Howard + - Id: 16038 + Title: Liana's Letter + - Id: 16039 + Title: Combining the Starlight + - Id: 16040 + Title: Letter to Engel's Family + - Id: 16041 + Title: Talk to Liana + - Id: 16042 + Title: Sobbing Starlight Progress + - Id: 16043 + Title: Restored Sobbing Starlight + - Id: 16044 + Title: Combining the Starlight + - Id: 16045 + Title: Starlight message + - Id: 16046 + Title: The man in Umbala + - Id: 16047 + Title: Into the Tree + - Id: 16048 + Title: Ancient Papers + - Id: 16049 + Title: Record of Ancient Language + - Id: 16050 + Title: The Fastidious Old Man + - Id: 16051 + Title: Blurry Vision + - Id: 16052 + Title: Translating the Document + - Id: 16053 + Title: Translated Ancient Language + - Id: 16054 + Title: Where the rejected live + - Id: 16055 + Title: Misfortunate of Niflheim + - Id: 16056 + Title: Removed Curse + - Id: 16057 + Title: Meeting the witch + - Id: 16058 + Title: Wing Of Crow + - Id: 16059 + Title: Wing Of Crow + - Id: 16060 + Title: Misfortunate of Niflheim + - Id: 16061 + Title: Bard in Niflheim + - Id: 16062 + Title: Gen of Niflheim + - Id: 16063 + Title: The Witch's Aid + - Id: 16064 + Title: Misfortunate of Niflheim + - Id: 16065 + Title: The Queen's Symbol + - Id: 16066 + Title: Knowledge of the Symbol + - Id: 16067 + Title: Knowledge of Asgard + - Id: 16068 + Title: Finding the Soul Pieces + - Id: 16069 + Title: Finding the Soul Pieces + - Id: 16070 + Title: Finding the Soul Pieces + - Id: 16071 + Title: Finding the Soul Pieces + - Id: 16072 + Title: Finding the Soul Pieces + - Id: 16073 + Title: Agrboda's Soul + - Id: 16074 + Title: Symbol of the Nine Realms + - Id: 16075 + Title: Serin's Ambitions + - Id: 16076 + Title: Witch's Tonic + - Id: 16077 + Title: Serin's Release + - Id: 16078 + Title: Peace of the Family + Targets: + - Mob: COYOTE + Count: 30 + - Id: 16079 + Title: Back for More Coyotes Tomorrow + TimeLimit: 4h + - Id: 16080 + Title: Hunting Coyotes Again + Targets: + - Mob: COYOTE + Count: 30 + - Id: 16081 + Title: Failed to Get Juice Mix Package + - Id: 16082 + Title: Discovered Suspicious Sand Pile + - Id: 16083 + Title: Discovered Wasteland Cactuten + - Id: 16084 + Title: Discovered Suspicious Sand Pile + - Id: 16085 + Title: Discovered Coyote + - Id: 16086 + Title: Discovered Suspicious Sand Pile + - Id: 16087 + Title: Discovered Cactus Girl + - Id: 16088 + Title: Discovered Coyote + - Id: 16089 + Title: Discovered Suspicious Sand Pile + - Id: 16090 + Title: Discovered Suspicious Sand Pile + - Id: 16091 + Title: Discovered Suspicious Sand Pile + - Id: 16092 + Title: Discovered Suspicious Sand Pile + - Id: 16093 + Title: Discovered Suspicious Sand Pile + - Id: 16094 + Title: Discovered Suspicious Sand Pile + - Id: 16095 + Title: Discovered Suspicious Sand Pile + - Id: 16101 + Title: Kiel Hyre Academy + - Id: 16102 + Title: Kiel Hyre Academy + - Id: 16103 + Title: Kiel Hyre Academy + - Id: 16104 + Title: Kiel Hyre Academy + - Id: 16105 + Title: Kiel Hyre Academy + - Id: 16106 + Title: Kiel Hyre Academy + - Id: 16107 + Title: Kiel Hyre Academy + - Id: 16108 + Title: Kiel Hyre Academy + - Id: 16109 + Title: Kiel Hyre Academy + - Id: 16110 + Title: Kiel Hyre Academy + - Id: 16111 + Title: Kiel Hyre Academy + - Id: 16112 + Title: Kiel Hyre Academy + - Id: 16113 + Title: Kiel Hyre Academy + - Id: 16114 + Title: Kiel Hyre Academy + - Id: 16115 + Title: Kiel Hyre Academy + - Id: 16116 + Title: Kiel Hyre Academy + - Id: 16117 + Title: Mysterious World Map + - Id: 16118 + Title: Hidden poem + - Id: 16119 + Title: Snake swords + - Id: 16120 + Title: A dream? + - Id: 16121 + Title: Secret Code? + - Id: 16122 + Title: Old Copper Key + - Id: 16123 + Title: Green Keycard + - Id: 16124 + Title: Steel Box + - Id: 16125 + Title: Kiel Hyre Academy + - Id: 16126 + Title: Kiel Hyre Academy + - Id: 16127 + Title: Kiel Hyre Academy + - Id: 16128 + Title: Kiel Hyre Academy + - Id: 16129 + Title: Kiel Hyre Academy + - Id: 16130 + Title: Kiel Hyre Academy + - Id: 16131 + Title: Kiel Hyre Academy + - Id: 16132 + Title: Kiel Hyre Academy + - Id: 16133 + Title: Kiel Hyre Academy + - Id: 16134 + Title: Kiel Hyre Academy + - Id: 16135 + Title: Kiel Hyre Academy + - Id: 16136 + Title: Kiel Hyre Academy + - Id: 16137 + Title: Kiel Hyre Academy + - Id: 16138 + Title: Kiel Hyre Academy + - Id: 16139 + Title: Kiel Hyre Academy + - Id: 16140 + Title: Kiel Hyre Academy + - Id: 16141 + Title: Kiel Hyre Academy + - Id: 16142 + Title: Kiel Hyre Academy + - Id: 16143 + Title: Kiel Hyre Academy + - Id: 16144 + Title: Kiel Hyre Academy + - Id: 16145 + Title: Kiel Hyre Academy + - Id: 16146 + Title: Kiel Hyre Academy + - Id: 16200 + Title: Limberg's Request + - Id: 16201 + Title: TPS Report + - Id: 16202 + Title: TPS Report + - Id: 16203 + Title: TPS Report + - Id: 16204 + Title: Crack in the Wall + - Id: 16205 + Title: The Empty Lava Tube + - Id: 17000 + Title: Meet with Father Bamph + - Id: 17001 + Title: Meet with Larjes + - Id: 17002 + Title: Report to Father Bamph + - Id: 17003 + Title: Travel to Rachel + - Id: 17004 + Title: Travel to Veins + - Id: 17005 + Title: Frustrated Magistrate + - Id: 17006 + Title: Interrogated Smugglers + - Id: 17007 + Title: Written Orders + - Id: 17008 + Title: Investigating + - Id: 17009 + Title: More Investigating + - Id: 17010 + Title: Further Investigations + - Id: 17011 + Title: Kurdi's Father + - Id: 17012 + Title: Karyn's Boat + - Id: 17013 + Title: To the Island + - Id: 17014 + Title: Investigating the Island + - Id: 17015 + Title: The Research Note + - Id: 17016 + Title: Regicide + - Id: 17017 + Title: Reporting the King's Death + - Id: 18001 + Title: Delivery for Rooney + - Id: 18002 + Title: Delivery for Rooney + - Id: 18003 + Title: Delivery for Rooney + - Id: 18004 + Title: Lasda's Request + - Id: 18005 + Title: Jesse's Request + - Id: 18006 + Title: Sir Krieg's Approval + - Id: 18007 + Title: Sir Krieg's Trust + - Id: 18008 + Title: Sir Krieg's Trust + - Id: 18009 + Title: Into the prison + - Id: 18010 + Title: Jail Break + - Id: 18011 + Title: Bodyguard work + - Id: 18012 + Title: Bodyguard work + - Id: 18013 + Title: Bodyguard work + - Id: 18014 + Title: Bodyguard work + - Id: 18015 + Title: Bodyguard work + - Id: 18016 + Title: Bodyguard work + - Id: 18017 + Title: Jail Break + - Id: 18018 + Title: Jail Break + - Id: 18019 + Title: Vitre's Songs + - Id: 18020 + Title: Vitre's Songs + - Id: 18021 + Title: Vitre's Songs + - Id: 18022 + Title: Vitre's Songs + - Id: 18023 + Title: Vitre the Spy + - Id: 18030 + Title: Gaebolg Family Curse + - Id: 18031 + Title: Gaebolg Family Curse + - Id: 18032 + Title: Gaebolg Family Curse + - Id: 18033 + Title: Gaebolg Family Curse + - Id: 18034 + Title: Gaebolg Family Curse + - Id: 18035 + Title: Gaebolg Family Curse + - Id: 18036 + Title: Gaebolg Family Curse + - Id: 18037 + Title: Gaebolg Family Curse + - Id: 18038 + Title: Gaebolg Family Curse + - Id: 18039 + Title: Gaebolg Family Curse + - Id: 18040 + Title: Gaebolg Family Curse + - Id: 18041 + Title: Gaebolg Family Curse + - Id: 18042 + Title: Gaebolg Family Curse + - Id: 18043 + Title: Gaebolg Family Curse + - Id: 18044 + Title: Gaebolg Family Curse + - Id: 18045 + Title: Gaebolg Family Curse + - Id: 18046 + Title: Gaebolg Family Curse + - Id: 18047 + Title: Gaebolg Family Curse + - Id: 18048 + Title: Gaebolg Family Curse + - Id: 18049 + Title: Gaebolg Family Curse + - Id: 18050 + Title: Gaebolg Family Curse + - Id: 18051 + Title: Gaebolg Family Curse + - Id: 18052 + Title: Gaebolg Family Curse + - Id: 18060 + Title: Missing boy Mikhail + - Id: 18061 + Title: Mikhail's Whereabouts + - Id: 18062 + Title: Missing boy Mikhail + - Id: 18063 + Title: The isolated swamp + - Id: 18064 + Title: Back to the Village + - Id: 18065 + Title: High-strength Adhesive + - Id: 18066 + Title: Back to the swamp + - Id: 18067 + Title: Make the paste + - Id: 18068 + Title: Fixing the Matrushka + - Id: 18069 + Title: Report to Gallina + - Id: 18070 + Title: Banishing Winter + - Id: 18071 + Title: Making the magic dust + - Id: 18072 + Title: Making the magic dust + - Id: 18073 + Title: The Dragon's Lair + - Id: 18074 + Title: The Magic Gourd Bottle + - Id: 18075 + Title: Containing People's Speech + - Id: 18076 + Title: Containing People's Speech + - Id: 18077 + Title: Csar's Request + - Id: 18078 + Title: Baba Yaga's Secret Medicine + - Id: 18079 + Title: Winter is Banished + - Id: 18100 + Title: Legends from Moscovia + - Id: 18101 + Title: The Moving Island + - Id: 18102 + Title: In Search of The Moving Island + - Id: 18103 + Title: In Search of The Moving Island + - Id: 18104 + Title: Mr. Ibanoff's New Friend + - Id: 18105 + Title: Repairing Charabel + - Id: 18106 + Title: As the Tide Turns + - Id: 18107 + Title: Departing + - Id: 18108 + Title: The Moving Island? + - Id: 18109 + Title: The Moving Island??? + - Id: 18110 + Title: The Aged Stranger + - Id: 18111 + Title: Whale Island! + - Id: 18112 + Title: A Story for the Csar + - Id: 18113 + Title: Evidence for the Csar + - Id: 18114 + Title: Before Sunset + - Id: 18115 + Title: Departing + - Id: 18116 + Title: Whale Island! + - Id: 18117 + Title: Materials for Evidence + - Id: 18118 + Title: Mysterious Musical Instrument + - Id: 18119 + Title: Gusli + - Id: 18120 + Title: Gusli + - Id: 18121 + Title: Shafka + - Id: 19101 + Title: The Eye of Hellion + - Id: 19102 + Title: The Eye of Hellion + - Id: 19103 + Title: The Eye of Hellion + - Id: 19104 + Title: The Eye of Hellion + - Id: 19105 + Title: The Eye of Hellion + - Id: 19106 + Title: The Eye of Hellion + - Id: 19107 + Title: The Eye of Hellion + - Id: 19108 + Title: The Eye of Hellion + - Id: 19109 + Title: The Eye of Hellion + - Id: 19110 + Title: The Eye of Hellion + - Id: 19111 + Title: The Eye of Hellion + - Id: 19112 + Title: The Eye of Hellion + - Id: 19113 + Title: The Eye of Hellion + - Id: 19114 + Title: The Eye of Hellion + - Id: 19115 + Title: The Eye of Hellion + - Id: 19116 + Title: The Eye of Hellion + - Id: 19117 + Title: The Eye of Hellion + - Id: 19118 + Title: The Eye of Hellion + - Id: 19119 + Title: The Eye of Hellion + - Id: 19120 + Title: The Eye of Hellion + - Id: 19121 + Title: The Eye of Hellion + - Id: 19122 + Title: The Eye of Hellion + - Id: 19123 + Title: The Eye of Hellion + - Id: 19124 + Title: The Eye of Hellion + - Id: 19125 + Title: The Eye of Hellion + - Id: 19126 + Title: The Eye of Hellion + - Id: 19127 + Title: The Eye of Hellion + - Id: 19128 + Title: The Eye of Hellion + - Id: 19129 + Title: The Eye of Hellion + - Id: 21001 + Title: Escape the Wreck + - Id: 21002 + Title: The first battle + - Id: 21008 + Title: The first battle + Drops: + - Mob: G_PORING + Item: Wood + Rate: 10000 + - Id: 50000 + Title: Pirate Dagger materials + - Id: 50001 + Title: Weather Beaten Old Man + - Id: 50002 + Title: Lost Treasure? + - Id: 50003 + Title: Lost Treasure? + - Id: 50004 + Title: The Old Man's Treasure + - Id: 50005 + Title: The Old Man's Treasure + - Id: 50006 + Title: The Old Man's Treasure + - Id: 50007 + Title: The Old Man's Treasure + - Id: 50008 + Title: The Old Man's Treasure + - Id: 50009 + Title: The Old Man's Treasure + - Id: 50010 + Title: A special lock pick + - Id: 50011 + Title: The special lock pick + - Id: 50012 + Title: Use the lock pick + - Id: 50013 + Title: Broken lock pick + - Id: 50015 + Title: The empty treasure box + - Id: 50016 + Title: The empty treasure box + - Id: 50017 + Title: The empty treasure box + - Id: 50018 + Title: The empty treasure box + - Id: 50019 + Title: The empty treasure box + - Id: 50020 + Title: The empty treasure box + - Id: 50021 + Title: J Roger + - Id: 50022 + Title: J Roger's key materials + - Id: 50023 + Title: Conversation with J Roger + - Id: 50024 + Title: Bury the treasure + - Id: 50025 + Title: Bury the treasure + - Id: 50026 + Title: Bury the treasure + - Id: 50027 + Title: Buried treasure + - Id: 50028 + Title: Stolen treasure! + - Id: 50029 + Title: A Pirate's Spirit! + - Id: 60001 + Title: Monster Extermination + - Id: 60002 + Title: Monster Extermination + - Id: 60003 + Title: Monster Extermination + - Id: 60004 + Title: Monster Extermination + - Id: 60005 + Title: Monster Extermination + - Id: 60006 + Title: Monster Extermination + - Id: 60007 + Title: Endless Tower Effect + - Id: 60008 + Title: Endless Tower Time Limit + - Id: 60009 + Title: Orc Hero + - Id: 60010 + Title: Derik Ver's Request + - Id: 60011 + Title: Investigation of Byalan + - Id: 60012 + Title: Investigation of Abyss + - Id: 60013 + Title: Monster Investigation + - Id: 60014 + Title: Geffen Dungeon's Monster Investigation + - Id: 60015 + Title: Geffen Dungeon's Monster Investigation + - Id: 60016 + Title: Geffen Dungeon's Monster Investigation + - Id: 60017 + Title: Geffen Dungeon's Monster Investigation + - Id: 60018 + Title: Byalan Dungeon's Monster Investigation + - Id: 60019 + Title: Byalan Dungeon's Monster Investigation + - Id: 60020 + Title: Byalan Dungeon's Monster Investigation + - Id: 60021 + Title: Byalan Dungeon's Monster Investigation + - Id: 60022 + Title: Abyss Lake's Monster Investigation + - Id: 60023 + Title: Abyss Lake's Monster Investigation + - Id: 60024 + Title: Abyss Lake's Monster Investigation + - Id: 60025 + Title: Abyss Lake's Monster Investigation + - Id: 60026 + Title: Continuing the Investigation + - Id: 60027 + Title: Investigating Aldebaran + - Id: 60028 + Title: Monster Investigation + - Id: 60029 + Title: Aldebaran Monster Investigation + - Id: 60030 + Title: Clock Tower Monster Investigation + - Id: 60031 + Title: Clock Tower Monster Investigation + - Id: 60032 + Title: Lutie Field Monster Investigation + - Id: 60033 + Title: Clock Tower Monster Investigation + - Id: 60034 + Title: Clock Tower Monster Investigation + - Id: 60035 + Title: Aldebaran Monster Investigation + - Id: 60036 + Title: Clock Tower Monster Investigation + - Id: 60037 + Title: Clock Tower Monster Investigation + - Id: 60038 + Title: Aldebaran Monster Investigation + - Id: 60039 + Title: Investigation of Glastheim + - Id: 60040 + Title: Investigation of Glastheim + - Id: 60041 + Title: Monster Investigation + - Id: 60042 + Title: Investigation of Glastheim + - Id: 60043 + Title: Glastheim Monster Investigation + - Id: 60044 + Title: Glastheim Monster Investigation + - Id: 60045 + Title: Investigation of Glastheim + - Id: 60046 + Title: Glastheim Monster Investigation + - Id: 60047 + Title: Glastheim Monster Investigation + - Id: 60048 + Title: Investigation of Glastheim + - Id: 60049 + Title: Glastheim Monster Investigation + - Id: 60050 + Title: Glastheim Monster Investigation + - Id: 60051 + Title: Investigation of Glastheim + - Id: 60052 + Title: Glastheim Monster Investigation + - Id: 60053 + Title: Glastheim Monster Investigation + - Id: 60054 + Title: Investigation of Glastheim + - Id: 60055 + Title: Glastheim Monster Investigation + - Id: 60056 + Title: Glastheim Monster Investigation + - Id: 60057 + Title: Glastheim Monster Investigation + - Id: 60058 + Title: Derik Ver's Brother + - Id: 60059 + Title: A history lesson + - Id: 60060 + Title: The Crown of Deceit + - Id: 60061 + Title: A magic solvent + - Id: 60062 + Title: Rendering the crown Inert + - Id: 60101 + Title: Hunting Peco Pecos + Targets: + - Mob: PECOPECO + Count: 50 + - Id: 60102 + Title: Hunting Peco Pecos + Targets: + - Mob: PECOPECO + Count: 100 + - Id: 60103 + Title: Hunting Peco Pecos + Targets: + - Mob: PECOPECO + Count: 150 + - Id: 60104 + Title: Hunting Hodes + Targets: + - Mob: HODE + Count: 50 + - Id: 60105 + Title: Hunting Hodes + Targets: + - Mob: HODE + Count: 100 + - Id: 60106 + Title: Hunting Hodes + Targets: + - Mob: HODE + Count: 150 + - Id: 60107 + Title: Hunting Fabres + Targets: + - Mob: FABRE + Count: 50 + - Id: 60108 + Title: Hunting Fabres + Targets: + - Mob: FABRE + Count: 100 + - Id: 60109 + Title: Hunting Fabres + Targets: + - Mob: FABRE + Count: 150 + - Id: 60110 + Title: Hunting Pupa + Targets: + - Mob: PUPA + Count: 50 + - Id: 60111 + Title: Hunting Pupa + Targets: + - Mob: PUPA + Count: 100 + - Id: 60112 + Title: Hunting Pupa + Targets: + - Mob: PUPA + Count: 150 + - Id: 60113 + Title: Hunting Cocos + Targets: + - Mob: COCO + Count: 50 + - Id: 60114 + Title: Hunting Cocos + Targets: + - Mob: COCO + Count: 100 + - Id: 60115 + Title: Hunting Cocos + Targets: + - Mob: COCO + Count: 150 + - Id: 60116 + Title: Hunting Caramels + Targets: + - Mob: CARAMEL + Count: 50 + - Id: 60117 + Title: Hunting Caramels + Targets: + - Mob: CARAMEL + Count: 100 + - Id: 60118 + Title: Hunting Caramels + Targets: + - Mob: CARAMEL + Count: 150 + - Id: 60119 + Title: Hunting Alligators + Targets: + - Mob: ALLIGATOR + Count: 50 + - Id: 60120 + Title: Hunting Alligators + Targets: + - Mob: ALLIGATOR + Count: 100 + - Id: 60121 + Title: Hunting Alligators + Targets: + - Mob: ALLIGATOR + Count: 150 + - Id: 60122 + Title: Hunting Creamys + Targets: + - Mob: CREAMY + Count: 50 + - Id: 60123 + Title: Hunting Creamys + Targets: + - Mob: CREAMY + Count: 100 + - Id: 60124 + Title: Hunting Creamys + Targets: + - Mob: CREAMY + Count: 150 + - Id: 60125 + Title: Hunting Demon Pungus + Targets: + - Mob: DEMON_PUNGUS + Count: 50 + - Id: 60126 + Title: Hunting Demon Pungus + Targets: + - Mob: DEMON_PUNGUS + Count: 100 + - Id: 60127 + Title: Hunting Demon Pungus + Targets: + - Mob: DEMON_PUNGUS + Count: 150 + - Id: 60128 + Title: Hunting Dokebi + Targets: + - Mob: DOKEBI + Count: 50 + - Id: 60129 + Title: Hunting Dokebi + Targets: + - Mob: DOKEBI + Count: 100 + - Id: 60130 + Title: Hunting Dokebi + Targets: + - Mob: DOKEBI + Count: 150 + - Id: 60131 + Title: Hunting Dryads + Targets: + - Mob: DRYAD + Count: 50 + - Id: 60132 + Title: Hunting Dryads + Targets: + - Mob: DRYAD + Count: 100 + - Id: 60133 + Title: Hunting Dryads + Targets: + - Mob: DRYAD + Count: 150 + - Id: 60134 + Title: Hunting Frilldora + Targets: + - Mob: FRILLDORA + Count: 50 + - Id: 60135 + Title: Hunting Frilldora + Targets: + - Mob: FRILLDORA + Count: 100 + - Id: 60136 + Title: Hunting Frilldora + Targets: + - Mob: FRILLDORA + Count: 150 + - Id: 60137 + Title: Hunting Goats + Targets: + - Mob: GOAT + Count: 50 + - Id: 60138 + Title: Hunting Goats + Targets: + - Mob: GOAT + Count: 100 + - Id: 60139 + Title: Hunting Goats + Targets: + - Mob: GOAT + Count: 150 + - Id: 60140 + Title: Hunting Golems + Targets: + - Mob: GOLEM + Count: 50 + - Id: 60141 + Title: Hunting Golems + Targets: + - Mob: GOLEM + Count: 100 + - Id: 60142 + Title: Hunting Golems + Targets: + - Mob: GOLEM + Count: 150 + - Id: 60143 + Title: Hunting Leaf Cats + Targets: + - Mob: LEAF_CAT + Count: 50 + - Id: 60144 + Title: Hunting Leaf Cats + Targets: + - Mob: LEAF_CAT + Count: 100 + - Id: 60145 + Title: Hunting Leaf Cats + Targets: + - Mob: LEAF_CAT + Count: 150 + - Id: 60146 + Title: Hunting Skeletons + Targets: + - Mob: SKELETON + Count: 50 + - Id: 60147 + Title: Hunting Skeletons + Targets: + - Mob: SKELETON + Count: 100 + - Id: 60148 + Title: Hunting Skeletons + Targets: + - Mob: SKELETON + Count: 150 + - Id: 60149 + Title: Hunting Munaks + Targets: + - Mob: MUNAK + Count: 50 + - Id: 60150 + Title: Hunting Munaks + Targets: + - Mob: MUNAK + Count: 100 + - Id: 60151 + Title: Hunting Munaks + Targets: + - Mob: MUNAK + Count: 150 + - Id: 60152 + Title: Hunting Sohees + Targets: + - Mob: SOHEE + Count: 50 + - Id: 60153 + Title: Hunting Sohees + Targets: + - Mob: SOHEE + Count: 100 + - Id: 60154 + Title: Hunting Sohees + Targets: + - Mob: SOHEE + Count: 150 + - Id: 60155 + Title: Hunting Firelock Soldiers + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 50 + - Id: 60156 + Title: Hunting Firelock Soldiers + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 100 + - Id: 60157 + Title: Hunting Firelock Soldiers + Targets: + - Mob: ANTIQUE_FIRELOCK + Count: 150 + - Id: 60158 + Title: Hunting Tengus + Targets: + - Mob: TENGU + Count: 50 + - Id: 60159 + Title: Hunting Tengus + Targets: + - Mob: TENGU + Count: 100 + - Id: 60160 + Title: Hunting Tengus + Targets: + - Mob: TENGU + Count: 150 + - Id: 60161 + Title: Hunting Venatu + Targets: + - Mob: VENATU + Count: 25 + - Id: 60162 + Title: Hunting Venatu + Targets: + - Mob: VENATU + Count: 50 + - Id: 60163 + Title: Hunting Venatu + Targets: + - Mob: VENATU + Count: 75 + - Id: 60164 + Title: Hunting Archdam + Targets: + - Mob: ARCHDAM + Count: 50 + - Id: 60165 + Title: Hunting Archdam + Targets: + - Mob: ARCHDAM + Count: 100 + - Id: 60166 + Title: Hunting Archdam + Targets: + - Mob: ARCHDAM + Count: 150 + - Id: 60167 + Title: Hunting Siromas + Targets: + - Mob: SIROMA + Count: 50 + - Id: 60168 + Title: Hunting Siromas + Targets: + - Mob: SIROMA + Count: 100 + - Id: 60169 + Title: Hunting Siroma + Targets: + - Mob: SIROMA + Count: 150 + - Id: 60170 + Title: Hunting Ice Titans + Targets: + - Mob: ICE_TITAN + Count: 50 + - Id: 60171 + Title: Hunting Ice Titans + Targets: + - Mob: ICE_TITAN + Count: 100 + - Id: 60172 + Title: Hunting Ice Titans + Targets: + - Mob: ICE_TITAN + Count: 150 + - Id: 60173 + Title: Hunting Disguises + Targets: + - Mob: DISGUISE + Count: 50 + - Id: 60174 + Title: Hunting Disguises + Targets: + - Mob: DISGUISE + Count: 100 + - Id: 60175 + Title: Hunting Disguises + Targets: + - Mob: DISGUISE + Count: 150 + - Id: 60176 + Title: Hunting Loli Ruri + Targets: + - Mob: LOLI_RURI + Count: 50 + - Id: 60177 + Title: Hunting Loli Ruri + Targets: + - Mob: LOLI_RURI + Count: 100 + - Id: 60178 + Title: Hunting Loli Ruri + Targets: + - Mob: LOLI_RURI + Count: 150 + - Id: 60179 + Title: Hunting Mantis + Targets: + - Mob: MANTIS + Count: 50 + - Id: 60180 + Title: Hunting Mantis + Targets: + - Mob: MANTIS + Count: 100 + - Id: 60181 + Title: Hunting Mantis + Targets: + - Mob: MANTIS + Count: 150 + - Id: 60182 + Title: Hunting Dancing Dragons + Targets: + - Mob: DANCING_DRAGON + Count: 50 + - Id: 60183 + Title: Hunting Dancing Dragons + Targets: + - Mob: DANCING_DRAGON + Count: 100 + - Id: 60184 + Title: Hunting Dancing Dragons + Targets: + - Mob: DANCING_DRAGON + Count: 150 + - Id: 60185 + Title: Hunting Necromancers + Targets: + - Mob: NECROMANCER + Count: 20 + - Id: 60186 + Title: Hunting Necromancers + Targets: + - Mob: NECROMANCER + Count: 40 + - Id: 60187 + Title: Hunting Necromancers + Targets: + - Mob: NECROMANCER + Count: 60 + - Id: 60188 + Title: Hunting Apocalypse + Targets: + - Mob: APOCALIPS + Count: 50 + - Id: 60189 + Title: Hunting Apocalypse + Targets: + - Mob: APOCALIPS + Count: 100 + - Id: 60190 + Title: Hunting Apocalypse + Targets: + - Mob: APOCALIPS + Count: 150 + - Id: 60200 + Title: Endless Tower Effect + TimeLimit: +7d + - Id: 60201 + Title: Endless Tower Time Limit + TimeLimit: +4h + - Id: 60211 + Title: Thor Volcano base camp + - Id: 60212 + Title: Thor Volcano base camp + - Id: 60213 + Title: Thor Volcano base camp + - Id: 60301 + Title: Dragon Hunting + Targets: + - Mob: PETIT + Count: 100 + - Id: 60302 + Title: Dragon Hunting + Targets: + - Mob: PETIT + Count: 200 + - Id: 60303 + Title: Dragon Hunting + Targets: + - Mob: FERUS + Count: 100 + - Id: 60304 + Title: Dragon Hunting + Targets: + - Mob: FERUS + Count: 200 + - Id: 60305 + Title: Dragon Hunting + Targets: + - Mob: FERUS_ + Count: 100 + - Id: 60306 + Title: Dragon Hunting + Targets: + - Mob: FERUS_ + Count: 200 + - Id: 60307 + Title: Dragon Hunting + Targets: + - Mob: ACIDUS + Count: 100 + - Id: 60308 + Title: Dragon Hunting + Targets: + - Mob: ACIDUS + Count: 200 + - Id: 60309 + Title: Dragon Hunting + Targets: + - Mob: ACIDUS_ + Count: 100 + - Id: 60310 + Title: Dragon Hunting + Targets: + - Mob: ACIDUS_ + Count: 200 + - Id: 60351 + Title: Bathroom Ghost + - Id: 60352 + Title: Bathroom Ghost + - Id: 60353 + Title: Bathroom Ghost + - Id: 60354 + Title: Bathroom Ghost + - Id: 60355 + Title: Bathroom Ghost + - Id: 62238 + Title: Midgardian Mercenary timer + TimeLimit: +1h diff --git a/doc/yaml/db/quest_db.yml b/doc/yaml/db/quest_db.yml new file mode 100644 index 0000000000..4f2fe56861 --- /dev/null +++ b/doc/yaml/db/quest_db.yml @@ -0,0 +1,23 @@ +########################################################################### +# Quest Database +########################################################################### +# +# Quest Settings +# +########################################################################### +# - Id Quest ID. +# Title Quest title. +# TimeLimit Amount of time before the quest expires. (Default: 0) +# Use a number following by "d" for day(s), "h" for hour(s), "mn" for minute(s), and "s" for second(s). +# Specify with "+" for how long until the quest expires. +# Specify without "+" for the exact time the quest expires using "d" (optionnal), [0-23]"h" (required), [0-59]"mn" (optionnal), [0-59]"s" (optionnal) format. +# Please note the number before "d" only shift the exact timer to the given day(s). +# Targets: Quest objective target. (Default: null) +# - Mob Monster to kill. +# Count Amount of monsters to kill. +# Drops: Quest item drop targets. (Default: null) +# - Mob Monster to kill. 0 will apply to all monsters. (Default: 0) +# Item Item to drop. +# Count Amount of items that will drop. Non-stackable items default to 1. (Default: 1) +# Rate Item drop rate. (10000 = 100%) +########################################################################### diff --git a/src/char/int_quest.cpp b/src/char/int_quest.cpp index ea7c2f2ed8..7f99991a14 100644 --- a/src/char/int_quest.cpp +++ b/src/char/int_quest.cpp @@ -102,7 +102,7 @@ bool mapif_quest_delete(uint32 char_id, int quest_id) { * @return false in case of errors, true otherwise */ bool mapif_quest_add(uint32 char_id, struct quest qd) { - if( SQL_ERROR == Sql_Query(sql_handle, "INSERT INTO `%s`(`quest_id`, `char_id`, `state`, `time`, `count1`, `count2`, `count3`) VALUES ('%d', '%d', '%d','%d', '%d', '%d', '%d')", schema_config.quest_db, qd.quest_id, char_id, qd.state, qd.time, qd.count[0], qd.count[1], qd.count[2]) ) + if( SQL_ERROR == Sql_Query(sql_handle, "INSERT INTO `%s`(`quest_id`, `char_id`, `state`, `time`, `count1`, `count2`, `count3`) VALUES ('%d', '%d', '%d', '%u', '%d', '%d', '%d')", schema_config.quest_db, qd.quest_id, char_id, qd.state, qd.time, qd.count[0], qd.count[1], qd.count[2]) ) { Sql_ShowDebug(sql_handle); return false; diff --git a/src/common/mmo.hpp b/src/common/mmo.hpp index 0df0c87f79..896faadb3b 100644 --- a/src/common/mmo.hpp +++ b/src/common/mmo.hpp @@ -69,7 +69,6 @@ #define MAX_GUILDLEVEL 50 ///Max Guild level #define MAX_GUARDIANS 8 ///Local max per castle. If this value is increased, need to add more fields on MySQL `guild_castle` table [Skotlex] #define MAX_QUEST_OBJECTIVES 3 ///Max quest objectives for a quest -#define MAX_QUEST_DROPS 3 ///Max quest drops for a quest #define MAX_PC_BONUS_SCRIPT 50 ///Max bonus script can be fetched from `bonus_script` table on player load [Cydh] #define MAX_ITEM_RDM_OPT 5 /// Max item random option [Napster] #define DB_NAME_LEN 256 //max len of dbs @@ -212,7 +211,7 @@ enum e_mode { #define CL_MASK 0xF000000 // Questlog states -enum quest_state { +enum e_quest_state : uint8 { Q_INACTIVE, ///< Inactive quest (the user can toggle between active and inactive quests) Q_ACTIVE, ///< Active quest Q_COMPLETE, ///< Completed quest @@ -221,9 +220,9 @@ enum quest_state { /// Questlog entry struct quest { int quest_id; ///< Quest ID - unsigned int time; ///< Expiration time + uint32 time; ///< Expiration time int count[MAX_QUEST_OBJECTIVES]; ///< Kill counters of each quest objective - enum quest_state state; ///< Current quest state + e_quest_state state; ///< Current quest state }; struct s_item_randomoption { diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp index d75e9fa42c..e8a86d415a 100644 --- a/src/map/atcommand.cpp +++ b/src/map/atcommand.cpp @@ -4027,8 +4027,8 @@ ACMD_FUNC(reload) { map_msg_reload(); clif_displaymessage(fd, msg_txt(sd,463)); // Message configuration has been reloaded. } else if (strstr(command, "questdb") || strncmp(message, "questdb", 3) == 0) { - do_reload_quest(); - clif_displaymessage(fd, msg_txt(sd,1377)); // Quest database has been reloaded. + if (quest_db.reload()) + clif_displaymessage(fd, msg_txt(sd,1377)); // Quest database has been reloaded. } else if (strstr(command, "instancedb") || strncmp(message, "instancedb", 4) == 0) { instance_reload(); clif_displaymessage(fd, msg_txt(sd,516)); // Instance database has been reloaded. diff --git a/src/map/clif.cpp b/src/map/clif.cpp index 44a6aec285..c5ef959f34 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -16929,25 +16929,24 @@ void clif_quest_send_list(struct map_session_data *sd) WFIFOL(fd, 4) = limit; for (i = 0; i < limit; i++) { - struct quest_db *qi = quest_search(sd->quest_log[i].quest_id); + std::shared_ptr qi = quest_search(sd->quest_log[i].quest_id); WFIFOL(fd, offset) = sd->quest_log[i].quest_id; offset += 4; WFIFOB(fd, offset) = sd->quest_log[i].state; offset++; - WFIFOL(fd, offset) = sd->quest_log[i].time - qi->time; + WFIFOL(fd, offset) = static_cast(sd->quest_log[i].time - qi->time); offset += 4; - WFIFOL(fd, offset) = sd->quest_log[i].time; + WFIFOL(fd, offset) = static_cast(sd->quest_log[i].time); offset += 4; - WFIFOW(fd, offset) = qi->objectives_count; + WFIFOW(fd, offset) = static_cast(qi->objectives.size()); offset += 2; - if( qi->objectives_count > 0 ){ - int j; + if (!qi->objectives.empty()) { struct mob_db *mob; - for( j = 0; j < qi->objectives_count; j++ ){ - mob = mob_db(qi->objectives[j].mob); + for (int j = 0; j < qi->objectives.size(); j++) { + mob = mob_db(qi->objectives[j]->mob_id); #if PACKETVER >= 20150513 WFIFOL(fd, offset) = sd->quest_log[i].quest_id * 1000 + j; @@ -16955,7 +16954,7 @@ void clif_quest_send_list(struct map_session_data *sd) WFIFOL(fd, offset) = 0; // TODO: Find info - mobType offset += 4; #endif - WFIFOL(fd, offset) = qi->objectives[j].mob; + WFIFOL(fd, offset) = qi->objectives[j]->mob_id; offset += 4; #if PACKETVER >= 20150513 WFIFOW(fd, offset) = 0; // TODO: Find info - levelMin @@ -16965,7 +16964,7 @@ void clif_quest_send_list(struct map_session_data *sd) #endif WFIFOW(fd, offset) = sd->quest_log[i].count[j]; offset += 2; - WFIFOW(fd, offset) = qi->objectives[j].count; + WFIFOW(fd, offset) = qi->objectives[j]->count; offset += 2; safestrncpy((char*)WFIFOP(fd, offset), mob->jname, NAME_LENGTH); offset += NAME_LENGTH; @@ -16998,7 +16997,7 @@ void clif_quest_send_list(struct map_session_data *sd) void clif_quest_send_mission(struct map_session_data *sd) { int fd = sd->fd; - int i, j, limit = 0; + int limit = 0; int len = sd->avail_quests*104+8; struct mob_db *mob; @@ -17008,18 +17007,18 @@ void clif_quest_send_mission(struct map_session_data *sd) WFIFOW(fd, 2) = len; WFIFOL(fd, 4) = limit; - for (i = 0; i < limit; i++) { - struct quest_db *qi = quest_search(sd->quest_log[i].quest_id); + for (int i = 0; i < limit; i++) { + std::shared_ptr qi = quest_search(sd->quest_log[i].quest_id); WFIFOL(fd, i*104+8) = sd->quest_log[i].quest_id; - WFIFOL(fd, i*104+12) = sd->quest_log[i].time - qi->time; - WFIFOL(fd, i*104+16) = sd->quest_log[i].time; - WFIFOW(fd, i*104+20) = qi->objectives_count; + WFIFOL(fd, i*104+12) = static_cast(sd->quest_log[i].time - qi->time); + WFIFOL(fd, i*104+16) = static_cast(sd->quest_log[i].time); + WFIFOW(fd, i*104+20) = static_cast(qi->objectives.size()); - for (j = 0 ; j < qi->objectives_count; j++) { - WFIFOL(fd, i*104+22+j*30) = qi->objectives[j].mob; + for (int j = 0 ; j < qi->objectives.size(); j++) { + WFIFOL(fd, i*104+22+j*30) = qi->objectives[j]->mob_id; WFIFOW(fd, i*104+26+j*30) = sd->quest_log[i].count[j]; - mob = mob_db(qi->objectives[j].mob); + mob = mob_db(qi->objectives[j]->mob_id); safestrncpy(WFIFOCP(fd, i*104+28+j*30), mob->jname, NAME_LENGTH); } } @@ -17035,8 +17034,7 @@ void clif_quest_send_mission(struct map_session_data *sd) void clif_quest_add(struct map_session_data *sd, struct quest *qd) { int fd = sd->fd; - int i, offset; - struct quest_db *qi = quest_search(qd->quest_id); + std::shared_ptr qi = quest_search(qd->quest_id); #if PACKETVER >= 20150513 int cmd = 0x9f9; #else @@ -17047,11 +17045,11 @@ void clif_quest_add(struct map_session_data *sd, struct quest *qd) WFIFOW(fd, 0) = cmd; WFIFOL(fd, 2) = qd->quest_id; WFIFOB(fd, 6) = qd->state; - WFIFOB(fd, 7) = qd->time - qi->time; - WFIFOL(fd, 11) = qd->time; - WFIFOW(fd, 15) = qi->objectives_count; + WFIFOB(fd, 7) = static_cast(qd->time - qi->time); + WFIFOL(fd, 11) = static_cast(qd->time); + WFIFOW(fd, 15) = static_cast(qi->objectives.size()); - for (i = 0, offset = 17; i < qi->objectives_count; i++) { + for (int i = 0, offset = 17; i < qi->objectives.size(); i++) { struct mob_db *mob; #if PACKETVER >= 20150513 WFIFOL(fd, offset) = qd->quest_id * 1000 + i; @@ -17059,7 +17057,7 @@ void clif_quest_add(struct map_session_data *sd, struct quest *qd) WFIFOL(fd, offset) = 0; // TODO: Find info - mobType offset += 4; #endif - WFIFOL(fd, offset) = qi->objectives[i].mob; + WFIFOL(fd, offset) = qi->objectives[i]->mob_id; offset += 4; #if PACKETVER >= 20150513 WFIFOW(fd, offset) = 0; // TODO: Find info - levelMin @@ -17069,7 +17067,7 @@ void clif_quest_add(struct map_session_data *sd, struct quest *qd) #endif WFIFOW(fd, offset) = qd->count[i]; offset += 2; - mob = mob_db(qi->objectives[i].mob); + mob = mob_db(qi->objectives[i]->mob_id); safestrncpy(WFIFOCP(fd, offset), mob->jname, NAME_LENGTH); offset += NAME_LENGTH; } @@ -17077,16 +17075,16 @@ void clif_quest_add(struct map_session_data *sd, struct quest *qd) WFIFOSET(fd, packet_len(cmd)); #if PACKETVER >= 20150513 - int len = 4 + qi->objectives_count * 12; + int len = 4 + qi->objectives.size() * 12; WFIFOHEAD(fd, len); WFIFOW(fd, 0) = 0x8fe; WFIFOW(fd, 2) = len; - for( i = 0, offset = 4; i < qi->objectives_count; i++, offset += 12 ){ + for (int i = 0, offset = 4; i < qi->objectives.size(); i++, offset += 12) { WFIFOL(fd, offset) = qd->quest_id * 1000 + i; - WFIFOL(fd, offset+4) = qi->objectives[i].mob; - WFIFOW(fd, offset + 10) = qi->objectives[i].count; + WFIFOL(fd, offset+4) = qi->objectives[i]->mob_id; + WFIFOW(fd, offset + 10) = qi->objectives[i]->count; WFIFOW(fd, offset + 12) = qd->count[i]; } @@ -17115,9 +17113,9 @@ void clif_quest_delete(struct map_session_data *sd, int quest_id) void clif_quest_update_objective(struct map_session_data *sd, struct quest *qd, int mobid) { int fd = sd->fd; - int i, offset; - struct quest_db *qi = quest_search(qd->quest_id); - int len = qi->objectives_count * 12 + 6; + int offset = 6; + std::shared_ptr qi = quest_search(qd->quest_id); + int len = qi->objectives.size() * 12 + 6; #if PACKETVER >= 20150513 int cmd = 0x9fa; #else @@ -17126,20 +17124,20 @@ void clif_quest_update_objective(struct map_session_data *sd, struct quest *qd, WFIFOHEAD(fd, len); WFIFOW(fd, 0) = cmd; - WFIFOW(fd, 4) = qi->objectives_count; + WFIFOW(fd, 4) = static_cast(qi->objectives.size()); - for (i = 0, offset = 6; i < qi->objectives_count; i++) { - if (mobid == 0 || mobid == qi->objectives[i].mob) { + for (int i = 0; i < qi->objectives.size(); i++) { + if (mobid == 0 || mobid == qi->objectives[i]->mob_id) { WFIFOL(fd, offset) = qd->quest_id; offset += 4; #if PACKETVER >= 20150513 WFIFOL(fd, offset) = qd->quest_id * 1000 + i; offset += 4; #else - WFIFOL(fd, offset) = qi->objectives[i].mob; + WFIFOL(fd, offset) = qi->objectives[i].mob_id; offset += 4; #endif - WFIFOW(fd, offset) = qi->objectives[i].count; + WFIFOW(fd, offset) = qi->objectives[i]->count; offset += 2; WFIFOW(fd, offset) = qd->count[i]; offset += 2; diff --git a/src/map/intif.cpp b/src/map/intif.cpp index 3f15c5e3cc..30513cc581 100644 --- a/src/map/intif.cpp +++ b/src/map/intif.cpp @@ -2041,15 +2041,15 @@ void intif_parse_questlog(int fd) } } else { struct quest *received = (struct quest *)RFIFOP(fd,8); - int i, k = num_received; + int k = num_received; if(sd->quest_log) RECREATE(sd->quest_log, struct quest, num_received); else CREATE(sd->quest_log, struct quest, num_received); - for(i = 0; i < num_received; i++) { - if(quest_search(received[i].quest_id) == &quest_dummy) { + for(int i = 0; i < num_received; i++) { + if(!quest_search(received[i].quest_id)) { ShowError("intif_parse_QuestLog: quest %d not found in DB.\n", received[i].quest_id); continue; } diff --git a/src/map/map-server.vcxproj b/src/map/map-server.vcxproj index 1a17793446..721e354c7a 100644 --- a/src/map/map-server.vcxproj +++ b/src/map/map-server.vcxproj @@ -357,7 +357,7 @@ - + diff --git a/src/map/quest.cpp b/src/map/quest.cpp index 901798bb36..a047b02451 100644 --- a/src/map/quest.cpp +++ b/src/map/quest.cpp @@ -12,6 +12,8 @@ #include "../common/showmsg.hpp" #include "../common/socket.hpp" #include "../common/strlib.hpp" +#include "../common/utilities.hpp" +#include "../common/utils.hpp" #include "battle.hpp" #include "chrif.hpp" @@ -24,20 +26,296 @@ #include "party.hpp" #include "pc.hpp" -static DBMap *questdb; -static void questdb_free_sub(struct quest_db *quest, bool free); -struct quest_db quest_dummy; +static int split_exact_quest_time(char* modif_p, int* day, int* hour, int* minute, int *second); + +const std::string QuestDatabase::getDefaultLocation() { + return std::string(db_path) + "/quest_db.yml"; +} + +/** + * Reads and parses an entry from the quest_db. + * @param node: YAML node containing the entry. + * @return count of successfully parsed rows + */ +uint64 QuestDatabase::parseBodyNode(const YAML::Node &node) { + uint32 quest_id; + + if (!this->asUInt32(node, "Id", quest_id)) + return 0; + + std::shared_ptr quest = this->find(quest_id); + bool exists = quest != nullptr; + + if (!exists) { + if (!this->nodesExist(node, { "Title" })) + return 0; + + quest = std::make_shared(); + quest->id = quest_id; + } + + if (this->nodeExists(node, "Title")) { + std::string name; + + if (!this->asString(node, "Title", name)) + return 0; + + quest->name = name; + } + + if (this->nodeExists(node, "TimeLimit")) { + std::string time; + + if (!this->asString(node, "TimeLimit", time)) + return 0; + + if (time.find("+") != std::string::npos) { + double timediff = solve_time(const_cast(time.c_str())); + + if (timediff <= 0) { + this->invalidWarning(node["TimeLimit"], "Incorrect TimeLimit format %s given, skipping.\n", time.c_str()); + return 0; + } + quest->time = static_cast(timediff); + } + else {// '+' not found, set to specific time + int32 day, hour, minute, second; + + if (split_exact_quest_time(const_cast(time.c_str()), &day, &hour, &minute, &second) == 0) { + this->invalidWarning(node["TimeLimit"], "Incorrect TimeLimit format %s given, skipping.\n", time.c_str()); + return 0; + } + quest->time = day * 86400 + hour * 3600 + minute * 60 + second; + quest->time_at = true; + } + + } else { + if (!exists) { + quest->time = 0; + quest->time_at = false; + } + } + + if (this->nodeExists(node, "Targets")) { + const YAML::Node &targets = node["Targets"]; + + for (const YAML::Node &targetNode : targets) { + if (quest->objectives.size() >= MAX_QUEST_OBJECTIVES) { + this->invalidWarning(targetNode, "Targets list exceeds the maximum of %d, skipping.\n", MAX_QUEST_OBJECTIVES); + return 0; + } + + if (!this->nodeExists(targetNode, "Mob")) + continue; + + std::string mob_name; + + if (!this->asString(targetNode, "Mob", mob_name)) + return 0; + + struct mob_db *mob = mobdb_search_aegisname(mob_name.c_str()); + + if (!mob) { + this->invalidWarning(targetNode["Mob"], "Mob %s does not exist, skipping.\n", mob_name.c_str()); + continue; + } + + //std::shared_ptr target = util::vector_find(quest->objectives, mob->vd.class_); + std::shared_ptr target; + std::vector>::iterator it = std::find_if(quest->objectives.begin(), quest->objectives.end(), [&](std::shared_ptr const &v) { + return (*v).mob_id == mob->vd.class_; + }); + + if (it != quest->objectives.end()) + target = (*it); + else + target = nullptr; + + bool targetExists = target != nullptr; + + if (!targetExists) { + if (!this->nodeExists(targetNode, "Count")) { + this->invalidWarning(targetNode["Count"], "Targets has no Count value specified, skipping.\n"); + continue; + } + + target = std::make_shared(); + target->mob_id = mob->vd.class_; + } + + if (this->nodeExists(targetNode, "Count")) { + uint16 count; + + if (!this->asUInt16(targetNode, "Count", count)) + return 0; + + target->count = count; + } + + quest->objectives.push_back(target); + } + } + + if (this->nodeExists(node, "Drops")) { + const YAML::Node &drops = node["Drops"]; + + for (const YAML::Node &dropNode : drops) { + if (quest->objectives.size() >= MAX_QUEST_OBJECTIVES) { + this->invalidWarning(dropNode, "Drops list exceeds the maximum of %d, skipping.\n", MAX_QUEST_OBJECTIVES); + return 0; + } + + uint32 mob_id = 0; // Can be 0 which means all monsters + + if (this->nodeExists(dropNode, "Mob")) { + std::string mob_name; + + if (!this->asString(dropNode, "Mob", mob_name)) + return 0; + + struct mob_db *mob = mobdb_search_aegisname(mob_name.c_str()); + + if (!mob) { + this->invalidWarning(dropNode["Mob"], "Mob %s does not exist, skipping.\n", mob_name.c_str()); + continue; + } + + mob_id = mob->vd.class_; + } + + //std::shared_ptr target = util::vector_find(quest->dropitem, mob_id); + std::shared_ptr target; + std::vector>::iterator it = std::find_if(quest->dropitem.begin(), quest->dropitem.end(), [&](std::shared_ptr const &v) { + return (*v).mob_id == mob_id; + }); + + if (it != quest->dropitem.end()) + target = (*it); + else + target = nullptr; + + bool targetExists = target != nullptr; + + if (!targetExists) { + if (!this->nodeExists(dropNode, "Item")) { + this->invalidWarning(dropNode["Item"], "Drops has no Item value specified, skipping.\n"); + continue; + } + + if (!this->nodeExists(dropNode, "Rate")) { + this->invalidWarning(dropNode["Item"], "Drops has no Rate value specified, skipping.\n"); + continue; + } + + target = std::make_shared(); + target->mob_id = mob_id; + } + + if (this->nodeExists(dropNode, "Item")) { + std::string item_name; + + if (!this->asString(dropNode, "Item", item_name)) + return 0; + + struct item_data *item = itemdb_search_aegisname(item_name.c_str()); + + if (!item) { + this->invalidWarning(dropNode["Item"], "Item %s does not exist, skipping.\n", item_name.c_str()); + continue; + } + + target->nameid = item->nameid; + } + + if (this->nodeExists(dropNode, "Count")) { + uint16 count; + + if (!this->asUInt16(dropNode, "Count", count)) + return 0; + + if (!itemdb_isstackable(target->nameid)) { + this->invalidWarning(dropNode["Count"], "Item %s is not stackable, capping to 1.\n", itemdb_name(target->nameid)); + count = 1; + } + + target->count = count; + } else { + if (!targetExists) + target->count = 1; + } + + if (this->nodeExists(dropNode, "Rate")) { + uint16 rate; + + if (!this->asUInt16(dropNode, "Rate", rate)) + return 0; + + target->rate = rate; + } + + quest->dropitem.push_back(target); + } + } + + if (!exists) + this->put(quest_id, quest); + + return 1; +} + + +static int split_exact_quest_time(char* modif_p, int* day, int* hour, int* minute, int *second) { + int d = -1, h = -1, mn = -1, s = -1; + + nullpo_retr(0, modif_p); + + while (modif_p[0] != '\0') { + int value = atoi(modif_p); + + if (modif_p[0] == '-' || modif_p[0] == '+') + modif_p++; + while (modif_p[0] >= '0' && modif_p[0] <= '9') + modif_p++; + if (modif_p[0] == 's') { + s = value; + modif_p++; + } else if (modif_p[0] == 'm' && modif_p[1] == 'n') { + mn = value; + modif_p = modif_p + 2; + } else if (modif_p[0] == 'h') { + h = value; + modif_p++; + } else if (modif_p[0] == 'd' || modif_p[0] == 'j') { + d = value; + modif_p++; + } else if (modif_p[0] != '\0') { + modif_p++; + } + } + + if (h < 0 || h > 23 || mn > 59 || s > 59) // hour is required + return 0; + + *day = max(0,d); + *hour = h; + *minute = max(0,mn); + *second = max(0,s); + + return 1; +} /** * Searches a quest by ID. * @param quest_id : ID to lookup - * @return Quest entry (equals to &quest_dummy if the ID is invalid) + * @return Quest entry or nullptr on failure */ -struct quest_db *quest_search(int quest_id) +std::shared_ptr quest_search(int quest_id) { - struct quest_db *quest = (struct quest_db *)idb_get(questdb, quest_id); + auto quest = quest_db.find(quest_id); + if (!quest) - return &quest_dummy; + return nullptr; + return quest; } @@ -46,13 +324,9 @@ struct quest_db *quest_search(int quest_id) * @param sd : Player's data * @return 0 in case of success, nonzero otherwise (i.e. the player has no quests) */ -int quest_pc_login(TBL_PC *sd) +int quest_pc_login(struct map_session_data *sd) { -#if PACKETVER < 20141022 - int i; -#endif - - if( sd->avail_quests == 0 ) + if (!sd->avail_quests) return 1; clif_quest_send_list(sd); @@ -61,13 +335,39 @@ int quest_pc_login(TBL_PC *sd) clif_quest_send_mission(sd); //@TODO[Haru]: Is this necessary? Does quest_send_mission not take care of this? - for( i = 0; i < sd->avail_quests; i++ ) + for (int i = 0; i < sd->avail_quests; i++) clif_quest_update_objective(sd, &sd->quest_log[i], 0); #endif return 0; } +/** + * Determine a quest's time limit. + * @param qi: Quest data + * @return Time limit value + */ +static time_t quest_time(std::shared_ptr qi) +{ + if (!qi || qi->time < 0) + return 0; + + if (!qi->time_at && qi->time > 0) + return time(nullptr) + qi->time; + else if (qi->time_at) { + time_t t = time(nullptr); + struct tm *lt = localtime(&t); + uint32 time_today = lt->tm_hour * 3600 + lt->tm_min * 60 + lt->tm_sec; + + if (time_today < (qi->time % 86400)) + return static_cast(t + qi->time - time_today); + else // Carry over to the next day + return static_cast(t + 86400 + qi->time - time_today); + } + + return 0; +} + /** * Adds a quest to the player's list. * New quest will be added as Q_ACTIVE. @@ -75,53 +375,34 @@ int quest_pc_login(TBL_PC *sd) * @param quest_id : ID of the quest to add. * @return 0 in case of success, nonzero otherwise */ -int quest_add(TBL_PC *sd, int quest_id) +int quest_add(struct map_session_data *sd, int quest_id) { - int n; - struct quest_db *qi = quest_search(quest_id); + std::shared_ptr qi = quest_search(quest_id); - if( qi == &quest_dummy ) { + if (!qi) { ShowError("quest_add: quest %d not found in DB.\n", quest_id); return -1; } - if( quest_check(sd, quest_id, HAVEQUEST) >= 0 ) { + if (quest_check(sd, quest_id, HAVEQUEST) >= 0) { ShowError("quest_add: Character %d already has quest %d.\n", sd->status.char_id, quest_id); return -1; } - n = sd->avail_quests; //Insertion point + int n = sd->avail_quests; //Insertion point sd->num_quests++; sd->avail_quests++; RECREATE(sd->quest_log, struct quest, sd->num_quests); //The character has some completed quests, make room before them so that they will stay at the end of the array - if( sd->avail_quests != sd->num_quests ) + if (sd->avail_quests != sd->num_quests) memmove(&sd->quest_log[n + 1], &sd->quest_log[n], sizeof(struct quest) * (sd->num_quests-sd->avail_quests)); - memset(&sd->quest_log[n], 0, sizeof(struct quest)); - + sd->quest_log[n] = {}; sd->quest_log[n].quest_id = qi->id; - if (qi->time) { - if (qi->time_type == 0) - sd->quest_log[n].time = (unsigned int)(time(NULL) + qi->time); - else { // quest time limit at HH:MM - int time_today; - time_t t; - struct tm * lt; - - t = time(NULL); - lt = localtime(&t); - time_today = (lt->tm_hour) * 3600 + (lt->tm_min) * 60 + (lt->tm_sec); - if (time_today < qi->time) - sd->quest_log[n].time = (unsigned int)(time(NULL) + qi->time - time_today); - else // next day - sd->quest_log[n].time = (unsigned int)(time(NULL) + 86400 + qi->time - time_today); - } - } + sd->quest_log[n].time = (uint32)quest_time(qi); sd->quest_log[n].state = Q_ACTIVE; - sd->save_quest = true; clif_quest_add(sd, &sd->quest_log[n]); @@ -140,55 +421,37 @@ int quest_add(TBL_PC *sd, int quest_id) * @param qid2 : New quest to add * @return 0 in case of success, nonzero otherwise */ -int quest_change(TBL_PC *sd, int qid1, int qid2) +int quest_change(struct map_session_data *sd, int qid1, int qid2) { - int i; - struct quest_db *qi = quest_search(qid2); + std::shared_ptr qi = quest_search(qid2); - if( qi == &quest_dummy ) { + if (!qi) { ShowError("quest_change: quest %d not found in DB.\n", qid2); return -1; } - if( quest_check(sd, qid2, HAVEQUEST) >= 0 ) { + if (quest_check(sd, qid2, HAVEQUEST) >= 0) { ShowError("quest_change: Character %d already has quest %d.\n", sd->status.char_id, qid2); return -1; } - if( quest_check(sd, qid1, HAVEQUEST) < 0 ) { + if (quest_check(sd, qid1, HAVEQUEST) < 0) { ShowError("quest_change: Character %d doesn't have quest %d.\n", sd->status.char_id, qid1); return -1; } + int i; + ARR_FIND(0, sd->avail_quests, i, sd->quest_log[i].quest_id == qid1); - if( i == sd->avail_quests ) { + if (i == sd->avail_quests) { ShowError("quest_change: Character %d has completed quest %d.\n", sd->status.char_id, qid1); return -1; } - memset(&sd->quest_log[i], 0, sizeof(struct quest)); + sd->quest_log[i] = {}; sd->quest_log[i].quest_id = qi->id; - - if (qi->time) { - if (qi->time_type == 0) - sd->quest_log[i].time = (unsigned int)(time(NULL) + qi->time); - else { // quest time limit at HH:MM - int time_today; - time_t t; - struct tm * lt; - - t = time(NULL); - lt = localtime(&t); - time_today = (lt->tm_hour) * 3600 + (lt->tm_min) * 60 + (lt->tm_sec); - if (time_today < qi->time) - sd->quest_log[i].time = (unsigned int)(time(NULL) + qi->time - time_today); - else // next day - sd->quest_log[i].time = (unsigned int)(time(NULL) + 86400 + qi->time - time_today); - } - } - + sd->quest_log[i].time = (uint32)quest_time(qi); sd->quest_log[i].state = Q_ACTIVE; - sd->save_quest = true; clif_quest_delete(sd, qid1); @@ -207,24 +470,24 @@ int quest_change(TBL_PC *sd, int qid1, int qid2) * @param quest_id : ID of the quest to remove * @return 0 in case of success, nonzero otherwise */ -int quest_delete(TBL_PC *sd, int quest_id) +int quest_delete(struct map_session_data *sd, int quest_id) { int i; //Search for quest ARR_FIND(0, sd->num_quests, i, sd->quest_log[i].quest_id == quest_id); - if( i == sd->num_quests ) { + if (i == sd->num_quests) { ShowError("quest_delete: Character %d doesn't have quest %d.\n", sd->status.char_id, quest_id); return -1; } - if( sd->quest_log[i].state != Q_COMPLETE ) + if (sd->quest_log[i].state != Q_COMPLETE) sd->avail_quests--; - if( i < --sd->num_quests ) //Compact the array + if (i < --sd->num_quests) //Compact the array memmove(&sd->quest_log[i], &sd->quest_log[i + 1], sizeof(struct quest) * (sd->num_quests - i)); - if( sd->num_quests == 0 ) { + if (sd->num_quests == 0) { aFree(sd->quest_log); sd->quest_log = NULL; } else @@ -273,53 +536,49 @@ int quest_update_objective_sub(struct block_list *bl, va_list ap) * @param sd : Character's data * @param mob_id : Monster ID */ -void quest_update_objective(TBL_PC *sd, int mob_id) +void quest_update_objective(struct map_session_data *sd, int mob_id) { - int i, j; - - for( i = 0; i < sd->avail_quests; i++ ) { - struct quest_db *qi = NULL; - - if( sd->quest_log[i].state == Q_COMPLETE ) // Skip complete quests + for (int i = 0; i < sd->avail_quests; i++) { + if (sd->quest_log[i].state == Q_COMPLETE) // Skip complete quests continue; - qi = quest_search(sd->quest_log[i].quest_id); + std::shared_ptr qi = quest_search(sd->quest_log[i].quest_id); - for( j = 0; j < qi->objectives_count; j++ ) { - if( qi->objectives[j].mob == mob_id && sd->quest_log[i].count[j] < qi->objectives[j].count ) { + // Process quest objectives + for (int j = 0; j < qi->objectives.size(); j++) { + if (qi->objectives[j]->mob_id == mob_id && sd->quest_log[i].count[j] < qi->objectives[j]->count) { sd->quest_log[i].count[j]++; sd->save_quest = true; clif_quest_update_objective(sd, &sd->quest_log[i], mob_id); } } - // process quest-granted extra drop bonuses - for (j = 0; j < qi->dropitem_count; j++) { - struct quest_dropitem *dropitem = &qi->dropitem[j]; - struct item item; - int temp; - - if (dropitem->mob_id != 0 && dropitem->mob_id != mob_id) + // Process quest-granted extra drop bonuses + for (const auto &it : qi->dropitem) { + if (it->mob_id != 0 && it->mob_id != mob_id) continue; - // TODO: Should this be affected by server rates? - if (dropitem->rate < 10000 && rnd()%10000 >= dropitem->rate) - continue; - if (!itemdb_exists(dropitem->nameid)) + if (it->rate < 10000 && rnd()%10000 >= it->rate) + continue; // TODO: Should this be affected by server rates? + if (!itemdb_exists(it->nameid)) continue; - memset(&item,0,sizeof(item)); - item.nameid = dropitem->nameid; - item.identify = itemdb_isidentified(dropitem->nameid); - item.amount = dropitem->count; + struct item item = {}; + + item.nameid = it->nameid; + item.identify = itemdb_isidentified(it->nameid); + item.amount = it->count; //#ifdef BOUND_ITEMS -// item.bound = dropitem->bound; +// item.bound = it.bound; //#endif -// if (dropitem->isGUID) +// if (it.isGUID) // item.unique_id = pc_generate_unique_id(sd); - if ((temp = pc_additem(sd, &item, 1, LOG_TYPE_QUEST)) != 0) // Failed to obtain the item + + char temp; + + if ((temp = pc_additem(sd, &item, 1, LOG_TYPE_QUEST)) != ADDITEM_SUCCESS) // Failed to obtain the item clif_additem(sd, 0, 0, temp); -// else if (dropitem->isAnnounced || itemdb_exists(dropitem->nameid)->flag.broadcast) -// intif_broadcast_obtain_special_item(sd, dropitem->nameid, dropitem->mob_id, ITEMOBTAIN_TYPE_MONSTER_ITEM); +// else if (it.isAnnounced || itemdb_exists(it.nameid)->flag.broadcast) +// intif_broadcast_obtain_special_item(sd, it.nameid, it.mob_id, ITEMOBTAIN_TYPE_MONSTER_ITEM); } } pc_show_questinfo(sd); @@ -334,12 +593,12 @@ void quest_update_objective(TBL_PC *sd, int mob_id) * @return 0 in case of success, nonzero otherwise * @author [Inkfish] */ -int quest_update_status(TBL_PC *sd, int quest_id, enum quest_state status) +int quest_update_status(struct map_session_data *sd, int quest_id, e_quest_state status) { int i; ARR_FIND(0, sd->avail_quests, i, sd->quest_log[i].quest_id == quest_id); - if( i == sd->avail_quests ) { + if (i == sd->avail_quests) { ShowError("quest_update_status: Character %d doesn't have quest %d.\n", sd->status.char_id, quest_id); return -1; } @@ -347,13 +606,13 @@ int quest_update_status(TBL_PC *sd, int quest_id, enum quest_state status) sd->quest_log[i].state = status; sd->save_quest = true; - if( status < Q_COMPLETE ) { + if (status < Q_COMPLETE) { clif_quest_update_status(sd, quest_id, status == Q_ACTIVE ? true : false); return 0; } // The quest is complete, so it needs to be moved to the completed quests block at the end of the array. - if( i < (--sd->avail_quests) ) { + if (i < (--sd->avail_quests)) { struct quest tmp_quest; memcpy(&tmp_quest, &sd->quest_log[i], sizeof(struct quest)); @@ -363,7 +622,7 @@ int quest_update_status(TBL_PC *sd, int quest_id, enum quest_state status) clif_quest_delete(sd, quest_id); - if( save_settings&CHARSAVE_QUEST ) + if (save_settings&CHARSAVE_QUEST) chrif_save(sd, CSAVE_NORMAL); return 0; @@ -383,30 +642,30 @@ int quest_update_status(TBL_PC *sd, int quest_id, enum quest_state status) * 1 if the quest's timeout has expired * 0 otherwise */ -int quest_check(TBL_PC *sd, int quest_id, enum quest_check_type type) +int quest_check(struct map_session_data *sd, int quest_id, e_quest_check_type type) { int i; ARR_FIND(0, sd->num_quests, i, sd->quest_log[i].quest_id == quest_id); - if( i == sd->num_quests ) + if (i == sd->num_quests) return -1; - switch( type ) { + switch (type) { case HAVEQUEST: if (sd->quest_log[i].state == Q_INACTIVE) // Player has the quest but it's in the inactive state; send it as Q_ACTIVE. return 1; return sd->quest_log[i].state; case PLAYTIME: - return (sd->quest_log[i].time < (unsigned int)time(NULL) ? 2 : sd->quest_log[i].state == Q_COMPLETE ? 1 : 0); + return (sd->quest_log[i].time < (unsigned int)time(nullptr) ? 2 : sd->quest_log[i].state == Q_COMPLETE ? 1 : 0); case HUNTING: - if( sd->quest_log[i].state == Q_INACTIVE || sd->quest_log[i].state == Q_ACTIVE ) { + if (sd->quest_log[i].state == Q_INACTIVE || sd->quest_log[i].state == Q_ACTIVE) { int j; - struct quest_db *qi = quest_search(sd->quest_log[i].quest_id); + std::shared_ptr qi = quest_search(sd->quest_log[i].quest_id); - ARR_FIND(0, qi->objectives_count, j, sd->quest_log[i].count[j] < qi->objectives[j].count); - if( j == qi->objectives_count ) + ARR_FIND(0, qi->objectives.size(), j, sd->quest_log[i].count[j] < qi->objectives[j]->count); + if (j == qi->objectives.size()) return 2; - if( sd->quest_log[i].time < (unsigned int)time(NULL) ) + if (sd->quest_log[i].time < (unsigned int)time(nullptr)) return 1; } return 0; @@ -418,153 +677,6 @@ int quest_check(TBL_PC *sd, int quest_id, enum quest_check_type type) return -1; } -/** - * Loads quests from the quest db.txt - * @return Number of loaded quests, or -1 if the file couldn't be read. - */ -void quest_read_txtdb(void) -{ - const char* dbsubpath[] = { - DBPATH, - DBIMPORT"/", - }; - uint8 f; - - for (f = 0; f < ARRAYLENGTH(dbsubpath); f++) { - FILE *fp; - char line[1024]; - uint32 ln = 0, count = 0; - char filename[256]; - - sprintf(filename, "%s/%s%s", db_path, dbsubpath[f], "quest_db.txt"); - if ((fp = fopen(filename, "r")) == NULL) { - if (f == 0) - ShowError("Can't read %s\n", filename); - return; - } - - while(fgets(line, sizeof(line), fp)) { - struct quest_db *quest = NULL; - char *str[19], *p; - int quest_id = 0; - uint8 i; - - ++ln; - if (line[0] == '\0' || (line[0] == '/' && line[1] == '/')) - continue; - - p = trim(line); - - if (*p == '\0') - continue; // empty line - - memset(str, 0, sizeof(str)); - for(i = 0, p = line; i < 18 && p; i++) { - str[i] = p; - p = strchr(p,','); - if (p) - *p++ = 0; - } - if (str[0] == NULL) - continue; - if (i < 18) { - ShowError("quest_read_txtdb: Insufficient columns in '%s' line %d (%d of %d)\n", filename, ln, i, 18); - continue; - } - - quest_id = atoi(str[0]); - - if (quest_id < 0 || quest_id >= INT_MAX) { - ShowError("quest_read_txtdb: Invalid quest ID '%d' in '%s' line '%d' (min: 0, max: %d.)\n", quest_id, filename, ln, INT_MAX); - continue; - } - - if (!(quest = (struct quest_db *)idb_get(questdb, quest_id))) - CREATE(quest, struct quest_db, 1); - else { - if (quest->objectives) { - aFree(quest->objectives); - quest->objectives = NULL; - quest->objectives_count = 0; - } - if (quest->dropitem) { - aFree(quest->dropitem); - quest->dropitem = NULL; - quest->dropitem_count = 0; - } - } - - if (strchr(str[1],':') == NULL) { - quest->time = atoi(str[1]); - quest->time_type = 0; - } - else { - unsigned char hour, min; - - hour = atoi(str[1]); - str[1] = strchr(str[1],':'); - *str[1] ++= 0; - min = atoi(str[1]); - - quest->time = hour * 3600 + min * 60; - quest->time_type = 1; - } - - for(i = 0; i < MAX_QUEST_OBJECTIVES; i++) { - uint16 mob_id = (uint16)atoi(str[2 * i + 2]); - - if (!mob_id) - continue; - if (mob_db(mob_id) == NULL) { - ShowWarning("quest_read_txtdb: Invalid monster as objective '%d' in line %d.\n", mob_id, ln); - continue; - } - RECREATE(quest->objectives, struct quest_objective, quest->objectives_count+1); - quest->objectives[quest->objectives_count].mob = mob_id; - quest->objectives[quest->objectives_count].count = (uint16)atoi(str[2 * i + 3]); - quest->objectives_count++; - } - - for(i = 0; i < MAX_QUEST_DROPS; i++) { - uint16 mob_id = (uint16)atoi(str[3 * i + (2 * MAX_QUEST_OBJECTIVES + 2)]), nameid = (uint16)atoi(str[3 * i + (2 * MAX_QUEST_OBJECTIVES + 3)]); - - if (!nameid) - continue; - if (!itemdb_exists(nameid) || (mob_id && mob_db(mob_id) == NULL)) { - ShowWarning("quest_read_txtdb: Invalid item reward '%d' (mob %d, optional) in line %d.\n", nameid, mob_id, ln); - continue; - } - RECREATE(quest->dropitem, struct quest_dropitem, quest->dropitem_count+1); - quest->dropitem[quest->dropitem_count].mob_id = mob_id; - quest->dropitem[quest->dropitem_count].nameid = nameid; - quest->dropitem[quest->dropitem_count].count = 1; - quest->dropitem[quest->dropitem_count].rate = atoi(str[3 * i + (2 * MAX_QUEST_OBJECTIVES + 4)]); - quest->dropitem_count++; - } - - //StringBuf_Init(&entry.name); - //StringBuf_Printf(&entry.name, "%s", str[17]); - - if (!quest->id) { - quest->id = quest_id; - idb_put(questdb, quest->id, quest); - } - count++; - } - - fclose(fp); - ShowStatus("Done reading '" CL_WHITE "%d" CL_RESET "' entries in '" CL_WHITE "%s" CL_RESET "'.\n", count, filename); - } -} - -/** - * Loads Quest DB - */ -static void quest_read_db(void) -{ - quest_read_txtdb(); -} - /** * Map iterator to ensures a player has no invalid quest log entries. * Any entries that are no longer in the db are removed. @@ -572,23 +684,22 @@ static void quest_read_db(void) * @param sd : Character's data * @param ap : Ignored */ -int quest_reload_check_sub(struct map_session_data *sd, va_list ap) +static int quest_reload_check_sub(struct map_session_data *sd, va_list ap) { - int i, j; - nullpo_ret(sd); - j = 0; - for( i = 0; i < sd->num_quests; i++ ) { - struct quest_db *qi = quest_search(sd->quest_log[i].quest_id); + int i, j = 0; - if( qi == &quest_dummy ) { //Remove no longer existing entries - if( sd->quest_log[i].state != Q_COMPLETE ) //And inform the client if necessary + for (i = 0; i < sd->num_quests; i++) { + std::shared_ptr qi = quest_search(sd->quest_log[i].quest_id); + + if (!qi) { //Remove no longer existing entries + if (sd->quest_log[i].state != Q_COMPLETE) //And inform the client if necessary clif_quest_delete(sd, sd->quest_log[i].quest_id); continue; } - if( i != j ) { + if (i != j) { //Move entries if there's a gap to fill memcpy(&sd->quest_log[j], &sd->quest_log[i], sizeof(struct quest)); } @@ -603,50 +714,23 @@ int quest_reload_check_sub(struct map_session_data *sd, va_list ap) return 1; } -/** - * Clear quest single entry - * @param quest - * @param free Will free quest from memory - **/ -static void questdb_free_sub(struct quest_db *quest, bool free) -{ - if (quest->objectives) { - aFree(quest->objectives); - quest->objectives = NULL; - quest->objectives_count = 0; - } - if (quest->dropitem) { - aFree(quest->dropitem); - quest->dropitem = NULL; - quest->dropitem_count = 0; - } - if (&quest->name) - StringBuf_Destroy(&quest->name); - if (free) - aFree(quest); +bool QuestDatabase::reload() { + if (!TypesafeYamlDatabase::reload()) + return false; + + // Update quest data for players, to ensure no entries about removed quests are left over. + map_foreachpc(&quest_reload_check_sub); + return true; } -/** - * Clears the quest database for shutdown or reload. - */ -static int questdb_free(DBKey key, DBData *data, va_list ap) -{ - struct quest_db *quest = (struct quest_db *)db_data2ptr(data); - - if (!quest) - return 0; - - questdb_free_sub(quest, true); - return 1; -} +QuestDatabase quest_db; /** * Initializes the quest interface. */ void do_init_quest(void) { - questdb = idb_alloc(DB_OPT_BASE); - quest_read_db(); + quest_db.load(); } /** @@ -654,20 +738,4 @@ void do_init_quest(void) */ void do_final_quest(void) { - memset(&quest_dummy, 0, sizeof(quest_dummy)); - questdb->destroy(questdb, questdb_free); -} - -/** - * Reloads the quest database. - */ -void do_reload_quest(void) -{ - memset(&quest_dummy, 0, sizeof(quest_dummy)); - questdb->clear(questdb, questdb_free); - - quest_read_db(); - - //Update quest data for players, to ensure no entries about removed quests are left over. - map_foreachpc(&quest_reload_check_sub); } diff --git a/src/map/quest.hpp b/src/map/quest.hpp index 17ed05f241..a69f9994f4 100644 --- a/src/map/quest.hpp +++ b/src/map/quest.hpp @@ -4,14 +4,17 @@ #ifndef QUEST_HPP #define QUEST_HPP +#include + #include "../common/cbasetypes.hpp" +#include "../common/database.hpp" #include "../common/strlib.hpp" #include "map.hpp" struct map_session_data; -struct quest_dropitem { +struct s_quest_dropitem { uint16 nameid; uint16 count; uint16 rate; @@ -21,46 +24,53 @@ struct quest_dropitem { //bool isGUID; }; -struct quest_objective { - uint16 mob; +struct s_quest_objective { + uint16 mob_id; uint16 count; }; -struct quest_db { - // TODO: find out if signed or unsigned in client - int id; - unsigned int time; - bool time_type; - uint8 objectives_count; - struct quest_objective *objectives; - uint8 dropitem_count; - struct quest_dropitem *dropitem; - StringBuf name; +struct s_quest_db { + int32 id; + time_t time; + bool time_at; + std::vector> objectives; + std::vector> dropitem; + std::string name; }; -extern struct quest_db quest_dummy; ///< Dummy entry for invalid quest lookups - // Questlog check types -enum quest_check_type { +enum e_quest_check_type : uint8 { HAVEQUEST, ///< Query the state of the given quest PLAYTIME, ///< Check if the given quest has been completed or has yet to expire HUNTING, ///< Check if the given hunting quest's requirements have been met }; -int quest_pc_login(TBL_PC *sd); +class QuestDatabase : public TypesafeYamlDatabase { +public: + QuestDatabase() : TypesafeYamlDatabase("QUEST_DB", 1) { -int quest_add(TBL_PC * sd, int quest_id); -int quest_delete(TBL_PC * sd, int quest_id); -int quest_change(TBL_PC * sd, int qid1, int qid2); + } + + const std::string getDefaultLocation(); + uint64 parseBodyNode(const YAML::Node& node); + bool reload(); +}; + +extern QuestDatabase quest_db; + +int quest_pc_login(struct map_session_data *sd); + +int quest_add(struct map_session_data *sd, int quest_id); +int quest_delete(struct map_session_data *sd, int quest_id); +int quest_change(struct map_session_data *sd, int qid1, int qid2); int quest_update_objective_sub(struct block_list *bl, va_list ap); -void quest_update_objective(TBL_PC * sd, int mob_id); -int quest_update_status(TBL_PC * sd, int quest_id, enum quest_state status); -int quest_check(TBL_PC * sd, int quest_id, enum quest_check_type type); +void quest_update_objective(struct map_session_data *sd, int mob_id); +int quest_update_status(struct map_session_data *sd, int quest_id, e_quest_state status); +int quest_check(struct map_session_data *sd, int quest_id, e_quest_check_type type); -struct quest_db *quest_search(int quest_id); +std::shared_ptr quest_search(int quest_id); void do_init_quest(void); void do_final_quest(void); -void do_reload_quest(void); #endif /* QUEST_HPP */ diff --git a/src/map/script.cpp b/src/map/script.cpp index 28f59bfd7f..e9e10a6437 100644 --- a/src/map/script.cpp +++ b/src/map/script.cpp @@ -19587,10 +19587,10 @@ BUILDIN_FUNC(changequest) BUILDIN_FUNC(checkquest) { struct map_session_data *sd; - enum quest_check_type type = HAVEQUEST; + e_quest_check_type type = HAVEQUEST; if( script_hasdata(st, 3) ) - type = (enum quest_check_type)script_getnum(st, 3); + type = (e_quest_check_type)script_getnum(st, 3); if (!script_charid2sd(4,sd)) return SCRIPT_CMD_FAILURE; @@ -19606,12 +19606,11 @@ BUILDIN_FUNC(checkquest) BUILDIN_FUNC(isbegin_quest) { struct map_session_data *sd; - int i; if (!script_charid2sd(3,sd)) return SCRIPT_CMD_FAILURE; - i = quest_check(sd, script_getnum(st, 2), (enum quest_check_type) HAVEQUEST); + int i = quest_check(sd, script_getnum(st, 2), HAVEQUEST); script_pushint(st, i + (i < 1)); return SCRIPT_CMD_SUCCESS; diff --git a/src/tool/csv2yaml.cpp b/src/tool/csv2yaml.cpp index d30bbf0224..68bd257d1e 100644 --- a/src/tool/csv2yaml.cpp +++ b/src/tool/csv2yaml.cpp @@ -70,6 +70,7 @@ int getch( void ){ #define MAX_SKILL_ITEM_REQUIRE 10 #define MAX_SKILL_STATUS_REQUIRE 3 #define MAX_SKILL_EQUIP_REQUIRE 10 +#define MAX_QUEST_DROPS 3 struct s_skill_unit_csv : s_skill_db { std::string target_str; @@ -98,6 +99,7 @@ static bool skill_parse_row_unitdb(char* split[], int columns, int current); static bool skill_parse_row_copyabledb(char* split[], int columns, int current); static bool skill_parse_row_nonearnpcrangedb(char* split[], int columns, int current); static bool skill_parse_row_skilldb(char* split[], int columns, int current); +static bool quest_read_db(char *split[], int columns, int current); // Constants for conversion std::unordered_map aegis_itemnames; @@ -352,6 +354,12 @@ int do_init( int argc, char** argv ){ return 0; } + if (!process("QUEST_DB", 1, root_paths, "quest_db", [](const std::string &path, const std::string &name_ext) -> bool { + return sv_readdb(path.c_str(), name_ext.c_str(), ',', 3 + MAX_QUEST_OBJECTIVES * 2 + MAX_QUEST_DROPS * 3, 100, -1, &quest_read_db, false); + })) { + return 0; + } + // TODO: add implementations ;-) return 0; @@ -2390,3 +2398,138 @@ static bool skill_parse_row_skilldb(char* split[], int columns, int current) { return true; } + +// Copied and adjusted from quest.cpp +static bool quest_read_db(char *split[], int columns, int current) { + int quest_id = atoi(split[0]); + + if (quest_id < 0 || quest_id >= INT_MAX) { + ShowError("quest_read_db: Invalid quest ID '%d'.\n", quest_id); + return false; + } + + body << YAML::BeginMap; + body << YAML::Key << "Id" << YAML::Value << quest_id; + + std::string title = split[17]; + + if (columns > 18) { // If the title has a comma in it, concatenate + int col = 18; + + while (col < columns) { + title += ',' + std::string(split[col]); + col++; + } + } + + title.erase(std::remove(title.begin(), title.end(), '"'), title.end()); // Strip double quotes out + body << YAML::Key << "Title" << YAML::Value << title; + + if (strchr(split[1], ':') == NULL) { + uint32 time = atoi(split[1]); + + if (time > 0) { + int day = time / 86400; + + time %= (24 * 3600); + int hour = time / 3600; + + time %= 3600; + int minute = time / 60; + + time %= 60; + int second = time; + + std::string output = "+"; + + if (day > 0) + output += std::to_string(day) + "d"; + if (hour > 0) + output += std::to_string(hour) + "h"; + if (minute > 0) + output += std::to_string(minute) + "mn"; + if (second > 0) + output += std::to_string(second) + "s"; + + body << YAML::Key << "TimeLimit" << YAML::Value << output; + } + } else { + if (*split[1]) { + std::string time_str(split[1]), hour = time_str.substr(0, time_str.find(':')), output = {}; + + time_str.erase(0, 3); // Remove "HH:" + + if (std::stoi(hour) > 0) + output = std::to_string(std::stoi(hour)) + "h"; + if (std::stoi(time_str) > 0) + output += std::to_string(std::stoi(time_str)) + "mn"; + + body << YAML::Key << "TimeLimit" << YAML::Value << output; // No quests in TXT format had days, default to 0 + } + } + + if (atoi(split[2]) > 0) { + body << YAML::Key << "Targets"; + body << YAML::BeginSeq; + + for (size_t i = 0; i < MAX_QUEST_OBJECTIVES; i++) { + int32 mob_id = (int32)atoi(split[i * 2 + 2]), count = atoi(split[i * 2 + 3]); + + if (!mob_id || !count) + continue; + + std::string *mob_name = util::umap_find(aegis_mobnames, static_cast(mob_id)); + + if (!mob_name) { + ShowError("quest_read_db: Invalid mob-class %hu, target not read.\n", mob_id); + continue; + } + + body << YAML::BeginMap; + body << YAML::Key << "Mob" << YAML::Value << *mob_name; + body << YAML::Key << "Count" << YAML::Value << count; + body << YAML::EndMap; + } + + body << YAML::EndSeq; + } + + if (atoi(split[2 * MAX_QUEST_OBJECTIVES + 2]) > 0) { + body << YAML::Key << "Drops"; + body << YAML::BeginSeq; + + for (size_t i = 0; i < MAX_QUEST_DROPS; i++) { + int32 mob_id = (int32)atoi(split[3 * i + (2 * MAX_QUEST_OBJECTIVES + 2)]), nameid = (uint16)atoi(split[3 * i + (2 * MAX_QUEST_OBJECTIVES + 3)]); + + if (!mob_id || !nameid) + continue; + + std::string *mob_name = util::umap_find(aegis_mobnames, static_cast(mob_id)); + + if (!mob_name) { + ShowError("quest_read_db: Invalid mob-class %hu, drop not read.\n", mob_id); + continue; + } + + std::string *item_name = util::umap_find(aegis_itemnames, static_cast(nameid)); + + if (!item_name) { + ShowError("quest_read_db: Invalid item name %hu, drop not read.\n", nameid); + return false; + } + + body << YAML::BeginMap; + body << YAML::Key << "Mob" << YAML::Value << *mob_name; + body << YAML::Key << "Item" << YAML::Value << *item_name; + //body << YAML::Key << "Count" << YAML::Value << 1; // Default is 1 + body << YAML::Key << "Rate" << YAML::Value << atoi(split[3 * i + (2 * MAX_QUEST_OBJECTIVES + 4)]); + body << YAML::EndMap; + } + + body << YAML::EndSeq; + } + + body << YAML::EndMap; + + return true; +}