summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-01-24 00:54:00 +0100
committerHaruna <haru@dotalux.com>2015-01-24 00:54:00 +0100
commit1ae4a7184bee7897a318adca6f0941c9c697b78a (patch)
tree00b612493d44b30e20afdaa049188e33f738df18
parent21e3b27ba67b74bc106eb83e26d23255a363ce59 (diff)
parent49df787e2c2faa2621b5490c6e88c86a4b7a813f (diff)
downloadhercules-1ae4a7184bee7897a318adca6f0941c9c697b78a.tar.gz
hercules-1ae4a7184bee7897a318adca6f0941c9c697b78a.tar.bz2
hercules-1ae4a7184bee7897a318adca6f0941c9c697b78a.tar.xz
hercules-1ae4a7184bee7897a318adca6f0941c9c697b78a.zip
Merge pull request #449 from HerculesWS/questdb
Converted the Quest DB to libconfig. Added support for quest-granted item drops
-rw-r--r--db/quest_db.conf13451
-rw-r--r--db/quest_db.txt2899
-rw-r--r--src/map/clif.c44
-rw-r--r--src/map/quest.c235
-rw-r--r--src/map/quest.h21
-rwxr-xr-xtools/questdbconverter.pl94
6 files changed, 13754 insertions, 2990 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf
new file mode 100644
index 000000000..4d6a59759
--- /dev/null
+++ b/db/quest_db.conf
@@ -0,0 +1,13451 @@
+quest_db: (
+// Quest Database
+//
+/******************************************************************************
+ ************* Entry structure ************************************************
+ ******************************************************************************
+{
+ Id: Quest ID [int]
+ Name: Quest Name [string]
+ TimeLimit: Time Limit (seconds) [int, optional]
+ Targets: ( [array, optional]
+ {
+ MobId: Mob ID [int]
+ Count: [int]
+ },
+ ... (can repeated up to MAX_QUEST_OBJECTIVES times)
+ )
+ Drops: (
+ {
+ ItemId: Item ID to drop [int]
+ Rate: Drop rate [int]
+ MobId: Mob ID to match [int, optional]
+ },
+ ... (can be repeated)
+ )
+},
+******************************************************************************/
+{
+ Id: 1000
+ Name: "Transcend"
+},
+{
+ Id: 1001
+ Name: "Job Change to Acolyte"
+},
+{
+ Id: 1002
+ Name: "Job Change to Acolyte"
+},
+{
+ Id: 1003
+ Name: "Job Change to Acolyte"
+},
+{
+ Id: 1004
+ Name: "Job Change to Archer"
+},
+{
+ Id: 1005
+ Name: "Job Change to Mage"
+},
+{
+ Id: 1006
+ Name: "Job Change to Mage"
+},
+{
+ Id: 1007
+ Name: "Job Change to Mage"
+},
+{
+ Id: 1008
+ Name: "Job Change to Mage"
+},
+{
+ Id: 1009
+ Name: "Job Change to Merchant"
+},
+{
+ Id: 1010
+ Name: "Job Change to Merchant"
+},
+{
+ Id: 1011
+ Name: "Job Change to Merchant"
+},
+{
+ Id: 1012
+ Name: "Job Change to Merchant"
+},
+{
+ Id: 1013
+ Name: "Job Change to Thief"
+},
+{
+ Id: 1014
+ Name: "Job Change to Swordman"
+},
+{
+ Id: 1015
+ Name: "Your first quest"
+},
+{
+ Id: 1016
+ Name: "Gaining base levels"
+},
+// Ropewa & Yuridi Quest
+{
+ Id: 1109
+ Name: "Ropewa & Yuridi - Survivors of the Labyrinth"
+},
+{
+ Id: 1110
+ Name: "Ropewa & Yuridi - Victims of the Labyrinth"
+},
+{
+ Id: 1111
+ Name: "Ropewa & Yuridi - Maze in the Labyrinth"
+},
+{
+ Id: 1112
+ Name: "Ropewa & Yuridi - Lost in the Labyrinth"
+},
+{
+ Id: 1113
+ Name: "Ropewa & Yuridi - Torn Apart"
+},
+{
+ Id: 1114
+ Name: "Ropewa & Yuridi - The Cost of Restoration"
+},
+{
+ Id: 1115
+ Name: "Ropewa & Yuridi - Song of the Abyss"
+},
+{
+ Id: 1116
+ Name: "Ropewa & Yuridi - Dead Man's Song"
+},
+{
+ Id: 1117
+ Name: "Ropewa & Yuridi - Eternal Promise, Broken Ring"
+},
+{
+ Id: 1118
+ Name: "Neighborhood Knight - I Need Clues"
+},
+{
+ Id: 1119
+ Name: "Neighborhood Knight - Cooldown"
+ TimeLimit: 82800
+},
+{
+ Id: 1145
+ Name: "Help the poor cat"
+},
+{
+ Id: 1146
+ Name: "Help the poor cat"
+},
+{
+ Id: 1147
+ Name: "Help the poor cat"
+},
+{
+ Id: 1148
+ Name: "Help the poor cat"
+},
+{
+ Id: 1149
+ Name: "Help the poor cat"
+},
+{
+ Id: 1150
+ Name: "Help the poor cat"
+},
+{
+ Id: 1151
+ Name: "Help the poor cat"
+},
+{
+ Id: 1152
+ Name: "Help the poor cat"
+ TimeLimit: 82800
+},
+{
+ Id: 1153
+ Name: "Help the poor cat"
+},
+{
+ Id: 1154
+ Name: "Help the poor cat"
+ Targets: (
+ {
+ MobId: 2197
+ Count: 20
+ },
+ )
+},
+{
+ Id: 1155
+ Name: "Help the poor cat"
+},
+{
+ Id: 1174
+ Name: "Rumor, Time and Legend"
+},
+{
+ Id: 1175
+ Name: "Rumor, Time and Legend"
+},
+{
+ Id: 1176
+ Name: "Rumor, Time and Legend"
+},
+{
+ Id: 1177
+ Name: "Rumor, Time and Legend"
+},
+{
+ Id: 1178
+ Name: "Rumor, Time and Legend"
+},
+{
+ Id: 1179
+ Name: "Rumor, Time and Legend"
+},
+{
+ Id: 1180
+ Name: "Get Rid of Bakonawa"
+ Drops: (
+ {
+ ItemId: 6520
+ Rate: 3000
+ MobId: 2314
+ },
+ )
+},
+{
+ Id: 1181
+ Name: "Get Rid of Bakonawa"
+ Drops: (
+ {
+ ItemId: 6520
+ Rate: 3000
+ MobId: 2314
+ },
+ )
+},
+{
+ Id: 1182
+ Name: "Get Rid of Bakonawa"
+ Drops: (
+ {
+ ItemId: 6520
+ Rate: 3000
+ MobId: 2314
+ },
+ )
+},
+{
+ Id: 1183
+ Name: "Get Rid of Bakonawa"
+ Drops: (
+ {
+ ItemId: 6520
+ Rate: 3000
+ MobId: 2314
+ },
+ )
+},
+{
+ Id: 1184
+ Name: "Get Rid of Bakonawa"
+},
+{
+ Id: 1185
+ Name: "Get Rid of Bakonawa"
+},
+{
+ Id: 1186
+ Name: "Get Rid of Bakonawa"
+ Targets: (
+ {
+ MobId: 2313
+ Count: 15
+ },
+ )
+},
+{
+ Id: 1187
+ Name: "Get Rid of Bakonawa"
+},
+{
+ Id: 1188
+ Name: "Get Rid of Bakonawa"
+},
+{
+ Id: 1189
+ Name: "Get Rid of Bakonawa"
+},
+{
+ Id: 1190
+ Name: "Get Rid of Bakonawa"
+},
+{
+ Id: 1191
+ Name: "Get Rid of Bakonawa"
+},
+{
+ Id: 1192
+ Name: "Get Rid of Bakonawa"
+},
+{
+ Id: 1193
+ Name: "Get Rid of Bakonawa"
+},
+// 2011 X-Mas Event
+{
+ Id: 1194
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1195
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1196
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1197
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1198
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1199
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1200
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1201
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1202
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1203
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1204
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1205
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1206
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1207
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1208
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1209
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1210
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1211
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1212
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+{
+ Id: 1213
+ Name: "Look out the window, Cheers for Raccoon Hurray team!"
+},
+// Find Professor Worm's Memory
+{
+ Id: 1214
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1215
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1216
+ Name: "Getting back Professor Worm's memory"
+ Drops: (
+ {
+ ItemId: 6542
+ Rate: 3000
+ MobId: 2364
+ },
+ )
+},
+{
+ Id: 1217
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1218
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1219
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1220
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1221
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1222
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1223
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1224
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1225
+ Name: "Getting back Professor Worm's memory"
+ Targets: (
+ {
+ MobId: 2367
+ Count: 15
+ },
+ )
+},
+{
+ Id: 1226
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 1227
+ Name: "Getting back Professor Worm's memory"
+ Drops: (
+ {
+ ItemId: 6542
+ Rate: 3000
+ MobId: 2364
+ },
+ )
+},
+{
+ Id: 1228
+ Name: "Getting back Professor Worm's memory"
+},
+{
+ Id: 2000
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2001
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2002
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2003
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2004
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2005
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2006
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2007
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2008
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2009
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2010
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2011
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2012
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2013
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2014
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2015
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2016
+ Name: "Job Change to Blacksmith"
+},
+{
+ Id: 2017
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2018
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2019
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2020
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2021
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2022
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2023
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2024
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2025
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2026
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2027
+ Name: "Job Change to Rogue"
+},
+{
+ Id: 2028
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2029
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2030
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2031
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2032
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2033
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2034
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2035
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2036
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2037
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2038
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2039
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2040
+ Name: "Job Change to Alchemist"
+},
+{
+ Id: 2041
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2042
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2043
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2044
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2045
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2046
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2047
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2048
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2049
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2050
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2051
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2052
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2053
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2054
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2055
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2056
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2057
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2058
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2059
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2060
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2061
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2062
+ Name: "Job Change to Sage"
+},
+{
+ Id: 2063
+ Name: "The Crow of the Fate - 1"
+},
+{
+ Id: 2064
+ Name: "The Crow of the Fate - 2"
+},
+{
+ Id: 2065
+ Name: "The Crow of the Fate - 3"
+},
+{
+ Id: 2066
+ Name: "The Crow of the Fate - 4"
+},
+{
+ Id: 2067
+ Name: "The Crow of the Fate - 5"
+},
+{
+ Id: 2068
+ Name: "The Crow of the Fate - 6"
+},
+{
+ Id: 2069
+ Name: "Tierra Gorge Battle"
+ TimeLimit: 300
+},
+{
+ Id: 2070
+ Name: "Flavius Battle"
+ TimeLimit: 300
+},
+{
+ Id: 2071
+ Name: "Cursed Property"
+},
+{
+ Id: 2072
+ Name: "Cursed Property"
+},
+{
+ Id: 2073
+ Name: "Cursed Property"
+},
+{
+ Id: 2074
+ Name: "Cursed Property"
+},
+{
+ Id: 2075
+ Name: "Cursed Property"
+},
+{
+ Id: 2076
+ Name: "Cursed Property"
+},
+{
+ Id: 2077
+ Name: "Cursed Property"
+},
+{
+ Id: 2078
+ Name: "Cursed Property"
+},
+{
+ Id: 2079
+ Name: "The past went wrong"
+},
+{
+ Id: 2080
+ Name: "The past went wrong"
+},
+{
+ Id: 2081
+ Name: "The past went wrong"
+},
+{
+ Id: 2082
+ Name: "The past went wrong"
+},
+{
+ Id: 2083
+ Name: "The past went wrong"
+},
+{
+ Id: 2084
+ Name: "The past went wrong"
+},
+{
+ Id: 2085
+ Name: "The past went wrong"
+},
+{
+ Id: 2086
+ Name: "The Enterprise"
+},
+{
+ Id: 2087
+ Name: "The Enterprise"
+},
+{
+ Id: 2088
+ Name: "The Enterprise"
+},
+{
+ Id: 2089
+ Name: "The Enterprise"
+},
+{
+ Id: 2090
+ Name: "The Enterprise"
+},
+{
+ Id: 2091
+ Name: "The Enterprise"
+},
+{
+ Id: 2092
+ Name: "The Enterprise"
+},
+{
+ Id: 2093
+ Name: "The Enterprise"
+},
+{
+ Id: 2094
+ Name: "The Enterprise"
+},
+{
+ Id: 2095
+ Name: "The Enterprise"
+},
+{
+ Id: 2109
+ Name: "A Mage in the Ice Dungeon"
+},
+{
+ Id: 2110
+ Name: "A Mage in the Ice Dungeon"
+},
+{
+ Id: 2111
+ Name: "A Mage in the Ice Dungeon"
+},
+{
+ Id: 2112
+ Name: "A Mage in the Ice Dungeon"
+},
+{
+ Id: 2113
+ Name: "A Mage in the Ice Dungeon"
+},
+{
+ Id: 2114
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2115
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2116
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2117
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2118
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2119
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2120
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2121
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2122
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2123
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2124
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2125
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2126
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2127
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2128
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2129
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2130
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2131
+ Name: "Thor Volcano base camp"
+},
+{
+ Id: 2132
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2133
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2134
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2135
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2136
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2137
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2138
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2139
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2140
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2141
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2142
+ Name: "For Arunafeltz"
+},
+{
+ Id: 2143
+ Name: "Guild Dungeon Event"
+ TimeLimit: 50
+},
+{
+ Id: 2144
+ Name: "Guild Dungeon Event"
+},
+{
+ Id: 2147
+ Name: "Attitude to the New"
+},
+{
+ Id: 2148
+ Name: "Attitude to the New"
+},
+{
+ Id: 2149
+ Name: "Attitude to the New"
+},
+{
+ Id: 2150
+ Name: "Attitude to the New"
+ Targets: (
+ {
+ MobId: 1995
+ Count: 30
+ },
+ )
+},
+{
+ Id: 2151
+ Name: "Attitude to the New"
+ Targets: (
+ {
+ MobId: 1992
+ Count: 10
+ },
+ )
+},
+{
+ Id: 2152
+ Name: "Attitude to the New"
+},
+{
+ Id: 2153
+ Name: "Attitude to the New"
+},
+{
+ Id: 2154
+ Name: "Attitude to the New"
+},
+{
+ Id: 2155
+ Name: "Attitude to the New"
+},
+{
+ Id: 2156
+ Name: "Attitude to the New"
+},
+{
+ Id: 2157
+ Name: "Attitude to the New"
+ Targets: (
+ {
+ MobId: 1986
+ Count: 10
+ },
+ )
+},
+{
+ Id: 2158
+ Name: "Finding a Fairy"
+},
+{
+ Id: 2159
+ Name: "Finding a Tree Giant"
+},
+{
+ Id: 2179
+ Name: "Dr. Lifeguard's request"
+},
+{
+ Id: 2180
+ Name: "Dr. Lifeguard's request"
+},
+{
+ Id: 2181
+ Name: "Dr. Lifeguard's request"
+},
+{
+ Id: 2182
+ Name: "Rough Minerals"
+ TimeLimit: 64800
+},
+{
+ Id: 2183
+ Name: "Flower of Alfheim"
+},
+{
+ Id: 2184
+ Name: "Flower of Alfheim"
+},
+{
+ Id: 2185
+ Name: "Spirit of Alfheim"
+},
+{
+ Id: 2186
+ Name: "Helping Grenouille"
+ TimeLimit: 64800
+},
+{
+ Id: 2187
+ Name: "Arch Bishop job changing quest"
+},
+{
+ Id: 2188
+ Name: "Arch Bishop job changing quest"
+},
+{
+ Id: 2189
+ Name: "Arch Bishop job changing quest"
+},
+{
+ Id: 2190
+ Name: "Arch Bishop job changing quest"
+},
+{
+ Id: 2191
+ Name: "Arch Bishop job changing quest"
+},
+{
+ Id: 2192
+ Name: "Guarana quest"
+},
+{
+ Id: 2193
+ Name: "Guarana quest"
+},
+{
+ Id: 2194
+ Name: "Guarana quest"
+},
+{
+ Id: 2195
+ Name: "Guarana quest"
+},
+{
+ Id: 2196
+ Name: "Guarana quest"
+},
+{
+ Id: 2197
+ Name: "Guarana quest"
+},
+{
+ Id: 2198
+ Name: "Guarana quest"
+},
+{
+ Id: 2199
+ Name: "Guarana quest"
+},
+{
+ Id: 2200
+ Name: "Guarana quest"
+},
+{
+ Id: 2201
+ Name: "Brasilis Water Lily"
+},
+{
+ Id: 2202
+ Name: "Brasilis Water Lily"
+},
+{
+ Id: 2203
+ Name: "Brasilis Water Lily"
+},
+{
+ Id: 2204
+ Name: "Brasilis Water Lily"
+},
+{
+ Id: 2205
+ Name: "Brasilis Water Lily"
+},
+{
+ Id: 2206
+ Name: "Brasilis Water Lily"
+},
+{
+ Id: 2207
+ Name: "Brasilis Water Lily"
+},
+{
+ Id: 2208
+ Name: "Bathroom Ghost"
+},
+{
+ Id: 2209
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2210
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2211
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2212
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2213
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2214
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2215
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2216
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2217
+ Name: "Generic Job Change Quest"
+},
+{
+ Id: 2218
+ Name: "Wanderer Job Change Quest"
+},
+{
+ Id: 2219
+ Name: "Wanderer Job Change Quest"
+},
+{
+ Id: 2220
+ Name: "Wanderer Job Change Quest"
+},
+{
+ Id: 2221
+ Name: "Wanderer Job Change Quest"
+ TimeLimit: 600
+ Targets: (
+ {
+ MobId: 1718
+ Count: 50
+ },
+ )
+},
+{
+ Id: 2222
+ Name: "Wanderer Job Change Quest"
+},
+{
+ Id: 2223
+ Name: "Generic Job Change Quest"
+ Targets: (
+ {
+ MobId: 1428
+ Count: 100
+ },
+ )
+},
+// Secret in the Woods
+{
+ Id: 2271
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2272
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2273
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2274
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2275
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2276
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2277
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2278
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2279
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2280
+ Name: "Secret in the Woods"
+},
+{
+ Id: 2281
+ Name: "Get Rid of Buwaya"
+ Targets: (
+ {
+ MobId: 2319
+ Count: 1
+ },
+ )
+},
+// Pyramid (Nightmare)
+{
+ Id: 2289
+ Name: "Verit Hunting (Nightmare)"
+ Targets: (
+ {
+ MobId: 2355
+ Count: 20
+ },
+ )
+},
+{
+ Id: 2290
+ Name: "Verit Hunting - Cooldown"
+ TimeLimit: 82800
+},
+{
+ Id: 2291
+ Name: "Mummy Hunting - Cooldown"
+ TimeLimit: 82800
+},
+{
+ Id: 2292
+ Name: "Mummy Hunting (Nightmare)"
+ Targets: (
+ {
+ MobId: 2354
+ Count: 20
+ },
+ )
+},
+// New Novice Ground
+{
+ Id: 2299
+ Name: "Training Center: Talk to Lisa"
+},
+{
+ Id: 2300
+ Name: "Training Center: Talk to General Reindeer"
+},
+{
+ Id: 2301
+ Name: "Training Center: Leave the boat"
+},
+{
+ Id: 2302
+ Name: "Training Center: Formation"
+},
+{
+ Id: 3000
+ Name: "Job Change to Bard"
+},
+{
+ Id: 3001
+ Name: "Job Change to Bard"
+},
+{
+ Id: 3002
+ Name: "Job Change to Bard"
+},
+{
+ Id: 3003
+ Name: "Job Change to Bard"
+},
+{
+ Id: 3004
+ Name: "Job Change to Bard"
+},
+{
+ Id: 3006
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3007
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3008
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3009
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3010
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3011
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3012
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3013
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3014
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3015
+ Name: "Job Change to Crusader"
+},
+{
+ Id: 3016
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3017
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3018
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3019
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3020
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3021
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3022
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3023
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3024
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3025
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3026
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3027
+ Name: "Job Change to Monk"
+},
+{
+ Id: 3028
+ Name: "Job Change to Monk - Marathon"
+},
+{
+ Id: 3029
+ Name: "Job Change to Monk - Final test"
+},
+/*
+{
+ Id: 3030
+ Name: "Job Change to Monk"
+},
+*/
+{
+ Id: 3031
+ Name: "Job Change to Monk - Spiritual Training"
+},
+{
+ Id: 3032
+ Name: "Job Change to Monk - Become a Monk"
+},
+{
+ Id: 3040
+ Name: "The Curse of Baphomet"
+ TimeLimit: 43200
+},
+{
+ Id: 3041
+ Name: "The Curse of Baphomet"
+ TimeLimit: 180
+},
+{
+ Id: 3042
+ Name: "The Cursed Baphomet Doll"
+},
+{
+ Id: 3043
+ Name: "The Gigantic Magestic Goat"
+},
+{
+ Id: 3044
+ Name: "The Gigantic Magestic Goat"
+},
+{
+ Id: 3045
+ Name: "Sealed Shrine"
+ TimeLimit: 7200
+},
+{
+ Id: 3046
+ Name: "Sealed Shrine After-effect"
+},
+{
+ Id: 3050
+ Name: "Resurrection of Satan Morocc - 1"
+},
+{
+ Id: 3051
+ Name: "Resurrection of Satan Morocc - 2"
+},
+{
+ Id: 3052
+ Name: "Resurrection of Satan Morocc - 3"
+},
+{
+ Id: 3053
+ Name: "Resurrection of Satan Morocc - 4"
+},
+{
+ Id: 3054
+ Name: "Resurrection of Satan Morocc - 5"
+},
+{
+ Id: 3055
+ Name: "Resurrection of Satan Morocc - 6"
+},
+{
+ Id: 3056
+ Name: "Resurrection of Satan Morocc - 7"
+},
+{
+ Id: 3060
+ Name: "Kids in Veins - Where's the Little Sis?"
+},
+{
+ Id: 3061
+ Name: "Kids in Veins - Find a way to unlock the shackles!"
+},
+{
+ Id: 3062
+ Name: "Kids in Veins - Find the Locksmith!"
+},
+{
+ Id: 3063
+ Name: "Kids in Veins - Mr. Lockenlock?"
+},
+{
+ Id: 3064
+ Name: "Kids in Veins - Organic Chamelepu Soap"
+},
+{
+ Id: 3065
+ Name: "Kids in Veins - Soap Ingredients"
+},
+{
+ Id: 3066
+ Name: "Kids in Veins - To make a Chamelepu Soap..."
+},
+{
+ Id: 3067
+ Name: "Kids in Veins - Camel Appetite Stimulants"
+},
+{
+ Id: 3068
+ Name: "Kids in Veins - Getting the Camel Dung"
+},
+{
+ Id: 3069
+ Name: "Kids in Veins - Where's the Silk Sand Camel?"
+},
+{
+ Id: 3070
+ Name: "Kids in Veins - Silk Sand Camel is gone!"
+},
+{
+ Id: 3071
+ Name: "Kids in Veins - Silk Sand Camel is found!"
+},
+{
+ Id: 3072
+ Name: "Kids in Veins - 1 lump of Camel dung obtained"
+},
+{
+ Id: 3073
+ Name: "Kids in Veins - 2 lumps of Camel dung obtained"
+},
+{
+ Id: 3074
+ Name: "Kids in Veins - 3 lumps of Camel dung obtained"
+},
+{
+ Id: 3075
+ Name: "Kids in Veins - 4 lumps of Camel dung obtained"
+},
+{
+ Id: 3076
+ Name: "Kids in Veins - 5 lumps of Camel dung obtained"
+},
+{
+ Id: 3077
+ Name: "Kids in Veins - Go to Ms. Ivory"
+},
+{
+ Id: 3078
+ Name: "Kids in Veins - Chamalepu Soap is completed!"
+},
+{
+ Id: 3079
+ Name: "Kids in Veins - Making the key mold"
+},
+{
+ Id: 3080
+ Name: "Kids in Veins - Bringing the key mold"
+},
+{
+ Id: 3081
+ Name: "Kids in Veins - All you need is Steel!"
+},
+{
+ Id: 3082
+ Name: "Kids in Veins - The Key is Made!"
+},
+{
+ Id: 3083
+ Name: "Kids in Veins - Mr. Lockenlock's key"
+},
+{
+ Id: 3085
+ Name: "Call from the commander"
+},
+{
+ Id: 3086
+ Name: "Commander's Duty"
+},
+{
+ Id: 3087
+ Name: "Report to Rune Midgard"
+},
+{
+ Id: 3088
+ Name: "Report to the continent - Accident!"
+},
+{
+ Id: 3089
+ Name: "Report to the continent - How to restore"
+},
+{
+ Id: 3090
+ Name: "Report to the continent - Location of reports"
+},
+{
+ Id: 3091
+ Name: "Report to the continent - Location of reports"
+ TimeLimit: 1800
+},
+{
+ Id: 3092
+ Name: "Report to the continent - Success to restore!"
+},
+{
+ Id: 3093
+ Name: "Report to the continent - Report to the continent"
+},
+{
+ Id: 3094
+ Name: "Report to the continent - Return to the expedition"
+},
+{
+ Id: 3100
+ Name: "Consolidating Heavy Debt - Lost Bond of Debt"
+},
+{
+ Id: 3101
+ Name: "Consolidating Heavy Debt - Strange Heap of Earth"
+},
+{
+ Id: 3102
+ Name: "Consolidating Heavy Debt - Bond of Debt Found, but..."
+},
+{
+ Id: 3103
+ Name: "Consolidating Heavy Debt - Inventor Dorian"
+},
+{
+ Id: 3104
+ Name: "Consolidating Heavy Debt - Repair Materials of Magic Dryer"
+},
+{
+ Id: 3105
+ Name: "Consolidating Heavy Debt - Repairing Magic Dryer"
+},
+{
+ Id: 3106
+ Name: "Consolidating Heavy Debt - Repairing Magic Dryer Failed"
+},
+{
+ Id: 3107
+ Name: "Consolidating Heavy Debt - Repairing Magic Dryer Successful"
+},
+{
+ Id: 3108
+ Name: "Consolidating Heavy Debt - Let's Run the Magic Dryer"
+},
+{
+ Id: 3109
+ Name: "Consolidating Heavy Debt - Restoring the Bond of Debt"
+},
+{
+ Id: 3110
+ Name: "Stolen Diamond - Tracking the Diamond"
+},
+{
+ Id: 3111
+ Name: "Stolen Diamond - Leblo's Favor"
+},
+{
+ Id: 3112
+ Name: "Stolen Diamond - Wola the Doctor"
+},
+{
+ Id: 3113
+ Name: "Stolen Diamond - Wola the Doctor"
+},
+{
+ Id: 3114
+ Name: "Stolen Diamond - Wola the Doctor"
+},
+{
+ Id: 3115
+ Name: "Stolen Diamond - Leblo's Information"
+},
+{
+ Id: 3116
+ Name: "Stolen Diamond - Information from Rogue Investigator"
+},
+{
+ Id: 3117
+ Name: "Stolen Diamond - Odd Switches"
+},
+{
+ Id: 3118
+ Name: "Stolen Diamond - Diamond Found!"
+},
+{
+ Id: 3119
+ Name: "Z Gang Wanted - Wanted Notice"
+},
+{
+ Id: 3120
+ Name: "Z Gang Wanted - About Z Gang"
+},
+{
+ Id: 3121
+ Name: "Z Gang Wanted - Valdes's Favor"
+},
+{
+ Id: 3122
+ Name: "Z Gang Wanted - Information from Valdes"
+},
+{
+ Id: 3123
+ Name: "Z Gang Wanted - Marybell's Test"
+},
+{
+ Id: 3124
+ Name: "Z Gang Wanted - Challenging Moonho Ahn"
+},
+{
+ Id: 3125
+ Name: "Z Gang Wanted - Challenging Moonho Ahn"
+},
+{
+ Id: 3126
+ Name: "Z Gang Wanted - Information from Marybell"
+},
+{
+ Id: 3127
+ Name: "Z Gang Wanted - Z Gang's Attack"
+},
+{
+ Id: 3128
+ Name: "Z Gang Wanted - Z Gang's Attack"
+},
+{
+ Id: 3129
+ Name: "Z Gang Wanted - Strange Letter"
+},
+{
+ Id: 3130
+ Name: "Z Gang Wanted - Decrypting the letter..."
+},
+{
+ Id: 3131
+ Name: "Z Gang Wanted - Code's Broken!"
+},
+{
+ Id: 3132
+ Name: "Z Gang Wanted - Find the Z Gang's Agit"
+},
+{
+ Id: 3133
+ Name: "Z Gang Wanted - Agit Found!"
+},
+{
+ Id: 3134
+ Name: "Z Gang Wanted - Clean Sweep of Z Gang"
+},
+{
+ Id: 3135
+ Name: "Nidhoggur's Nest"
+ TimeLimit: 259200
+},
+{
+ Id: 3136
+ Name: "Nidhoggur's Nest Time Limit"
+ TimeLimit: 14400
+},
+{
+ Id: 3200
+ Name: "Job changes to Rune knight - Recommendation for Rune knight"
+},
+{
+ Id: 3201
+ Name: "Job changes to Rune knight - Secret rendezvous of Rune knight"
+},
+{
+ Id: 3202
+ Name: "Job changes to Rune knight - The first test"
+},
+{
+ Id: 3203
+ Name: "Job changes to Rune knight - The first test"
+},
+{
+ Id: 3204
+ Name: "Job changes to Rune knight - Pass the first test"
+},
+{
+ Id: 3205
+ Name: "Job changes to Rune knight - The second test"
+},
+{
+ Id: 3206
+ Name: "Job changes to Rune knight - The second test"
+},
+{
+ Id: 3207
+ Name: "Job changes to Rune knight - The second test"
+},
+{
+ Id: 3208
+ Name: "Job changes to Rune knight - The second test"
+},
+{
+ Id: 3209
+ Name: "Job changes to Rune knight - Accumulation of magic energy1"
+ Targets: (
+ {
+ MobId: 1504
+ Count: 10
+ },
+ )
+},
+{
+ Id: 3210
+ Name: "Job changes to Rune knight - Accumulation of magic energy2"
+ Targets: (
+ {
+ MobId: 1506
+ Count: 10
+ },
+ )
+},
+{
+ Id: 3211
+ Name: "Job changes to Rune knight - Accumulation of magic energy3"
+ Targets: (
+ {
+ MobId: 1508
+ Count: 10
+ },
+ )
+},
+{
+ Id: 3212
+ Name: "Job changes to Rune knight - Accumulation of magic energy4"
+ Targets: (
+ {
+ MobId: 1510
+ Count: 10
+ },
+ )
+},
+{
+ Id: 3213
+ Name: "Job changes to Rune knight - The second test"
+},
+{
+ Id: 3214
+ Name: "Job changes to Rune knight - The second test"
+},
+{
+ Id: 3215
+ Name: "Job changes to Rune knight - Pass the second test"
+},
+{
+ Id: 3216
+ Name: "Job changes to Rune knight - The final test"
+},
+{
+ Id: 3217
+ Name: "Job changes to Rune knight - The final test"
+},
+{
+ Id: 3218
+ Name: "Job changes to Rune knight - Pass the final test"
+},
+{
+ Id: 3219
+ Name: "Job changes to Rune knight - The end of all test"
+},
+{
+ Id: 3220
+ Name: "Job changes to Rune knight - Waiting time of test"
+ TimeLimit: 600
+},
+{
+ Id: 3250
+ Name: "Request - What is this bandage for?"
+ Targets: (
+ {
+ MobId: 1041
+ Count: 30
+ },
+ )
+},
+{
+ Id: 3251
+ Name: "Request - An alligator of Counterattack"
+ Targets: (
+ {
+ MobId: 1271
+ Count: 30
+ },
+ )
+},
+{
+ Id: 3252
+ Name: "Request - My mermaid don't do like this way!"
+ Targets: (
+ {
+ MobId: 1264
+ Count: 30
+ },
+ )
+},
+{
+ Id: 3253
+ Name: "Request - Missing occult mania"
+},
+{
+ Id: 3254
+ Name: "Request - A country wants you"
+},
+{
+ Id: 3255
+ Name: "Request - A wild boar subjugate operation"
+ Targets: (
+ {
+ MobId: 1166
+ Count: 30
+ },
+ )
+},
+{
+ Id: 3256
+ Name: "Request - Ready for waiting summer"
+},
+{
+ Id: 3257
+ Name: "Request - A grudge of women"
+ Targets: (
+ {
+ MobId: 1170
+ Count: 30
+ },
+ )
+},
+{
+ Id: 3258
+ Name: "Request - A material of delicacy"
+},
+{
+ Id: 3259
+ Name: "Request - A agony of a doll master"
+ Targets: (
+ {
+ MobId: 1143
+ Count: 30
+ },
+ )
+},
+{
+ Id: 3260
+ Name: "Request - Tiresome flies"
+ Targets: (
+ {
+ MobId: 1035
+ Count: 30
+ },
+ )
+},
+{
+ Id: 3261
+ Name: "Request - Unclean girl"
+ Targets: (
+ {
+ MobId: 1026
+ Count: 30
+ },
+ )
+},
+{
+ Id: 3262
+ Name: "Request - Queer hobby"
+},
+{
+ Id: 3263
+ Name: "Request - A mallet of goblin"
+},
+{
+ Id: 3265
+ Name: "Request - Missing occult mania"
+},
+{
+ Id: 4000
+ Name: "Sherin's Job Interview"
+},
+{
+ Id: 4001
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4002
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4003
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4004
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4005
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4006
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4007
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4008
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4009
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4010
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4011
+ Name: "Job Change to Hunter - Test"
+},
+{
+ Id: 4012
+ Name: "Job Change to Hunter"
+},
+{
+ Id: 4013
+ Name: "Job Change to Hunter"
+},
+// Following entries are depreciated - use 10000-10025
+/*
+{
+ Id: 4015
+ Name: "Becoming an Adventurer Appraiser"
+},
+*/
+/*
+{
+ Id: 4016
+ Name: "Proof of Qualification"
+},
+*/
+/*
+{
+ Id: 4017
+ Name: "Qualification Test"
+},
+*/
+/*
+{
+ Id: 4018
+ Name: "Preparations for Meeting Princes"
+},
+*/
+/*
+{
+ Id: 4020
+ Name: "Interview with the Prince"
+},
+*/
+/*
+{
+ Id: 4021
+ Name: "Interview with the Prince"
+},
+*/
+/*
+{
+ Id: 4022
+ Name: "Interview with the Prince"
+},
+*/
+/*
+{
+ Id: 4023
+ Name: "Interview with the Prince"
+},
+*/
+/*
+{
+ Id: 4024
+ Name: "Interview with the Prince"
+},
+*/
+/*
+{
+ Id: 4025
+ Name: "Interview with the Prince"
+},
+*/
+/*
+{
+ Id: 4026
+ Name: "Interview with the Prince"
+},
+*/
+/*
+{
+ Id: 4027
+ Name: "Interview with the Prince"
+},
+*/
+/*
+{
+ Id: 4028
+ Name: "The prince, Peter's Favor"
+},
+*/
+/*
+{
+ Id: 4029
+ Name: "The Girl's Favor"
+},
+*/
+/*
+{
+ Id: 4030
+ Name: "The Story of Ahrum and Ernst"
+},
+*/
+/*
+{
+ Id: 4031
+ Name: "The Story of Ahrum and Ernst"
+},
+*/
+/*
+{
+ Id: 4032
+ Name: "Conspiracy of the two families"
+},
+*/
+/*
+{
+ Id: 4033
+ Name: "Death of Ahrum"
+},
+*/
+{
+ Id: 4133
+ Name: "Iara"
+},
+{
+ Id: 4134
+ Name: "Iara"
+},
+{
+ Id: 4135
+ Name: "Iara"
+ TimeLimit: 86400
+},
+{
+ Id: 4154
+ Name: "Homunculus Researcher"
+},
+{
+ Id: 4155
+ Name: "Homunculus S Mutation Mission - 1"
+},
+{
+ Id: 4156
+ Name: "Homunculus S Mutation Mission - 2"
+},
+{
+ Id: 4157
+ Name: "Homunculus S Mutation Mission - 3"
+},
+{
+ Id: 4158
+ Name: "Homunculus S Mutation Mission - 4"
+},
+{
+ Id: 4159
+ Name: "Homunculus S Mutation Mission - 5"
+},
+{
+ Id: 4160
+ Name: "Homunculus S Mutation Mission - 6"
+},
+{
+ Id: 4161
+ Name: "Siege Expert"
+},
+{
+ Id: 4162
+ Name: "Party Recruiting Expert"
+},
+{
+ Id: 4163
+ Name: "Battleground Expert"
+},
+{
+ Id: 4164
+ Name: "Memorial Dungeon Expert"
+},
+{
+ Id: 4165
+ Name: "Map Expert"
+},
+{
+ Id: 4166
+ Name: "Passing Grades"
+},
+// Paradise 86 - 90 [Chilly]
+{
+ Id: 4167
+ Name: "Paradise: Dragon Tail Handling"
+ Targets: (
+ {
+ MobId: 1321
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4168
+ Name: "Paradise: Spring Rabbit Handling"
+ Targets: (
+ {
+ MobId: 1322
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4169
+ Name: "Paradise: Pest Handling"
+ Targets: (
+ {
+ MobId: 1256
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4170
+ Name: "Paradise: Bathory Handling"
+ Targets: (
+ {
+ MobId: 1102
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4171
+ Name: "Paradise: Alarm Handling"
+ Targets: (
+ {
+ MobId: 1193
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4172
+ Name: "Paradise: Babayaga Handling"
+ Targets: (
+ {
+ MobId: 1882
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4173
+ Name: "Paradise: Hyegun Handling"
+ Targets: (
+ {
+ MobId: 1512
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4174
+ Name: "Paradise: Antique Firelock Handling"
+ Targets: (
+ {
+ MobId: 1403
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4175
+ Name: "Paradise: Zipper Bear Handling"
+ Targets: (
+ {
+ MobId: 1417
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4176
+ Name: "Paradise: Earth Petite Handling"
+ Targets: (
+ {
+ MobId: 1155
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4177
+ Name: "Paradise: Rafflesia Handling"
+ Targets: (
+ {
+ MobId: 1162
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4178
+ Name: "Paradise: Venomous Handling"
+ Targets: (
+ {
+ MobId: 1621
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4179
+ Name: "Paradise: Pitman Handling"
+ Targets: (
+ {
+ MobId: 1616
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4180
+ Name: "Paradise: Yellow Novus Handling"
+ Targets: (
+ {
+ MobId: 1718
+ Count: 30
+ },
+ )
+},
+// Paradise 91 - 99 [Chilly]
+{
+ Id: 4181
+ Name: "Paradise: Solider Handling"
+ Targets: (
+ {
+ MobId: 1316
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4182
+ Name: "Paradise: Freezer Handling"
+ Targets: (
+ {
+ MobId: 1319
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4183
+ Name: "Paradise: Heater Handling"
+ Targets: (
+ {
+ MobId: 1318
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4184
+ Name: "Paradise: Injustice Handling"
+ Targets: (
+ {
+ MobId: 1257
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4185
+ Name: "Paradise: Rybio Handling"
+ Targets: (
+ {
+ MobId: 1201
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4186
+ Name: "Paradise: Dark Priest Handling"
+ Targets: (
+ {
+ MobId: 1198
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4187
+ Name: "Paradise: Stapo Handling"
+ Targets: (
+ {
+ MobId: 1784
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4188
+ Name: "Paradise: Roween Handling"
+ Targets: (
+ {
+ MobId: 1782
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4189
+ Name: "Paradise: Siroma Handling"
+ Targets: (
+ {
+ MobId: 1776
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4190
+ Name: "Paradise: Shinobi Handling"
+ Targets: (
+ {
+ MobId: 1401
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4191
+ Name: "Paradise: Evil Nymph Handling"
+ Targets: (
+ {
+ MobId: 1416
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4192
+ Name: "Paradise: Deviruchi Handling"
+ Targets: (
+ {
+ MobId: 1109
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4193
+ Name: "Paradise: Mineral Handling"
+ Targets: (
+ {
+ MobId: 1614
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4194
+ Name: "Paradise: Kaho Handling"
+ Targets: (
+ {
+ MobId: 1072
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4195
+ Name: "Paradise: Neraid Handling"
+ Targets: (
+ {
+ MobId: 1255
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4196
+ Name: "Paradise: Disguise Handling"
+ Targets: (
+ {
+ MobId: 1506
+ Count: 30
+ },
+ )
+},
+{
+ Id: 4197
+ Name: "Octopus"
+ TimeLimit: 10800
+},
+// Paradise Cooldowns
+{
+ Id: 4198
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4199
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4200
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4201
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4202
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4203
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4204
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4205
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4206
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4207
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4208
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4209
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4210
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4211
+ Name: "86-90 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4212
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4213
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4214
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4215
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4216
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4217
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4218
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4219
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4220
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4221
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4222
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4223
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4224
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4225
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4226
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4227
+ Name: "91-99 Mission Board Timer"
+ TimeLimit: 10800
+},
+{
+ Id: 4229
+ Name: "Devil in the Cave"
+ TimeLimit: 82800
+},
+{
+ Id: 4254
+ Name: "Fairy with a stomache"
+},
+{
+ Id: 4255
+ Name: "Revenge!"
+ Targets: (
+ {
+ MobId: 2363
+ Count: 20
+ },
+ )
+},
+{
+ Id: 4256
+ Name: "An accomplice?"
+},
+{
+ Id: 4257
+ Name: "Conspiracy"
+},
+{
+ Id: 4258
+ Name: "Eirinn"
+},
+{
+ Id: 4259
+ Name: "Bourbon"
+},
+{
+ Id: 4260
+ Name: "Bee"
+},
+{
+ Id: 4261
+ Name: "Counterattack (1)"
+},
+{
+ Id: 4262
+ Name: "Counterattack (2)"
+},
+{
+ Id: 4263
+ Name: "Counteroffensive (1)"
+},
+{
+ Id: 4264
+ Name: "Counteroffensive (2)"
+},
+{
+ Id: 4265
+ Name: "Bookshelf use"
+},
+{
+ Id: 4266
+ Name: "????? ??"
+},
+{
+ Id: 4267
+ Name: "????? ??"
+},
+{
+ Id: 5000
+ Name: "The Crow of the Fate - 7"
+},
+// Researcher's Quest
+{
+ Id: 5016
+ Name: "Bring me a Research Tool Bag"
+},
+{
+ Id: 5017
+ Name: "Revenge of the Reseacher"
+},
+{
+ Id: 5018
+ Name: "Revenge of the Reseacher"
+},
+{
+ Id: 5019
+ Name: "Bathroom Sample Studying"
+},
+{
+ Id: 5020
+ Name: "Sample Researching"
+ TimeLimit: 86400
+},
+{
+ Id: 5021
+ Name: "Sample Collecting"
+},
+{
+ Id: 5022
+ Name: "Sample Collecting"
+},
+{
+ Id: 5023
+ Name: "Inspection of the Sample"
+ TimeLimit: 21600
+},
+{
+ Id: 5024
+ Name: "Eastern Pool Research"
+},
+{
+ Id: 5025
+ Name: "Western Pool Research"
+},
+{
+ Id: 5026
+ Name: "Southern Pool Research"
+},
+{
+ Id: 5027
+ Name: "Northern Pool Research"
+},
+{
+ Id: 5028
+ Name: "Inspection of the Sample"
+ TimeLimit: 43200
+},
+{
+ Id: 5029
+ Name: "Unidentified Creature"
+ TimeLimit: 3600
+},
+{
+ Id: 5030
+ Name: "The creature's family"
+},
+{
+ Id: 5031
+ Name: "The creature's family"
+},
+{
+ Id: 5032
+ Name: "The creature's family"
+},
+{
+ Id: 5033
+ Name: "The creature's family"
+},
+{
+ Id: 5034
+ Name: "News from the family"
+},
+{
+ Id: 5035
+ Name: "Help the old man!"
+},
+{
+ Id: 5036
+ Name: "Help the old man!"
+},
+{
+ Id: 5037
+ Name: "Help the old man!"
+},
+{
+ Id: 5038
+ Name: "Help the old man!"
+},
+{
+ Id: 5039
+ Name: "Help the old man!"
+},
+{
+ Id: 5040
+ Name: "Help the old man!"
+},
+{
+ Id: 5041
+ Name: "Help the old man!"
+},
+{
+ Id: 5042
+ Name: "Help the old man!"
+},
+{
+ Id: 5043
+ Name: "Help the old man!"
+ TimeLimit: 300
+},
+{
+ Id: 5044
+ Name: "Help the old man!"
+ TimeLimit: 86400
+},
+{
+ Id: 5045
+ Name: "Help the old man!"
+},
+{
+ Id: 5046
+ Name: "Help the old man!"
+},
+{
+ Id: 5047
+ Name: "Help the old man!"
+},
+{
+ Id: 5048
+ Name: "Help the old man!"
+},
+{
+ Id: 5049
+ Name: "Help the old man!"
+},
+{
+ Id: 5050
+ Name: "Help the old man!"
+},
+{
+ Id: 5051
+ Name: "Help the old man!"
+},
+{
+ Id: 5052
+ Name: "Traditional Weapon"
+},
+{
+ Id: 5053
+ Name: "Traditional Weapon"
+},
+{
+ Id: 5054
+ Name: "Traditional Weapon"
+},
+{
+ Id: 5055
+ Name: "Local Rising - Headless Horse"
+ Targets: (
+ {
+ MobId: 2071
+ Count: 15
+ },
+ )
+},
+{
+ Id: 5056
+ Name: "Local Rising - Tamruan"
+ Targets: (
+ {
+ MobId: 1584
+ Count: 15
+ },
+ )
+},
+{
+ Id: 5057
+ Name: "Local Rising - Ready the Festival"
+},
+{
+ Id: 5058
+ Name: "The mood of the players-(1)"
+},
+{
+ Id: 5059
+ Name: "The mood of the players-(2)"
+},
+{
+ Id: 5060
+ Name: "Cat Shock"
+ TimeLimit: 180
+},
+{
+ Id: 5061
+ Name: "Am I scared?"
+},
+{
+ Id: 5062
+ Name: "I met Eryu."
+},
+{
+ Id: 5063
+ Name: "I met Stew."
+},
+{
+ Id: 5064
+ Name: "I met Ketchup."
+},
+{
+ Id: 5065
+ Name: "I met Eff."
+},
+{
+ Id: 5066
+ Name: "Scary image-(1)"
+},
+{
+ Id: 5067
+ Name: "Scary image-(2)"
+},
+{
+ Id: 5068
+ Name: "Collecting complaint"
+ TimeLimit: 72000
+},
+{
+ Id: 5069
+ Name: "Token of honor"
+ TimeLimit: 3600
+},
+{
+ Id: 5070
+ Name: "Rock Paper Scissors"
+ TimeLimit: 86400
+},
+{
+ Id: 5071
+ Name: "Chamchamcham"
+ TimeLimit: 86400
+},
+{
+ Id: 5072
+ Name: "Kkongnyangkkong"
+ TimeLimit: 86400
+},
+{
+ Id: 5073
+ Name: "Challenging of flag wave"
+ TimeLimit: 86400
+},
+{
+ Id: 5074
+ Name: "Cat's Meal"
+ Targets: (
+ {
+ MobId: 1158
+ Count: 30
+ },
+ )
+},
+{
+ Id: 5075
+ Name: "Health food"
+ Targets: (
+ {
+ MobId: 1144
+ Count: 50
+ },
+ )
+},
+{
+ Id: 5076
+ Name: "Enemies"
+ Targets: (
+ {
+ MobId: 1282
+ Count: 30
+ },
+ )
+},
+{
+ Id: 5077
+ Name: "Reaction Training"
+ Targets: (
+ {
+ MobId: 1209
+ Count: 10
+ },
+ )
+},
+{
+ Id: 5078
+ Name: "Light bird food"
+ Targets: (
+ {
+ MobId: 1019
+ Count: 50
+ },
+ )
+},
+{
+ Id: 5079
+ Name: "How to stabilize the mind"
+},
+{
+ Id: 5080
+ Name: "Lack of Snack"
+},
+{
+ Id: 5081
+ Name: "Banned foods"
+},
+{
+ Id: 5082
+ Name: "Cool food"
+},
+{
+ Id: 5083
+ Name: "Please come back Eryu-(1)"
+},
+{
+ Id: 5084
+ Name: "Please come back Eryu-(2)"
+},
+{
+ Id: 5085
+ Name: "Please come back Stew-(1)"
+},
+{
+ Id: 5086
+ Name: "Please come back Stew-(2)"
+},
+{
+ Id: 5087
+ Name: "Please come back Ketchup-(1)"
+},
+{
+ Id: 5088
+ Name: "Please come back Ketchup-(2)"
+},
+{
+ Id: 5089
+ Name: "Please come back Eff-(1)"
+},
+{
+ Id: 5090
+ Name: "Please come back Eff-(2)"
+},
+{
+ Id: 5091
+ Name: "Go Malangdo"
+},
+{
+ Id: 5092
+ Name: "Unlocking the Ultimate Mediocrity"
+},
+{
+ Id: 5093
+ Name: "Unlocking the Ultimate Mediocrity"
+},
+{
+ Id: 5094
+ Name: "Unlocking the Ultimate Mediocrity"
+ Targets: (
+ {
+ MobId: 1002
+ Count: 1000
+ },
+ )
+},
+{
+ Id: 5095
+ Name: "Unlocking the Ultimate Mediocrity"
+ Targets: (
+ {
+ MobId: 1063
+ Count: 1000
+ },
+ )
+},
+{
+ Id: 5096
+ Name: "Unlocking the Ultimate Mediocrity"
+ Targets: (
+ {
+ MobId: 1007
+ Count: 1000
+ },
+ )
+},
+{
+ Id: 5097
+ Name: "Unlocking the Ultimate Mediocrity"
+ Targets: (
+ {
+ MobId: 1049
+ Count: 1000
+ },
+ )
+},
+{
+ Id: 5098
+ Name: "Unlocking the Ultimate Mediocrity"
+},
+{
+ Id: 5099
+ Name: "Unlocking the Ultimate Mediocrity"
+},
+{
+ Id: 5100
+ Name: "Unlocking the Ultimate Mediocrity"
+},
+{
+ Id: 5109
+ Name: "Light but Unconfirmed Rumor"
+},
+{
+ Id: 5110
+ Name: "The Rumored Character"
+},
+{
+ Id: 5111
+ Name: "To the Lab..."
+},
+{
+ Id: 5112
+ Name: "Laboratory Restricted Access"
+ TimeLimit: 259200
+},
+{
+ Id: 5113
+ Name: "[Rest] Lord Knight"
+},
+{
+ Id: 5114
+ Name: "[Rest] Paladin"
+},
+{
+ Id: 5115
+ Name: "[Rest] High Priest"
+},
+{
+ Id: 5116
+ Name: "[Rest] Champion"
+},
+{
+ Id: 5117
+ Name: "[Rest] High Wizard"
+},
+{
+ Id: 5118
+ Name: "[Rest] Professor"
+},
+{
+ Id: 5119
+ Name: "[Rest] Whitesmith"
+},
+{
+ Id: 5120
+ Name: "[Rest] Creator"
+},
+{
+ Id: 5121
+ Name: "[Rest] Assassin Cross"
+},
+{
+ Id: 5122
+ Name: "[Rest] Stalker"
+},
+{
+ Id: 5123
+ Name: "[Rest] Sniper"
+},
+{
+ Id: 5124
+ Name: "[Rest] Clown"
+},
+{
+ Id: 5125
+ Name: "[Rest] Gypsy"
+},
+// Kagerou/Oboro Job Quest
+{
+ Id: 5131
+ Name: "Strange Conversation"
+},
+{
+ Id: 5132
+ Name: "Family Business-(1)"
+},
+{
+ Id: 5133
+ Name: "Family Business-(2)"
+},
+{
+ Id: 5134
+ Name: "New path"
+},
+{
+ Id: 5135
+ Name: "4 tests"
+},
+{
+ Id: 5136
+ Name: "Knowledge test"
+},
+{
+ Id: 5137
+ Name: "Survival test"
+},
+{
+ Id: 5138
+ Name: "Weapons test"
+},
+{
+ Id: 5139
+ Name: "The guy looks familiar!!"
+},
+{
+ Id: 5140
+ Name: "Uncertain chilliness"
+},
+{
+ Id: 5141
+ Name: "Got a curse!!"
+ TimeLimit: 120
+},
+{
+ Id: 5142
+ Name: "Prototype-(1)"
+},
+{
+ Id: 5143
+ Name: "Prototype-(2)"
+},
+{
+ Id: 5144
+ Name: "Prototype-(2)"
+},
+{
+ Id: 5145
+ Name: "Prototype-(3)"
+},
+{
+ Id: 5146
+ Name: "Battle test"
+},
+{
+ Id: 6000
+ Name: "Job Change to Taekwon"
+},
+{
+ Id: 6001
+ Name: "Job Change to Taekwon"
+},
+{
+ Id: 6002
+ Name: "Job Change to Taekwon"
+},
+{
+ Id: 6005
+ Name: "Job Change to Soul-Linker"
+},
+{
+ Id: 6006
+ Name: "Job Change to Soul-Linker"
+},
+{
+ Id: 6007
+ Name: "Job Change to Soul-Linker"
+},
+{
+ Id: 6008
+ Name: "Job Change to Soul-Linker"
+},
+{
+ Id: 6010
+ Name: "Job Change to Super Novice"
+},
+{
+ Id: 6015
+ Name: "A favor from Cougar"
+},
+{
+ Id: 6016
+ Name: "A favor from a Suspicious Man"
+},
+{
+ Id: 6017
+ Name: "Red Leopard Joe's Reply"
+},
+{
+ Id: 6018
+ Name: "Cougar's Madness"
+},
+{
+ Id: 6020
+ Name: "Master Miller's Letter"
+},
+{
+ Id: 6021
+ Name: "Wise Bull Horn's voucher"
+},
+{
+ Id: 6022
+ Name: "Making a voucher"
+},
+{
+ Id: 6023
+ Name: "Wise Bull Horn's Favor"
+},
+{
+ Id: 6024
+ Name: "Job Change to Gunslinger!"
+},
+{
+ Id: 6025
+ Name: "KVM Guillaume"
+ TimeLimit: 300
+},
+{
+ Id: 6026
+ Name: "KVM Croix"
+ TimeLimit: 300
+},
+{
+ Id: 6027
+ Name: "KVM Indicator"
+ TimeLimit: 300
+},
+{
+ Id: 7000
+ Name: "Job Change to Dancer!"
+},
+{
+ Id: 7001
+ Name: "Job Change to Dancer!"
+},
+{
+ Id: 7002
+ Name: "Job Change to Dancer!"
+},
+{
+ Id: 7003
+ Name: "Job Change to Dancer!"
+},
+{
+ Id: 7004
+ Name: "Job Change to Dancer!"
+},
+{
+ Id: 7005
+ Name: "Job Change to Dancer!"
+},
+{
+ Id: 7006
+ Name: "Job Change to Dancer!"
+},
+{
+ Id: 7007
+ Name: "Warrior of the Sun, the Moon, and the Stars"
+},
+{
+ Id: 7008
+ Name: "Warrior of the Sun, the Moon, and the Stars - Nature"
+},
+{
+ Id: 7009
+ Name: "Warrior of the Sun, the Moon, and the Stars - the Altar"
+},
+{
+ Id: 7010
+ Name: "Warrior of the Sun, the Moon, and the Stars - Stars?"
+},
+{
+ Id: 7011
+ Name: "Warrior of the Sun, the Moon, and the Stars"
+},
+{
+ Id: 7012
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7013
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7014
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7015
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7016
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7017
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7018
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7019
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7020
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7021
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7022
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7023
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7024
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7025
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7026
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7027
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7028
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7029
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7030
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7031
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7032
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7033
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7034
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7035
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7036
+ Name: "Pursuing Rayan Moore"
+},
+{
+ Id: 7037
+ Name: "Case closed?"
+},
+{
+ Id: 7038
+ Name: "Passion for Baked Sweet Potatoes"
+},
+{
+ Id: 7039
+ Name: "Dodging the conversation"
+},
+{
+ Id: 7040
+ Name: "Dodging the conversation"
+},
+{
+ Id: 7041
+ Name: "Politics is for the Politicians"
+},
+{
+ Id: 7042
+ Name: "Part-time Job - Tatacho's feed"
+},
+{
+ Id: 7043
+ Name: "Part-time Job - Cornus's feed"
+},
+{
+ Id: 7044
+ Name: "Part-time Job - Hillthrion's feed1"
+},
+{
+ Id: 7045
+ Name: "Part-time Job - Hillthrion's feed2"
+},
+{
+ Id: 7046
+ Name: "Part-time Job - warm rugs"
+},
+{
+ Id: 7047
+ Name: "Part-time Job - Let's call it a day!"
+ TimeLimit: 18000
+},
+{
+ Id: 7048
+ Name: "Thanatos Tower - Burled's Favor"
+},
+{
+ Id: 7049
+ Name: "Thanatos Tower - Sealed Tower"
+},
+{
+ Id: 7050
+ Name: "Thanatos Tower - Sealed Tower"
+},
+{
+ Id: 7051
+ Name: "Thanatos Tower - Sealed Tower"
+},
+{
+ Id: 7052
+ Name: "Thanatos Tower - Sealed Tower"
+},
+{
+ Id: 7053
+ Name: "Thanatos Tower - What they want is.."
+},
+{
+ Id: 7054
+ Name: "Myu's Favor - Teach them a lesson!"
+ Targets: (
+ {
+ MobId: 1282
+ Count: 1000
+ },
+ )
+},
+{
+ Id: 7055
+ Name: "Myu's Favor - Not the cat!"
+ Targets: (
+ {
+ MobId: 1261
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7056
+ Name: "Messenger - Arc's Favor"
+},
+{
+ Id: 7057
+ Name: "Messenger - Arc's Favor"
+},
+{
+ Id: 7058
+ Name: "Messenger - Arc's Favor"
+},
+{
+ Id: 7059
+ Name: "Messenger - Terra's Whereabouts"
+},
+{
+ Id: 7060
+ Name: "Messenger - Terra's Whereabouts"
+},
+{
+ Id: 7061
+ Name: "Messenger - Terra's Whereabouts"
+},
+{
+ Id: 7062
+ Name: "Messenger - Terra's Whereabouts"
+},
+{
+ Id: 7063
+ Name: "Messenger - Terra's Whereabouts"
+},
+{
+ Id: 7064
+ Name: "Messenger - Terra's Whereabouts"
+},
+{
+ Id: 7065
+ Name: "Messenger - Terra's Whereabouts"
+},
+{
+ Id: 7066
+ Name: "Messenger - Prove the Truth"
+},
+{
+ Id: 7067
+ Name: "Messenger - Prove the Truth"
+},
+{
+ Id: 7068
+ Name: "Messenger - Prove the Truth"
+},
+{
+ Id: 7069
+ Name: "Messenger - Too late!"
+},
+{
+ Id: 7070
+ Name: "Messenger - Terra's Return"
+},
+{
+ Id: 7071
+ Name: "Messenger - Invitation"
+},
+/*
+{
+ Id: 7072
+ Name: ""
+},
+*/
+/*
+{
+ Id: 7073
+ Name: ""
+ TimeLimit: 86400
+},
+*/
+{
+ Id: 7074
+ Name: "Rata Hunt"
+ Targets: (
+ {
+ MobId: 2017
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7075
+ Name: "Duneyrr Hunt"
+ Targets: (
+ {
+ MobId: 2018
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7076
+ Name: "Wanted: Dandelion"
+ Targets: (
+ {
+ MobId: 2026
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7077
+ Name: "Collecting Dragon Eggs"
+},
+{
+ Id: 7078
+ Name: "Collecting Dragon Eggs"
+ TimeLimit: 86400
+},
+{
+ Id: 7079
+ Name: "Finding Refined Bradium"
+},
+{
+ Id: 7080
+ Name: "Finding Refined Bradium"
+ TimeLimit: 86400
+},
+{
+ Id: 7081
+ Name: "Helping the Laphine Craftsman"
+},
+{
+ Id: 7082
+ Name: "Helping the Laphine Craftsman"
+ TimeLimit: 86400
+},
+{
+ Id: 7091
+ Name: "An advice of Diora 01"
+},
+{
+ Id: 7092
+ Name: "An advice of Diora 02"
+},
+{
+ Id: 7093
+ Name: "An advice of Diora 03"
+},
+{
+ Id: 7094
+ Name: "An advice of Diora 04"
+},
+{
+ Id: 7095
+ Name: "An advice of Diora 05"
+},
+{
+ Id: 7096
+ Name: "A proof of new requirement"
+},
+{
+ Id: 7097
+ Name: "A proof of new requirement"
+},
+{
+ Id: 7098
+ Name: "A proof of new requirement"
+},
+{
+ Id: 7099
+ Name: "A proof of new requirement"
+},
+{
+ Id: 7100
+ Name: "A message of Bercascell"
+},
+{
+ Id: 7101
+ Name: "Special task of an assassin guild 1"
+},
+{
+ Id: 7102
+ Name: "Special task of an assassin guild 2"
+},
+{
+ Id: 7103
+ Name: "Special task of an assassin guild 3"
+},
+{
+ Id: 7104
+ Name: "Special task of an assassin guild 4"
+},
+{
+ Id: 7105
+ Name: "Special task of an assassin guild 4"
+},
+{
+ Id: 7106
+ Name: "Special task of an assassin guild 5"
+},
+{
+ Id: 7107
+ Name: "Special task of an assassin guild 6"
+},
+{
+ Id: 7108
+ Name: "Special task of an assassin guild 7"
+},
+{
+ Id: 7109
+ Name: "Special task of an assassin guild 8"
+},
+{
+ Id: 7110
+ Name: "Special task of an assassin guild 9"
+},
+{
+ Id: 7111
+ Name: "Special task of an assassin guild 10"
+},
+{
+ Id: 7112
+ Name: "Information of Madelle"
+},
+{
+ Id: 7113
+ Name: "Information of Crave"
+},
+{
+ Id: 7114
+ Name: "Information of Trovan"
+},
+{
+ Id: 7115
+ Name: "Information of a peddler"
+},
+{
+ Id: 7116
+ Name: "Information of a old man"
+},
+// Novice Training Grounds
+{
+ Id: 7117
+ Name: "Your first quest!"
+},
+{
+ Id: 7118
+ Name: "Novice Training"
+},
+{
+ Id: 7119
+ Name: "Novice Training"
+},
+{
+ Id: 7120
+ Name: "Novice Training"
+},
+{
+ Id: 7121
+ Name: "Novice Training"
+},
+{
+ Id: 7122
+ Name: "First battle - Poring Hunt"
+ Targets: (
+ {
+ MobId: 1002
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7123
+ Name: "Battle Basics -Swordman"
+ Targets: (
+ {
+ MobId: 1049
+ Count: 2
+ },
+ )
+},
+{
+ Id: 7124
+ Name: "Battle Basics -Mage"
+ Targets: (
+ {
+ MobId: 1063
+ Count: 5
+ },
+ )
+},
+/*
+{
+ Id: 7125
+ Name: "not used"
+},
+*/
+{
+ Id: 7126
+ Name: "Selling items"
+},
+{
+ Id: 7127
+ Name: "Battle Basics -Thief"
+ Targets: (
+ {
+ MobId: 1010
+ Count: 5
+ },
+ )
+},
+{
+ Id: 7128
+ Name: "Training course 'conquest a desert!' -start"
+},
+{
+ Id: 7129
+ Name: "The training course 'conquer the desert!' - A real battle 1"
+ Targets: (
+ {
+ MobId: 1009
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7130
+ Name: "The training course 'conquer the desert!' - A real battle 2"
+ Targets: (
+ {
+ MobId: 1107
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7131
+ Name: "The training course 'conquer the desert!' - A real battle 3"
+ Targets: (
+ {
+ MobId: 1001
+ Count: 5
+ },
+ )
+},
+{
+ Id: 7132
+ Name: "The training course 'conquer the desert!' - Complete a quest"
+},
+{
+ Id: 7133
+ Name: "The training course 'conquer the culvert!' - Start"
+},
+{
+ Id: 7134
+ Name: "The training course 'conquer the culvert!' - A real battle 1"
+ Targets: (
+ {
+ MobId: 1051
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7135
+ Name: "The training course 'conquer the culvert!' - A real battle 2"
+ Targets: (
+ {
+ MobId: 1175
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7136
+ Name: "The training course 'conquer the culvert!' - A real battle 3"
+ Targets: (
+ {
+ MobId: 1005
+ Count: 5
+ },
+ )
+},
+{
+ Id: 7137
+ Name: "The training course 'conquer the culvert!' - Complete a quest"
+},
+{
+ Id: 7138
+ Name: "The training course 'conquer the haunted cave!' - Start"
+},
+{
+ Id: 7139
+ Name: "The training course 'conquer the haunted cave!' - A real battle 1"
+ Targets: (
+ {
+ MobId: 1076
+ Count: 15
+ },
+ )
+},
+{
+ Id: 7140
+ Name: "The training course 'conquer the haunted cave!' - A real battle 2"
+ Targets: (
+ {
+ MobId: 1031
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7141
+ Name: "The training course 'conquer the haunted cave!' - Complete a quest"
+},
+{
+ Id: 7142
+ Name: "The training course 'conquer ant hell!' - Start"
+},
+{
+ Id: 7143
+ Name: "The training course 'conquer ant hell!' - A real battle 1"
+ Targets: (
+ {
+ MobId: 1160
+ Count: 15
+ },
+ )
+},
+{
+ Id: 7144
+ Name: "The training course 'conquer ant hell!' - A real battle 2"
+ Targets: (
+ {
+ MobId: 1095
+ Count: 15
+ },
+ )
+},
+{
+ Id: 7145
+ Name: "The training course 'conquer ant hell!' - A real battle 3"
+ Targets: (
+ {
+ MobId: 1176
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7146
+ Name: "The training course 'conquer ant hell!' - Complete a quest"
+},
+{
+ Id: 7147
+ Name: "The training course 'conquer the orc village!' - start"
+},
+{
+ Id: 7148
+ Name: "The training course 'conquer the orc village!' - A real battle 1"
+ Targets: (
+ {
+ MobId: 1686
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7149
+ Name: "The training course 'conquer the orc village!' - A real battle 2"
+ Targets: (
+ {
+ MobId: 1023
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7150
+ Name: "The training course 'conquer the orc village!' - A real battle 3"
+ Targets: (
+ {
+ MobId: 1273
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7151
+ Name: "The training course 'conquer the orc village!' - Complete a quest"
+},
+{
+ Id: 7152
+ Name: "bThe training course 'conquer the orc dungeon!' - start"
+},
+{
+ Id: 7153
+ Name: "The training course 'conquer the orc dungeon!' - A real battle 1"
+ Targets: (
+ {
+ MobId: 1153
+ Count: 20
+ },
+ )
+},
+{
+ Id: 7154
+ Name: "The training course 'conquer the orc dungeon!'- A real battle 2"
+ Targets: (
+ {
+ MobId: 1152
+ Count: 20
+ },
+ )
+},
+{
+ Id: 7155
+ Name: "The training course 'conquer the orc dungeon!' - complete a quest"
+},
+{
+ Id: 7156
+ Name: "The training course 'conquer an undersea city!' - start"
+},
+{
+ Id: 7157
+ Name: "The training course 'conquer an undersea city!' - A real battle 1"
+ Targets: (
+ {
+ MobId: 1264
+ Count: 15
+ },
+ )
+},
+{
+ Id: 7158
+ Name: "The training course 'conquer an undersea city!' - A real battle 2"
+ Targets: (
+ {
+ MobId: 1065
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7159
+ Name: "The training course 'conquer an undersea city!' - Complete a quest"
+},
+{
+ Id: 7160
+ Name: "Mysterious Cryptogram"
+},
+{
+ Id: 7161
+ Name: "Mysterious Cryptogram - 2nd"
+},
+{
+ Id: 7162
+ Name: "Mysterious Cryptogram - 2nd"
+},
+{
+ Id: 7163
+ Name: "Mysterious Cryptogram - 2nd"
+},
+{
+ Id: 7164
+ Name: "Hunt for shadow of deception"
+ Targets: (
+ {
+ MobId: 2076
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7165
+ Name: "Key of deception"
+},
+{
+ Id: 7166
+ Name: "Rachel Branch of Shadow Workshop"
+},
+{
+ Id: 7167
+ Name: "Mysterious Cryptogram - 3rd"
+},
+{
+ Id: 7168
+ Name: "Mysterious Cryptogram - 3rd"
+},
+{
+ Id: 7169
+ Name: "Mysterious Cryptogram - 3rd"
+},
+{
+ Id: 7170
+ Name: "Mysterious Cryptogram - 3rd"
+},
+{
+ Id: 7171
+ Name: "Hunt for shadow of delusion"
+ Targets: (
+ {
+ MobId: 2077
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7172
+ Name: "Key of delusion"
+},
+{
+ Id: 7173
+ Name: "Message to Halled from Paul"
+},
+{
+ Id: 7174
+ Name: "Mysterious Cryptogram - 4th"
+},
+{
+ Id: 7175
+ Name: "Hunft for shadow of gaiety"
+ Targets: (
+ {
+ MobId: 2078
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7176
+ Name: "Key of Gaiety"
+},
+{
+ Id: 7177
+ Name: "A young guy in Lighthalzen"
+},
+{
+ Id: 7178
+ Name: "Destination of Deception, Delusion and Gaiety"
+},
+{
+ Id: 7179
+ Name: "Vicente, you dare!"
+},
+{
+ Id: 7180
+ Name: "Message from Doomk"
+},
+{
+ Id: 7181
+ Name: "Karakas's ring"
+},
+// El Dicastes
+{
+ Id: 7182
+ Name: "Sapha's Visit"
+},
+{
+ Id: 7183
+ Name: "Invitation from Sapha"
+},
+{
+ Id: 7184
+ Name: "To El Dicastes!"
+},
+{
+ Id: 7185
+ Name: "Inspector Doha"
+},
+{
+ Id: 7186
+ Name: "Secret Order from Doha - Investigation"
+},
+{
+ Id: 7187
+ Name: "Secret Order from Doha - Shay"
+},
+{
+ Id: 7188
+ Name: "Information Gathering - in the Plaza"
+},
+{
+ Id: 7189
+ Name: "Information Gathering - in the Factory"
+},
+{
+ Id: 7190
+ Name: "Information Gathering - at the Guards"
+},
+{
+ Id: 7191
+ Name: "Shay's designation - BK"
+},
+{
+ Id: 7192
+ Name: "BK's Information"
+},
+{
+ Id: 7193
+ Name: "Dimensional Crack Investigation"
+},
+{
+ Id: 7194
+ Name: "What's this bloodstain?"
+},
+{
+ Id: 7195
+ Name: "What's this skin piece?"
+},
+{
+ Id: 7196
+ Name: "What's this suspicious magic power?"
+},
+{
+ Id: 7197
+ Name: "Sapha Certifications?"
+},
+{
+ Id: 7198
+ Name: "Audience with Ahat"
+},
+{
+ Id: 7199
+ Name: "Secret Order from Ahat"
+},
+{
+ Id: 7200
+ Name: "Cheshire's call"
+ TimeLimit: 82800
+},
+{
+ Id: 7201
+ Name: "Removing traces"
+},
+{
+ Id: 7202
+ Name: "Secret order from Doha - Collect proof"
+},
+{
+ Id: 7203
+ Name: "Secret order from Doha - Final Report"
+},
+{
+ Id: 7206
+ Name: "New Day for Cheshire"
+},
+{
+ Id: 7207
+ Name: "Cheshire's Box"
+},
+{
+ Id: 7208
+ Name: "Wait for Cheshire?"
+ TimeLimit: 86400
+},
+{
+ Id: 7209
+ Name: "Forget the box."
+},
+{
+ Id: 7210
+ Name: "Daily delivery"
+},
+// Misty Forest Labyrinth
+{
+ Id: 7211
+ Name: "Misty Forest Labyrinth Exploration"
+ TimeLimit: 9000
+},
+{
+ Id: 7212
+ Name: "Loki's Search"
+},
+{
+ Id: 7213
+ Name: "Wandering Protector"
+},
+// Paradise Gear Advanced Quests [Chilly]
+{
+ Id: 7214
+ Name: "Paradise Advanced: Romeo Training"
+},
+{
+ Id: 7215
+ Name: "Paradise Advanced: Romeo Hunt 1"
+ Targets: (
+ {
+ MobId: 1278
+ Count: 3
+ },
+ )
+},
+{
+ Id: 7216
+ Name: "Paradise Advanced: Romeo Hunt 2"
+ Targets: (
+ {
+ MobId: 1278
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7217
+ Name: "Paradise Advanced: Romeo Hunt 3"
+},
+{
+ Id: 7218
+ Name: "Paradise Advanced: Romeo Complete"
+},
+{
+ Id: 7219
+ Name: "Paradise Advanced: Johan Training"
+},
+{
+ Id: 7220
+ Name: "Paradise Advanced: Johan Hunt 1"
+ Targets: (
+ {
+ MobId: 1192
+ Count: 20
+ },
+ )
+},
+{
+ Id: 7221
+ Name: "Paradise Advanced: Johan Hunt 2"
+ Targets: (
+ {
+ MobId: 1117
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7222
+ Name: "Paradise Advanced: Johan Complete"
+},
+{
+ Id: 7223
+ Name: "Paradise Advanced: Kiren Training"
+},
+{
+ Id: 7224
+ Name: "Paradise Advanced: Kiren Hunt 1"
+ Targets: (
+ {
+ MobId: 1619
+ Count: 30
+ },
+ )
+},
+{
+ Id: 7225
+ Name: "Paradise Advanced: Removed"
+ Targets: (
+ {
+ MobId: 1620
+ Count: 30
+ },
+ )
+},
+{
+ Id: 7226
+ Name: "Paradise Advanced: Kiren Hunt 2 (Part A)"
+ Targets: (
+ {
+ MobId: 1621
+ Count: 30
+ },
+ )
+},
+{
+ Id: 7227
+ Name: "Paradise Advanced: Kiren Hunt 2 (Part B)"
+ Targets: (
+ {
+ MobId: 1622
+ Count: 5
+ },
+ )
+},
+{
+ Id: 7228
+ Name: "Paradise Advanced: Kiren Complete"
+},
+{
+ Id: 7229
+ Name: "Paradise Advanced: Naomi Training"
+},
+{
+ Id: 7230
+ Name: "Paradise Advanced: Naomi Hunt 1"
+ Targets: (
+ {
+ MobId: 1776
+ Count: 30
+ },
+ )
+},
+{
+ Id: 7231
+ Name: "Paradise Advanced: Naomi Hunt 2"
+ Targets: (
+ {
+ MobId: 1776
+ Count: 30
+ },
+ )
+},
+{
+ Id: 7232
+ Name: "Paradise Advanced: Naomi Complete"
+},
+{
+ Id: 7233
+ Name: "Paradise Advanced: Margaret Training"
+},
+{
+ Id: 7234
+ Name: "Paradise Advanced: Margaret's Favor"
+},
+{
+ Id: 7235
+ Name: "Paradise Advanced: Margaret Hunt 1"
+ Targets: (
+ {
+ MobId: 1988
+ Count: 1
+ },
+ )
+},
+{
+ Id: 7236
+ Name: "Paradise Advanced: Margaret Hunt 2"
+ Targets: (
+ {
+ MobId: 1995
+ Count: 5
+ },
+ )
+},
+{
+ Id: 7237
+ Name: "Paradise Advanced: Margaret Complete"
+},
+{
+ Id: 7238
+ Name: "Toren's Errands (Easy)"
+},
+{
+ Id: 7239
+ Name: "Toren's Errands (Normal)"
+},
+{
+ Id: 7240
+ Name: "Strengthening Equipment"
+},
+{
+ Id: 7241
+ Name: "Toren's Errands - Tomorrow"
+ TimeLimit: 86400
+},
+{
+ Id: 7242
+ Name: "Play with the baby cat"
+},
+{
+ Id: 7243
+ Name: "Nyadventure-Duruduru Compass"
+},
+{
+ Id: 7244
+ Name: "Nyadventure-Duruduru Race"
+ TimeLimit: 180
+},
+{
+ Id: 7245
+ Name: "Nyadventure-Duruduru Race"
+ TimeLimit: 180
+},
+{
+ Id: 7246
+ Name: "Nyadventure-I'm coming now."
+},
+{
+ Id: 7247
+ Name: "Nyadventure-Stop the Bang!"
+},
+/*
+{
+ Id: 7248
+ Name: ""
+},
+*/
+{
+ Id: 7249
+ Name: "Nyadventure-Bang! See you next time"
+ TimeLimit: 86400
+},
+{
+ Id: 7250
+ Name: "Nyadventure-Hidden Treasure?"
+},
+{
+ Id: 7251
+ Name: "Nyadventure-The First piece of Painting"
+},
+{
+ Id: 7252
+ Name: "Nyadventure-The Second piece of Painting"
+},
+{
+ Id: 7253
+ Name: "Nyadventure-The Third piece of Painting"
+},
+{
+ Id: 7254
+ Name: "Nyadventure-The Fourth piece of Painting"
+},
+{
+ Id: 7255
+ Name: "Nyadventure-The Fifth piece of Painting"
+},
+{
+ Id: 7256
+ Name: "Nyadventure-The Sixth piece of Painting"
+},
+{
+ Id: 7257
+ Name: "Nyadventure-Race, Come back tomorrow!"
+ TimeLimit: 86400
+},
+{
+ Id: 7258
+ Name: "Nyadventure-Painting completed"
+},
+{
+ Id: 7259
+ Name: "Gift from the Mew Bravery Team"
+},
+{
+ Id: 7260
+ Name: "The origin of Bugs"
+},
+{
+ Id: 7261
+ Name: "Cat Biscuits - Table"
+},
+{
+ Id: 7262
+ Name: "Cat Biscuits - Mattress"
+},
+{
+ Id: 7263
+ Name: "Cat Biscuits - Grill"
+},
+{
+ Id: 7264
+ Name: "To Chef Nyas"
+},
+{
+ Id: 7265
+ Name: "Rage of Chef Nyas"
+},
+{
+ Id: 7266
+ Name: "Declaration of Chef Nyas"
+},
+{
+ Id: 7267
+ Name: "Appointed time with Cleanyang"
+ TimeLimit: 86400
+},
+{
+ Id: 7268
+ Name: "Find the Cat's hard biscuits!"
+},
+{
+ Id: 7269
+ Name: "Cat Biscuits - Resting Place"
+},
+{
+ Id: 7270
+ Name: "Cat Biscuits - Sand"
+},
+{
+ Id: 7271
+ Name: "Cat Biscuits - Bottom of the Stairs"
+},
+{
+ Id: 7272
+ Name: "Cat Biscuits - Corner"
+},
+{
+ Id: 7273
+ Name: "Cat Biscuits - Locker"
+},
+{
+ Id: 7274
+ Name: "Cat Biscuits - Foothold"
+},
+{
+ Id: 7275
+ Name: "Cat Biscuits - Sand"
+},
+{
+ Id: 7276
+ Name: "Promise to deliver more food"
+ TimeLimit: 86400
+},
+{
+ Id: 7281
+ Name: "List of Errands"
+},
+{
+ Id: 7282
+ Name: "List of Errands"
+},
+{
+ Id: 7283
+ Name: "List of Errands"
+},
+{
+ Id: 7284
+ Name: "List of Errands"
+},
+{
+ Id: 7285
+ Name: "List of Errands"
+},
+{
+ Id: 7286
+ Name: "List of Errands"
+},
+{
+ Id: 7287
+ Name: "List of Errands"
+},
+{
+ Id: 7288
+ Name: "List of Errands"
+},
+{
+ Id: 7289
+ Name: "List of Errands"
+},
+{
+ Id: 7290
+ Name: "List of Errands"
+},
+{
+ Id: 7291
+ Name: "List of Errands"
+},
+{
+ Id: 7292
+ Name: "List of Errands"
+},
+{
+ Id: 7293
+ Name: "List of Errands"
+},
+{
+ Id: 7294
+ Name: "List of Errands"
+},
+{
+ Id: 7295
+ Name: "List of Errands"
+},
+{
+ Id: 7296
+ Name: "List of Errands"
+},
+{
+ Id: 7297
+ Name: "List of Errands"
+},
+{
+ Id: 7298
+ Name: "List of Errands"
+},
+{
+ Id: 7299
+ Name: "List of Errands"
+},
+{
+ Id: 7300
+ Name: "List of Errands"
+},
+{
+ Id: 7301
+ Name: "List of Errands"
+},
+{
+ Id: 7302
+ Name: "List of Errands"
+},
+{
+ Id: 7303
+ Name: "List of Errands"
+},
+{
+ Id: 7304
+ Name: "List of Errands"
+},
+{
+ Id: 7305
+ Name: "List of Errands"
+},
+{
+ Id: 7306
+ Name: "List of Errands"
+},
+{
+ Id: 7307
+ Name: "List of Errands"
+},
+{
+ Id: 7308
+ Name: "List of Errands"
+},
+{
+ Id: 7309
+ Name: "List of Errands"
+},
+{
+ Id: 7310
+ Name: "List of Errands"
+},
+{
+ Id: 7311
+ Name: "List of Errands"
+},
+{
+ Id: 7312
+ Name: "List of Errands"
+},
+{
+ Id: 7313
+ Name: "List of Errands"
+},
+{
+ Id: 7314
+ Name: "List of Errands"
+},
+{
+ Id: 7315
+ Name: "List of Errands"
+},
+{
+ Id: 7316
+ Name: "List of Errands"
+},
+{
+ Id: 7317
+ Name: "List of Errands"
+},
+{
+ Id: 7318
+ Name: "List of Errands"
+},
+{
+ Id: 7319
+ Name: "List of Errands"
+},
+{
+ Id: 7320
+ Name: "List of Errands"
+},
+{
+ Id: 7321
+ Name: "List of Errands"
+},
+{
+ Id: 7322
+ Name: "List of Errands"
+},
+{
+ Id: 7323
+ Name: "List of Errands"
+},
+{
+ Id: 7324
+ Name: "List of Errands"
+},
+{
+ Id: 7325
+ Name: "List of Errands"
+},
+{
+ Id: 7326
+ Name: "List of Errands"
+},
+{
+ Id: 7327
+ Name: "List of Errands"
+},
+{
+ Id: 7328
+ Name: "List of Errands"
+},
+{
+ Id: 7329
+ Name: "List of Errands"
+},
+{
+ Id: 7330
+ Name: "List of Errands"
+},
+{
+ Id: 7331
+ Name: "List of Errands"
+},
+{
+ Id: 7332
+ Name: "List of Errands"
+},
+{
+ Id: 7333
+ Name: "List of Errands"
+},
+{
+ Id: 7334
+ Name: "List of Errands"
+},
+{
+ Id: 7335
+ Name: "List of Errands"
+},
+{
+ Id: 7336
+ Name: "List of Errands"
+},
+{
+ Id: 7337
+ Name: "List of Errands"
+},
+{
+ Id: 7338
+ Name: "List of Errands"
+},
+{
+ Id: 7339
+ Name: "List of Errands"
+},
+{
+ Id: 7340
+ Name: "List of Errands"
+},
+{
+ Id: 7341
+ Name: "List of Errands"
+},
+{
+ Id: 7342
+ Name: "List of Errands"
+},
+{
+ Id: 7343
+ Name: "List of Errands"
+},
+{
+ Id: 7344
+ Name: "List of Errands"
+},
+{
+ Id: 7345
+ Name: "List of Errands"
+},
+{
+ Id: 7346
+ Name: "List of Errands"
+},
+// Hall of Abyss
+{
+ Id: 7349
+ Name: "Vote"
+ TimeLimit: 1800
+},
+// Port Malaya
+{
+ Id: 7350
+ Name: "Cautious Village"
+},
+{
+ Id: 7351
+ Name: "Better than My Old Button"
+},
+{
+ Id: 7352
+ Name: "Sailor Wants a Button"
+},
+{
+ Id: 7353
+ Name: "Old Man Wants a Button"
+},
+{
+ Id: 7354
+ Name: "Young Man Wants a Button"
+},
+{
+ Id: 7355
+ Name: "Merchant Wants a Button"
+},
+{
+ Id: 7356
+ Name: "Little Kid Wants a Button"
+},
+{
+ Id: 7357
+ Name: "Middle-aged Guy Wants a Button"
+},
+{
+ Id: 7358
+ Name: "Why do they want my Buttons?"
+},
+{
+ Id: 7359
+ Name: "Deliver Holy Item to Sailor"
+},
+{
+ Id: 7360
+ Name: "Deliver Holy Item to Old Man"
+},
+{
+ Id: 7361
+ Name: "Deliver Holy Item to Young Man"
+},
+{
+ Id: 7362
+ Name: "Deliver Holy Item to Merchant"
+},
+{
+ Id: 7363
+ Name: "Deliver Holy Item to Little Kid"
+},
+{
+ Id: 7364
+ Name: "Deliver Holy Item to Middle-aged Man"
+},
+{
+ Id: 7365
+ Name: "Better than My Old Button-2"
+},
+{
+ Id: 7366
+ Name: "Traditional Spiritual Protection and Impudent Girl-1"
+},
+{
+ Id: 7367
+ Name: "Traditional Spiritual Protection and Impudent Girl-2"
+ TimeLimit: 600
+},
+{
+ Id: 7368
+ Name: "Deliver Spiritual Protection-Pedro"
+},
+{
+ Id: 7369
+ Name: "Deliver Spiritual Protection-Nardo"
+},
+{
+ Id: 7370
+ Name: "Deliver Spiritual Protection-Pandoi"
+},
+{
+ Id: 7371
+ Name: "Deliver Spiritual Protection-Woeon"
+},
+{
+ Id: 7372
+ Name: "Deliver Spiritual Protection-Talah"
+},
+{
+ Id: 7373
+ Name: "Deliver Spiritual Protection-Romel"
+},
+{
+ Id: 7374
+ Name: "Love and Spiritual Protection for All"
+},
+{
+ Id: 7375
+ Name: "Love and Spiritual Protection Continues"
+ TimeLimit: 82800
+},
+{
+ Id: 7376
+ Name: "Old Man and Cast-Iron Caldron-1"
+},
+{
+ Id: 7377
+ Name: "Old Man and Cast-Iron Caldron-2"
+},
+{
+ Id: 7378
+ Name: "Old Man and Cast-Iron Caldron-Regular Trades"
+ TimeLimit: 82800
+},
+{
+ Id: 7379
+ Name: "Peace Preacher"
+},
+{
+ Id: 7380
+ Name: "To Smith a Traditional Spiritual Protection"
+},
+{
+ Id: 7381
+ Name: "High Demand on Spiritual Protection Material"
+ TimeLimit: 82800
+},
+{
+ Id: 7382
+ Name: "Deliver to Pedro"
+},
+{
+ Id: 7383
+ Name: "Deliver to Nardo"
+},
+{
+ Id: 7384
+ Name: "Deliver to Pandoi"
+},
+{
+ Id: 7385
+ Name: "Deliver to Woeon"
+},
+{
+ Id: 7386
+ Name: "Deliver to Talah"
+},
+{
+ Id: 7387
+ Name: "Deliver to Romel"
+},
+{
+ Id: 7388
+ Name: "Maries's Child"
+},
+{
+ Id: 7389
+ Name: "Give the Shirt to Maries's Child"
+},
+{
+ Id: 7390
+ Name: "Worried about Maries's Child"
+ TimeLimit: 82800
+},
+{
+ Id: 7391
+ Name: "Jejeling and Jejellopy"
+ Drops: (
+ {
+ ItemId: 6498
+ Rate: 5000
+ MobId: 2316
+ },
+ )
+},
+{
+ Id: 7392
+ Name: "Collect Jejellopy Regularly"
+ TimeLimit: 86400
+},
+{
+ Id: 7393
+ Name: "Shiny Silver Blade"
+ Targets: (
+ {
+ MobId: 2314
+ Count: 10
+ },
+ {
+ MobId: 2311
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7394
+ Name: "Shiny Tomorrow"
+ TimeLimit: 82800
+},
+{
+ Id: 7395
+ Name: "Ghost on the Ferry Ship"
+},
+{
+ Id: 7396
+ Name: "Angry Soul on Ferry Ship"
+},
+{
+ Id: 7397
+ Name: "Mumbaki Phong's Advice"
+ Drops: (
+ {
+ ItemId: 6510
+ Rate: 3000
+ MobId: 2310
+ },
+ )
+},
+{
+ Id: 7398
+ Name: "Offering Bouquet Recommended by Mumbaki"
+},
+{
+ Id: 7399
+ Name: "Soul Diwata's Story"
+},
+{
+ Id: 7400
+ Name: "Mumbaki of Port Malaya"
+},
+{
+ Id: 7401
+ Name: "All Aboard for Perry Sailing"
+ TimeLimit: 82800
+},
+{
+ Id: 7402
+ Name: "Bouquet for Diwata"
+ Drops: (
+ {
+ ItemId: 6510
+ Rate: 3000
+ MobId: 2310
+ },
+ )
+},
+{
+ Id: 7403
+ Name: "Stabilized Perry"
+},
+{
+ Id: 7404
+ Name: "Get Rid of Jejeling"
+ Targets: (
+ {
+ MobId: 2316
+ Count: 20
+ },
+ )
+},
+{
+ Id: 7405
+ Name: "Get Rid of Jejeling - Same Time Tomorrow"
+ TimeLimit: 82800
+},
+{
+ Id: 7406
+ Name: "Agree to Collecting Bones!"
+ Drops: (
+ {
+ ItemId: 6507
+ Rate: 5000
+ MobId: 2313
+ },
+ {
+ ItemId: 6507
+ Rate: 5000
+ MobId: 2314
+ },
+ {
+ ItemId: 6507
+ Rate: 5000
+ MobId: 2309
+ },
+ )
+},
+{
+ Id: 7407
+ Name: "Purified Bone"
+},
+{
+ Id: 7408
+ Name: "Agree to Come Back Tomorrow?"
+ TimeLimit: 82800
+},
+{
+ Id: 7409
+ Name: "Cannot Meet Eyes with Him!"
+ Targets: (
+ {
+ MobId: 2309
+ Count: 10
+ },
+ )
+},
+{
+ Id: 7410
+ Name: "Teach Another Lesson Tomorrow!"
+ TimeLimit: 82800
+},
+// Eclage
+{
+ Id: 7411
+ Name: "The traveler, Fome's story"
+},
+{
+ Id: 7412
+ Name: "The traveler, Litrip's story"
+},
+{
+ Id: 7413
+ Name: "The traveler, Chiba's story"
+},
+{
+ Id: 7414
+ Name: "Eclage guard's message"
+},
+{
+ Id: 7415
+ Name: "Laphine's Chief of Staff"
+},
+{
+ Id: 7416
+ Name: "Waiting to meet"
+ TimeLimit: 600
+},
+{
+ Id: 7417
+ Name: "Kardui's request"
+},
+{
+ Id: 7418
+ Name: "For Eclage 1"
+},
+{
+ Id: 7419
+ Name: "For Eclage 2"
+},
+{
+ Id: 7420
+ Name: "For Eclage 3"
+},
+{
+ Id: 7421
+ Name: "That's enough"
+},
+{
+ Id: 7422
+ Name: "Kardui's gift"
+},
+{
+ Id: 7423
+ Name: "A rumor about the King 1"
+},
+{
+ Id: 7424
+ Name: "A rumor about the King 2"
+},
+{
+ Id: 7425
+ Name: "A rumor about the King 3"
+},
+{
+ Id: 7426
+ Name: "A rumor about the King 4"
+},
+{
+ Id: 7427
+ Name: "At times like this, face it straight on!"
+},
+{
+ Id: 7428
+ Name: "Yai of the wild"
+},
+{
+ Id: 7429
+ Name: "Wild recent trend!"
+ TimeLimit: 82800
+},
+{
+ Id: 7430
+ Name: "Deliveryman that runs through space"
+},
+{
+ Id: 7431
+ Name: "A mailman never rests!"
+ TimeLimit: 82800
+},
+{
+ Id: 7432
+ Name: "The troublemakers in the land of blooming flowers"
+ Targets: (
+ {
+ MobId: 2363
+ Count: 5
+ },
+ {
+ MobId: 2364
+ Count: 5
+ },
+ )
+},
+{
+ Id: 7433
+ Name: "Need constant guidance"
+ TimeLimit: 82800
+},
+// Twins and Scholar of Magics
+{
+ Id: 7434
+ Name: "Kardui's big brother"
+},
+{
+ Id: 7435
+ Name: "Time for reading the letter"
+ TimeLimit: 180
+},
+{
+ Id: 7436
+ Name: "Avant the Scholar of Magics"
+},
+{
+ Id: 7437
+ Name: "Shenime's favor"
+},
+{
+ Id: 7438
+ Name: "Secret sponsorship"
+},
+{
+ Id: 7439
+ Name: "The scholar of magics sponsored by Shenime"
+},
+{
+ Id: 7440
+ Name: "Minuel's witness"
+},
+{
+ Id: 7441
+ Name: "Mail is here!"
+},
+{
+ Id: 7442
+ Name: "The identity of the scholar of magics"
+},
+{
+ Id: 7443
+ Name: "Interfere with the research!"
+},
+{
+ Id: 7444
+ Name: "What Avant was researching"
+},
+// Orb
+{
+ Id: 7445
+ Name: "Avant's back"
+},
+{
+ Id: 7446
+ Name: "Unfruitful conversation"
+},
+{
+ Id: 7447
+ Name: "Dilemma surrounding the Orb"
+},
+{
+ Id: 7448
+ Name: "Something's not right"
+},
+{
+ Id: 7449
+ Name: "Temptation toward the Orb"
+},
+{
+ Id: 7450
+ Name: "Orb's lighting room"
+},
+{
+ Id: 7451
+ Name: "Betrayal"
+},
+{
+ Id: 7452
+ Name: "Find the chief of staff!"
+},
+{
+ Id: 7453
+ Name: "The last of the chief of staff"
+},
+{
+ Id: 8000
+ Name: "Quitting Job Change"
+},
+{
+ Id: 8001
+ Name: "Job Change to Assassin"
+},
+{
+ Id: 8002
+ Name: "Job Change to Assassin"
+},
+{
+ Id: 8003
+ Name: "Job Change to Assassin"
+},
+{
+ Id: 8004
+ Name: "Job Change to Assassin"
+},
+{
+ Id: 8005
+ Name: "Job Change to Assassin"
+},
+{
+ Id: 8006
+ Name: "Find the Guild Master!"
+},
+{
+ Id: 8007
+ Name: "Acceptance from the Guild Master"
+},
+{
+ Id: 8008
+ Name: "Job Change to Assassin"
+},
+{
+ Id: 8009
+ Name: "Applying for Job Change to Priest"
+},
+{
+ Id: 8010
+ Name: "Job Change to Priest"
+},
+{
+ Id: 8011
+ Name: "Job Change to Priest"
+},
+{
+ Id: 8012
+ Name: "Job Change to Priest"
+},
+{
+ Id: 8013
+ Name: "Job Change to Priest"
+},
+{
+ Id: 8014
+ Name: "Job Change to Priest"
+},
+{
+ Id: 8015
+ Name: "Job Change to Priest"
+},
+{
+ Id: 8016
+ Name: "Job Change to Priest"
+},
+{
+ Id: 8017
+ Name: "Factory Inspection"
+},
+{
+ Id: 8018
+ Name: "Factory Inspection"
+},
+{
+ Id: 8019
+ Name: "Factory Inspection"
+},
+{
+ Id: 8020
+ Name: "Factory Inspection"
+},
+{
+ Id: 8021
+ Name: "Factory Inspection"
+},
+{
+ Id: 8022
+ Name: "Factory Inspection"
+},
+{
+ Id: 8023
+ Name: "Factory Inspection"
+},
+{
+ Id: 8024
+ Name: "Factory Inspection"
+},
+{
+ Id: 8025
+ Name: "Factory Inspection"
+},
+{
+ Id: 8026
+ Name: "Factory Inspection"
+},
+{
+ Id: 8027
+ Name: "Factory Inspection"
+},
+{
+ Id: 8028
+ Name: "Factory Inspection"
+},
+{
+ Id: 8029
+ Name: "Factory Inspection"
+},
+{
+ Id: 8030
+ Name: "Factory Inspection"
+},
+{
+ Id: 8031
+ Name: "Factory Inspection"
+},
+{
+ Id: 8032
+ Name: "Tarlock's Favor"
+},
+{
+ Id: 8033
+ Name: "Ferlock's Favor"
+},
+{
+ Id: 8034
+ Name: "Ferlock's Favor"
+},
+{
+ Id: 8035
+ Name: "How the Airship Works"
+},
+{
+ Id: 8036
+ Name: "Hallen's Favor"
+},
+{
+ Id: 8037
+ Name: "The Dice Roller"
+},
+{
+ Id: 8038
+ Name: "The Dice Roller"
+},
+{
+ Id: 8039
+ Name: "Secret of Airships"
+},
+{
+ Id: 8040
+ Name: "Secret of Airships"
+},
+{
+ Id: 8041
+ Name: "Secret of Airships"
+},
+{
+ Id: 8042
+ Name: "Secret of Airships"
+},
+{
+ Id: 8043
+ Name: "Secret of Airships"
+},
+{
+ Id: 8044
+ Name: "Euslan's Fiancee"
+},
+{
+ Id: 8045
+ Name: "Tips from Kaci"
+},
+{
+ Id: 8046
+ Name: "Ferlock's Passengers list"
+},
+{
+ Id: 8047
+ Name: "Euslan's Favor"
+},
+{
+ Id: 8048
+ Name: "Eukran's Testimony"
+},
+{
+ Id: 8049
+ Name: "Thierry's Favor"
+},
+{
+ Id: 8050
+ Name: "Danger coming on to Thierry"
+},
+{
+ Id: 8051
+ Name: "Euslan's Medicine"
+},
+{
+ Id: 8052
+ Name: "Thierry's Favor"
+},
+{
+ Id: 8053
+ Name: "Find Postell"
+},
+{
+ Id: 8054
+ Name: "Message from Postell"
+},
+{
+ Id: 8055
+ Name: "Nursing Allen"
+},
+{
+ Id: 8056
+ Name: "Little something in return"
+},
+{
+ Id: 8057
+ Name: "Grumbling Manainne"
+},
+{
+ Id: 8058
+ Name: "Conversation with El Schatt"
+},
+{
+ Id: 8059
+ Name: "Conversation with Perfitz"
+},
+{
+ Id: 8060
+ Name: "Stubborn El Schatt"
+},
+{
+ Id: 8061
+ Name: "Stories of the past"
+},
+{
+ Id: 8062
+ Name: "Kanainne"
+},
+{
+ Id: 8063
+ Name: "Kanainne's spirit"
+},
+{
+ Id: 8064
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8065
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8066
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8067
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8068
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8069
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8070
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8071
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8072
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8073
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8074
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8075
+ Name: "Cellette's Fish Cake Soup"
+},
+{
+ Id: 8076
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8077
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8078
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8079
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8080
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8081
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8082
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8083
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8084
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8085
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8086
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8087
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8088
+ Name: "Klitzer and Calla"
+},
+{
+ Id: 8089
+ Name: "Stolen Gemstone"
+},
+{
+ Id: 8090
+ Name: "Mr. Manson"
+},
+{
+ Id: 8091
+ Name: "Jenny the gardener"
+},
+{
+ Id: 8092
+ Name: "Searching the Market"
+},
+{
+ Id: 8093
+ Name: "Mysterious Message"
+},
+{
+ Id: 8094
+ Name: "Double Crossed?"
+},
+{
+ Id: 8095
+ Name: "Find Phobe"
+},
+{
+ Id: 8096
+ Name: "Stolen Gemstone Found"
+},
+{
+ Id: 8097
+ Name: "Informing Jenny"
+},
+{
+ Id: 8098
+ Name: "Keeping the Secret"
+},
+{
+ Id: 8099
+ Name: "Vincent's Recommendation"
+},
+{
+ Id: 8100
+ Name: "Recommendation from High Priest Zhed"
+},
+{
+ Id: 8101
+ Name: "Recommendation from High Priest Zhed"
+},
+{
+ Id: 8102
+ Name: "Recommendation from High Priest Zhed"
+},
+{
+ Id: 8103
+ Name: "Recommendation from High Priest Zhed"
+},
+{
+ Id: 8104
+ Name: "Recommendation from High Priest Zhed"
+},
+{
+ Id: 8105
+ Name: "Recommendation from High Priest Zhed"
+},
+{
+ Id: 8106
+ Name: "Mr. Shendar's daughter"
+},
+{
+ Id: 8107
+ Name: "Lachellen's Testimony"
+},
+{
+ Id: 8108
+ Name: "A Foreigner, Katinshuell"
+},
+{
+ Id: 8109
+ Name: "Bruspetti's scent"
+},
+{
+ Id: 8110
+ Name: "Bruspetti's scent"
+},
+{
+ Id: 8111
+ Name: "Lachellen's Testimony"
+},
+{
+ Id: 8112
+ Name: "Freya's Spring"
+},
+{
+ Id: 8113
+ Name: "Bruspetti's Diary"
+},
+{
+ Id: 8114
+ Name: "Bruspetti's Diary"
+},
+{
+ Id: 8115
+ Name: "Suspicious Katinshuell"
+},
+{
+ Id: 8116
+ Name: "Lachellen's Testimony"
+},
+{
+ Id: 8117
+ Name: "Freya's Spring"
+},
+{
+ Id: 8118
+ Name: "Conversation with Mr. Shendar"
+},
+{
+ Id: 8119
+ Name: "Bruspetti's Diary"
+},
+{
+ Id: 8120
+ Name: "Conversation with Katinshuell"
+},
+{
+ Id: 8121
+ Name: "Conversation with Katinshuell"
+},
+{
+ Id: 8122
+ Name: "Bruspetti's resting place"
+},
+{
+ Id: 8123
+ Name: "Ayotaya's world famous dish, Tom Yum Goong"
+},
+{
+ Id: 8124
+ Name: "Ayotaya's world famous dish, Tom Yum Goong"
+},
+{
+ Id: 8125
+ Name: "Ayotaya's world famous dish, Tom Yum Goong"
+},
+{
+ Id: 8126
+ Name: "Ayotaya's world famous dish, Tom Yum Goong"
+},
+{
+ Id: 8127
+ Name: "Momotaro Field Trip"
+},
+{
+ Id: 8128
+ Name: "Momotaro Field Trip"
+},
+{
+ Id: 8129
+ Name: "Momotaro Field Trip"
+},
+{
+ Id: 8130
+ Name: "Momotaro Field Trip"
+},
+{
+ Id: 8131
+ Name: "The mother of lord in Amatsu"
+},
+{
+ Id: 8132
+ Name: "The mother of lord in Amatsu"
+},
+{
+ Id: 8133
+ Name: "Song of the fox"
+},
+{
+ Id: 8134
+ Name: "Boy at the Northern Shrine"
+},
+{
+ Id: 8135
+ Name: "Fox Expelled"
+},
+{
+ Id: 8136
+ Name: "The Gray Wolf's Warning"
+},
+{
+ Id: 8137
+ Name: "Finding the Keymaker"
+},
+{
+ Id: 8138
+ Name: "Blacksmith's Request"
+},
+{
+ Id: 8139
+ Name: "The Golden Key"
+},
+{
+ Id: 8140
+ Name: "The Red Ring"
+},
+{
+ Id: 8141
+ Name: "Mashenka's Red Ring"
+},
+{
+ Id: 8142
+ Name: "Searching the Marsh"
+},
+{
+ Id: 8143
+ Name: "The Flute's Voice"
+},
+{
+ Id: 8144
+ Name: "Ryubaba's Confession"
+},
+{
+ Id: 8145
+ Name: "Worried Mother's Request"
+},
+{
+ Id: 8146
+ Name: "Finding Lusalka"
+},
+{
+ Id: 8147
+ Name: "Lusalka's Beloved"
+},
+{
+ Id: 8148
+ Name: "Lusalka's Beloved"
+},
+{
+ Id: 8149
+ Name: "Searching for Igor"
+},
+{
+ Id: 8150
+ Name: "Igor's message"
+},
+{
+ Id: 8151
+ Name: "Marozka's Cave"
+},
+{
+ Id: 8152
+ Name: "The Golden Thread"
+},
+{
+ Id: 8153
+ Name: "Test of mind and wisdom"
+},
+{
+ Id: 8154
+ Name: "The Keymaker"
+},
+{
+ Id: 8155
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8156
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8157
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8158
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8159
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8160
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8161
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8162
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8163
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8164
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8165
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8166
+ Name: "Baba Yaga's Favor"
+},
+{
+ Id: 8167
+ Name: "The Golden Key"
+},
+{
+ Id: 8168
+ Name: "Koshei, the Immortal"
+},
+{
+ Id: 8169
+ Name: "Living and Dead Water"
+},
+{
+ Id: 8170
+ Name: "Living and Dead Water"
+},
+{
+ Id: 8171
+ Name: "Living and Dead Water"
+},
+{
+ Id: 8181
+ Name: "Sight Blaster"
+},
+{
+ Id: 8182
+ Name: "Push Back Theory"
+},
+{
+ Id: 8183
+ Name: "Sight Blaster"
+},
+{
+ Id: 8184
+ Name: "Elemental Converter"
+},
+{
+ Id: 8185
+ Name: "Elemental Change"
+},
+{
+ Id: 8186
+ Name: "Fire Elemental Change"
+},
+{
+ Id: 8187
+ Name: "Earth Elemental Change"
+},
+{
+ Id: 8188
+ Name: "Wind Elemental Change"
+},
+{
+ Id: 8189
+ Name: "Water Elemental Change"
+},
+{
+ Id: 8190
+ Name: "Charming Wink"
+},
+{
+ Id: 8191
+ Name: "Charming Advisor"
+},
+{
+ Id: 8192
+ Name: "Selfish Advisor"
+},
+{
+ Id: 8193
+ Name: "Selfish Advisor"
+},
+{
+ Id: 8194
+ Name: "Drunken Advisor"
+},
+{
+ Id: 8195
+ Name: "Kind Canell"
+},
+{
+ Id: 8196
+ Name: "The Tripartite Union's Feud"
+},
+{
+ Id: 8197
+ Name: "Document Delivery"
+},
+{
+ Id: 8198
+ Name: "Report to the United Research Official"
+},
+{
+ Id: 8199
+ Name: "United Research Official's Favor"
+},
+{
+ Id: 8200
+ Name: "Ryosen's Document Requests"
+},
+{
+ Id: 8201
+ Name: "Missing Document"
+},
+{
+ Id: 8202
+ Name: "Document Restoration"
+},
+{
+ Id: 8203
+ Name: "Document Restoration"
+},
+{
+ Id: 8204
+ Name: "Ryosen"
+},
+{
+ Id: 8205
+ Name: "Report to the United Research Official"
+},
+{
+ Id: 8206
+ Name: "Researchers' Meeting"
+},
+{
+ Id: 8207
+ Name: "Hansenne is not guilty."
+},
+{
+ Id: 8208
+ Name: "Hansenne's Favor"
+},
+{
+ Id: 8209
+ Name: "Hue's Report"
+},
+{
+ Id: 8210
+ Name: "Report to the United Research Official"
+},
+{
+ Id: 8211
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8212
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8213
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8214
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8215
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8216
+ Name: "Shurank's Order"
+},
+{
+ Id: 8217
+ Name: "Dequ'ee's Message"
+},
+{
+ Id: 8218
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8219
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8220
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8221
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8222
+ Name: "Shurank's order"
+},
+{
+ Id: 8223
+ Name: "Dequ'ee's order"
+},
+{
+ Id: 8224
+ Name: "The clue"
+},
+{
+ Id: 8225
+ Name: "Dequ'ee's Reasoning"
+},
+{
+ Id: 8226
+ Name: "Bankley's Death"
+},
+{
+ Id: 8227
+ Name: "Return to Shurank"
+},
+{
+ Id: 8228
+ Name: "Shurank's Lecture"
+},
+{
+ Id: 8229
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8230
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8231
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8232
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8233
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8234
+ Name: "Prontera Market Research"
+},
+{
+ Id: 8235
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8236
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8237
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8238
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8239
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8240
+ Name: "Guarnien's Lecture"
+},
+{
+ Id: 8241
+ Name: "Collection of Red Jewel"
+},
+{
+ Id: 8242
+ Name: "Collection of blue Jewel"
+},
+{
+ Id: 8243
+ Name: "Learning new languages"
+},
+{
+ Id: 8244
+ Name: "Fairies and Tree Giants"
+},
+{
+ Id: 8245
+ Name: "Language sample investigation"
+},
+{
+ Id: 8246
+ Name: "Language sample investigation"
+},
+{
+ Id: 8247
+ Name: "Research progress"
+},
+{
+ Id: 8248
+ Name: "Research progress"
+},
+{
+ Id: 8249
+ Name: "Compressing Information"
+},
+{
+ Id: 8250
+ Name: "Storage Gem"
+},
+{
+ Id: 8251
+ Name: "Injection of Magic"
+},
+{
+ Id: 8252
+ Name: "Handworked jewels"
+},
+{
+ Id: 8253
+ Name: "Language translation device"
+ TimeLimit: 3600
+},
+{
+ Id: 8254
+ Name: "with a light heart and body"
+},
+{
+ Id: 8255
+ Name: "The test of power for existence"
+},
+{
+ Id: 8256
+ Name: "The test of power for existence"
+},
+{
+ Id: 8257
+ Name: "Providing food of Teardrop"
+},
+{
+ Id: 8258
+ Name: "Providing food of Teardrop"
+},
+{
+ Id: 8259
+ Name: "to a place for taking a practical technique test"
+},
+{
+ Id: 8260
+ Name: "Mission! Documents delivery"
+},
+{
+ Id: 8261
+ Name: "When you play the flute,then the wolf show up!"
+},
+{
+ Id: 8262
+ Name: "Ranger master never again"
+},
+{
+ Id: 8265
+ Name: "One time a one hour!"
+},
+{
+ Id: 8266
+ Name: "Hunting poison spore!"
+ Targets: (
+ {
+ MobId: 1077
+ Count: 10
+ },
+ )
+},
+{
+ Id: 8267
+ Name: "Hunting smokie!"
+ Targets: (
+ {
+ MobId: 1056
+ Count: 10
+ },
+ )
+},
+{
+ Id: 8268
+ Name: "Hunt elder wilow!"
+ Targets: (
+ {
+ MobId: 1033
+ Count: 10
+ },
+ )
+},
+{
+ Id: 8269
+ Name: "Hunt coco!"
+ Targets: (
+ {
+ MobId: 1104
+ Count: 10
+ },
+ )
+},
+{
+ Id: 8270
+ Name: "Hunt tharafrog!"
+ Targets: (
+ {
+ MobId: 1034
+ Count: 10
+ },
+ )
+},
+{
+ Id: 8271
+ Name: "Toxic sprays delivery!"
+},
+{
+ Id: 8272
+ Name: "Deliver a honey!"
+},
+{
+ Id: 8273
+ Name: "Deliver a blanket!"
+},
+{
+ Id: 8274
+ Name: "Collect bones!"
+},
+{
+ Id: 8275
+ Name: "Collect feet!"
+},
+{
+ Id: 8276
+ Name: "Collect scell!"
+},
+{
+ Id: 8277
+ Name: "Collect tails!"
+},
+{
+ Id: 8278
+ Name: "Collect cookies!"
+},
+{
+ Id: 8279
+ Name: "Collect mustache!"
+},
+{
+ Id: 9000
+ Name: "Job Change to Knight"
+},
+{
+ Id: 9001
+ Name: "Loyalty of a Knight"
+},
+{
+ Id: 9002
+ Name: "Loyalty of a Knight"
+},
+{
+ Id: 9003
+ Name: "The Honor of a Knight"
+},
+{
+ Id: 9004
+ Name: "The Honor of a Knight"
+},
+{
+ Id: 9005
+ Name: "Tenacity of a Knight"
+},
+{
+ Id: 9006
+ Name: "Tenacity of a Knight"
+},
+{
+ Id: 9007
+ Name: "The Honor of a Knight"
+},
+{
+ Id: 9008
+ Name: "Etiquette as a Knight"
+},
+{
+ Id: 9009
+ Name: "Life as a Knight"
+},
+{
+ Id: 9010
+ Name: "Quality of reverence"
+},
+{
+ Id: 9011
+ Name: "Life as a Knight"
+},
+{
+ Id: 9012
+ Name: "Glory of a Knight!"
+},
+{
+ Id: 9013
+ Name: "Job Change to Wizard"
+},
+{
+ Id: 9014
+ Name: "Job Change to Wizard"
+},
+{
+ Id: 9015
+ Name: "Job Change to Wizard"
+},
+{
+ Id: 9016
+ Name: "Job Change to Wizard"
+},
+{
+ Id: 9017
+ Name: "Job Change to Wizard"
+},
+{
+ Id: 9018
+ Name: "Certified as a Wizard!"
+},
+{
+ Id: 9058
+ Name: "O'Riley's Request"
+},
+{
+ Id: 9059
+ Name: "Happy St. Patrick's Day"
+},
+{
+ Id: 9117
+ Name: "Lina's Curse"
+},
+{
+ Id: 9118
+ Name: "Lina's Curse - Deviruchi Hunt"
+ Targets: (
+ {
+ MobId: 1109
+ Count: 50
+ },
+ )
+},
+{
+ Id: 9119
+ Name: "Lina's Curse - Wraith Dead Hunt"
+ Targets: (
+ {
+ MobId: 1291
+ Count: 50
+ },
+ )
+},
+{
+ Id: 9120
+ Name: "Lina's Curse - Dullahan Hunt"
+ Targets: (
+ {
+ MobId: 1504
+ Count: 50
+ },
+ )
+},
+{
+ Id: 9121
+ Name: "Lina's Curse - Nightmare Terror Hunt"
+ Targets: (
+ {
+ MobId: 1379
+ Count: 50
+ },
+ )
+},
+{
+ Id: 9122
+ Name: "Lina's Curse"
+},
+{
+ Id: 9123
+ Name: "Lina's Curse"
+},
+{
+ Id: 9024
+ Name: "An errand boy from Einbroch"
+},
+// kRO
+/*
+{
+ Id: 9028
+ Name: "strange Mouse"
+},
+*/
+/*
+{
+ Id: 9029
+ Name: "Strange Mouse : present conditions"
+ TimeLimit: 86400
+},
+*/
+// iRO/cRO
+{
+ Id: 9028
+ Name: "strange Hydra"
+},
+{
+ Id: 9029
+ Name: "Strange Hydra : present conditions"
+ TimeLimit: 86400
+},
+{
+ Id: 9030
+ Name: "Find a puppy"
+},
+{
+ Id: 9031
+ Name: "Find a puppy"
+},
+{
+ Id: 9032
+ Name: "Find a puppy"
+ TimeLimit: 86400
+},
+{
+ Id: 9155
+ Name: "Getting materials for the Jaty Crown"
+},
+{
+ Id: 9156
+ Name: "Make the Jaty Crown"
+},
+{
+ Id: 9157
+ Name: "Reward from Sage, Kasyapa"
+},
+{
+ Id: 9158
+ Name: "Delivery of Good News(1)"
+},
+{
+ Id: 9159
+ Name: "Back to Paiko"
+},
+{
+ Id: 9160
+ Name: "Delivery of Good News(2)"
+},
+{
+ Id: 9161
+ Name: "Back to Paiko"
+},
+{
+ Id: 9162
+ Name: "Delivery of Good News(3)"
+},
+{
+ Id: 9163
+ Name: "Back to Paiko"
+},
+{
+ Id: 9164
+ Name: "Delivery of Good News(4)"
+},
+{
+ Id: 9165
+ Name: "Reward from Paiko for success of Jaty Crown"
+},
+{
+ Id: 9167
+ Name: "Tutorial - Mercenary for Hire"
+},
+{
+ Id: 9168
+ Name: "Quest Window Check"
+},
+{
+ Id: 9169
+ Name: "Window Shopper Catalogue"
+},
+{
+ Id: 9170
+ Name: "Window Shopper Catalogue"
+},
+{
+ Id: 9171
+ Name: "Enchanting Items"
+},
+{
+ Id: 9172
+ Name: "Enchanted Items"
+},
+{
+ Id: 9173
+ Name: "Tutorial Timer Cooldown"
+ TimeLimit: 72000
+},
+{
+ Id: 9222
+ Name: "Get Rid of Bangungot from Hospital 2F"
+ Targets: (
+ {
+ MobId: 2327
+ Count: 1
+ },
+ )
+},
+{
+ Id: 9223
+ Name: "Will there be Peace at the Hospital?"
+ TimeLimit: 604800
+},
+{
+ Id: 9224
+ Name: "Explore Hospital 2F"
+ TimeLimit: 3600
+},
+{
+ Id: 9225
+ Name: "Mystery Robbery Incident 1"
+},
+{
+ Id: 9226
+ Name: "Mystery Robbery Incident 2"
+},
+{
+ Id: 9227
+ Name: "Mystery Robbery Incident 3"
+},
+{
+ Id: 9228
+ Name: "Mystery Robbery Incident 4"
+},
+{
+ Id: 9229
+ Name: "Mystery Robbery Incident 5"
+},
+{
+ Id: 9230
+ Name: "Mystery Robbery Incident 6"
+},
+{
+ Id: 9231
+ Name: "Mystery Robbery Incident 7"
+},
+{
+ Id: 9232
+ Name: "Mystery Robbery Incident 8"
+},
+{
+ Id: 9233
+ Name: "Mystery Robbery Incident 9"
+},
+{
+ Id: 9234
+ Name: "Mystery Robbery Incident 10"
+},
+{
+ Id: 9235
+ Name: "Mystery Robbery Incident 11"
+},
+{
+ Id: 9236
+ Name: "Mystery Robbery Incident 12"
+},
+{
+ Id: 9237
+ Name: "Mystery Robbery Incident 13"
+},
+{
+ Id: 9238
+ Name: "Mystery Robbery Incident 14"
+},
+{
+ Id: 9239
+ Name: "Mystery Robbery Incident 15"
+},
+{
+ Id: 9240
+ Name: "Luen's statement notes"
+},
+{
+ Id: 9241
+ Name: "Luen's statement notes"
+},
+{
+ Id: 9242
+ Name: "Luen's statement notes"
+},
+{
+ Id: 9243
+ Name: "Luen's statement notes"
+},
+{
+ Id: 9244
+ Name: "Dames's statement notes"
+},
+{
+ Id: 9245
+ Name: "Dames's statement notes"
+},
+{
+ Id: 9246
+ Name: "Dames's statement notes"
+},
+{
+ Id: 9247
+ Name: "Dames's statement notes"
+},
+{
+ Id: 9248
+ Name: "Rosa's statement notes"
+},
+{
+ Id: 9249
+ Name: "Rosa's statement notes"
+},
+{
+ Id: 9250
+ Name: "Rosa's statement notes"
+},
+{
+ Id: 9251
+ Name: "Rosa's statement notes"
+},
+{
+ Id: 9252
+ Name: "Observing Poppy"
+},
+{
+ Id: 9253
+ Name: "Examining a messy bookshelf"
+},
+{
+ Id: 9254
+ Name: "Examining a damaged book"
+},
+{
+ Id: 9255
+ Name: "Examining a container for soda cans"
+},
+{
+ Id: 9256
+ Name: "Examining a messed up table"
+},
+{
+ Id: 9257
+ Name: "Examining a foreign object"
+},
+{
+ Id: 9258
+ Name: "Field examination results"
+},
+{
+ Id: 9259
+ Name: "Confirming Cruyan's statements"
+ Targets: (
+ {
+ MobId: 2363
+ Count: 5
+ },
+ {
+ MobId: 2364
+ Count: 30
+ },
+ )
+},
+{
+ Id: 9260
+ Name: "Survey investigation notes"
+},
+{
+ Id: 9262
+ Name: "Mystery Robbery Incident 16"
+},
+{
+ Id: 10000
+ Name: "To the Prontera Royal Court"
+},
+{
+ Id: 10001
+ Name: "Qualification Test"
+},
+{
+ Id: 10002
+ Name: "Qualification Review"
+},
+{
+ Id: 10003
+ Name: "Instructions on what to do"
+},
+{
+ Id: 10004
+ Name: "Interim Report"
+},
+{
+ Id: 10005
+ Name: "Prince Eigen Ahrum"
+},
+{
+ Id: 10006
+ Name: "Prince Ernst"
+},
+{
+ Id: 10007
+ Name: "Prince Poe"
+},
+{
+ Id: 10008
+ Name: "Prince Peter"
+},
+{
+ Id: 10009
+ Name: "Prince Urugen"
+},
+{
+ Id: 10010
+ Name: "Prince Helmut"
+},
+{
+ Id: 10011
+ Name: "Prince Erich"
+},
+{
+ Id: 10012
+ Name: "Conversation of the two princes"
+},
+{
+ Id: 10013
+ Name: "Searching for the unknown girl"
+},
+{
+ Id: 10014
+ Name: "Back to Peter"
+},
+{
+ Id: 10015
+ Name: "Test 15"
+},
+{
+ Id: 10016
+ Name: "A Guest from the Walter Family"
+},
+{
+ Id: 10017
+ Name: "Conspiracy"
+},
+{
+ Id: 10018
+ Name: "Villainous Ahrum - Poe"
+},
+{
+ Id: 10019
+ Name: "Villainous Ahrum - Peter"
+},
+{
+ Id: 10020
+ Name: "Villainous Ahrum - Erich"
+},
+{
+ Id: 10021
+ Name: "Villainous Ahrum - Urugen"
+},
+{
+ Id: 10022
+ Name: "Villainous Ahrum - Helmut"
+},
+{
+ Id: 10023
+ Name: "Eigen Ahrum and Ernst -Former-"
+},
+{
+ Id: 10024
+ Name: "Eigen Ahrum and Ernst -Latter-"
+},
+{
+ Id: 10025
+ Name: "Good-bye, dear!"
+},
+{
+ Id: 10026
+ Name: "Reforming Meto"
+},
+{
+ Id: 10027
+ Name: "Reforming Meto"
+},
+{
+ Id: 10028
+ Name: "Reforming Meto"
+},
+{
+ Id: 10029
+ Name: "Reforming Meto"
+},
+{
+ Id: 10030
+ Name: "Reforming Meto"
+},
+{
+ Id: 10031
+ Name: "Reforming Meto"
+},
+{
+ Id: 10032
+ Name: "Reforming Meto"
+},
+{
+ Id: 10033
+ Name: "Reforming Meto"
+},
+{
+ Id: 10034
+ Name: "Search the knife"
+},
+{
+ Id: 10035
+ Name: "Deliver the knife"
+},
+{
+ Id: 10036
+ Name: "Material Supply-Candy"
+},
+{
+ Id: 10037
+ Name: "Material Supply-Crap Shells"
+},
+{
+ Id: 10038
+ Name: "Material Supply-Conch"
+},
+{
+ Id: 10039
+ Name: "Material Supply-Fish Tail"
+},
+{
+ Id: 10040
+ Name: "Material Supply-White Platter"
+},
+{
+ Id: 10041
+ Name: "Material Supply-?"
+},
+{
+ Id: 10042
+ Name: "Find the Piano Keys-5 remained"
+},
+{
+ Id: 10043
+ Name: "Find the Piano Keys-5 remained"
+},
+{
+ Id: 10044
+ Name: "Find the Piano Keys-4 remained"
+},
+{
+ Id: 10045
+ Name: "Find the Piano Keyboard-4 remained"
+},
+{
+ Id: 10046
+ Name: "Find the Piano Keyboard-3 remained"
+},
+{
+ Id: 10047
+ Name: "Find the Piano Keyboard-3 remained"
+},
+{
+ Id: 10048
+ Name: "Find the Piano Keyboard-2 remained"
+},
+{
+ Id: 10049
+ Name: "Find the Piano Keyboard-2 remained"
+},
+{
+ Id: 10050
+ Name: "Find the Piano Keyboard-1 remained"
+},
+{
+ Id: 10051
+ Name: "Find the Piano Keyboard-1 remained"
+},
+{
+ Id: 10052
+ Name: "Find the Piano Keyboard-To the piano"
+},
+{
+ Id: 10053
+ Name: "Find the Piano Keyboard-Fill the empty spot"
+},
+{
+ Id: 10054
+ Name: "On the Verge of the Escape-Clint Kana"
+},
+{
+ Id: 10055
+ Name: "Understanding the culture of Utan"
+},
+{
+ Id: 10056
+ Name: "Learning Utan Language"
+},
+{
+ Id: 10057
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10058
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10059
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10060
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10061
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10062
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10063
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10064
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10065
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10066
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10067
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10068
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10069
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10070
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10071
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10072
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10073
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10074
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10075
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10076
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10077
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10078
+ Name: "Onward to the Other World"
+},
+{
+ Id: 10079
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10080
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10081
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10082
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10083
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10084
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10085
+ Name: "Escape from the reality, into the broad world"
+ TimeLimit: 86400
+},
+{
+ Id: 10086
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10087
+ Name: "Escape from the reality, into the broad world"
+ TimeLimit: 86400
+},
+{
+ Id: 10088
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10089
+ Name: "Escape from the reality, into the broad world"
+},
+{
+ Id: 10090
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10091
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10092
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10093
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10094
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10095
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10096
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10097
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10098
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10099
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10100
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10101
+ Name: "Job changes to Mechanic"
+},
+{
+ Id: 10102
+ Name: "To client - the chapter of the sphinx dungeon"
+},
+{
+ Id: 10103
+ Name: "To client - the chapter of Glast heim"
+},
+{
+ Id: 10104
+ Name: "To client - the chapter of Yuno"
+},
+{
+ Id: 10105
+ Name: "To client - the chapter of a clock tower"
+},
+{
+ Id: 10106
+ Name: "To client - the chapter of localizing "
+},
+{
+ Id: 10107
+ Name: "Sphinx dungeon - Requiem"
+ Targets: (
+ {
+ MobId: 1164
+ Count: 10
+ },
+ )
+},
+{
+ Id: 10108
+ Name: "Sphinx dungeon - Marduk"
+ Targets: (
+ {
+ MobId: 1140
+ Count: 10
+ },
+ )
+},
+{
+ Id: 10109
+ Name: "Sphinx dungeon - Pasana"
+ Targets: (
+ {
+ MobId: 1154
+ Count: 10
+ },
+ )
+},
+{
+ Id: 10110
+ Name: "Glast heim - Dark Frame"
+ Targets: (
+ {
+ MobId: 1260
+ Count: 10
+ },
+ )
+},
+{
+ Id: 10111
+ Name: "Glast heim - Evil druid"
+ Targets: (
+ {
+ MobId: 1117
+ Count: 10
+ },
+ )
+},
+{
+ Id: 10112
+ Name: "Glast heim - Wraith"
+ Targets: (
+ {
+ MobId: 1192
+ Count: 10
+ },
+ )
+},
+{
+ Id: 10113
+ Name: "Glast Heim - Raydric Archer"
+ Targets: (
+ {
+ MobId: 1276
+ Count: 10
+ },
+ )
+},
+{
+ Id: 10114
+ Name: "Juno - Grand Peco"
+ Targets: (
+ {
+ MobId: 1369
+ Count: 20
+ },
+ )
+},
+{
+ Id: 10115
+ Name: "Juno - sleeper"
+ Targets: (
+ {
+ MobId: 1386
+ Count: 20
+ },
+ )
+},
+{
+ Id: 10116
+ Name: "Juno - Goat"
+ Targets: (
+ {
+ MobId: 1372
+ Count: 20
+ },
+ )
+},
+{
+ Id: 10117
+ Name: "Juno - Harpy"
+ Targets: (
+ {
+ MobId: 1376
+ Count: 20
+ },
+ )
+},
+{
+ Id: 10118
+ Name: "clock tower - Clock"
+ Targets: (
+ {
+ MobId: 1269
+ Count: 15
+ },
+ )
+},
+{
+ Id: 10119
+ Name: "clock tower - Punk"
+ Targets: (
+ {
+ MobId: 1199
+ Count: 15
+ },
+ )
+},
+{
+ Id: 10120
+ Name: "clock tower - Rideword"
+ Targets: (
+ {
+ MobId: 1195
+ Count: 15
+ },
+ )
+},
+{
+ Id: 10121
+ Name: "Localizing - Uzhas"
+ Targets: (
+ {
+ MobId: 1883
+ Count: 15
+ },
+ )
+},
+{
+ Id: 10122
+ Name: "Localizing - Miyabi Doll"
+ Targets: (
+ {
+ MobId: 1404
+ Count: 15
+ },
+ )
+},
+{
+ Id: 10123
+ Name: "Localizing - Mi Gao"
+ Targets: (
+ {
+ MobId: 1516
+ Count: 15
+ },
+ )
+},
+{
+ Id: 11000
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11001
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11002
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11003
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11004
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11005
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11006
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11007
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11008
+ Name: "Inspection of Odin Shrine"
+},
+{
+ Id: 11009
+ Name: "Morriphen's Request"
+},
+{
+ Id: 11010
+ Name: "Fetching the medicine"
+},
+{
+ Id: 11011
+ Name: "Medicine for two"
+},
+{
+ Id: 11012
+ Name: "Find Makkie"
+},
+{
+ Id: 11013
+ Name: "Red Plant Stem Powder"
+},
+{
+ Id: 11014
+ Name: "The researcher's medicine"
+},
+{
+ Id: 11015
+ Name: "Siria's cure"
+},
+{
+ Id: 11016
+ Name: "Morriphen's story"
+},
+{
+ Id: 11017
+ Name: "Exploring Juperos"
+},
+{
+ Id: 11018
+ Name: "Exploring Juperos"
+},
+{
+ Id: 11019
+ Name: "Exploring Juperos"
+},
+{
+ Id: 11020
+ Name: "Exploring Juperos"
+},
+{
+ Id: 11021
+ Name: "Exploring Juperos"
+},
+{
+ Id: 11022
+ Name: "Exploring Juperos"
+},
+// iRO Event Quest
+/*
+{
+ Id: 11023
+ Name: "Help Mr. Zabaroo - 1"
+},
+*/
+/*
+{
+ Id: 11024
+ Name: "Help Mr. Zabaroo - 2"
+},
+*/
+/*
+{
+ Id: 11025
+ Name: "Help Mr. Zabaroo - 3"
+},
+*/
+/*
+{
+ Id: 11026
+ Name: "Help Mr. Zabaroo - 4"
+},
+*/
+/*
+{
+ Id: 11027
+ Name: "Help Mr. Zabaroo - 5"
+},
+*/
+/*
+{
+ Id: 11028
+ Name: "Help Mr. Zabaroo - 6"
+},
+*/
+{
+ Id: 11029
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11030
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11031
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11032
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11033
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11034
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11035
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11036
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11037
+ Name: "Going to the Turtle Island.."
+},
+{
+ Id: 11038
+ Name: "Meet the Dead"
+},
+{
+ Id: 11039
+ Name: "Meet the Dead"
+},
+{
+ Id: 11040
+ Name: "Meet the Dead"
+},
+{
+ Id: 11041
+ Name: "Meet the Dead"
+},
+{
+ Id: 11042
+ Name: "Meet the Dead"
+},
+{
+ Id: 11043
+ Name: "Meet the Dead"
+},
+{
+ Id: 11044
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11045
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11046
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11047
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11048
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11049
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11050
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11051
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11052
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11053
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11054
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11055
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11056
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11057
+ Name: "Herb Medicine - Being a Doctor's Assistance"
+},
+{
+ Id: 11070
+ Name: "Poison King"
+},
+{
+ Id: 11071
+ Name: "Poison King"
+},
+{
+ Id: 11072
+ Name: "Poison King"
+},
+{
+ Id: 11073
+ Name: "Poison King"
+},
+{
+ Id: 11074
+ Name: "Poison King"
+},
+{
+ Id: 11075
+ Name: "Poison King"
+},
+{
+ Id: 11076
+ Name: "Poison King"
+},
+{
+ Id: 11077
+ Name: "Poison King"
+},
+{
+ Id: 11078
+ Name: "Poison King"
+},
+{
+ Id: 11079
+ Name: "Poison King"
+},
+{
+ Id: 11080
+ Name: "Poison King"
+},
+{
+ Id: 11081
+ Name: "Poison King"
+},
+{
+ Id: 11082
+ Name: "Poison King"
+},
+{
+ Id: 11083
+ Name: "Poison King"
+},
+{
+ Id: 11084
+ Name: "New Surroundings"
+},
+{
+ Id: 11085
+ Name: "New Surroundings"
+},
+{
+ Id: 11086
+ Name: "New Surroundings"
+},
+{
+ Id: 11087
+ Name: "Repairing the Tent"
+},
+{
+ Id: 11088
+ Name: "Repairing the Tent"
+},
+{
+ Id: 11089
+ Name: "Repairing the Tent"
+},
+{
+ Id: 11090
+ Name: "Repairing the Tent"
+},
+{
+ Id: 11091
+ Name: "Delivering Supplies"
+},
+{
+ Id: 11092
+ Name: "Delivering Supplies"
+},
+{
+ Id: 11093
+ Name: "Delivering Supplies"
+},
+{
+ Id: 11094
+ Name: "Delivering Supplies"
+},
+{
+ Id: 11095
+ Name: "Delivering Supplies"
+},
+{
+ Id: 11096
+ Name: "Delivering Supplies"
+},
+{
+ Id: 11097
+ Name: "Delivering Supplies"
+},
+{
+ Id: 11098
+ Name: "Delivering Supplies"
+},
+{
+ Id: 11099
+ Name: "To My Friend"
+},
+{
+ Id: 11100
+ Name: "To My Friend"
+},
+{
+ Id: 11101
+ Name: "Secret note of Bazet"
+},
+{
+ Id: 11102
+ Name: "Secret note of Bazet"
+},
+{
+ Id: 11103
+ Name: "Secret note of Bazet"
+},
+{
+ Id: 11104
+ Name: "Resting time"
+ TimeLimit: 82800
+},
+{
+ Id: 11105
+ Name: "Tendrilrion skin"
+},
+{
+ Id: 11106
+ Name: "Job changing to Warlock"
+},
+{
+ Id: 11107
+ Name: "Job changing to Warlock"
+},
+{
+ Id: 11108
+ Name: "Job changing to Warlock"
+},
+{
+ Id: 11109
+ Name: "Job changing to Warlock"
+},
+{
+ Id: 11110
+ Name: "Job changing to Warlock"
+},
+{
+ Id: 11111
+ Name: "Job changing to Warlock"
+},
+{
+ Id: 11112
+ Name: "Job changing to Warlock"
+},
+{
+ Id: 11113
+ Name: "Until radering is functioning"
+ TimeLimit: 82800
+},
+{
+ Id: 11114
+ Name: "Request : Hunt Honet"
+ Targets: (
+ {
+ MobId: 1004
+ Count: 10
+ },
+ )
+},
+{
+ Id: 11115
+ Name: "Request : Hunt Condor"
+ Targets: (
+ {
+ MobId: 1009
+ Count: 20
+ },
+ )
+},
+{
+ Id: 11116
+ Name: "Request : Hunt Grasshopper's Leg"
+ Targets: (
+ {
+ MobId: 1052
+ Count: 10
+ },
+ )
+},
+{
+ Id: 11117
+ Name: "Request : Hunt Worm tail"
+ Targets: (
+ {
+ MobId: 1024
+ Count: 20
+ },
+ )
+},
+{
+ Id: 11118
+ Name: "Request : Hunt Spore"
+ Targets: (
+ {
+ MobId: 1014
+ Count: 30
+ },
+ )
+},
+{
+ Id: 11119
+ Name: "Request : Pest Control"
+ Targets: (
+ {
+ MobId: 1048
+ Count: 20
+ },
+ )
+},
+{
+ Id: 11120
+ Name: "Request : Hunt Muka"
+ Targets: (
+ {
+ MobId: 1055
+ Count: 20
+ },
+ )
+},
+{
+ Id: 11121
+ Name: "Request : Hunt Farmiliar"
+ Targets: (
+ {
+ MobId: 1005
+ Count: 20
+ },
+ )
+},
+{
+ Id: 11122
+ Name: "Request : Collect Feather"
+ Targets: (
+ {
+ MobId: 1019
+ Count: 30
+ },
+ )
+},
+{
+ Id: 11123
+ Name: "Request : Collect Poison Spore"
+ Targets: (
+ {
+ MobId: 1077
+ Count: 30
+ },
+ )
+},
+{
+ Id: 11124
+ Name: "Request : Hunt Honet - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11125
+ Name: "Request : Hunt Condor - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11126
+ Name: "Request : Hunt Grasshopper's Leg - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11127
+ Name: "Request : Hunt Worm Tail - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11128
+ Name: "Request : Hunt Spore - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11129
+ Name: "Request : Pest Control - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11130
+ Name: "Request : Hunt Muka - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11131
+ Name: "Request : Hunt Farmiliar - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11132
+ Name: "Request : Collect Feather - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11133
+ Name: "Request : Collect Poison Spore - Complete"
+ TimeLimit: 86400
+},
+{
+ Id: 11135
+ Name: "Looking for Maestro Song"
+},
+{
+ Id: 11136
+ Name: "Looking for Maestro Song"
+},
+{
+ Id: 11137
+ Name: "Looking for Maestro Song"
+},
+{
+ Id: 11138
+ Name: "Looking for Maestro Song"
+},
+{
+ Id: 11139
+ Name: "Looking for Maestro Song"
+},
+{
+ Id: 11140
+ Name: "The sky, plane and travel sickness."
+},
+{
+ Id: 11141
+ Name: "Human & gossip is towarding to the bar"
+},
+{
+ Id: 11142
+ Name: "Fearful metalic sound"
+},
+{
+ Id: 11143
+ Name: "Thanatos tower"
+},
+{
+ Id: 11144
+ Name: "Juno manager : click"
+},
+{
+ Id: 11145
+ Name: "I want to get the "
+ Targets: (
+ {
+ MobId: 1622
+ Count: 33
+ },
+ )
+},
+{
+ Id: 11146
+ Name: "to ice tunnel..."
+},
+{
+ Id: 11147
+ Name: "Lared's dew"
+},
+{
+ Id: 11148
+ Name: "Toward Comodo with the bow"
+},
+{
+ Id: 11149
+ Name: "Just pour the water. Pour! Pour!..."
+},
+{
+ Id: 11150
+ Name: "Looking for Maestro Song"
+},
+{
+ Id: 11151
+ Name: "Looking for Maestro Song"
+},
+{
+ Id: 11152
+ Name: "to the quiet place!..."
+},
+{
+ Id: 11153
+ Name: "Missing watch top"
+},
+{
+ Id: 11154
+ Name: "I will remember the memories with you...."
+},
+{
+ Id: 11155
+ Name: "undefinable battler"
+},
+{
+ Id: 11156
+ Name: "annoying homework"
+ Targets: (
+ {
+ MobId: 1106
+ Count: 100
+ },
+ )
+},
+{
+ Id: 11157
+ Name: "Helmes valley "
+},
+{
+ Id: 11158
+ Name: "On the way for meditation"
+},
+{
+ Id: 11159
+ Name: "Story of Brian"
+},
+{
+ Id: 11160
+ Name: "Story of John"
+},
+{
+ Id: 11161
+ Name: "Story of Tyler"
+},
+{
+ Id: 11162
+ Name: "Story of Rose"
+},
+{
+ Id: 11163
+ Name: "Story of Bain"
+},
+{
+ Id: 11164
+ Name: "Story of Lash"
+},
+{
+ Id: 11165
+ Name: "Delivery to Brian"
+},
+{
+ Id: 11166
+ Name: "Delivery to John"
+},
+{
+ Id: 11167
+ Name: "Delivery to Tyler"
+},
+{
+ Id: 11168
+ Name: "Delivery to Rose"
+},
+{
+ Id: 11169
+ Name: "Delivery to Bain"
+},
+{
+ Id: 11170
+ Name: "Delivery to Lash"
+},
+{
+ Id: 11171
+ Name: "Request from Frede"
+},
+{
+ Id: 11172
+ Name: "Request from Frede"
+},
+{
+ Id: 11173
+ Name: "Request from Frede"
+},
+{
+ Id: 11174
+ Name: "Supply Shortage"
+},
+{
+ Id: 11175
+ Name: "Supply Shortage"
+ TimeLimit: 7200
+},
+{
+ Id: 11176
+ Name: "For my friends"
+},
+// Mora
+{
+ Id: 11182
+ Name: "Theore's Report"
+ TimeLimit: 60
+},
+{
+ Id: 11183
+ Name: "Theore's Favor"
+},
+{
+ Id: 11184
+ Name: "Runaway Laphine"
+},
+{
+ Id: 11185
+ Name: "Pouch"
+},
+{
+ Id: 11186
+ Name: "Pouch"
+},
+{
+ Id: 11187
+ Name: "Pouch"
+},
+{
+ Id: 11188
+ Name: "Pouch"
+},
+{
+ Id: 11189
+ Name: "Roast Beef"
+},
+{
+ Id: 11190
+ Name: "Roast Beef"
+},
+{
+ Id: 11191
+ Name: "Shortage of Roast Beef"
+},
+{
+ Id: 11192
+ Name: "Mora Village..."
+},
+{
+ Id: 11193
+ Name: "Sonya's Friend"
+},
+{
+ Id: 11194
+ Name: "Runaway Laphine"
+},
+{
+ Id: 11195
+ Name: "Pouch"
+},
+{
+ Id: 11196
+ Name: "Pouch"
+},
+{
+ Id: 11197
+ Name: "Pouch"
+},
+{
+ Id: 11198
+ Name: "Mora Village..."
+},
+{
+ Id: 11199
+ Name: "Theo's Friend"
+},
+{
+ Id: 11200
+ Name: "Pouch"
+},
+{
+ Id: 11201
+ Name: "Roast Beef"
+},
+{
+ Id: 11202
+ Name: "Roast Beef"
+},
+{
+ Id: 11203
+ Name: "Shortage of Roast Beef"
+},
+{
+ Id: 11206
+ Name: "Quick Delivery Yoneseu"
+},
+{
+ Id: 11207
+ Name: "A Very Heavy Burden"
+},
+{
+ Id: 11208
+ Name: "Daphne"
+},
+// Malangdo
+{
+ Id: 11209
+ Name: "Hardships of Thomas"
+},
+{
+ Id: 11210
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11211
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11212
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11213
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11214
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11215
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11216
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11217
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11218
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11219
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11220
+ Name: "Malangdo Reunion"
+},
+{
+ Id: 11221
+ Name: "Repair of cracks"
+},
+{
+ Id: 11222
+ Name: "Repair of cracks"
+},
+{
+ Id: 11223
+ Name: "Repair of cracks"
+},
+{
+ Id: 11224
+ Name: "Repair of cracks"
+},
+{
+ Id: 11225
+ Name: "Repair of cracks"
+},
+{
+ Id: 11226
+ Name: "Repair of cracks"
+},
+{
+ Id: 11227
+ Name: "Repair of cracks"
+},
+{
+ Id: 11228
+ Name: "Repair of cracks"
+},
+{
+ Id: 11229
+ Name: "Repair of cracks"
+},
+{
+ Id: 11230
+ Name: "Repair of cracks"
+},
+{
+ Id: 11231
+ Name: "Repair of cracks"
+},
+{
+ Id: 11232
+ Name: "Repair of cracks"
+},
+{
+ Id: 11233
+ Name: "Repair of cracks"
+},
+{
+ Id: 11234
+ Name: "Repair of cracks"
+},
+{
+ Id: 11235
+ Name: "Repair of cracks"
+},
+{
+ Id: 11236
+ Name: "Repair of cracks"
+},
+{
+ Id: 11237
+ Name: "Repair of cracks"
+},
+{
+ Id: 11238
+ Name: "Malangdo Fruits"
+},
+{
+ Id: 11239
+ Name: "Malangdo Fruits"
+ TimeLimit: 82800
+},
+{
+ Id: 11240
+ Name: "Repair of cracks"
+},
+{
+ Id: 11241
+ Name: "Repair of cracks"
+},
+{
+ Id: 11242
+ Name: "Repair of cracks"
+},
+{
+ Id: 11243
+ Name: "Repair of cracks"
+ TimeLimit: 82800
+},
+{
+ Id: 11244
+ Name: "Soft Jelly"
+},
+{
+ Id: 11245
+ Name: "Soft Jelly"
+ TimeLimit: 82800
+},
+{
+ Id: 11284
+ Name: "Nurse at Port Malaya-1"
+},
+{
+ Id: 11285
+ Name: "Nurse at Port Malaya-2"
+},
+{
+ Id: 11286
+ Name: "Nurse at Port Malaya-3"
+},
+{
+ Id: 11287
+ Name: "Nurse at Port Malaya-4"
+},
+{
+ Id: 11288
+ Name: "Nurse at Port Malaya-5"
+},
+{
+ Id: 11289
+ Name: "Nurse at Port Malaya-6"
+},
+{
+ Id: 11290
+ Name: "Nurse at Port Malaya-7"
+},
+{
+ Id: 11291
+ Name: "Nurse at Port Malaya-8"
+},
+{
+ Id: 11292
+ Name: "Nurse at Port Malaya-9"
+},
+{
+ Id: 11293
+ Name: "Nurse at Port Malaya-10"
+},
+{
+ Id: 11294
+ Name: "Nurse at Port Malaya-11"
+},
+{
+ Id: 11295
+ Name: "Nurse at Port Malaya-12"
+},
+{
+ Id: 11296
+ Name: "Nurse at Port Malaya-13"
+},
+{
+ Id: 11297
+ Name: "Nurse at Port Malaya-14"
+},
+{
+ Id: 11298
+ Name: "Nurse at Port Malaya-15"
+},
+{
+ Id: 11299
+ Name: "Nurse at Port Malaya-16"
+},
+{
+ Id: 11300
+ Name: "Nurse at Port Malaya-17"
+},
+{
+ Id: 11301
+ Name: "Nurse at Port Malaya-18"
+},
+{
+ Id: 11302
+ Name: "Nurse at Port Malaya-19"
+},
+{
+ Id: 11303
+ Name: "Nurse at Port Malaya-20"
+},
+{
+ Id: 11304
+ Name: "Nurse at Port Malaya-21"
+},
+{
+ Id: 11305
+ Name: "Nurse at Port Malaya-22"
+},
+{
+ Id: 11306
+ Name: "Nurse at Port Malaya-23"
+},
+{
+ Id: 11307
+ Name: "Nurse at Port Malaya-24"
+},
+{
+ Id: 11308
+ Name: "Nurse at Port Malaya-25"
+},
+{
+ Id: 11309
+ Name: "Nurse at Port Malaya-26"
+ Targets: (
+ {
+ MobId: 2327
+ Count: 1
+ },
+ )
+},
+{
+ Id: 11310
+ Name: "Eclage's Entrance"
+ TimeLimit: 30
+},
+{
+ Id: 11311
+ Name: "Eclage's Entrance"
+},
+{
+ Id: 11312
+ Name: "Goliath"
+},
+{
+ Id: 11313
+ Name: "Goliath"
+},
+{
+ Id: 11314
+ Name: "Goliath"
+},
+{
+ Id: 11315
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11316
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11317
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11318
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11319
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11320
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11321
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11322
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11323
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11324
+ Name: "And time keeps on flowing"
+},
+{
+ Id: 11325
+ Name: "The chicken or the egg"
+},
+{
+ Id: 11326
+ Name: "The chicken or the egg"
+},
+{
+ Id: 11327
+ Name: "The chicken or the egg"
+},
+{
+ Id: 11328
+ Name: "The chicken or the egg"
+},
+{
+ Id: 11329
+ Name: "The chicken or the egg"
+},
+{
+ Id: 11330
+ Name: "The chicken or the egg"
+},
+{
+ Id: 11331
+ Name: "The chicken or the egg"
+},
+{
+ Id: 11332
+ Name: "The chicken or the egg"
+},
+{
+ Id: 11333
+ Name: "Red seed and green seed"
+},
+{
+ Id: 11334
+ Name: "Red seed and green seed"
+},
+{
+ Id: 11335
+ Name: "Dreaming boy"
+},
+{
+ Id: 11336
+ Name: "Dreaming boy"
+},
+{
+ Id: 11337
+ Name: "Dreaming boy"
+},
+{
+ Id: 12000
+ Name: "An old friend"
+},
+{
+ Id: 12001
+ Name: "Digotz, Maku's old friend"
+},
+{
+ Id: 12002
+ Name: "Messenger of Friendship"
+},
+{
+ Id: 12003
+ Name: "Digotz's message"
+},
+{
+ Id: 12004
+ Name: "Maku's other friend"
+},
+{
+ Id: 12005
+ Name: "Benkaistein"
+},
+{
+ Id: 12006
+ Name: "Benkaistein's lost item"
+},
+{
+ Id: 12007
+ Name: "Kazien"
+},
+{
+ Id: 12008
+ Name: "Researcher Garins"
+},
+{
+ Id: 12009
+ Name: "Failed mission"
+},
+{
+ Id: 12010
+ Name: "No entrance"
+},
+{
+ Id: 12011
+ Name: "Lyozien"
+},
+{
+ Id: 12012
+ Name: "Meet Mr. Ahman"
+},
+{
+ Id: 12013
+ Name: "Delivery complete"
+},
+{
+ Id: 12014
+ Name: "More missions"
+},
+{
+ Id: 12015
+ Name: "Ghalstein"
+},
+{
+ Id: 12016
+ Name: "Sneaking into the Laboratory"
+},
+{
+ Id: 12017
+ Name: "Membership approved"
+},
+{
+ Id: 12018
+ Name: "Meeting the President"
+},
+{
+ Id: 12019
+ Name: "The President's Mission"
+},
+{
+ Id: 12020
+ Name: "Rescuing a Secret Wing Member"
+},
+{
+ Id: 12021
+ Name: "The Sealed File Folder"
+},
+{
+ Id: 12022
+ Name: "The Sealed File Folder"
+},
+{
+ Id: 12023
+ Name: "Shinokas the researcher"
+},
+{
+ Id: 12024
+ Name: "Kafra Corporation Agent"
+},
+{
+ Id: 12025
+ Name: "Rekenber's Secret Archive"
+},
+{
+ Id: 12026
+ Name: "Rekenber's Secret Archive"
+},
+{
+ Id: 12027
+ Name: "Rekenber's Secret Archive"
+},
+{
+ Id: 12028
+ Name: "Kurelle the traitor"
+},
+{
+ Id: 12029
+ Name: "Lost Engagement Ring"
+},
+{
+ Id: 12030
+ Name: "Engagement Ring Found"
+},
+{
+ Id: 12031
+ Name: "Find Annon"
+},
+{
+ Id: 12032
+ Name: "Searching for Annon"
+},
+{
+ Id: 12033
+ Name: "Traces of blood"
+},
+{
+ Id: 12034
+ Name: "Annon's side of the story"
+},
+{
+ Id: 12035
+ Name: "Holy Threads"
+},
+{
+ Id: 12036
+ Name: "The Stone Slate Message"
+},
+{
+ Id: 12037
+ Name: "Holier Threads"
+},
+{
+ Id: 12038
+ Name: "Searching for the Sa-mhing Tiger"
+},
+{
+ Id: 12039
+ Name: "Boonthom's Comrade"
+},
+{
+ Id: 12040
+ Name: "Benkaistein's Journal"
+},
+{
+ Id: 12041
+ Name: "Benkaistein's Journal"
+},
+{
+ Id: 12042
+ Name: "Benkaistein's Journal"
+},
+{
+ Id: 12043
+ Name: "Pass to the Slums"
+},
+{
+ Id: 12044
+ Name: "Soothing a crying child 1"
+},
+{
+ Id: 12045
+ Name: "Soothing a crying child 2"
+},
+{
+ Id: 12046
+ Name: "Soothing a crying child 3"
+},
+{
+ Id: 12047
+ Name: "Soothing a crying child 4"
+},
+{
+ Id: 12048
+ Name: "Soothing a crying child 5"
+},
+{
+ Id: 12049
+ Name: "Job Quest 1 - Rogue"
+},
+{
+ Id: 12050
+ Name: "Job Quest 2 - Rogue"
+},
+{
+ Id: 12051
+ Name: "Job Quest 3 - Rogue"
+},
+{
+ Id: 12052
+ Name: "Job Quest 4 - Rogue"
+},
+{
+ Id: 12053
+ Name: "Job Quest 5 - Rogue"
+},
+{
+ Id: 12054
+ Name: "Job Quest 6 - Rogue"
+},
+{
+ Id: 12055
+ Name: "Job Quest - Assassin"
+},
+{
+ Id: 12056
+ Name: "Job Quest - Assassin"
+},
+{
+ Id: 12057
+ Name: "Pass to the Lab"
+},
+{
+ Id: 12058
+ Name: "Admission Restricted to the 102 Tower"
+ TimeLimit: 604800
+},
+{
+ Id: 12059
+ Name: "Orc's Memory Time Limit"
+ TimeLimit: 7200
+},
+{
+ Id: 12060
+ Name: "Today's Fishing Closed"
+ TimeLimit: 86400
+},
+{
+ Id: 12061
+ Name: "Concentration"
+ TimeLimit: 10
+},
+{
+ Id: 12062
+ Name: "Today's Mining Closed"
+ TimeLimit: 86400
+},
+{
+ Id: 12070
+ Name: "Limited time for enter"
+ TimeLimit: 14400
+},
+{
+ Id: 12071
+ Name: "Stamp a seal on the attendance book"
+ TimeLimit: 86400
+},
+{
+ Id: 12072
+ Name: "Hunt tharafrog"
+ Targets: (
+ {
+ MobId: 1034
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12073
+ Name: "Remove Cruiser"
+ Targets: (
+ {
+ MobId: 1248
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12074
+ Name: "Remove Kukre"
+ Targets: (
+ {
+ MobId: 1070
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12075
+ Name: "Remove orcbaby"
+ Targets: (
+ {
+ MobId: 1686
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12076
+ Name: "Remove orcwarroir"
+ Targets: (
+ {
+ MobId: 1023
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12077
+ Name: "Hunt vadon"
+ Targets: (
+ {
+ MobId: 1066
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12078
+ Name: "Hunt Megalodon"
+ Targets: (
+ {
+ MobId: 1064
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12079
+ Name: "Hunt Marse"
+ Targets: (
+ {
+ MobId: 1144
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12080
+ Name: "Hunt Cornutus"
+ Targets: (
+ {
+ MobId: 1067
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12081
+ Name: "Remove Myst"
+ Targets: (
+ {
+ MobId: 1151
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12082
+ Name: "Hunt shellfish"
+ Targets: (
+ {
+ MobId: 1074
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12083
+ Name: "Hunt Marine sphere"
+ Targets: (
+ {
+ MobId: 1142
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12084
+ Name: "Hunt Phen"
+ Targets: (
+ {
+ MobId: 1158
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12085
+ Name: "Remove orcskeleton"
+ Targets: (
+ {
+ MobId: 1152
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12086
+ Name: "Remove Zenorc"
+ Targets: (
+ {
+ MobId: 1177
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12087
+ Name: "Remove mummy"
+ Targets: (
+ {
+ MobId: 1041
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12088
+ Name: "Accomplishing a request"
+},
+{
+ Id: 12090
+ Name: "Mysterious guy"
+},
+{
+ Id: 12091
+ Name: "Just save the burning heart"
+},
+{
+ Id: 12092
+ Name: "Long lasting story"
+},
+{
+ Id: 12093
+ Name: "the record the intelligence Lyoda left"
+},
+{
+ Id: 12094
+ Name: "The damaged shield letter"
+},
+{
+ Id: 12096
+ Name: "Towards Karakas"
+},
+{
+ Id: 12097
+ Name: "Basic preparation"
+},
+{
+ Id: 12098
+ Name: "Tour of dungeon"
+},
+{
+ Id: 12099
+ Name: "Remove Root Cause"
+ Targets: (
+ {
+ MobId: 2014
+ Count: 10
+ },
+ )
+},
+{
+ Id: 12100
+ Name: "Violent Winged Insect"
+ Targets: (
+ {
+ MobId: 1994
+ Count: 12
+ },
+ )
+},
+{
+ Id: 12101
+ Name: "Work Interference"
+ Targets: (
+ {
+ MobId: 2013
+ Count: 5
+ },
+ )
+},
+{
+ Id: 12102
+ Name: "Intelligent Snakes"
+ Targets: (
+ {
+ MobId: 1993
+ Count: 10
+ },
+ )
+},
+{
+ Id: 12103
+ Name: "Legendary Creature"
+ Targets: (
+ {
+ MobId: 1992
+ Count: 1
+ },
+ )
+},
+{
+ Id: 12104
+ Name: "Insects with an Appetite"
+ Targets: (
+ {
+ MobId: 1987
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12105
+ Name: "Moving Rocks"
+ Targets: (
+ {
+ MobId: 2024
+ Count: 10
+ },
+ )
+},
+{
+ Id: 12106
+ Name: "A child on a flower"
+ Targets: (
+ {
+ MobId: 1995
+ Count: 15
+ },
+ )
+},
+{
+ Id: 12107
+ Name: "Twisted Love"
+ Targets: (
+ {
+ MobId: 2015
+ Count: 10
+ },
+ )
+},
+{
+ Id: 12108
+ Name: "Dangerous Plant Removal"
+ Targets: (
+ {
+ MobId: 1988
+ Count: 12
+ },
+ )
+},
+{
+ Id: 12109
+ Name: "Larva Extermination"
+ Targets: (
+ {
+ MobId: 1999
+ Count: 14
+ },
+ )
+},
+{
+ Id: 12110
+ Name: "Demon of Water"
+ Targets: (
+ {
+ MobId: 2016
+ Count: 7
+ },
+ )
+},
+{
+ Id: 12111
+ Name: "Bird with ugly face"
+ Targets: (
+ {
+ MobId: 1986
+ Count: 10
+ },
+ )
+},
+{
+ Id: 12117
+ Name: "Withered Flower"
+},
+{
+ Id: 12118
+ Name: "Welcomed Mineral"
+},
+{
+ Id: 12119
+ Name: "Valuable Textile"
+},
+{
+ Id: 12120
+ Name: "Curious Meat"
+},
+{
+ Id: 12121
+ Name: "Materials to Clear Snow"
+},
+{
+ Id: 12122
+ Name: "Best Cooler Material"
+},
+{
+ Id: 12123
+ Name: "Best Paint"
+},
+{
+ Id: 12124
+ Name: "Rare Valuable"
+},
+{
+ Id: 12125
+ Name: "Armory Material"
+},
+{
+ Id: 12126
+ Name: "Advanced Armory Material"
+},
+{
+ Id: 12127
+ Name: "Supervisor's Tool"
+},
+{
+ Id: 12128
+ Name: "Preparation for Heating"
+},
+{
+ Id: 12129
+ Name: "Suspicious Food"
+},
+{
+ Id: 12130
+ Name: "Useful Material"
+},
+{
+ Id: 12131
+ Name: "Essential Material for Construction"
+},
+{
+ Id: 12132
+ Name: "Essential Material for Construction 2"
+},
+{
+ Id: 12133
+ Name: "Decoration arrangement"
+},
+{
+ Id: 12134
+ Name: "Instant Receptacle"
+},
+{
+ Id: 12135
+ Name: "Not enough medicine"
+},
+{
+ Id: 12136
+ Name: "Honey robber"
+},
+{
+ Id: 12137
+ Name: "Tools for Experiment"
+},
+{
+ Id: 12138
+ Name: "Fine Gift Samples"
+},
+{
+ Id: 12139
+ Name: "Respect for Taste!"
+},
+{
+ Id: 12140
+ Name: "Courtesy for Regulars"
+},
+{
+ Id: 12141
+ Name: "Special Package"
+},
+{
+ Id: 12142
+ Name: "Dangerous Request"
+},
+{
+ Id: 12143
+ Name: "Strange Trend"
+},
+{
+ Id: 12144
+ Name: "Unknown Usage"
+},
+{
+ Id: 12145
+ Name: "Other World Cuisine"
+},
+{
+ Id: 12146
+ Name: "Filling in Cracks"
+},
+{
+ Id: 12147
+ Name: "Adhesive Material"
+},
+{
+ Id: 12148
+ Name: "Bait for Tatacho Hunting"
+},
+{
+ Id: 12149
+ Name: "Swordmanship Practice"
+},
+{
+ Id: 12150
+ Name: "Pretty reddish vegetable"
+},
+{
+ Id: 12151
+ Name: "Tenacity of the pub owner"
+},
+{
+ Id: 12152
+ Name: "Tastes like home cooking"
+},
+{
+ Id: 12153
+ Name: "Hazardous plant when burnt"
+},
+{
+ Id: 12154
+ Name: "Unexpectedly Normal"
+},
+{
+ Id: 12155
+ Name: "Gift with heart"
+},
+{
+ Id: 12156
+ Name: "Respect personal appetite!"
+},
+{
+ Id: 12157
+ Name: "Resolution of the pub owner"
+},
+{
+ Id: 12158
+ Name: "Rage of the pub owner"
+},
+{
+ Id: 12159
+ Name: "Quest record from Laponte"
+ TimeLimit: 82800
+},
+{
+ Id: 12160
+ Name: "Quest record from Kalipo"
+ TimeLimit: 82800
+},
+{
+ Id: 12161
+ Name: "Quest record from Pura"
+ TimeLimit: 82800
+},
+{
+ Id: 12162
+ Name: "Quest record from Tragis"
+ TimeLimit: 82800
+},
+{
+ Id: 12163
+ Name: "Quest record from Calyon"
+ TimeLimit: 82800
+},
+{
+ Id: 12164
+ Name: "Quest record from Moltuka"
+ TimeLimit: 82800
+},
+{
+ Id: 12165
+ Name: "Dizziness"
+ TimeLimit: 21600
+},
+{
+ Id: 12166
+ Name: "Tree Root Doc."
+},
+{
+ Id: 12167
+ Name: "Reptile Tongue Doc."
+},
+{
+ Id: 12168
+ Name: "Scorpion Tail Doc."
+},
+{
+ Id: 12169
+ Name: "Stem Doc."
+},
+{
+ Id: 12170
+ Name: "Pointed Scale Doc."
+},
+{
+ Id: 12171
+ Name: "Resin Doc."
+},
+{
+ Id: 12172
+ Name: "Spawn Doc."
+},
+{
+ Id: 12173
+ Name: "Jellopy Doc."
+},
+{
+ Id: 12174
+ Name: "Fish Tail Doc."
+},
+{
+ Id: 12175
+ Name: "Worm Peeling Doc."
+},
+{
+ Id: 12176
+ Name: "Gill Doc."
+},
+{
+ Id: 12177
+ Name: "Tooth of Bat Doc."
+},
+{
+ Id: 12178
+ Name: "Fluff Doc."
+},
+{
+ Id: 12179
+ Name: "Chrysalis Doc."
+},
+{
+ Id: 12180
+ Name: "Feather of Birds Doc."
+},
+{
+ Id: 12181
+ Name: "Talon Document Doc."
+},
+{
+ Id: 12182
+ Name: "Sticky Webfoot Doc."
+},
+{
+ Id: 12183
+ Name: "Animal Skin Doc."
+},
+{
+ Id: 12184
+ Name: "Wolf Claw Doc."
+},
+{
+ Id: 12185
+ Name: "Mushroom Spore Doc."
+},
+{
+ Id: 12186
+ Name: "Orc's Fang Doc."
+},
+{
+ Id: 12187
+ Name: "Evil Horn Doc."
+},
+{
+ Id: 12188
+ Name: "Powder of Butterfly Doc."
+},
+{
+ Id: 12189
+ Name: "Bill of Birds Doc."
+},
+{
+ Id: 12190
+ Name: "Snake Scale Doc."
+},
+{
+ Id: 12191
+ Name: "Insect Feeler Doc."
+},
+{
+ Id: 12192
+ Name: "Immortal Heart Doc."
+},
+{
+ Id: 12193
+ Name: "Rotten Bandage Doc."
+},
+{
+ Id: 12194
+ Name: "Decayed Nail Doc."
+},
+{
+ Id: 12195
+ Name: "Horrendous Mouth Doc."
+},
+{
+ Id: 12196
+ Name: "Tentacle Doc."
+},
+{
+ Id: 12197
+ Name: "Shell Doc."
+},
+{
+ Id: 12198
+ Name: "Scale Shell Doc."
+},
+{
+ Id: 12199
+ Name: "Venom Canine Doc."
+},
+{
+ Id: 12200
+ Name: "Sticky Mucus Doc."
+},
+{
+ Id: 12201
+ Name: "Bee Sting Doc."
+},
+{
+ Id: 12202
+ Name: "Grasshopper's Leg Doc."
+},
+{
+ Id: 12203
+ Name: "Royal Jelly Doc."
+},
+{
+ Id: 12204
+ Name: "Yoyo Tail Doc."
+},
+{
+ Id: 12205
+ Name: "Solid Shell Doc."
+},
+{
+ Id: 12206
+ Name: "Yam Doc."
+},
+{
+ Id: 12207
+ Name: "Raccoon Leaf Doc."
+},
+{
+ Id: 12208
+ Name: "Snail's Shell Doc."
+},
+{
+ Id: 12209
+ Name: "Horn Doc."
+},
+{
+ Id: 12210
+ Name: "Bear's Footskin Doc."
+},
+{
+ Id: 12211
+ Name: "Feather Doc."
+},
+{
+ Id: 12212
+ Name: "Red Herb Doc."
+},
+{
+ Id: 12213
+ Name: "Carrot Doc."
+},
+{
+ Id: 12214
+ Name: "Cactus Needle Doc."
+},
+{
+ Id: 12215
+ Name: "Stone Heart Doc."
+},
+{
+ Id: 12216
+ Name: "Pouty Jahbong"
+ TimeLimit: 21600
+},
+{
+ Id: 12217
+ Name: "Request - Traces of wild boar hunt"
+},
+{
+ Id: 12218
+ Name: "How to make lava elixir"
+},
+{
+ Id: 12219
+ Name: "How to creat flame elixir"
+},
+{
+ Id: 12220
+ Name: "How to create glaicer elixir"
+},
+{
+ Id: 12221
+ Name: "How to create fossil elixir"
+},
+{
+ Id: 12222
+ Name: "How to create storm elixir"
+},
+// Mora Coin Daily Quests
+{
+ Id: 12225
+ Name: "Pom Spider Hunting"
+ Targets: (
+ {
+ MobId: 2132
+ Count: 3
+ },
+ )
+},
+{
+ Id: 12226
+ Name: "Angra Mantis Hunting"
+ Targets: (
+ {
+ MobId: 2133
+ Count: 4
+ },
+ )
+},
+{
+ Id: 12227
+ Name: "Parus Hunting"
+ Targets: (
+ {
+ MobId: 2134
+ Count: 5
+ },
+ )
+},
+{
+ Id: 12228
+ Name: "Little Fatam Hunting"
+ Targets: (
+ {
+ MobId: 2136
+ Count: 6
+ },
+ )
+},
+{
+ Id: 12229
+ Name: "Miming Hunting"
+ Targets: (
+ {
+ MobId: 2137
+ Count: 7
+ },
+ )
+},
+{
+ Id: 12230
+ Name: "Mora Monster Hunt"
+ TimeLimit: 82800
+},
+{
+ Id: 12231
+ Name: "Insect Feeler Collecting"
+},
+{
+ Id: 12232
+ Name: "Immortal Heart Collecting"
+},
+{
+ Id: 12233
+ Name: "Rotten Bandage Collecting"
+},
+{
+ Id: 12234
+ Name: "Orcish Voucher Collecting"
+},
+{
+ Id: 12235
+ Name: "Skeleton Bone Collecting"
+},
+{
+ Id: 12236
+ Name: "Memento Collecting"
+},
+{
+ Id: 12237
+ Name: "Shell Collecting"
+},
+{
+ Id: 12238
+ Name: "Scale Shell Collecting"
+},
+{
+ Id: 12239
+ Name: "Venom Canine Collecting"
+},
+{
+ Id: 12240
+ Name: "Sticky Mucus Collecting"
+},
+{
+ Id: 12241
+ Name: "Mora Item Request 1"
+ TimeLimit: 82800
+},
+{
+ Id: 12242
+ Name: "Mora Item Request 2"
+ TimeLimit: 82800
+},
+// Missing Person Quests
+{
+ Id: 12243
+ Name: "Missing Information on Tajareu"
+},
+{
+ Id: 12244
+ Name: "Missing Information on Tokenizer"
+},
+{
+ Id: 12245
+ Name: "Missing Information on Mesile"
+},
+{
+ Id: 12246
+ Name: "Missing Information on Noir"
+},
+{
+ Id: 12247
+ Name: "Missing Information on Pajama God"
+},
+{
+ Id: 12248
+ Name: "Missing Information on Mendel"
+},
+{
+ Id: 12249
+ Name: "Missing Information on Miles"
+},
+{
+ Id: 12250
+ Name: "Missing Information on Kunmune"
+},
+{
+ Id: 12251
+ Name: "Missing Information on Chayihokin"
+},
+{
+ Id: 12252
+ Name: "Missing Information on Tuale"
+},
+{
+ Id: 12253
+ Name: "Missing Person Search Time Limit"
+ TimeLimit: 82800
+},
+// Malangdo Culverts
+{
+ Id: 12254
+ Name: "Now it's cleaning"
+ TimeLimit: 3600
+},
+{
+ Id: 12255
+ Name: "Hunt deep sea crab"
+ Targets: (
+ {
+ MobId: 2176
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12256
+ Name: "Hunt deep sea squid"
+ Targets: (
+ {
+ MobId: 2175
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12257
+ Name: "Hunt Ancient crustacean"
+ Targets: (
+ {
+ MobId: 2174
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12258
+ Name: "Hunt deep sea shell"
+ Targets: (
+ {
+ MobId: 2178
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12259
+ Name: "Hunt ancient kukre"
+ Targets: (
+ {
+ MobId: 2179
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12260
+ Name: "Hunt deep sea conch"
+ Targets: (
+ {
+ MobId: 2177
+ Count: 20
+ },
+ )
+},
+{
+ Id: 12261
+ Name: "Hunt deep sea horse"
+ Targets: (
+ {
+ MobId: 2182
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12262
+ Name: "Hunt ancient sword fish"
+ Targets: (
+ {
+ MobId: 2181
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12263
+ Name: "Hunt ancient sea god"
+ Targets: (
+ {
+ MobId: 2180
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12264
+ Name: "Hunt mutation anolian"
+ Targets: (
+ {
+ MobId: 2183
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12265
+ Name: "Hunt deep sea mermaid"
+ Targets: (
+ {
+ MobId: 2184
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12266
+ Name: "Hunt transformable kapha"
+ Targets: (
+ {
+ MobId: 2185
+ Count: 30
+ },
+ )
+},
+{
+ Id: 12267
+ Name: "Hunt weird coelacanth"
+ Targets: (
+ {
+ MobId: 2188
+ Count: 1
+ },
+ )
+},
+{
+ Id: 12268
+ Name: "Hunt dark coelacanth"
+ Targets: (
+ {
+ MobId: 2187
+ Count: 1
+ },
+ )
+},
+{
+ Id: 12269
+ Name: "Hunt Cruel coelacanth"
+ Targets: (
+ {
+ MobId: 2190
+ Count: 1
+ },
+ )
+},
+{
+ Id: 12270
+ Name: "Hunt mutation coelacanth"
+ Targets: (
+ {
+ MobId: 2189
+ Count: 1
+ },
+ )
+},
+{
+ Id: 12271
+ Name: "In progress general culvert single day service"
+ TimeLimit: 82800
+},
+{
+ Id: 12272
+ Name: "In progress hard culvert single day service"
+ TimeLimit: 82800
+},
+{
+ Id: 12273
+ Name: "In progress general culvert weekly service"
+ TimeLimit: 579600
+},
+{
+ Id: 12274
+ Name: "In progress hard culvert weekly service"
+ TimeLimit: 579600
+},
+{
+ Id: 12278
+ Name: "Towards Bakonawa Lake..."
+ TimeLimit: 604800
+},
+{
+ Id: 12279
+ Name: "Get Rid of Bakonawa"
+ Targets: (
+ {
+ MobId: 2322
+ Count: 1
+ },
+ )
+},
+{
+ Id: 12280
+ Name: "A suspicious prisoner"
+},
+{
+ Id: 12281
+ Name: "An unwanted favor"
+},
+{
+ Id: 12282
+ Name: "Gossip king Clever"
+},
+{
+ Id: 12283
+ Name: "The rift researcher"
+},
+{
+ Id: 12284
+ Name: "A cat merchant's source of information"
+},
+{
+ Id: 12285
+ Name: "A way to calm down a cat"
+},
+{
+ Id: 12286
+ Name: "Information traded for some canned foods"
+},
+{
+ Id: 12287
+ Name: "A weird experience"
+},
+{
+ Id: 12288
+ Name: "A successful experience"
+},
+{
+ Id: 12289
+ Name: "Another visitation"
+},
+{
+ Id: 12290
+ Name: "Clever's historical documents"
+},
+{
+ Id: 12291
+ Name: "Hidden historical documents (?)"
+},
+{
+ Id: 12292
+ Name: "The unknown ones"
+},
+{
+ Id: 12293
+ Name: "Figures in history"
+},
+{
+ Id: 12294
+ Name: "Tour of Eclage"
+},
+{
+ Id: 12295
+ Name: "Error"
+},
+{
+ Id: 12296
+ Name: "Fun times with the reactor"
+},
+{
+ Id: 12297
+ Name: "Encountering Etran"
+},
+{
+ Id: 12298
+ Name: "Two wishes"
+},
+{
+ Id: 12299
+ Name: "Revisiting Robert"
+},
+{
+ Id: 12300
+ Name: "Revisiting Etran"
+},
+{
+ Id: 12301
+ Name: "Two remaining friends"
+},
+// Old Glast Heim
+{
+ Id: 12317
+ Name: "Fake Keyblade"
+ TimeLimit: 82800
+},
+{
+ Id: 12318
+ Name: "Upper Cats: annoying guy"
+ Targets: (
+ {
+ MobId: 2475
+ Count: 1
+ },
+ )
+},
+{
+ Id: 12319
+ Name: "Upper Cats: annoying guy"
+ Targets: (
+ {
+ MobId: 2476
+ Count: 1
+ },
+ )
+},
+{
+ Id: 12363
+ Name: "?????? ?? ??"
+},
+{
+ Id: 13000
+ Name: "RWC2011Card Gathering"
+},
+{
+ Id: 13001
+ Name: "RWC2011Card Gathering - Hold"
+ TimeLimit: 82800
+},
+{
+ Id: 13050
+ Name: "The Laphine that loves the land"
+},
+{
+ Id: 13051
+ Name: "The singing Laphine"
+},
+{
+ Id: 13052
+ Name: "The watering Laphine"
+},
+{
+ Id: 13053
+ Name: "The dancing Laphine"
+},
+{
+ Id: 13054
+ Name: "The smiling Laphine"
+},
+{
+ Id: 13055
+ Name: "See if all the adventurers are safe"
+},
+{
+ Id: 13056
+ Name: "Reporter Rossi"
+},
+{
+ Id: 13057
+ Name: "Adventurer Euncheong"
+},
+{
+ Id: 13058
+ Name: "Troublemaker New Oz"
+},
+{
+ Id: 13059
+ Name: "End of project"
+ TimeLimit: 79200
+},
+{
+ Id: 13060
+ Name: "Safety confirmation complete!"
+ TimeLimit: 79200
+},
+{
+ Id: 13061
+ Name: "Food support"
+},
+{
+ Id: 13062
+ Name: "Food support - complete"
+ TimeLimit: 79200
+},
+{
+ Id: 13063
+ Name: "Dusting off"
+ Targets: (
+ {
+ MobId: 2365
+ Count: 20
+ },
+ )
+},
+{
+ Id: 13064
+ Name: "Dusting off - complete"
+ TimeLimit: 79200
+},
+{
+ Id: 13065
+ Name: "Collecting a souvenir"
+},
+{
+ Id: 13066
+ Name: "This is enough for souvenirs"
+ TimeLimit: 79200
+},
+{
+ Id: 13067
+ Name: "Raydric research"
+ Targets: (
+ {
+ MobId: 1163
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13068
+ Name: "Raydric research - Timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13069
+ Name: "Khalitzburg research"
+ Targets: (
+ {
+ MobId: 1132
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13070
+ Name: "Khalitzburg research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13071
+ Name: "Wander Man research"
+ Targets: (
+ {
+ MobId: 1208
+ Count: 20
+ },
+ )
+},
+{
+ Id: 13072
+ Name: "Wander Man research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13073
+ Name: "Ancient Mimic research"
+ Targets: (
+ {
+ MobId: 1699
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13074
+ Name: "Ancient Mimic research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13075
+ Name: "Death Word research"
+ Targets: (
+ {
+ MobId: 1698
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13076
+ Name: "Death Word research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13077
+ Name: "Owl Baron research"
+ Targets: (
+ {
+ MobId: 1295
+ Count: 20
+ },
+ )
+},
+{
+ Id: 13078
+ Name: "Owl Baron research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13079
+ Name: "Bloody Page Research"
+},
+{
+ Id: 13080
+ Name: "Bloody Page Research - Wait"
+ TimeLimit: 79200
+},
+{
+ Id: 13081
+ Name: "Dark Pinguicula research"
+ Targets: (
+ {
+ MobId: 2015
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13082
+ Name: "Dark Pinguicula research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13083
+ Name: "Nepenthes research"
+ Targets: (
+ {
+ MobId: 1988
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13084
+ Name: "Nepenthes research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13085
+ Name: "Naga research"
+ Targets: (
+ {
+ MobId: 1993
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13086
+ Name: "Naga research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13087
+ Name: "Centipede Larva research"
+ Targets: (
+ {
+ MobId: 1999
+ Count: 20
+ },
+ )
+},
+{
+ Id: 13088
+ Name: "Centipede Larva research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13089
+ Name: "Cornus research"
+ Targets: (
+ {
+ MobId: 1992
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13090
+ Name: "Cornus research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13091
+ Name: "Mystic Horn Research"
+},
+{
+ Id: 13092
+ Name: "Mystic Horn Research- Wait"
+ TimeLimit: 79200
+},
+{
+ Id: 13093
+ Name: "Ancient Mummy research"
+ Targets: (
+ {
+ MobId: 1297
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13094
+ Name: "Ancient Mummy research - timer"
+ TimeLimit: 79200
+},
+{
+ Id: 13095
+ Name: "Geffenia expedition"
+ Targets: (
+ {
+ MobId: 1374
+ Count: 10
+ },
+ {
+ MobId: 1370
+ Count: 10
+ },
+ {
+ MobId: 1390
+ Count: 10
+ },
+ )
+},
+{
+ Id: 13096
+ Name: "Geffenia expedition - Wait"
+ TimeLimit: 79200
+},
+{
+ Id: 13097
+ Name: "Juperos expedition"
+ Targets: (
+ {
+ MobId: 1677
+ Count: 30
+ },
+ {
+ MobId: 1678
+ Count: 30
+ },
+ {
+ MobId: 1679
+ Count: 30
+ },
+ )
+},
+{
+ Id: 13098
+ Name: "Juperos expedition - Wait"
+ TimeLimit: 79200
+},
+{
+ Id: 13099
+ Name: "Fragments and Rusty Screw"
+},
+{
+ Id: 13100
+ Name: "Fragments and Rusty Screw - Wait"
+ TimeLimit: 79200
+},
+{
+ Id: 14118
+ Name: "Wuhari's concern"
+},
+{
+ Id: 14119
+ Name: "Test of patience"
+},
+{
+ Id: 14120
+ Name: "Test of patience 2"
+},
+{
+ Id: 14121
+ Name: "Test of patience 3"
+},
+{
+ Id: 14122
+ Name: "Time for two"
+},
+{
+ Id: 14123
+ Name: "Wuharu's favor"
+},
+{
+ Id: 14125
+ Name: "Surveying the area"
+},
+{
+ Id: 14126
+ Name: "Searching for Ms. Goatie"
+},
+{
+ Id: 14127
+ Name: "Searching for Ms. Goatie's husband"
+},
+{
+ Id: 14128
+ Name: "Obtaining the research report"
+},
+{
+ Id: 14131
+ Name: "Analysis time"
+ TimeLimit: 300
+},
+{
+ Id: 14133
+ Name: "Another favor"
+},
+{
+ Id: 14134
+ Name: "Sharp Ms. Goatie"
+},
+{
+ Id: 14135
+ Name: "Searching for Mr. Pompe"
+},
+{
+ Id: 14136
+ Name: "A terrible scene in the field"
+},
+{
+ Id: 14137
+ Name: "An interesting proposition"
+},
+{
+ Id: 14138
+ Name: "The big corpse"
+},
+{
+ Id: 14139
+ Name: "To Wuhuru"
+},
+{
+ Id: 14140
+ Name: "To Wuhari"
+},
+{
+ Id: 14141
+ Name: "Ingredients for research"
+},
+// 2014 Halloween Event
+{
+ Id: 14450
+ Name: "Let's help the priest"
+},
+{
+ Id: 14451
+ Name: "To Church"
+},
+{
+ Id: 14452
+ Name: "Material of holy stuff"
+},
+{
+ Id: 14453
+ Name: "To Niflheim"
+},
+{
+ Id: 14454
+ Name: "To Lutie"
+},
+{
+ Id: 14455
+ Name: "Back to Church"
+},
+{
+ Id: 14456
+ Name: "Preparing for recall"
+},
+{
+ Id: 14457
+ Name: "Back to Niflheim"
+},
+{
+ Id: 14458
+ Name: "Request of Loru"
+},
+{
+ Id: 14459
+ Name: "Request of Devi"
+},
+{
+ Id: 14460
+ Name: "Favor of Loru"
+ Targets: (
+ {
+ MobId: 3382
+ Count: 10
+ },
+ )
+},
+{
+ Id: 14461
+ Name: "Favor of Loru"
+},
+{
+ Id: 14462
+ Name: "Favor of Devi"
+ Targets: (
+ {
+ MobId: 3381
+ Count: 10
+ },
+ )
+},
+{
+ Id: 14463
+ Name: "Favor of Devi"
+ Targets: (
+ {
+ MobId: 1510
+ Count: 20
+ },
+ {
+ MobId: 1507
+ Count: 20
+ },
+ )
+},
+{
+ Id: 14464
+ Name: "Party is going for a day"
+ TimeLimit: 82800
+},
+{
+ Id: 14465
+ Name: "They are still quiet"
+ TimeLimit: 82800
+},
+{
+ Id: 16000
+ Name: "Metz Brayde's Notice"
+},
+{
+ Id: 16001
+ Name: "First examination"
+},
+{
+ Id: 16002
+ Name: "Fetching Items for Arian -1"
+},
+{
+ Id: 16003
+ Name: "Fetching Items for Arian -2"
+},
+{
+ Id: 16004
+ Name: "Fetching Items for Arian -3"
+},
+{
+ Id: 16005
+ Name: "Fetching Items for Arian -4"
+},
+{
+ Id: 16006
+ Name: "Fetching Items for Arian -5"
+},
+{
+ Id: 16007
+ Name: "Fetching Items for Arian -6"
+},
+{
+ Id: 16008
+ Name: "Quiz time!"
+},
+{
+ Id: 16009
+ Name: "Quiz time!"
+},
+{
+ Id: 16010
+ Name: "Daewoon's Test"
+},
+{
+ Id: 16011
+ Name: "Sir Jore's Test"
+},
+{
+ Id: 16012
+ Name: "Sir Jore's Materials"
+},
+{
+ Id: 16013
+ Name: "The Stone of Sage"
+},
+{
+ Id: 16014
+ Name: "The Stone of Sage"
+},
+{
+ Id: 16015
+ Name: "Lady Jesqurienne"
+},
+{
+ Id: 16016
+ Name: "Jesquerinne's Quiz Challenge"
+},
+{
+ Id: 16017
+ Name: "Failed Quiz Challenge"
+},
+{
+ Id: 16018
+ Name: "Quiz Challenge Triumph"
+},
+{
+ Id: 16019
+ Name: "Search for Dearles"
+},
+{
+ Id: 16020
+ Name: "Dearles' Test"
+},
+{
+ Id: 16021
+ Name: "Test of Appreciation"
+},
+{
+ Id: 16022
+ Name: "Dearles' Test Part Two"
+},
+{
+ Id: 16023
+ Name: "Rhythm Test Passed"
+},
+{
+ Id: 16024
+ Name: "Find Bakerlan"
+},
+{
+ Id: 16025
+ Name: "Bakerlan's delivery"
+},
+{
+ Id: 16026
+ Name: "Mahatra's delivery"
+},
+{
+ Id: 16027
+ Name: "Bakerlan's Receipt"
+},
+{
+ Id: 16028
+ Name: "Find Seylin"
+},
+{
+ Id: 16029
+ Name: "Vigorgra Medicine"
+},
+{
+ Id: 16030
+ Name: "Vigorgra Ingredients"
+},
+{
+ Id: 16031
+ Name: "Vigorgra Ingredients"
+},
+{
+ Id: 16032
+ Name: "Seylin's Request"
+},
+{
+ Id: 16033
+ Name: "Back to Seylin"
+},
+{
+ Id: 16034
+ Name: "Back to Mahatra"
+},
+{
+ Id: 16035
+ Name: "Report to Bakerlan"
+},
+{
+ Id: 16036
+ Name: "The last Crumb"
+},
+{
+ Id: 16037
+ Name: "Finding Engel Howard"
+},
+{
+ Id: 16038
+ Name: "Liana's Letter"
+},
+{
+ Id: 16039
+ Name: "Combining the Starlight"
+},
+{
+ Id: 16040
+ Name: "Letter to Engel's Family"
+},
+{
+ Id: 16041
+ Name: "Talk to Liana"
+},
+{
+ Id: 16042
+ Name: "Sobbing Starlight Progress"
+},
+{
+ Id: 16043
+ Name: "Restored Sobbing Starlight"
+},
+{
+ Id: 16044
+ Name: "Combining the Starlight"
+},
+{
+ Id: 16045
+ Name: "Starlight message"
+},
+{
+ Id: 16046
+ Name: "The man in Umbala"
+},
+{
+ Id: 16047
+ Name: "Into the Tree"
+},
+{
+ Id: 16048
+ Name: "Ancient Papers"
+},
+{
+ Id: 16049
+ Name: "Record of Ancient Language"
+},
+{
+ Id: 16050
+ Name: "The Fastidious Old Man"
+},
+{
+ Id: 16051
+ Name: "Blurry Vision"
+},
+{
+ Id: 16052
+ Name: "Translating the Document"
+},
+{
+ Id: 16053
+ Name: "Translated Ancient Language"
+},
+{
+ Id: 16054
+ Name: "Where the rejected live"
+},
+{
+ Id: 16055
+ Name: "Misfortunate of Niflheim"
+},
+{
+ Id: 16056
+ Name: "Removed Curse"
+},
+{
+ Id: 16057
+ Name: "Meeting the witch"
+},
+{
+ Id: 16058
+ Name: "Wing Of Crow"
+},
+{
+ Id: 16059
+ Name: "Wing Of Crow"
+},
+{
+ Id: 16060
+ Name: "Misfortunate of Niflheim"
+},
+{
+ Id: 16061
+ Name: "Bard in Niflheim"
+},
+{
+ Id: 16062
+ Name: "Gen of Niflheim"
+},
+{
+ Id: 16063
+ Name: "The Witch's Aid"
+},
+{
+ Id: 16064
+ Name: "Misfortunate of Niflheim"
+},
+{
+ Id: 16065
+ Name: "The Queen's Symbol"
+},
+{
+ Id: 16066
+ Name: "Knowledge of the Symbol"
+},
+{
+ Id: 16067
+ Name: "Knowledge of Asgard"
+},
+{
+ Id: 16068
+ Name: "Finding the Soul Pieces"
+},
+{
+ Id: 16069
+ Name: "Finding the Soul Pieces"
+},
+{
+ Id: 16070
+ Name: "Finding the Soul Pieces"
+},
+{
+ Id: 16071
+ Name: "Finding the Soul Pieces"
+},
+{
+ Id: 16072
+ Name: "Finding the Soul Pieces"
+},
+{
+ Id: 16073
+ Name: "Agrboda's Soul"
+},
+{
+ Id: 16074
+ Name: "Symbol of the Nine Realms"
+},
+{
+ Id: 16075
+ Name: "Serin's Ambitions"
+},
+{
+ Id: 16076
+ Name: "Witch's Tonic"
+},
+{
+ Id: 16077
+ Name: "Serin's Release"
+},
+{
+ Id: 16078
+ Name: "Visit with Lady Hell"
+},
+{
+ Id: 16079
+ Name: "The Sign"
+},
+{
+ Id: 16080
+ Name: "Dark Lord's return"
+},
+{
+ Id: 16081
+ Name: "Serin's Ambitions"
+},
+{
+ Id: 16082
+ Name: "Dark Lord's return"
+},
+{
+ Id: 16083
+ Name: "Serin's Realization"
+},
+{
+ Id: 16084
+ Name: "The Sign"
+},
+{
+ Id: 16085
+ Name: "The Sign"
+},
+{
+ Id: 16086
+ Name: "The Sign"
+},
+{
+ Id: 16087
+ Name: "The Sign"
+},
+{
+ Id: 16101
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16102
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16103
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16104
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16105
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16106
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16107
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16108
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16109
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16110
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16111
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16112
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16113
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16114
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16115
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16116
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16117
+ Name: "Mysterious World Map"
+},
+{
+ Id: 16118
+ Name: "Hidden poem"
+},
+{
+ Id: 16119
+ Name: "Snake swords"
+},
+{
+ Id: 16120
+ Name: "A dream?"
+},
+{
+ Id: 16121
+ Name: "Secret Code?"
+},
+{
+ Id: 16122
+ Name: "Old Copper Key"
+},
+{
+ Id: 16123
+ Name: "Green Keycard"
+},
+{
+ Id: 16124
+ Name: "Steel Box"
+},
+{
+ Id: 16125
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16126
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16127
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16128
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16129
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16130
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16131
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16132
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16133
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16134
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16135
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16136
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16137
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16138
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16139
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16140
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16141
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16142
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16143
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16144
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16145
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16146
+ Name: "Kiel Hyre Academy"
+},
+{
+ Id: 16200
+ Name: "Limberg's Request"
+},
+{
+ Id: 16201
+ Name: "TPS Report"
+},
+{
+ Id: 16202
+ Name: "TPS Report"
+},
+{
+ Id: 16203
+ Name: "TPS Report"
+},
+{
+ Id: 16204
+ Name: "Crack in the Wall"
+},
+{
+ Id: 16205
+ Name: "The Empty Lava Tube"
+},
+{
+ Id: 17000
+ Name: "Meet with Father Bamph"
+},
+{
+ Id: 17001
+ Name: "Meet with Larjes"
+},
+{
+ Id: 17002
+ Name: "Report to Father Bamph"
+},
+{
+ Id: 17003
+ Name: "Travel to Rachel"
+},
+{
+ Id: 17004
+ Name: "Travel to Veins"
+},
+{
+ Id: 17005
+ Name: "Frustrated Magistrate"
+},
+{
+ Id: 17006
+ Name: "Interrogated Smugglers"
+},
+{
+ Id: 17007
+ Name: "Written Orders"
+},
+{
+ Id: 17008
+ Name: "Investigating"
+},
+{
+ Id: 17009
+ Name: "More Investigating"
+},
+{
+ Id: 17010
+ Name: "Further Investigations"
+},
+{
+ Id: 17011
+ Name: "Kurdi's Father"
+},
+{
+ Id: 17012
+ Name: "Karyn's Boat"
+},
+{
+ Id: 17013
+ Name: "To the Island"
+},
+{
+ Id: 17014
+ Name: "Investigating the Island"
+},
+{
+ Id: 17015
+ Name: "The Research Note"
+},
+{
+ Id: 17016
+ Name: "Regicide"
+},
+{
+ Id: 17017
+ Name: "Reporting the King's Death"
+},
+{
+ Id: 18001
+ Name: "Delivery for Rooney"
+},
+{
+ Id: 18002
+ Name: "Delivery for Rooney"
+},
+{
+ Id: 18003
+ Name: "Delivery for Rooney"
+},
+{
+ Id: 18004
+ Name: "Lasda's Request"
+},
+{
+ Id: 18005
+ Name: "Jesse's Request"
+},
+{
+ Id: 18006
+ Name: "Sir Krieg's Approval"
+},
+{
+ Id: 18007
+ Name: "Sir Krieg's Trust"
+},
+{
+ Id: 18008
+ Name: "Sir Krieg's Trust"
+},
+{
+ Id: 18009
+ Name: "Into the prison"
+},
+{
+ Id: 18010
+ Name: "Jail Break"
+},
+{
+ Id: 18011
+ Name: "Bodyguard work"
+},
+{
+ Id: 18012
+ Name: "Bodyguard work"
+},
+{
+ Id: 18013
+ Name: "Bodyguard work"
+},
+{
+ Id: 18014
+ Name: "Bodyguard work"
+},
+{
+ Id: 18015
+ Name: "Bodyguard work"
+},
+{
+ Id: 18016
+ Name: "Bodyguard work"
+},
+{
+ Id: 18017
+ Name: "Jail Break"
+},
+{
+ Id: 18018
+ Name: "Jail Break"
+},
+{
+ Id: 18019
+ Name: "Vitre's Songs"
+},
+{
+ Id: 18020
+ Name: "Vitre's Songs"
+},
+{
+ Id: 18021
+ Name: "Vitre's Songs"
+},
+{
+ Id: 18022
+ Name: "Vitre's Songs"
+},
+{
+ Id: 18023
+ Name: "Vitre the Spy"
+},
+{
+ Id: 18030
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18031
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18032
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18033
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18034
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18035
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18036
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18037
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18038
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18039
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18040
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18041
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18042
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18043
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18044
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18045
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18046
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18047
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18048
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18049
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18050
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18051
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18052
+ Name: "Gaebolg Family Curse"
+},
+{
+ Id: 18060
+ Name: "Missing boy Mikhail"
+},
+{
+ Id: 18061
+ Name: "Mikhail's Whereabouts"
+},
+{
+ Id: 18062
+ Name: "Missing boy Mikhail"
+},
+{
+ Id: 18063
+ Name: "The isolated swamp"
+},
+{
+ Id: 18064
+ Name: "Back to the Village"
+},
+{
+ Id: 18065
+ Name: "High-strength Adhesive"
+},
+{
+ Id: 18066
+ Name: "Back to the swamp"
+},
+{
+ Id: 18067
+ Name: "Make the paste"
+},
+{
+ Id: 18068
+ Name: "Fixing the Matrushka"
+},
+{
+ Id: 18069
+ Name: "Report to Gallina"
+},
+{
+ Id: 18070
+ Name: "Banishing Winter"
+},
+{
+ Id: 18071
+ Name: "Making the magic dust"
+},
+{
+ Id: 18072
+ Name: "Making the magic dust"
+},
+{
+ Id: 18073
+ Name: "The Dragon's Lair"
+},
+{
+ Id: 18074
+ Name: "The Magic Gourd Bottle"
+},
+{
+ Id: 18075
+ Name: "Containing People's Speech"
+},
+{
+ Id: 18076
+ Name: "Containing People's Speech"
+},
+{
+ Id: 18077
+ Name: "Csar's Request"
+},
+{
+ Id: 18078
+ Name: "Baba Yaga's Secret Medicine"
+},
+{
+ Id: 18079
+ Name: "Winter is Banished"
+},
+{
+ Id: 18100
+ Name: "Legends from Moscovia"
+},
+{
+ Id: 18101
+ Name: "The Moving Island"
+},
+{
+ Id: 18102
+ Name: "In Search of The Moving Island"
+},
+{
+ Id: 18103
+ Name: "In Search of The Moving Island"
+},
+{
+ Id: 18104
+ Name: "Mr. Ibanoff's New Friend"
+},
+{
+ Id: 18105
+ Name: "Repairing Charabel"
+},
+{
+ Id: 18106
+ Name: "As the Tide Turns"
+},
+{
+ Id: 18107
+ Name: "Departing"
+},
+{
+ Id: 18108
+ Name: "The Moving Island?"
+},
+{
+ Id: 18109
+ Name: "The Moving Island???"
+},
+{
+ Id: 18110
+ Name: "The Aged Stranger"
+},
+{
+ Id: 18111
+ Name: "Whale Island!"
+},
+{
+ Id: 18112
+ Name: "A Story for the Csar"
+},
+{
+ Id: 18113
+ Name: "Evidence for the Csar"
+},
+{
+ Id: 18114
+ Name: "Before Sunset"
+},
+{
+ Id: 18115
+ Name: "Departing"
+},
+{
+ Id: 18116
+ Name: "Whale Island!"
+},
+{
+ Id: 18117
+ Name: "Materials for Evidence"
+},
+{
+ Id: 18118
+ Name: "Mysterious Musical Instrument"
+},
+{
+ Id: 18119
+ Name: "Gusli"
+},
+{
+ Id: 18120
+ Name: "Gusli"
+},
+{
+ Id: 18121
+ Name: "Shafka"
+},
+{
+ Id: 19101
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19102
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19103
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19104
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19105
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19106
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19107
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19108
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19109
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19110
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19111
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19112
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19113
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19114
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19115
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19116
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19117
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19118
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19119
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19120
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19121
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19122
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19123
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19124
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19125
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19126
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19127
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19128
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 19129
+ Name: "The Eye of Hellion"
+},
+{
+ Id: 50000
+ Name: "Pirate Dagger materials"
+},
+{
+ Id: 50001
+ Name: "Weather Beaten Old Man"
+},
+{
+ Id: 50002
+ Name: "Lost Treasure?"
+},
+{
+ Id: 50003
+ Name: "Lost Treasure?"
+},
+{
+ Id: 50004
+ Name: "The Old Man's Treasure"
+},
+{
+ Id: 50005
+ Name: "The Old Man's Treasure"
+},
+{
+ Id: 50006
+ Name: "The Old Man's Treasure"
+},
+{
+ Id: 50007
+ Name: "The Old Man's Treasure"
+},
+{
+ Id: 50008
+ Name: "The Old Man's Treasure"
+},
+{
+ Id: 50009
+ Name: "The Old Man's Treasure"
+},
+{
+ Id: 50010
+ Name: "A special lock pick"
+},
+{
+ Id: 50011
+ Name: "The special lock pick"
+},
+{
+ Id: 50012
+ Name: "Use the lock pick"
+},
+{
+ Id: 50013
+ Name: "Broken lock pick"
+},
+{
+ Id: 50015
+ Name: "The empty treasure box"
+},
+{
+ Id: 50016
+ Name: "The empty treasure box"
+},
+{
+ Id: 50017
+ Name: "The empty treasure box"
+},
+{
+ Id: 50018
+ Name: "The empty treasure box"
+},
+{
+ Id: 50019
+ Name: "The empty treasure box"
+},
+{
+ Id: 50020
+ Name: "The empty treasure box"
+},
+{
+ Id: 50021
+ Name: "J Roger"
+},
+{
+ Id: 50022
+ Name: "J Roger's key materials"
+},
+{
+ Id: 50023
+ Name: "Conversation with J Roger"
+},
+{
+ Id: 50024
+ Name: "Bury the treasure"
+},
+{
+ Id: 50025
+ Name: "Bury the treasure"
+},
+{
+ Id: 50026
+ Name: "Bury the treasure"
+},
+{
+ Id: 50027
+ Name: "Buried treasure"
+},
+{
+ Id: 50028
+ Name: "Stolen treasure!"
+},
+{
+ Id: 50029
+ Name: "A Pirate's Spirit!"
+},
+/*
+{
+ Id: 60000
+ Name: "60000"
+},
+*/
+{
+ Id: 60001
+ Name: "Monster Extermination"
+},
+{
+ Id: 60002
+ Name: "Monster Extermination"
+},
+{
+ Id: 60003
+ Name: "Monster Extermination"
+},
+{
+ Id: 60004
+ Name: "Monster Extermination"
+},
+{
+ Id: 60005
+ Name: "Monster Extermination"
+},
+{
+ Id: 60006
+ Name: "Monster Extermination"
+},
+{
+ Id: 60007
+ Name: "Endless Tower Effect"
+},
+{
+ Id: 60008
+ Name: "Endless Tower Time Limit"
+},
+{
+ Id: 60009
+ Name: "Orc Hero"
+},
+{
+ Id: 60010
+ Name: "Derik Ver's Request"
+},
+{
+ Id: 60011
+ Name: "Investigation of Byalan"
+},
+{
+ Id: 60012
+ Name: "Investigation of Abyss"
+},
+{
+ Id: 60013
+ Name: "Monster Investigation"
+},
+{
+ Id: 60014
+ Name: "Geffen Dungeon's Monster Investigation"
+},
+{
+ Id: 60015
+ Name: "Geffen Dungeon's Monster Investigation"
+},
+{
+ Id: 60016
+ Name: "Geffen Dungeon's Monster Investigation"
+},
+{
+ Id: 60017
+ Name: "Geffen Dungeon's Monster Investigation"
+},
+{
+ Id: 60018
+ Name: "Byalan Dungeon's Monster Investigation"
+},
+{
+ Id: 60019
+ Name: "Byalan Dungeon's Monster Investigation"
+},
+{
+ Id: 60020
+ Name: "Byalan Dungeon's Monster Investigation"
+},
+{
+ Id: 60021
+ Name: "Byalan Dungeon's Monster Investigation"
+},
+{
+ Id: 60022
+ Name: "Abyss Lake's Monster Investigation"
+},
+{
+ Id: 60023
+ Name: "Abyss Lake's Monster Investigation"
+},
+{
+ Id: 60024
+ Name: "Abyss Lake's Monster Investigation"
+},
+{
+ Id: 60025
+ Name: "Abyss Lake's Monster Investigation"
+},
+{
+ Id: 60026
+ Name: "Continuing the Investigation"
+},
+{
+ Id: 60027
+ Name: "Investigating Aldebaran"
+},
+{
+ Id: 60028
+ Name: "Monster Investigation"
+},
+{
+ Id: 60029
+ Name: "Aldebaran Monster Investigation"
+},
+{
+ Id: 60030
+ Name: "Clock Tower Monster Investigation"
+},
+{
+ Id: 60031
+ Name: "Clock Tower Monster Investigation"
+},
+{
+ Id: 60032
+ Name: "Lutie Field Monster Investigation"
+},
+{
+ Id: 60033
+ Name: "Clock Tower Monster Investigation"
+},
+{
+ Id: 60034
+ Name: "Clock Tower Monster Investigation"
+},
+{
+ Id: 60035
+ Name: "Aldebaran Monster Investigation"
+},
+{
+ Id: 60036
+ Name: "Clock Tower Monster Investigation"
+},
+{
+ Id: 60037
+ Name: "Clock Tower Monster Investigation"
+},
+{
+ Id: 60038
+ Name: "Aldebaran Monster Investigation"
+},
+{
+ Id: 60039
+ Name: "Investigation of Glastheim"
+},
+{
+ Id: 60040
+ Name: "Investigation of Glastheim"
+},
+{
+ Id: 60041
+ Name: "Monster Investigation"
+},
+{
+ Id: 60042
+ Name: "Investigation of Glastheim"
+},
+{
+ Id: 60043
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60044
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60045
+ Name: "Investigation of Glastheim"
+},
+{
+ Id: 60046
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60047
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60048
+ Name: "Investigation of Glastheim"
+},
+{
+ Id: 60049
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60050
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60051
+ Name: "Investigation of Glastheim"
+},
+{
+ Id: 60052
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60053
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60054
+ Name: "Investigation of Glastheim"
+},
+{
+ Id: 60055
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60056
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60057
+ Name: "Glastheim Monster Investigation"
+},
+{
+ Id: 60058
+ Name: "Derik Ver's Brother"
+},
+{
+ Id: 60059
+ Name: "A history lesson"
+},
+{
+ Id: 60060
+ Name: "The Crown of Deceit"
+},
+{
+ Id: 60061
+ Name: "A magic solvent"
+},
+{
+ Id: 60062
+ Name: "Rendering the crown Inert"
+},
+{
+ Id: 60101
+ Name: "Hunting Peco Pecos"
+ Targets: (
+ {
+ MobId: 1019
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60102
+ Name: "Hunting Peco Pecos"
+ Targets: (
+ {
+ MobId: 1019
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60103
+ Name: "Hunting Peco Pecos"
+ Targets: (
+ {
+ MobId: 1019
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60104
+ Name: "Hunting Hodes"
+ Targets: (
+ {
+ MobId: 1127
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60105
+ Name: "Hunting Hodes"
+ Targets: (
+ {
+ MobId: 1127
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60106
+ Name: "Hunting Hodes"
+ Targets: (
+ {
+ MobId: 1127
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60107
+ Name: "Hunting Fabres"
+ Targets: (
+ {
+ MobId: 1007
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60108
+ Name: "Hunting Fabres"
+ Targets: (
+ {
+ MobId: 1007
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60109
+ Name: "Hunting Fabres"
+ Targets: (
+ {
+ MobId: 1007
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60110
+ Name: "Hunting Pupa"
+ Targets: (
+ {
+ MobId: 1008
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60111
+ Name: "Hunting Pupa"
+ Targets: (
+ {
+ MobId: 1008
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60112
+ Name: "Hunting Pupa"
+ Targets: (
+ {
+ MobId: 1008
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60113
+ Name: "Hunting Cocos"
+ Targets: (
+ {
+ MobId: 1104
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60114
+ Name: "Hunting Cocos"
+ Targets: (
+ {
+ MobId: 1104
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60115
+ Name: "Hunting Cocos"
+ Targets: (
+ {
+ MobId: 1104
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60116
+ Name: "Hunting Caramels"
+ Targets: (
+ {
+ MobId: 1103
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60117
+ Name: "Hunting Caramels"
+ Targets: (
+ {
+ MobId: 1103
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60118
+ Name: "Hunting Caramels"
+ Targets: (
+ {
+ MobId: 1103
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60119
+ Name: "Hunting Alligators"
+ Targets: (
+ {
+ MobId: 1271
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60120
+ Name: "Hunting Alligators"
+ Targets: (
+ {
+ MobId: 1271
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60121
+ Name: "Hunting Alligators"
+ Targets: (
+ {
+ MobId: 1271
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60122
+ Name: "Hunting Creamys"
+ Targets: (
+ {
+ MobId: 1018
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60123
+ Name: "Hunting Creamys"
+ Targets: (
+ {
+ MobId: 1018
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60124
+ Name: "Hunting Creamys"
+ Targets: (
+ {
+ MobId: 1018
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60125
+ Name: "Hunting Demon Pungus"
+ Targets: (
+ {
+ MobId: 1378
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60126
+ Name: "Hunting Demon Pungus"
+ Targets: (
+ {
+ MobId: 1378
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60127
+ Name: "Hunting Demon Pungus"
+ Targets: (
+ {
+ MobId: 1378
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60128
+ Name: "Hunting Dokebi"
+ Targets: (
+ {
+ MobId: 1110
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60129
+ Name: "Hunting Dokebi"
+ Targets: (
+ {
+ MobId: 1110
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60130
+ Name: "Hunting Dokebi"
+ Targets: (
+ {
+ MobId: 1110
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60131
+ Name: "Hunting Dryads"
+ Targets: (
+ {
+ MobId: 1493
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60132
+ Name: "Hunting Dryads"
+ Targets: (
+ {
+ MobId: 1493
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60133
+ Name: "Hunting Dryads"
+ Targets: (
+ {
+ MobId: 1493
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60134
+ Name: "Hunting Frilldora"
+ Targets: (
+ {
+ MobId: 1119
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60135
+ Name: "Hunting Frilldora"
+ Targets: (
+ {
+ MobId: 1119
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60136
+ Name: "Hunting Frilldora"
+ Targets: (
+ {
+ MobId: 1119
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60137
+ Name: "Hunting Goats"
+ Targets: (
+ {
+ MobId: 1372
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60138
+ Name: "Hunting Goats"
+ Targets: (
+ {
+ MobId: 1372
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60139
+ Name: "Hunting Goats"
+ Targets: (
+ {
+ MobId: 1372
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60140
+ Name: "Hunting Golems"
+ Targets: (
+ {
+ MobId: 1040
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60141
+ Name: "Hunting Golems"
+ Targets: (
+ {
+ MobId: 1040
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60142
+ Name: "Hunting Golems"
+ Targets: (
+ {
+ MobId: 1040
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60143
+ Name: "Hunting Leaf Cats"
+ Targets: (
+ {
+ MobId: 1586
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60144
+ Name: "Hunting Leaf Cats"
+ Targets: (
+ {
+ MobId: 1586
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60145
+ Name: "Hunting Leaf Cats"
+ Targets: (
+ {
+ MobId: 1586
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60146
+ Name: "Hunting Skeletons"
+ Targets: (
+ {
+ MobId: 1076
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60147
+ Name: "Hunting Skeletons"
+ Targets: (
+ {
+ MobId: 1076
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60148
+ Name: "Hunting Skeletons"
+ Targets: (
+ {
+ MobId: 1076
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60149
+ Name: "Hunting Munaks"
+ Targets: (
+ {
+ MobId: 1026
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60150
+ Name: "Hunting Munaks"
+ Targets: (
+ {
+ MobId: 1026
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60151
+ Name: "Hunting Munaks"
+ Targets: (
+ {
+ MobId: 1026
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60152
+ Name: "Hunting Sohees"
+ Targets: (
+ {
+ MobId: 1170
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60153
+ Name: "Hunting Sohees"
+ Targets: (
+ {
+ MobId: 1170
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60154
+ Name: "Hunting Sohees"
+ Targets: (
+ {
+ MobId: 1170
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60155
+ Name: "Hunting Firelock Soldiers"
+ Targets: (
+ {
+ MobId: 1403
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60156
+ Name: "Hunting Firelock Soldiers"
+ Targets: (
+ {
+ MobId: 1403
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60157
+ Name: "Hunting Firelock Soldiers"
+ Targets: (
+ {
+ MobId: 1403
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60158
+ Name: "Hunting Tengus"
+ Targets: (
+ {
+ MobId: 1405
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60159
+ Name: "Hunting Tengus"
+ Targets: (
+ {
+ MobId: 1405
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60160
+ Name: "Hunting Tengus"
+ Targets: (
+ {
+ MobId: 1405
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60161
+ Name: "Hunting Venatu"
+ Targets: (
+ {
+ MobId: 1675
+ Count: 25
+ },
+ )
+},
+{
+ Id: 60162
+ Name: "Hunting Venatu"
+ Targets: (
+ {
+ MobId: 1675
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60163
+ Name: "Hunting Venatu"
+ Targets: (
+ {
+ MobId: 1675
+ Count: 75
+ },
+ )
+},
+{
+ Id: 60164
+ Name: "Hunting Archdam"
+ Targets: (
+ {
+ MobId: 1668
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60165
+ Name: "Hunting Archdam"
+ Targets: (
+ {
+ MobId: 1668
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60166
+ Name: "Hunting Archdam"
+ Targets: (
+ {
+ MobId: 1668
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60167
+ Name: "Hunting Siromas"
+ Targets: (
+ {
+ MobId: 1776
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60168
+ Name: "Hunting Siromas"
+ Targets: (
+ {
+ MobId: 1776
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60169
+ Name: "Hunting Siroma"
+ Targets: (
+ {
+ MobId: 1776
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60170
+ Name: "Hunting Ice Titans"
+ Targets: (
+ {
+ MobId: 1777
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60171
+ Name: "Hunting Ice Titans"
+ Targets: (
+ {
+ MobId: 1777
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60172
+ Name: "Hunting Ice Titans"
+ Targets: (
+ {
+ MobId: 1777
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60173
+ Name: "Hunting Disguises"
+ Targets: (
+ {
+ MobId: 1506
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60174
+ Name: "Hunting Disguises"
+ Targets: (
+ {
+ MobId: 1506
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60175
+ Name: "Hunting Disguises"
+ Targets: (
+ {
+ MobId: 1506
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60176
+ Name: "Hunting Loli Ruri"
+ Targets: (
+ {
+ MobId: 1505
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60177
+ Name: "Hunting Loli Ruri"
+ Targets: (
+ {
+ MobId: 1505
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60178
+ Name: "Hunting Loli Ruri"
+ Targets: (
+ {
+ MobId: 1505
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60179
+ Name: "Hunting Mantis"
+ Targets: (
+ {
+ MobId: 1139
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60180
+ Name: "Hunting Mantis"
+ Targets: (
+ {
+ MobId: 1139
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60181
+ Name: "Hunting Mantis"
+ Targets: (
+ {
+ MobId: 1139
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60182
+ Name: "Hunting Dancing Dragons"
+ Targets: (
+ {
+ MobId: 1514
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60183
+ Name: "Hunting Dancing Dragons"
+ Targets: (
+ {
+ MobId: 1514
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60184
+ Name: "Hunting Dancing Dragons"
+ Targets: (
+ {
+ MobId: 1514
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60185
+ Name: "Hunting Necromancers"
+ Targets: (
+ {
+ MobId: 1870
+ Count: 20
+ },
+ )
+},
+{
+ Id: 60186
+ Name: "Hunting Necromancers"
+ Targets: (
+ {
+ MobId: 1870
+ Count: 40
+ },
+ )
+},
+{
+ Id: 60187
+ Name: "Hunting Necromancers"
+ Targets: (
+ {
+ MobId: 1870
+ Count: 60
+ },
+ )
+},
+{
+ Id: 60188
+ Name: "Hunting Apocalypse"
+ Targets: (
+ {
+ MobId: 1365
+ Count: 50
+ },
+ )
+},
+{
+ Id: 60189
+ Name: "Hunting Apocalypse"
+ Targets: (
+ {
+ MobId: 1365
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60190
+ Name: "Hunting Apocalypse"
+ Targets: (
+ {
+ MobId: 1365
+ Count: 150
+ },
+ )
+},
+{
+ Id: 60200
+ Name: "Endless Tower Effect"
+ TimeLimit: 604800
+},
+{
+ Id: 60201
+ Name: "Endless Tower Time Limit"
+ TimeLimit: 14400
+},
+{
+ Id: 60301
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1155
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60302
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1155
+ Count: 200
+ },
+ )
+},
+{
+ Id: 60303
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1714
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60304
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1714
+ Count: 200
+ },
+ )
+},
+{
+ Id: 60305
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1717
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60306
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1717
+ Count: 200
+ },
+ )
+},
+{
+ Id: 60307
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1713
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60308
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1713
+ Count: 200
+ },
+ )
+},
+{
+ Id: 60309
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1716
+ Count: 100
+ },
+ )
+},
+{
+ Id: 60310
+ Name: "Dragon Hunting"
+ Targets: (
+ {
+ MobId: 1716
+ Count: 200
+ },
+ )
+},
+// iRO expanded upon the log entries of this quest.
+{
+ Id: 60351
+ Name: "Bathroom Ghost"
+},
+{
+ Id: 60352
+ Name: "Bathroom Ghost"
+},
+{
+ Id: 60353
+ Name: "Bathroom Ghost"
+},
+{
+ Id: 60354
+ Name: "Bathroom Ghost"
+},
+{
+ Id: 60355
+ Name: "Bathroom Ghost"
+},
+)
diff --git a/db/quest_db.txt b/db/quest_db.txt
deleted file mode 100644
index 9afe5a433..000000000
--- a/db/quest_db.txt
+++ /dev/null
@@ -1,2899 +0,0 @@
-// Quest Database
-//
-// Structure of Database:
-// Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,Quest Title
-
-1000,0,0,0,0,0,0,0,"Transcend"
-1001,0,0,0,0,0,0,0,"Job Change to Acolyte"
-1002,0,0,0,0,0,0,0,"Job Change to Acolyte"
-1003,0,0,0,0,0,0,0,"Job Change to Acolyte"
-1004,0,0,0,0,0,0,0,"Job Change to Archer"
-1005,0,0,0,0,0,0,0,"Job Change to Mage"
-1006,0,0,0,0,0,0,0,"Job Change to Mage"
-1007,0,0,0,0,0,0,0,"Job Change to Mage"
-1008,0,0,0,0,0,0,0,"Job Change to Mage"
-1009,0,0,0,0,0,0,0,"Job Change to Merchant"
-1010,0,0,0,0,0,0,0,"Job Change to Merchant"
-1011,0,0,0,0,0,0,0,"Job Change to Merchant"
-1012,0,0,0,0,0,0,0,"Job Change to Merchant"
-1013,0,0,0,0,0,0,0,"Job Change to Thief"
-1014,0,0,0,0,0,0,0,"Job Change to Swordman"
-1015,0,0,0,0,0,0,0,"Your first quest"
-1016,0,0,0,0,0,0,0,"Gaining base levels"
-
-// Ropewa & Yuridi Quest
-1109,0,0,0,0,0,0,0,"Ropewa & Yuridi - Survivors of the Labyrinth"
-1110,0,0,0,0,0,0,0,"Ropewa & Yuridi - Victims of the Labyrinth"
-1111,0,0,0,0,0,0,0,"Ropewa & Yuridi - Maze in the Labyrinth"
-1112,0,0,0,0,0,0,0,"Ropewa & Yuridi - Lost in the Labyrinth"
-1113,0,0,0,0,0,0,0,"Ropewa & Yuridi - Torn Apart"
-1114,0,0,0,0,0,0,0,"Ropewa & Yuridi - The Cost of Restoration"
-1115,0,0,0,0,0,0,0,"Ropewa & Yuridi - Song of the Abyss"
-1116,0,0,0,0,0,0,0,"Ropewa & Yuridi - Dead Man's Song"
-1117,0,0,0,0,0,0,0,"Ropewa & Yuridi - Eternal Promise, Broken Ring"
-1118,0,0,0,0,0,0,0,"Neighborhood Knight - I Need Clues"
-1119,82800,0,0,0,0,0,0,"Neighborhood Knight - Cooldown"
-
-1145,0,0,0,0,0,0,0,"Help the poor cat"
-1146,0,0,0,0,0,0,0,"Help the poor cat"
-1147,0,0,0,0,0,0,0,"Help the poor cat"
-1148,0,0,0,0,0,0,0,"Help the poor cat"
-1149,0,0,0,0,0,0,0,"Help the poor cat"
-1150,0,0,0,0,0,0,0,"Help the poor cat"
-1151,0,0,0,0,0,0,0,"Help the poor cat"
-1152,82800,0,0,0,0,0,0,"Help the poor cat"
-1153,0,0,0,0,0,0,0,"Help the poor cat"
-1154,0,2197,20,0,0,0,0,"Help the poor cat"
-1155,0,0,0,0,0,0,0,"Help the poor cat"
-1174,0,0,0,0,0,0,0,"Rumor, Time and Legend"
-1175,0,0,0,0,0,0,0,"Rumor, Time and Legend"
-1176,0,0,0,0,0,0,0,"Rumor, Time and Legend"
-1177,0,0,0,0,0,0,0,"Rumor, Time and Legend"
-1178,0,0,0,0,0,0,0,"Rumor, Time and Legend"
-1179,0,0,0,0,0,0,0,"Rumor, Time and Legend"
-1180,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1181,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1182,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1183,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1184,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1185,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1186,0,2313,15,0,0,0,0,"Get Rid of Bakonawa"
-1187,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1188,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1189,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1190,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1191,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1192,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-1193,0,0,0,0,0,0,0,"Get Rid of Bakonawa"
-
-// 2011 X-Mas Event
-1194,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1195,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1196,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1197,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1198,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1199,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1200,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1201,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1202,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1203,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1204,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1205,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1206,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1207,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1208,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1209,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1210,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1211,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1212,0,0,0,0,0,0,0,"Look out the window, Cheers for Raccoon Hurray team!"
-1213,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,"Getting back Professor Worm's memory"
-1215,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1216,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1217,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1218,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1219,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1220,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1221,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1222,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1223,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1224,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1225,0,2367,15,0,0,0,0,"Getting back Professor Worm's memory"
-1226,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1227,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-1228,0,0,0,0,0,0,0,"Getting back Professor Worm's memory"
-
-2000,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2001,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2002,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2003,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2004,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2005,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2006,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2007,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2008,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2009,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2010,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2011,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2012,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2013,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2014,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2015,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2016,0,0,0,0,0,0,0,"Job Change to Blacksmith"
-2017,0,0,0,0,0,0,0,"Job Change to Rogue"
-2018,0,0,0,0,0,0,0,"Job Change to Rogue"
-2019,0,0,0,0,0,0,0,"Job Change to Rogue"
-2020,0,0,0,0,0,0,0,"Job Change to Rogue"
-2021,0,0,0,0,0,0,0,"Job Change to Rogue"
-2022,0,0,0,0,0,0,0,"Job Change to Rogue"
-2023,0,0,0,0,0,0,0,"Job Change to Rogue"
-2024,0,0,0,0,0,0,0,"Job Change to Rogue"
-2025,0,0,0,0,0,0,0,"Job Change to Rogue"
-2026,0,0,0,0,0,0,0,"Job Change to Rogue"
-2027,0,0,0,0,0,0,0,"Job Change to Rogue"
-2028,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2029,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2030,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2031,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2032,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2033,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2034,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2035,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2036,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2037,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2038,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2039,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2040,0,0,0,0,0,0,0,"Job Change to Alchemist"
-2041,0,0,0,0,0,0,0,"Job Change to Sage"
-2042,0,0,0,0,0,0,0,"Job Change to Sage"
-2043,0,0,0,0,0,0,0,"Job Change to Sage"
-2044,0,0,0,0,0,0,0,"Job Change to Sage"
-2045,0,0,0,0,0,0,0,"Job Change to Sage"
-2046,0,0,0,0,0,0,0,"Job Change to Sage"
-2047,0,0,0,0,0,0,0,"Job Change to Sage"
-2048,0,0,0,0,0,0,0,"Job Change to Sage"
-2049,0,0,0,0,0,0,0,"Job Change to Sage"
-2050,0,0,0,0,0,0,0,"Job Change to Sage"
-2051,0,0,0,0,0,0,0,"Job Change to Sage"
-2052,0,0,0,0,0,0,0,"Job Change to Sage"
-2053,0,0,0,0,0,0,0,"Job Change to Sage"
-2054,0,0,0,0,0,0,0,"Job Change to Sage"
-2055,0,0,0,0,0,0,0,"Job Change to Sage"
-2056,0,0,0,0,0,0,0,"Job Change to Sage"
-2057,0,0,0,0,0,0,0,"Job Change to Sage"
-2058,0,0,0,0,0,0,0,"Job Change to Sage"
-2059,0,0,0,0,0,0,0,"Job Change to Sage"
-2060,0,0,0,0,0,0,0,"Job Change to Sage"
-2061,0,0,0,0,0,0,0,"Job Change to Sage"
-2062,0,0,0,0,0,0,0,"Job Change to Sage"
-2063,0,0,0,0,0,0,0,"The Crow of the Fate - 1"
-2064,0,0,0,0,0,0,0,"The Crow of the Fate - 2"
-2065,0,0,0,0,0,0,0,"The Crow of the Fate - 3"
-2066,0,0,0,0,0,0,0,"The Crow of the Fate - 4"
-2067,0,0,0,0,0,0,0,"The Crow of the Fate - 5"
-2068,0,0,0,0,0,0,0,"The Crow of the Fate - 6"
-2069,300,0,0,0,0,0,0,"Tierra Gorge Battle"
-2070,300,0,0,0,0,0,0,"Flavius Battle"
-2071,0,0,0,0,0,0,0,"Cursed Property"
-2072,0,0,0,0,0,0,0,"Cursed Property"
-2073,0,0,0,0,0,0,0,"Cursed Property"
-2074,0,0,0,0,0,0,0,"Cursed Property"
-2075,0,0,0,0,0,0,0,"Cursed Property"
-2076,0,0,0,0,0,0,0,"Cursed Property"
-2077,0,0,0,0,0,0,0,"Cursed Property"
-2078,0,0,0,0,0,0,0,"Cursed Property"
-2079,0,0,0,0,0,0,0,"The past went wrong"
-2080,0,0,0,0,0,0,0,"The past went wrong"
-2081,0,0,0,0,0,0,0,"The past went wrong"
-2082,0,0,0,0,0,0,0,"The past went wrong"
-2083,0,0,0,0,0,0,0,"The past went wrong"
-2084,0,0,0,0,0,0,0,"The past went wrong"
-2085,0,0,0,0,0,0,0,"The past went wrong"
-2086,0,0,0,0,0,0,0,"The Enterprise"
-2087,0,0,0,0,0,0,0,"The Enterprise"
-2088,0,0,0,0,0,0,0,"The Enterprise"
-2089,0,0,0,0,0,0,0,"The Enterprise"
-2090,0,0,0,0,0,0,0,"The Enterprise"
-2091,0,0,0,0,0,0,0,"The Enterprise"
-2092,0,0,0,0,0,0,0,"The Enterprise"
-2093,0,0,0,0,0,0,0,"The Enterprise"
-2094,0,0,0,0,0,0,0,"The Enterprise"
-2095,0,0,0,0,0,0,0,"The Enterprise"
-2109,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon"
-2110,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon"
-2111,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon"
-2112,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon"
-2113,0,0,0,0,0,0,0,"A Mage in the Ice Dungeon"
-2114,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2115,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2116,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2117,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2118,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2119,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2120,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2121,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2122,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2123,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2124,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2125,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2126,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2127,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2128,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2129,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2130,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2131,0,0,0,0,0,0,0,"Thor Volcano base camp"
-2132,0,0,0,0,0,0,0,"For Arunafeltz"
-2133,0,0,0,0,0,0,0,"For Arunafeltz"
-2134,0,0,0,0,0,0,0,"For Arunafeltz"
-2135,0,0,0,0,0,0,0,"For Arunafeltz"
-2136,0,0,0,0,0,0,0,"For Arunafeltz"
-2137,0,0,0,0,0,0,0,"For Arunafeltz"
-2138,0,0,0,0,0,0,0,"For Arunafeltz"
-2139,0,0,0,0,0,0,0,"For Arunafeltz"
-2140,0,0,0,0,0,0,0,"For Arunafeltz"
-2141,0,0,0,0,0,0,0,"For Arunafeltz"
-2142,0,0,0,0,0,0,0,"For Arunafeltz"
-2143,50,0,0,0,0,0,0,"Guild Dungeon Event"
-2144,0,0,0,0,0,0,0,"Guild Dungeon Event"
-
-2147,0,0,0,0,0,0,0,"Attitude to the New"
-2148,0,0,0,0,0,0,0,"Attitude to the New"
-2149,0,0,0,0,0,0,0,"Attitude to the New"
-2150,0,1995,30,0,0,0,0,"Attitude to the New"
-2151,0,1992,10,0,0,0,0,"Attitude to the New"
-2152,0,0,0,0,0,0,0,"Attitude to the New"
-2153,0,0,0,0,0,0,0,"Attitude to the New"
-2154,0,0,0,0,0,0,0,"Attitude to the New"
-2155,0,0,0,0,0,0,0,"Attitude to the New"
-2156,0,0,0,0,0,0,0,"Attitude to the New"
-2157,0,1986,10,0,0,0,0,"Attitude to the New"
-2158,0,0,0,0,0,0,0,"Finding a Fairy"
-2159,0,0,0,0,0,0,0,"Finding a Tree Giant"
-2179,0,0,0,0,0,0,0,"Dr. Lifeguard's request"
-2180,0,0,0,0,0,0,0,"Dr. Lifeguard's request"
-2181,0,0,0,0,0,0,0,"Dr. Lifeguard's request"
-2182,64800,0,0,0,0,0,0,"Rough Minerals"
-2183,0,0,0,0,0,0,0,"Flower of Alfheim"
-2184,0,0,0,0,0,0,0,"Flower of Alfheim"
-2185,0,0,0,0,0,0,0,"Spirit of Alfheim"
-2186,64800,0,0,0,0,0,0,"Helping Grenouille"
-
-2187,0,0,0,0,0,0,0,"Arch Bishop job changing quest"
-2188,0,0,0,0,0,0,0,"Arch Bishop job changing quest"
-2189,0,0,0,0,0,0,0,"Arch Bishop job changing quest"
-2190,0,0,0,0,0,0,0,"Arch Bishop job changing quest"
-2191,0,0,0,0,0,0,0,"Arch Bishop job changing quest"
-
-2192,0,0,0,0,0,0,0,"Guarana quest"
-2193,0,0,0,0,0,0,0,"Guarana quest"
-2194,0,0,0,0,0,0,0,"Guarana quest"
-2195,0,0,0,0,0,0,0,"Guarana quest"
-2196,0,0,0,0,0,0,0,"Guarana quest"
-2197,0,0,0,0,0,0,0,"Guarana quest"
-2198,0,0,0,0,0,0,0,"Guarana quest"
-2199,0,0,0,0,0,0,0,"Guarana quest"
-2200,0,0,0,0,0,0,0,"Guarana quest"
-2201,0,0,0,0,0,0,0,"Brasilis Water Lily"
-2202,0,0,0,0,0,0,0,"Brasilis Water Lily"
-2203,0,0,0,0,0,0,0,"Brasilis Water Lily"
-2204,0,0,0,0,0,0,0,"Brasilis Water Lily"
-2205,0,0,0,0,0,0,0,"Brasilis Water Lily"
-2206,0,0,0,0,0,0,0,"Brasilis Water Lily"
-2207,0,0,0,0,0,0,0,"Brasilis Water Lily"
-2208,0,0,0,0,0,0,0,"Bathroom Ghost"
-
-2209,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2210,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2211,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2212,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2213,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2214,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2215,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2216,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2217,0,0,0,0,0,0,0,"Generic Job Change Quest"
-2218,0,0,0,0,0,0,0,"Wanderer Job Change Quest"
-2219,0,0,0,0,0,0,0,"Wanderer Job Change Quest"
-2220,0,0,0,0,0,0,0,"Wanderer Job Change Quest"
-2221,600,1718,50,0,0,0,0,"Wanderer Job Change Quest"
-2222,0,0,0,0,0,0,0,"Wanderer Job Change Quest"
-2223,0,1428,100,0,0,0,0,"Generic Job Change Quest"
-
-// Secret in the Woods
-2271,0,0,0,0,0,0,0,"Secret in the Woods"
-2272,0,0,0,0,0,0,0,"Secret in the Woods"
-2273,0,0,0,0,0,0,0,"Secret in the Woods"
-2274,0,0,0,0,0,0,0,"Secret in the Woods"
-2275,0,0,0,0,0,0,0,"Secret in the Woods"
-2276,0,0,0,0,0,0,0,"Secret in the Woods"
-2277,0,0,0,0,0,0,0,"Secret in the Woods"
-2278,0,0,0,0,0,0,0,"Secret in the Woods"
-2279,0,0,0,0,0,0,0,"Secret in the Woods"
-2280,0,0,0,0,0,0,0,"Secret in the Woods"
-2281,0,2319,1,0,0,0,0,"Get Rid of Buwaya"
-
-// Pyramid (Nightmare)
-2289,0,2355,20,0,0,0,0,"Verit Hunting (Nightmare)"
-2290,82800,0,0,0,0,0,0,"Verit Hunting - Cooldown"
-2291,82800,0,0,0,0,0,0,"Mummy Hunting - Cooldown"
-2292,0,2354,20,0,0,0,0,"Mummy Hunting (Nightmare)"
-
-// New Novice Ground
-2299,0,0,0,0,0,0,0,"Training Center: Talk to Lisa"
-2300,0,0,0,0,0,0,0,"Training Center: Talk to General Reindeer"
-2301,0,0,0,0,0,0,0,"Training Center: Leave the boat"
-2302,0,0,0,0,0,0,0,"Training Center: Formation"
-
-3000,0,0,0,0,0,0,0,"Job Change to Bard"
-3001,0,0,0,0,0,0,0,"Job Change to Bard"
-3002,0,0,0,0,0,0,0,"Job Change to Bard"
-3003,0,0,0,0,0,0,0,"Job Change to Bard"
-3004,0,0,0,0,0,0,0,"Job Change to Bard"
-3006,0,0,0,0,0,0,0,"Job Change to Crusader"
-3007,0,0,0,0,0,0,0,"Job Change to Crusader"
-3008,0,0,0,0,0,0,0,"Job Change to Crusader"
-3009,0,0,0,0,0,0,0,"Job Change to Crusader"
-3010,0,0,0,0,0,0,0,"Job Change to Crusader"
-3011,0,0,0,0,0,0,0,"Job Change to Crusader"
-3012,0,0,0,0,0,0,0,"Job Change to Crusader"
-3013,0,0,0,0,0,0,0,"Job Change to Crusader"
-3014,0,0,0,0,0,0,0,"Job Change to Crusader"
-3015,0,0,0,0,0,0,0,"Job Change to Crusader"
-3016,0,0,0,0,0,0,0,"Job Change to Monk"
-3017,0,0,0,0,0,0,0,"Job Change to Monk"
-3018,0,0,0,0,0,0,0,"Job Change to Monk"
-3019,0,0,0,0,0,0,0,"Job Change to Monk"
-3020,0,0,0,0,0,0,0,"Job Change to Monk"
-3021,0,0,0,0,0,0,0,"Job Change to Monk"
-3022,0,0,0,0,0,0,0,"Job Change to Monk"
-3023,0,0,0,0,0,0,0,"Job Change to Monk"
-3024,0,0,0,0,0,0,0,"Job Change to Monk"
-3025,0,0,0,0,0,0,0,"Job Change to Monk"
-3026,0,0,0,0,0,0,0,"Job Change to Monk"
-3027,0,0,0,0,0,0,0,"Job Change to Monk"
-3028,0,0,0,0,0,0,0,"Job Change to Monk - Marathon"
-3029,0,0,0,0,0,0,0,"Job Change to Monk - Final test"
-//3030,0,0,0,0,0,0,0,"Job Change to Monk"
-3031,0,0,0,0,0,0,0,"Job Change to Monk - Spiritual Training"
-3032,0,0,0,0,0,0,0,"Job Change to Monk - Become a Monk"
-3040,43200,0,0,0,0,0,0,"The Curse of Baphomet"
-3041,180,0,0,0,0,0,0,"The Curse of Baphomet"
-3042,0,0,0,0,0,0,0,"The Cursed Baphomet Doll"
-3043,0,0,0,0,0,0,0,"The Gigantic Magestic Goat"
-3044,0,0,0,0,0,0,0,"The Gigantic Magestic Goat"
-3045,7200,0,0,0,0,0,0,"Sealed Shrine"
-3046,0,0,0,0,0,0,0,"Sealed Shrine After-effect"
-
-3050,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 1"
-3051,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 2"
-3052,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 3"
-3053,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 4"
-3054,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 5"
-3055,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 6"
-3056,0,0,0,0,0,0,0,"Resurrection of Satan Morocc - 7"
-3060,0,0,0,0,0,0,0,"Kids in Veins - Where's the Little Sis?"
-3061,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,"Kids in Veins - Find the Locksmith!"
-3063,0,0,0,0,0,0,0,"Kids in Veins - Mr. Lockenlock?"
-3064,0,0,0,0,0,0,0,"Kids in Veins - Organic Chamelepu Soap"
-3065,0,0,0,0,0,0,0,"Kids in Veins - Soap Ingredients"
-3066,0,0,0,0,0,0,0,"Kids in Veins - To make a Chamelepu Soap..."
-3067,0,0,0,0,0,0,0,"Kids in Veins - Camel Appetite Stimulants"
-3068,0,0,0,0,0,0,0,"Kids in Veins - Getting the Camel Dung"
-3069,0,0,0,0,0,0,0,"Kids in Veins - Where's the Silk Sand Camel?"
-3070,0,0,0,0,0,0,0,"Kids in Veins - Silk Sand Camel is gone!"
-3071,0,0,0,0,0,0,0,"Kids in Veins - Silk Sand Camel is found!"
-3072,0,0,0,0,0,0,0,"Kids in Veins - 1 lump of Camel dung obtained"
-3073,0,0,0,0,0,0,0,"Kids in Veins - 2 lumps of Camel dung obtained"
-3074,0,0,0,0,0,0,0,"Kids in Veins - 3 lumps of Camel dung obtained"
-3075,0,0,0,0,0,0,0,"Kids in Veins - 4 lumps of Camel dung obtained"
-3076,0,0,0,0,0,0,0,"Kids in Veins - 5 lumps of Camel dung obtained"
-3077,0,0,0,0,0,0,0,"Kids in Veins - Go to Ms. Ivory"
-3078,0,0,0,0,0,0,0,"Kids in Veins - Chamalepu Soap is completed!"
-3079,0,0,0,0,0,0,0,"Kids in Veins - Making the key mold"
-3080,0,0,0,0,0,0,0,"Kids in Veins - Bringing the key mold"
-3081,0,0,0,0,0,0,0,"Kids in Veins - All you need is Steel!"
-3082,0,0,0,0,0,0,0,"Kids in Veins - The Key is Made!"
-3083,0,0,0,0,0,0,0,"Kids in Veins - Mr. Lockenlock's key"
-3085,0,0,0,0,0,0,0,"Call from the commander"
-3086,0,0,0,0,0,0,0,"Commander's Duty"
-3087,0,0,0,0,0,0,0,"Report to Rune Midgard"
-3088,0,0,0,0,0,0,0,"Report to the continent - Accident!"
-3089,0,0,0,0,0,0,0,"Report to the continent - How to restore"
-3090,0,0,0,0,0,0,0,"Report to the continent - Location of reports"
-3091,1800,0,0,0,0,0,0,"Report to the continent - Location of reports"
-3092,0,0,0,0,0,0,0,"Report to the continent - Success to restore!"
-3093,0,0,0,0,0,0,0,"Report to the continent - Report to the continent"
-3094,0,0,0,0,0,0,0,"Report to the continent - Return to the expedition"
-
-3100,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Lost Bond of Debt"
-3101,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Strange Heap of Earth"
-3102,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Bond of Debt Found, but..."
-3103,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Inventor Dorian"
-3104,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repair Materials of Magic Dryer"
-3105,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer"
-3106,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer Failed"
-3107,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Repairing Magic Dryer Successful"
-3108,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Let's Run the Magic Dryer"
-3109,0,0,0,0,0,0,0,"Consolidating Heavy Debt - Restoring the Bond of Debt"
-3110,0,0,0,0,0,0,0,"Stolen Diamond - Tracking the Diamond"
-3111,0,0,0,0,0,0,0,"Stolen Diamond - Leblo's Favor"
-3112,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor"
-3113,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor"
-3114,0,0,0,0,0,0,0,"Stolen Diamond - Wola the Doctor"
-3115,0,0,0,0,0,0,0,"Stolen Diamond - Leblo's Information"
-3116,0,0,0,0,0,0,0,"Stolen Diamond - Information from Rogue Investigator"
-3117,0,0,0,0,0,0,0,"Stolen Diamond - Odd Switches"
-3118,0,0,0,0,0,0,0,"Stolen Diamond - Diamond Found!"
-3119,0,0,0,0,0,0,0,"Z Gang Wanted - Wanted Notice"
-3120,0,0,0,0,0,0,0,"Z Gang Wanted - About Z Gang"
-3121,0,0,0,0,0,0,0,"Z Gang Wanted - Valdes's Favor"
-3122,0,0,0,0,0,0,0,"Z Gang Wanted - Information from Valdes"
-3123,0,0,0,0,0,0,0,"Z Gang Wanted - Marybell's Test"
-3124,0,0,0,0,0,0,0,"Z Gang Wanted - Challenging Moonho Ahn"
-3125,0,0,0,0,0,0,0,"Z Gang Wanted - Challenging Moonho Ahn"
-3126,0,0,0,0,0,0,0,"Z Gang Wanted - Information from Marybell"
-3127,0,0,0,0,0,0,0,"Z Gang Wanted - Z Gang's Attack"
-3128,0,0,0,0,0,0,0,"Z Gang Wanted - Z Gang's Attack"
-3129,0,0,0,0,0,0,0,"Z Gang Wanted - Strange Letter"
-3130,0,0,0,0,0,0,0,"Z Gang Wanted - Decrypting the letter..."
-3131,0,0,0,0,0,0,0,"Z Gang Wanted - Code's Broken!"
-3132,0,0,0,0,0,0,0,"Z Gang Wanted - Find the Z Gang's Agit"
-3133,0,0,0,0,0,0,0,"Z Gang Wanted - Agit Found!"
-3134,0,0,0,0,0,0,0,"Z Gang Wanted - Clean Sweep of Z Gang"
-3135,259200,0,0,0,0,0,0,"Nidhoggur's Nest"
-3136,14400,0,0,0,0,0,0,"Nidhoggur's Nest Time Limit"
-
-3200,0,0,0,0,0,0,0,"Job changes to Rune knight - Recommendation for Rune knight"
-3201,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,"Job changes to Rune knight - The first test"
-3203,0,0,0,0,0,0,0,"Job changes to Rune knight - The first test"
-3204,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the first test"
-3205,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test"
-3206,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test"
-3207,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test"
-3208,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test"
-3209,0,1504,10,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy1"
-3210,0,1506,10,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy2"
-3211,0,1508,10,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy3"
-3212,0,1510,10,0,0,0,0,"Job changes to Rune knight - Accumulation of magic energy4"
-3213,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test"
-3214,0,0,0,0,0,0,0,"Job changes to Rune knight - The second test"
-3215,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the second test"
-3216,0,0,0,0,0,0,0,"Job changes to Rune knight - The final test"
-3217,0,0,0,0,0,0,0,"Job changes to Rune knight - The final test"
-3218,0,0,0,0,0,0,0,"Job changes to Rune knight - Pass the final test"
-3219,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,"Job changes to Rune knight - Waiting time of test"
-
-3250,0,1041,30,0,0,0,0,"Request - What is this bandage for?"
-3251,0,1271,30,0,0,0,0,"Request - An alligator of Counterattack"
-3252,0,1264,30,0,0,0,0,"Request - My mermaid don't do like this way!"
-3253,0,0,0,0,0,0,0,"Request - Missing occult mania"
-3254,0,0,0,0,0,0,0,"Request - A country wants you"
-3255,0,1166,30,0,0,0,0,"Request - A wild boar subjugate operation"
-3256,0,0,0,0,0,0,0,"Request - Ready for waiting summer"
-3257,0,1170,30,0,0,0,0,"Request - A grudge of women"
-3258,0,0,0,0,0,0,0,"Request - A material of delicacy"
-3259,0,1143,30,0,0,0,0,"Request - A agony of a doll master"
-3260,0,1035,30,0,0,0,0,"Request - Tiresome flies"
-3261,0,1026,30,0,0,0,0,"Request - Unclean girl"
-3262,0,0,0,0,0,0,0,"Request - Queer hobby"
-3263,0,0,0,0,0,0,0,"Request - A mallet of goblin"
-3265,0,0,0,0,0,0,0,"Request - Missing occult mania"
-
-4000,0,0,0,0,0,0,0,"Sherin's Job Interview"
-4001,0,0,0,0,0,0,0,"Job Change to Hunter"
-4002,0,0,0,0,0,0,0,"Job Change to Hunter"
-4003,0,0,0,0,0,0,0,"Job Change to Hunter"
-4004,0,0,0,0,0,0,0,"Job Change to Hunter"
-4005,0,0,0,0,0,0,0,"Job Change to Hunter"
-4006,0,0,0,0,0,0,0,"Job Change to Hunter"
-4007,0,0,0,0,0,0,0,"Job Change to Hunter"
-4008,0,0,0,0,0,0,0,"Job Change to Hunter"
-4009,0,0,0,0,0,0,0,"Job Change to Hunter"
-4010,0,0,0,0,0,0,0,"Job Change to Hunter"
-4011,0,0,0,0,0,0,0,"Job Change to Hunter - Test"
-4012,0,0,0,0,0,0,0,"Job Change to Hunter"
-4013,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,"Becoming an Adventurer Appraiser"
-//4016,0,0,0,0,0,0,0,"Proof of Qualification"
-//4017,0,0,0,0,0,0,0,"Qualification Test"
-//4018,0,0,0,0,0,0,0,"Preparations for Meeting Princes"
-//4020,0,0,0,0,0,0,0,"Interview with the Prince"
-//4021,0,0,0,0,0,0,0,"Interview with the Prince"
-//4022,0,0,0,0,0,0,0,"Interview with the Prince"
-//4023,0,0,0,0,0,0,0,"Interview with the Prince"
-//4024,0,0,0,0,0,0,0,"Interview with the Prince"
-//4025,0,0,0,0,0,0,0,"Interview with the Prince"
-//4026,0,0,0,0,0,0,0,"Interview with the Prince"
-//4027,0,0,0,0,0,0,0,"Interview with the Prince"
-//4028,0,0,0,0,0,0,0,"The prince, Peter's Favor"
-//4029,0,0,0,0,0,0,0,"The Girl's Favor"
-//4030,0,0,0,0,0,0,0,"The Story of Ahrum and Ernst"
-//4031,0,0,0,0,0,0,0,"The Story of Ahrum and Ernst"
-//4032,0,0,0,0,0,0,0,"Conspiracy of the two families"
-//4033,0,0,0,0,0,0,0,"Death of Ahrum"
-
-4133,0,0,0,0,0,0,0,"Iara"
-4134,0,0,0,0,0,0,0,"Iara"
-4135,86400,0,0,0,0,0,0,"Iara"
-
-4154,0,0,0,0,0,0,0,"Homunculus Researcher"
-4155,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 1"
-4156,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 2"
-4157,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 3"
-4158,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 4"
-4159,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 5"
-4160,0,0,0,0,0,0,0,"Homunculus S Mutation Mission - 6"
-
-4161,0,0,0,0,0,0,0,"Siege Expert"
-4162,0,0,0,0,0,0,0,"Party Recruiting Expert"
-4163,0,0,0,0,0,0,0,"Battleground Expert"
-4164,0,0,0,0,0,0,0,"Memorial Dungeon Expert"
-4165,0,0,0,0,0,0,0,"Map Expert"
-4166,0,0,0,0,0,0,0,"Passing Grades"
-
-// Paradise 86 - 90 [Chilly]
-4167,0,1321,30,0,0,0,0,"Paradise: Dragon Tail Handling"
-4168,0,1322,30,0,0,0,0,"Paradise: Spring Rabbit Handling"
-4169,0,1256,30,0,0,0,0,"Paradise: Pest Handling"
-4170,0,1102,30,0,0,0,0,"Paradise: Bathory Handling"
-4171,0,1193,30,0,0,0,0,"Paradise: Alarm Handling"
-4172,0,1882,30,0,0,0,0,"Paradise: Babayaga Handling"
-4173,0,1512,30,0,0,0,0,"Paradise: Hyegun Handling"
-4174,0,1403,30,0,0,0,0,"Paradise: Antique Firelock Handling"
-4175,0,1417,30,0,0,0,0,"Paradise: Zipper Bear Handling"
-4176,0,1155,30,0,0,0,0,"Paradise: Earth Petite Handling"
-4177,0,1162,30,0,0,0,0,"Paradise: Rafflesia Handling"
-4178,0,1621,30,0,0,0,0,"Paradise: Venomous Handling"
-4179,0,1616,30,0,0,0,0,"Paradise: Pitman Handling"
-4180,0,1718,30,0,0,0,0,"Paradise: Yellow Novus Handling"
-
-// Paradise 91 - 99 [Chilly]
-4181,0,1316,30,0,0,0,0,"Paradise: Solider Handling"
-4182,0,1319,30,0,0,0,0,"Paradise: Freezer Handling"
-4183,0,1318,30,0,0,0,0,"Paradise: Heater Handling"
-4184,0,1257,30,0,0,0,0,"Paradise: Injustice Handling"
-4185,0,1201,30,0,0,0,0,"Paradise: Rybio Handling"
-4186,0,1198,30,0,0,0,0,"Paradise: Dark Priest Handling"
-4187,0,1784,30,0,0,0,0,"Paradise: Stapo Handling"
-4188,0,1782,30,0,0,0,0,"Paradise: Roween Handling"
-4189,0,1776,30,0,0,0,0,"Paradise: Siroma Handling"
-4190,0,1401,30,0,0,0,0,"Paradise: Shinobi Handling"
-4191,0,1416,30,0,0,0,0,"Paradise: Evil Nymph Handling"
-4192,0,1109,30,0,0,0,0,"Paradise: Deviruchi Handling"
-4193,0,1614,30,0,0,0,0,"Paradise: Mineral Handling"
-4194,0,1072,30,0,0,0,0,"Paradise: Kaho Handling"
-4195,0,1255,30,0,0,0,0,"Paradise: Neraid Handling"
-4196,0,1506,30,0,0,0,0,"Paradise: Disguise Handling"
-
-4197,10800,0,0,0,0,0,0,"Octopus"
-
-// Paradise Cooldowns
-4198,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4199,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4200,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4201,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4202,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4203,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4204,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4205,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4206,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4207,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4208,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4209,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4210,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4211,10800,0,0,0,0,0,0,"86-90 Mission Board Timer"
-4212,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4213,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4214,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4215,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4216,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4217,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4218,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4219,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4220,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4221,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4222,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4223,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4224,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4225,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4226,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-4227,10800,0,0,0,0,0,0,"91-99 Mission Board Timer"
-
-4229,82800,0,0,0,0,0,0,"Devil in the Cave"
-
-4254,0,0,0,0,0,0,0,"Fairy with a stomache"
-4255,0,2363,20,0,0,0,0,"Revenge!"
-4256,0,0,0,0,0,0,0,"An accomplice?"
-4257,0,0,0,0,0,0,0,"Conspiracy"
-4258,0,0,0,0,0,0,0,"Eirinn"
-4259,0,0,0,0,0,0,0,"Bourbon"
-4260,0,0,0,0,0,0,0,"Bee"
-4261,0,0,0,0,0,0,0,"Counterattack (1)"
-4262,0,0,0,0,0,0,0,"Counterattack (2)"
-4263,0,0,0,0,0,0,0,"Counteroffensive (1)"
-4264,0,0,0,0,0,0,0,"Counteroffensive (2)"
-4265,0,0,0,0,0,0,0,"Bookshelf use"
-4266,0,0,0,0,0,0,0,"????? ??"
-4267,0,0,0,0,0,0,0,"????? ??"
-
-5000,0,0,0,0,0,0,0,"The Crow of the Fate - 7"
-
-// Researcher's Quest
-5016,0,0,0,0,0,0,0,"Bring me a Research Tool Bag"
-5017,0,0,0,0,0,0,0,"Revenge of the Reseacher"
-5018,0,0,0,0,0,0,0,"Revenge of the Reseacher"
-5019,0,0,0,0,0,0,0,"Bathroom Sample Studying"
-5020,86400,0,0,0,0,0,0,"Sample Researching"
-5021,0,0,0,0,0,0,0,"Sample Collecting"
-5022,0,0,0,0,0,0,0,"Sample Collecting"
-5023,21600,0,0,0,0,0,0,"Inspection of the Sample"
-5024,0,0,0,0,0,0,0,"Eastern Pool Research"
-5025,0,0,0,0,0,0,0,"Western Pool Research"
-5026,0,0,0,0,0,0,0,"Southern Pool Research"
-5027,0,0,0,0,0,0,0,"Northern Pool Research"
-5028,43200,0,0,0,0,0,0,"Inspection of the Sample"
-5029,3600,0,0,0,0,0,0,"Unidentified Creature"
-5030,0,0,0,0,0,0,0,"The creature's family"
-5031,0,0,0,0,0,0,0,"The creature's family"
-5032,0,0,0,0,0,0,0,"The creature's family"
-5033,0,0,0,0,0,0,0,"The creature's family"
-5034,0,0,0,0,0,0,0,"News from the family"
-5035,0,0,0,0,0,0,0,"Help the old man!"
-5036,0,0,0,0,0,0,0,"Help the old man!"
-5037,0,0,0,0,0,0,0,"Help the old man!"
-5038,0,0,0,0,0,0,0,"Help the old man!"
-5039,0,0,0,0,0,0,0,"Help the old man!"
-5040,0,0,0,0,0,0,0,"Help the old man!"
-5041,0,0,0,0,0,0,0,"Help the old man!"
-5042,0,0,0,0,0,0,0,"Help the old man!"
-5043,300,0,0,0,0,0,0,"Help the old man!"
-5044,86400,0,0,0,0,0,0,"Help the old man!"
-5045,0,0,0,0,0,0,0,"Help the old man!"
-5046,0,0,0,0,0,0,0,"Help the old man!"
-5047,0,0,0,0,0,0,0,"Help the old man!"
-5048,0,0,0,0,0,0,0,"Help the old man!"
-5049,0,0,0,0,0,0,0,"Help the old man!"
-5050,0,0,0,0,0,0,0,"Help the old man!"
-5051,0,0,0,0,0,0,0,"Help the old man!"
-5052,0,0,0,0,0,0,0,"Traditional Weapon"
-5053,0,0,0,0,0,0,0,"Traditional Weapon"
-5054,0,0,0,0,0,0,0,"Traditional Weapon"
-5055,0,2071,15,0,0,0,0,"Local Rising - Headless Horse"
-5056,0,1584,15,0,0,0,0,"Local Rising - Tamruan"
-5057,0,0,0,0,0,0,0,"Local Rising - Ready the Festival"
-5058,0,0,0,0,0,0,0,"The mood of the players-(1)"
-5059,0,0,0,0,0,0,0,"The mood of the players-(2)"
-5060,180,0,0,0,0,0,0,"Cat Shock"
-5061,0,0,0,0,0,0,0,"Am I scared?"
-5062,0,0,0,0,0,0,0,"I met Eryu."
-5063,0,0,0,0,0,0,0,"I met Stew."
-5064,0,0,0,0,0,0,0,"I met Ketchup."
-5065,0,0,0,0,0,0,0,"I met Eff."
-5066,0,0,0,0,0,0,0,"Scary image-(1)"
-5067,0,0,0,0,0,0,0,"Scary image-(2)"
-5068,72000,0,0,0,0,0,0,"Collecting complaint"
-5069,3600,0,0,0,0,0,0,"Token of honor"
-5070,86400,0,0,0,0,0,0,"Rock Paper Scissors"
-5071,86400,0,0,0,0,0,0,"Chamchamcham"
-5072,86400,0,0,0,0,0,0,"Kkongnyangkkong"
-5073,86400,0,0,0,0,0,0,"Challenging of flag wave"
-5074,0,1158,30,0,0,0,0,"Cat's Meal"
-5075,0,1144,50,0,0,0,0,"Health food"
-5076,0,1282,30,0,0,0,0,"Enemies"
-5077,0,1209,10,0,0,0,0,"Reaction Training"
-5078,0,1019,50,0,0,0,0,"Light bird food"
-5079,0,0,0,0,0,0,0,"How to stabilize the mind"
-5080,0,0,0,0,0,0,0,"Lack of Snack"
-5081,0,0,0,0,0,0,0,"Banned foods"
-5082,0,0,0,0,0,0,0,"Cool food"
-5083,0,0,0,0,0,0,0,"Please come back Eryu-(1)"
-5084,0,0,0,0,0,0,0,"Please come back Eryu-(2)"
-5085,0,0,0,0,0,0,0,"Please come back Stew-(1)"
-5086,0,0,0,0,0,0,0,"Please come back Stew-(2)"
-5087,0,0,0,0,0,0,0,"Please come back Ketchup-(1)"
-5088,0,0,0,0,0,0,0,"Please come back Ketchup-(2)"
-5089,0,0,0,0,0,0,0,"Please come back Eff-(1)"
-5090,0,0,0,0,0,0,0,"Please come back Eff-(2)"
-5091,0,0,0,0,0,0,0,"Go Malangdo"
-
-5092,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-5093,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-5094,0,1002,1000,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-5095,0,1063,1000,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-5096,0,1007,1000,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-5097,0,1049,1000,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-5098,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-5099,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-5100,0,0,0,0,0,0,0,"Unlocking the Ultimate Mediocrity"
-
-5109,0,0,0,0,0,0,0,"Light but Unconfirmed Rumor"
-5110,0,0,0,0,0,0,0,"The Rumored Character"
-5111,0,0,0,0,0,0,0,"To the Lab..."
-5112,259200,0,0,0,0,0,0,"Laboratory Restricted Access"
-5113,0,0,0,0,0,0,0,"[Rest] Lord Knight"
-5114,0,0,0,0,0,0,0,"[Rest] Paladin"
-5115,0,0,0,0,0,0,0,"[Rest] High Priest"
-5116,0,0,0,0,0,0,0,"[Rest] Champion"
-5117,0,0,0,0,0,0,0,"[Rest] High Wizard"
-5118,0,0,0,0,0,0,0,"[Rest] Professor"
-5119,0,0,0,0,0,0,0,"[Rest] Whitesmith"
-5120,0,0,0,0,0,0,0,"[Rest] Creator"
-5121,0,0,0,0,0,0,0,"[Rest] Assassin Cross"
-5122,0,0,0,0,0,0,0,"[Rest] Stalker"
-5123,0,0,0,0,0,0,0,"[Rest] Sniper"
-5124,0,0,0,0,0,0,0,"[Rest] Clown"
-5125,0,0,0,0,0,0,0,"[Rest] Gypsy"
-
-// Kagerou/Oboro Job Quest
-5131,0,0,0,0,0,0,0,"Strange Conversation"
-5132,0,0,0,0,0,0,0,"Family Business-(1)"
-5133,0,0,0,0,0,0,0,"Family Business-(2)"
-5134,0,0,0,0,0,0,0,"New path"
-5135,0,0,0,0,0,0,0,"4 tests"
-5136,0,0,0,0,0,0,0,"Knowledge test"
-5137,0,0,0,0,0,0,0,"Survival test"
-5138,0,0,0,0,0,0,0,"Weapons test"
-5139,0,0,0,0,0,0,0,"The guy looks familiar!!"
-5140,0,0,0,0,0,0,0,"Uncertain chilliness"
-5141,120,0,0,0,0,0,0,"Got a curse!!"
-5142,0,0,0,0,0,0,0,"Prototype-(1)"
-5143,0,0,0,0,0,0,0,"Prototype-(2)"
-5144,0,0,0,0,0,0,0,"Prototype-(2)"
-5145,0,0,0,0,0,0,0,"Prototype-(3)"
-5146,0,0,0,0,0,0,0,"Battle test"
-
-6000,0,0,0,0,0,0,0,"Job Change to Taekwon"
-6001,0,0,0,0,0,0,0,"Job Change to Taekwon"
-6002,0,0,0,0,0,0,0,"Job Change to Taekwon"
-6005,0,0,0,0,0,0,0,"Job Change to Soul-Linker"
-6006,0,0,0,0,0,0,0,"Job Change to Soul-Linker"
-6007,0,0,0,0,0,0,0,"Job Change to Soul-Linker"
-6008,0,0,0,0,0,0,0,"Job Change to Soul-Linker"
-6010,0,0,0,0,0,0,0,"Job Change to Super Novice"
-6015,0,0,0,0,0,0,0,"A favor from Cougar"
-6016,0,0,0,0,0,0,0,"A favor from a Suspicious Man"
-6017,0,0,0,0,0,0,0,"Red Leopard Joe's Reply"
-6018,0,0,0,0,0,0,0,"Cougar's Madness"
-6020,0,0,0,0,0,0,0,"Master Miller's Letter"
-6021,0,0,0,0,0,0,0,"Wise Bull Horn's voucher"
-6022,0,0,0,0,0,0,0,"Making a voucher"
-6023,0,0,0,0,0,0,0,"Wise Bull Horn's Favor"
-6024,0,0,0,0,0,0,0,"Job Change to Gunslinger!"
-6025,300,0,0,0,0,0,0,"KVM Guillaume"
-6026,300,0,0,0,0,0,0,"KVM Croix"
-6027,300,0,0,0,0,0,0,"KVM Indicator"
-7000,0,0,0,0,0,0,0,"Job Change to Dancer!"
-7001,0,0,0,0,0,0,0,"Job Change to Dancer!"
-7002,0,0,0,0,0,0,0,"Job Change to Dancer!"
-7003,0,0,0,0,0,0,0,"Job Change to Dancer!"
-7004,0,0,0,0,0,0,0,"Job Change to Dancer!"
-7005,0,0,0,0,0,0,0,"Job Change to Dancer!"
-7006,0,0,0,0,0,0,0,"Job Change to Dancer!"
-7007,0,0,0,0,0,0,0,"Warrior of the Sun, the Moon, and the Stars"
-7008,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,"Warrior of the Sun, the Moon, and the Stars - the Altar"
-7010,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,"Warrior of the Sun, the Moon, and the Stars"
-7012,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7013,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7014,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7015,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7016,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7017,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7018,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7019,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7020,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7021,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7022,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7023,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7024,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7025,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7026,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7027,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7028,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7029,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7030,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7031,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7032,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7033,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7034,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7035,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7036,0,0,0,0,0,0,0,"Pursuing Rayan Moore"
-7037,0,0,0,0,0,0,0,"Case closed?"
-7038,0,0,0,0,0,0,0,"Passion for Baked Sweet Potatoes"
-7039,0,0,0,0,0,0,0,"Dodging the conversation"
-7040,0,0,0,0,0,0,0,"Dodging the conversation"
-7041,0,0,0,0,0,0,0,"Politics is for the Politicians"
-7042,0,0,0,0,0,0,0,"Part-time Job - Tatacho's feed"
-7043,0,0,0,0,0,0,0,"Part-time Job - Cornus's feed"
-7044,0,0,0,0,0,0,0,"Part-time Job - Hillthrion's feed1"
-7045,0,0,0,0,0,0,0,"Part-time Job - Hillthrion's feed2"
-7046,0,0,0,0,0,0,0,"Part-time Job - warm rugs"
-7047,18000,0,0,0,0,0,0,"Part-time Job - Let's call it a day!"
-7048,0,0,0,0,0,0,0,"Thanatos Tower - Burled's Favor"
-7049,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower"
-7050,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower"
-7051,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower"
-7052,0,0,0,0,0,0,0,"Thanatos Tower - Sealed Tower"
-7053,0,0,0,0,0,0,0,"Thanatos Tower - What they want is.."
-7054,0,1282,1000,0,0,0,0,"Myu's Favor - Teach them a lesson!"
-7055,0,1261,1,0,0,0,0,"Myu's Favor - Not the cat!"
-7056,0,0,0,0,0,0,0,"Messenger - Arc's Favor"
-7057,0,0,0,0,0,0,0,"Messenger - Arc's Favor"
-7058,0,0,0,0,0,0,0,"Messenger - Arc's Favor"
-7059,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts"
-7060,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts"
-7061,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts"
-7062,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts"
-7063,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts"
-7064,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts"
-7065,0,0,0,0,0,0,0,"Messenger - Terra's Whereabouts"
-7066,0,0,0,0,0,0,0,"Messenger - Prove the Truth"
-7067,0,0,0,0,0,0,0,"Messenger - Prove the Truth"
-7068,0,0,0,0,0,0,0,"Messenger - Prove the Truth"
-7069,0,0,0,0,0,0,0,"Messenger - Too late!"
-7070,0,0,0,0,0,0,0,"Messenger - Terra's Return"
-7071,0,0,0,0,0,0,0,"Messenger - Invitation"
-//7072,0,0,0,0,0,0,0,""
-//7073,86400,0,0,0,0,0,0,""
-7074,0,2017,1,0,0,0,0,"Rata Hunt"
-7075,0,2018,1,0,0,0,0,"Duneyrr Hunt"
-7076,0,2026,1,0,0,0,0,"Wanted: Dandelion"
-7077,0,0,0,0,0,0,0,"Collecting Dragon Eggs"
-7078,86400,0,0,0,0,0,0,"Collecting Dragon Eggs"
-7079,0,0,0,0,0,0,0,"Finding Refined Bradium"
-7080,86400,0,0,0,0,0,0,"Finding Refined Bradium"
-7081,0,0,0,0,0,0,0,"Helping the Laphine Craftsman"
-7082,86400,0,0,0,0,0,0,"Helping the Laphine Craftsman"
-
-7091,0,0,0,0,0,0,0,"An advice of Diora 01"
-7092,0,0,0,0,0,0,0,"An advice of Diora 02"
-7093,0,0,0,0,0,0,0,"An advice of Diora 03"
-7094,0,0,0,0,0,0,0,"An advice of Diora 04"
-7095,0,0,0,0,0,0,0,"An advice of Diora 05"
-7096,0,0,0,0,0,0,0,"A proof of new requirement"
-7097,0,0,0,0,0,0,0,"A proof of new requirement"
-7098,0,0,0,0,0,0,0,"A proof of new requirement"
-7099,0,0,0,0,0,0,0,"A proof of new requirement"
-7100,0,0,0,0,0,0,0,"A message of Bercascell"
-7101,0,0,0,0,0,0,0,"Special task of an assassin guild 1"
-7102,0,0,0,0,0,0,0,"Special task of an assassin guild 2"
-7103,0,0,0,0,0,0,0,"Special task of an assassin guild 3"
-7104,0,0,0,0,0,0,0,"Special task of an assassin guild 4"
-7105,0,0,0,0,0,0,0,"Special task of an assassin guild 4"
-7106,0,0,0,0,0,0,0,"Special task of an assassin guild 5"
-7107,0,0,0,0,0,0,0,"Special task of an assassin guild 6"
-7108,0,0,0,0,0,0,0,"Special task of an assassin guild 7"
-7109,0,0,0,0,0,0,0,"Special task of an assassin guild 8"
-7110,0,0,0,0,0,0,0,"Special task of an assassin guild 9"
-7111,0,0,0,0,0,0,0,"Special task of an assassin guild 10"
-7112,0,0,0,0,0,0,0,"Information of Madelle"
-7113,0,0,0,0,0,0,0,"Information of Crave"
-7114,0,0,0,0,0,0,0,"Information of Trovan"
-7115,0,0,0,0,0,0,0,"Information of a peddler"
-7116,0,0,0,0,0,0,0,"Information of a old man"
-
-// Novice Training Grounds
-7117,0,0,0,0,0,0,0,"Your first quest!"
-7118,0,0,0,0,0,0,0,"Novice Training"
-7119,0,0,0,0,0,0,0,"Novice Training"
-7120,0,0,0,0,0,0,0,"Novice Training"
-7121,0,0,0,0,0,0,0,"Novice Training"
-7122,0,1002,1,0,0,0,0,"First battle - Poring Hunt"
-7123,0,1049,2,0,0,0,0,"Battle Basics -Swordman"
-7124,0,1063,5,0,0,0,0,"Battle Basics -Mage"
-//7125,0,0,0,0,0,0,0,"not used"
-7126,0,0,0,0,0,0,0,"Selling items"
-7127,0,1010,5,0,0,0,0,"Battle Basics -Thief"
-
-7128,0,0,0,0,0,0,0,"Training course 'conquest a desert!' -start"
-7129,0,1009,10,0,0,0,0,"The training course 'conquer the desert!' - A real battle 1"
-7130,0,1107,10,0,0,0,0,"The training course 'conquer the desert!' - A real battle 2"
-7131,0,1001,5,0,0,0,0,"The training course 'conquer the desert!' - A real battle 3"
-7132,0,0,0,0,0,0,0,"The training course 'conquer the desert!' - Complete a quest"
-7133,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - Start"
-7134,0,1051,10,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 1"
-7135,0,1175,10,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 2"
-7136,0,1005,5,0,0,0,0,"The training course 'conquer the culvert!' - A real battle 3"
-7137,0,0,0,0,0,0,0,"The training course 'conquer the culvert!' - Complete a quest"
-7138,0,0,0,0,0,0,0,"The training course 'conquer the haunted cave!' - Start"
-7139,0,1076,15,0,0,0,0,"The training course 'conquer the haunted cave!' - A real battle 1"
-7140,0,1031,10,0,0,0,0,"The training course 'conquer the haunted cave!' - A real battle 2"
-7141,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,"The training course 'conquer ant hell!' - Start"
-7143,0,1160,15,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 1"
-7144,0,1095,15,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 2"
-7145,0,1176,10,0,0,0,0,"The training course 'conquer ant hell!' - A real battle 3"
-7146,0,0,0,0,0,0,0,"The training course 'conquer ant hell!' - Complete a quest"
-7147,0,0,0,0,0,0,0,"The training course 'conquer the orc village!' - start"
-7148,0,1686,10,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 1"
-7149,0,1023,10,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 2"
-7150,0,1273,10,0,0,0,0,"The training course 'conquer the orc village!' - A real battle 3"
-7151,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,"bThe training course 'conquer the orc dungeon!' - start"
-7153,0,1153,20,0,0,0,0,"The training course 'conquer the orc dungeon!' - A real battle 1"
-7154,0,1152,20,0,0,0,0,"The training course 'conquer the orc dungeon!'- A real battle 2"
-7155,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,"The training course 'conquer an undersea city!' - start"
-7157,0,1264,15,0,0,0,0,"The training course 'conquer an undersea city!' - A real battle 1"
-7158,0,1065,10,0,0,0,0,"The training course 'conquer an undersea city!' - A real battle 2"
-7159,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,"Mysterious Cryptogram"
-7161,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd"
-7162,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd"
-7163,0,0,0,0,0,0,0,"Mysterious Cryptogram - 2nd"
-7164,0,2076,1,0,0,0,0,"Hunt for shadow of deception"
-7165,0,0,0,0,0,0,0,"Key of deception"
-7166,0,0,0,0,0,0,0,"Rachel Branch of Shadow Workshop"
-7167,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd"
-7168,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd"
-7169,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd"
-7170,0,0,0,0,0,0,0,"Mysterious Cryptogram - 3rd"
-7171,0,2077,1,0,0,0,0,"Hunt for shadow of delusion"
-7172,0,0,0,0,0,0,0,"Key of delusion"
-7173,0,0,0,0,0,0,0,"Message to Halled from Paul"
-7174,0,0,0,0,0,0,0,"Mysterious Cryptogram - 4th"
-7175,0,2078,1,0,0,0,0,"Hunft for shadow of gaiety"
-7176,0,0,0,0,0,0,0,"Key of Gaiety"
-7177,0,0,0,0,0,0,0,"A young guy in Lighthalzen"
-7178,0,0,0,0,0,0,0,"Destination of Deception, Delusion and Gaiety"
-7179,0,0,0,0,0,0,0,"Vicente, you dare!"
-7180,0,0,0,0,0,0,0,"Message from Doomk"
-
-7181,0,0,0,0,0,0,0,"Karakas's ring"
-
-// El Dicastes
-7182,0,0,0,0,0,0,0,"Sapha's Visit"
-7183,0,0,0,0,0,0,0,"Invitation from Sapha"
-7184,0,0,0,0,0,0,0,"To El Dicastes!"
-7185,0,0,0,0,0,0,0,"Inspector Doha"
-7186,0,0,0,0,0,0,0,"Secret Order from Doha - Investigation"
-7187,0,0,0,0,0,0,0,"Secret Order from Doha - Shay"
-7188,0,0,0,0,0,0,0,"Information Gathering - in the Plaza"
-7189,0,0,0,0,0,0,0,"Information Gathering - in the Factory"
-7190,0,0,0,0,0,0,0,"Information Gathering - at the Guards"
-7191,0,0,0,0,0,0,0,"Shay's designation - BK"
-7192,0,0,0,0,0,0,0,"BK's Information"
-7193,0,0,0,0,0,0,0,"Dimensional Crack Investigation"
-7194,0,0,0,0,0,0,0,"What's this bloodstain?"
-7195,0,0,0,0,0,0,0,"What's this skin piece?"
-7196,0,0,0,0,0,0,0,"What's this suspicious magic power?"
-7197,0,0,0,0,0,0,0,"Sapha Certifications?"
-7198,0,0,0,0,0,0,0,"Audience with Ahat"
-7199,0,0,0,0,0,0,0,"Secret Order from Ahat"
-7200,82800,0,0,0,0,0,0,"Cheshire's call"
-7201,0,0,0,0,0,0,0,"Removing traces"
-7202,0,0,0,0,0,0,0,"Secret order from Doha - Collect proof"
-7203,0,0,0,0,0,0,0,"Secret order from Doha - Final Report"
-7206,0,0,0,0,0,0,0,"New Day for Cheshire"
-7207,0,0,0,0,0,0,0,"Cheshire's Box"
-7208,86400,0,0,0,0,0,0,"Wait for Cheshire?"
-7209,0,0,0,0,0,0,0,"Forget the box."
-7210,0,0,0,0,0,0,0,"Daily delivery"
-
-// Misty Forest Labyrinth
-7211,9000,0,0,0,0,0,0,"Misty Forest Labyrinth Exploration"
-7212,0,0,0,0,0,0,0,"Loki's Search"
-7213,0,0,0,0,0,0,0,"Wandering Protector"
-
-// Paradise Gear Advanced Quests [Chilly]
-7214,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Training"
-7215,0,1278,3,0,0,0,0,"Paradise Advanced: Romeo Hunt 1"
-7216,0,1278,10,0,0,0,0,"Paradise Advanced: Romeo Hunt 2"
-7217,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Hunt 3"
-7218,0,0,0,0,0,0,0,"Paradise Advanced: Romeo Complete"
-7219,0,0,0,0,0,0,0,"Paradise Advanced: Johan Training"
-7220,0,1192,20,0,0,0,0,"Paradise Advanced: Johan Hunt 1"
-7221,0,1117,10,0,0,0,0,"Paradise Advanced: Johan Hunt 2"
-7222,0,0,0,0,0,0,0,"Paradise Advanced: Johan Complete"
-7223,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Training"
-7224,0,1619,30,0,0,0,0,"Paradise Advanced: Kiren Hunt 1"
-7225,0,1620,30,0,0,0,0,"Paradise Advanced: Removed"
-7226,0,1621,30,0,0,0,0,"Paradise Advanced: Kiren Hunt 2 (Part A)"
-7227,0,1622,5,0,0,0,0,"Paradise Advanced: Kiren Hunt 2 (Part B)"
-7228,0,0,0,0,0,0,0,"Paradise Advanced: Kiren Complete"
-7229,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Training"
-7230,0,1776,30,0,0,0,0,"Paradise Advanced: Naomi Hunt 1"
-7231,0,1776,30,0,0,0,0,"Paradise Advanced: Naomi Hunt 2"
-7232,0,0,0,0,0,0,0,"Paradise Advanced: Naomi Complete"
-7233,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Training"
-7234,0,0,0,0,0,0,0,"Paradise Advanced: Margaret's Favor"
-7235,0,1988,1,0,0,0,0,"Paradise Advanced: Margaret Hunt 1"
-7236,0,1995,5,0,0,0,0,"Paradise Advanced: Margaret Hunt 2"
-7237,0,0,0,0,0,0,0,"Paradise Advanced: Margaret Complete"
-7238,0,0,0,0,0,0,0,"Toren's Errands (Easy)"
-7239,0,0,0,0,0,0,0,"Toren's Errands (Normal)"
-7240,0,0,0,0,0,0,0,"Strengthening Equipment"
-7241,86400,0,0,0,0,0,0,"Toren's Errands - Tomorrow"
-7242,0,0,0,0,0,0,0,"Play with the baby cat"
-7243,0,0,0,0,0,0,0,"Nyadventure-Duruduru Compass"
-7244,180,0,0,0,0,0,0,"Nyadventure-Duruduru Race"
-7245,180,0,0,0,0,0,0,"Nyadventure-Duruduru Race"
-7246,0,0,0,0,0,0,0,"Nyadventure-I'm coming now."
-7247,0,0,0,0,0,0,0,"Nyadventure-Stop the Bang!"
-//7248,0,0,0,0,0,0,0,""
-7249,86400,0,0,0,0,0,0,"Nyadventure-Bang! See you next time"
-7250,0,0,0,0,0,0,0,"Nyadventure-Hidden Treasure?"
-7251,0,0,0,0,0,0,0,"Nyadventure-The First piece of Painting"
-7252,0,0,0,0,0,0,0,"Nyadventure-The Second piece of Painting"
-7253,0,0,0,0,0,0,0,"Nyadventure-The Third piece of Painting"
-7254,0,0,0,0,0,0,0,"Nyadventure-The Fourth piece of Painting"
-7255,0,0,0,0,0,0,0,"Nyadventure-The Fifth piece of Painting"
-7256,0,0,0,0,0,0,0,"Nyadventure-The Sixth piece of Painting"
-7257,86400,0,0,0,0,0,0,"Nyadventure-Race, Come back tomorrow!"
-7258,0,0,0,0,0,0,0,"Nyadventure-Painting completed"
-7259,0,0,0,0,0,0,0,"Gift from the Mew Bravery Team"
-7260,0,0,0,0,0,0,0,"The origin of Bugs"
-7261,0,0,0,0,0,0,0,"Cat Biscuits - Table"
-7262,0,0,0,0,0,0,0,"Cat Biscuits - Mattress"
-7263,0,0,0,0,0,0,0,"Cat Biscuits - Grill"
-7264,0,0,0,0,0,0,0,"To Chef Nyas"
-7265,0,0,0,0,0,0,0,"Rage of Chef Nyas"
-7266,0,0,0,0,0,0,0,"Declaration of Chef Nyas"
-7267,86400,0,0,0,0,0,0,"Appointed time with Cleanyang"
-7268,0,0,0,0,0,0,0,"Find the Cat's hard biscuits!"
-7269,0,0,0,0,0,0,0,"Cat Biscuits - Resting Place"
-7270,0,0,0,0,0,0,0,"Cat Biscuits - Sand"
-7271,0,0,0,0,0,0,0,"Cat Biscuits - Bottom of the Stairs"
-7272,0,0,0,0,0,0,0,"Cat Biscuits - Corner"
-7273,0,0,0,0,0,0,0,"Cat Biscuits - Locker"
-7274,0,0,0,0,0,0,0,"Cat Biscuits - Foothold"
-7275,0,0,0,0,0,0,0,"Cat Biscuits - Sand"
-7276,86400,0,0,0,0,0,0,"Promise to deliver more food"
-7281,0,0,0,0,0,0,0,"List of Errands"
-7282,0,0,0,0,0,0,0,"List of Errands"
-7283,0,0,0,0,0,0,0,"List of Errands"
-7284,0,0,0,0,0,0,0,"List of Errands"
-7285,0,0,0,0,0,0,0,"List of Errands"
-7286,0,0,0,0,0,0,0,"List of Errands"
-7287,0,0,0,0,0,0,0,"List of Errands"
-7288,0,0,0,0,0,0,0,"List of Errands"
-7289,0,0,0,0,0,0,0,"List of Errands"
-7290,0,0,0,0,0,0,0,"List of Errands"
-7291,0,0,0,0,0,0,0,"List of Errands"
-7292,0,0,0,0,0,0,0,"List of Errands"
-7293,0,0,0,0,0,0,0,"List of Errands"
-7294,0,0,0,0,0,0,0,"List of Errands"
-7295,0,0,0,0,0,0,0,"List of Errands"
-7296,0,0,0,0,0,0,0,"List of Errands"
-7297,0,0,0,0,0,0,0,"List of Errands"
-7298,0,0,0,0,0,0,0,"List of Errands"
-7299,0,0,0,0,0,0,0,"List of Errands"
-7300,0,0,0,0,0,0,0,"List of Errands"
-7301,0,0,0,0,0,0,0,"List of Errands"
-7302,0,0,0,0,0,0,0,"List of Errands"
-7303,0,0,0,0,0,0,0,"List of Errands"
-7304,0,0,0,0,0,0,0,"List of Errands"
-7305,0,0,0,0,0,0,0,"List of Errands"
-7306,0,0,0,0,0,0,0,"List of Errands"
-7307,0,0,0,0,0,0,0,"List of Errands"
-7308,0,0,0,0,0,0,0,"List of Errands"
-7309,0,0,0,0,0,0,0,"List of Errands"
-7310,0,0,0,0,0,0,0,"List of Errands"
-7311,0,0,0,0,0,0,0,"List of Errands"
-7312,0,0,0,0,0,0,0,"List of Errands"
-7313,0,0,0,0,0,0,0,"List of Errands"
-7314,0,0,0,0,0,0,0,"List of Errands"
-7315,0,0,0,0,0,0,0,"List of Errands"
-7316,0,0,0,0,0,0,0,"List of Errands"
-7317,0,0,0,0,0,0,0,"List of Errands"
-7318,0,0,0,0,0,0,0,"List of Errands"
-7319,0,0,0,0,0,0,0,"List of Errands"
-7320,0,0,0,0,0,0,0,"List of Errands"
-7321,0,0,0,0,0,0,0,"List of Errands"
-7322,0,0,0,0,0,0,0,"List of Errands"
-7323,0,0,0,0,0,0,0,"List of Errands"
-7324,0,0,0,0,0,0,0,"List of Errands"
-7325,0,0,0,0,0,0,0,"List of Errands"
-7326,0,0,0,0,0,0,0,"List of Errands"
-7327,0,0,0,0,0,0,0,"List of Errands"
-7328,0,0,0,0,0,0,0,"List of Errands"
-7329,0,0,0,0,0,0,0,"List of Errands"
-7330,0,0,0,0,0,0,0,"List of Errands"
-7331,0,0,0,0,0,0,0,"List of Errands"
-7332,0,0,0,0,0,0,0,"List of Errands"
-7333,0,0,0,0,0,0,0,"List of Errands"
-7334,0,0,0,0,0,0,0,"List of Errands"
-7335,0,0,0,0,0,0,0,"List of Errands"
-7336,0,0,0,0,0,0,0,"List of Errands"
-7337,0,0,0,0,0,0,0,"List of Errands"
-7338,0,0,0,0,0,0,0,"List of Errands"
-7339,0,0,0,0,0,0,0,"List of Errands"
-7340,0,0,0,0,0,0,0,"List of Errands"
-7341,0,0,0,0,0,0,0,"List of Errands"
-7342,0,0,0,0,0,0,0,"List of Errands"
-7343,0,0,0,0,0,0,0,"List of Errands"
-7344,0,0,0,0,0,0,0,"List of Errands"
-7345,0,0,0,0,0,0,0,"List of Errands"
-7346,0,0,0,0,0,0,0,"List of Errands"
-
-// Hall of Abyss
-7349,1800,0,0,0,0,0,0,"Vote"
-
-// Port Malaya
-7350,0,0,0,0,0,0,0,"Cautious Village"
-7351,0,0,0,0,0,0,0,"Better than My Old Button"
-7352,0,0,0,0,0,0,0,"Sailor Wants a Button"
-7353,0,0,0,0,0,0,0,"Old Man Wants a Button"
-7354,0,0,0,0,0,0,0,"Young Man Wants a Button"
-7355,0,0,0,0,0,0,0,"Merchant Wants a Button"
-7356,0,0,0,0,0,0,0,"Little Kid Wants a Button"
-7357,0,0,0,0,0,0,0,"Middle-aged Guy Wants a Button"
-7358,0,0,0,0,0,0,0,"Why do they want my Buttons?"
-7359,0,0,0,0,0,0,0,"Deliver Holy Item to Sailor"
-7360,0,0,0,0,0,0,0,"Deliver Holy Item to Old Man"
-7361,0,0,0,0,0,0,0,"Deliver Holy Item to Young Man"
-7362,0,0,0,0,0,0,0,"Deliver Holy Item to Merchant"
-7363,0,0,0,0,0,0,0,"Deliver Holy Item to Little Kid"
-7364,0,0,0,0,0,0,0,"Deliver Holy Item to Middle-aged Man"
-7365,0,0,0,0,0,0,0,"Better than My Old Button-2"
-7366,0,0,0,0,0,0,0,"Traditional Spiritual Protection and Impudent Girl-1"
-7367,600,0,0,0,0,0,0,"Traditional Spiritual Protection and Impudent Girl-2"
-7368,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Pedro"
-7369,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Nardo"
-7370,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Pandoi"
-7371,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Woeon"
-7372,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Talah"
-7373,0,0,0,0,0,0,0,"Deliver Spiritual Protection-Romel"
-7374,0,0,0,0,0,0,0,"Love and Spiritual Protection for All"
-7375,82800,0,0,0,0,0,0,"Love and Spiritual Protection Continues"
-7376,0,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-1"
-7377,0,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-2"
-7378,82800,0,0,0,0,0,0,"Old Man and Cast-Iron Caldron-Regular Trades"
-7379,0,0,0,0,0,0,0,"Peace Preacher"
-7380,0,0,0,0,0,0,0,"To Smith a Traditional Spiritual Protection"
-7381,82800,0,0,0,0,0,0,"High Demand on Spiritual Protection Material"
-7382,0,0,0,0,0,0,0,"Deliver to Pedro"
-7383,0,0,0,0,0,0,0,"Deliver to Nardo"
-7384,0,0,0,0,0,0,0,"Deliver to Pandoi"
-7385,0,0,0,0,0,0,0,"Deliver to Woeon"
-7386,0,0,0,0,0,0,0,"Deliver to Talah"
-7387,0,0,0,0,0,0,0,"Deliver to Romel"
-7388,0,0,0,0,0,0,0,"Maries's Child"
-7389,0,0,0,0,0,0,0,"Give the Shirt to Maries's Child"
-7390,82800,0,0,0,0,0,0,"Worried about Maries's Child"
-7391,0,0,0,0,0,0,0,"Jejeling and Jejellopy"
-7392,86400,0,0,0,0,0,0,"Collect Jejellopy Regularly"
-7393,0,2314,10,2311,10,0,0,"Shiny Silver Blade"
-7394,82800,0,0,0,0,0,0,"Shiny Tomorrow"
-7395,0,0,0,0,0,0,0,"Ghost on the Ferry Ship"
-7396,0,0,0,0,0,0,0,"Angry Soul on Ferry Ship"
-7397,0,0,0,0,0,0,0,"Mumbaki Phong's Advice"
-7398,0,0,0,0,0,0,0,"Offering Bouquet Recommended by Mumbaki"
-7399,0,0,0,0,0,0,0,"Soul Diwata's Story"
-7400,0,0,0,0,0,0,0,"Mumbaki of Port Malaya"
-7401,82800,0,0,0,0,0,0,"All Aboard for Perry Sailing"
-7402,0,0,0,0,0,0,0,"Bouquet for Diwata"
-7403,0,0,0,0,0,0,0,"Stabilized Perry"
-7404,0,2316,20,0,0,0,0,"Get Rid of Jejeling"
-7405,82800,0,0,0,0,0,0,"Get Rid of Jejeling - Same Time Tomorrow"
-7406,0,0,0,0,0,0,0,"Agree to Collecting Bones!"
-7407,0,0,0,0,0,0,0,"Purified Bone"
-7408,82800,0,0,0,0,0,0,"Agree to Come Back Tomorrow?"
-7409,0,2309,10,0,0,0,0,"Cannot Meet Eyes with Him!"
-7410,82800,0,0,0,0,0,0,"Teach Another Lesson Tomorrow!"
-
-// Eclage
-7411,0,0,0,0,0,0,0,"The traveler, Fome's story"
-7412,0,0,0,0,0,0,0,"The traveler, Litrip's story"
-7413,0,0,0,0,0,0,0,"The traveler, Chiba's story"
-7414,0,0,0,0,0,0,0,"Eclage guard's message"
-7415,0,0,0,0,0,0,0,"Laphine's Chief of Staff"
-7416,600,0,0,0,0,0,0,"Waiting to meet"
-7417,0,0,0,0,0,0,0,"Kardui's request"
-7418,0,0,0,0,0,0,0,"For Eclage 1"
-7419,0,0,0,0,0,0,0,"For Eclage 2"
-7420,0,0,0,0,0,0,0,"For Eclage 3"
-7421,0,0,0,0,0,0,0,"That's enough"
-7422,0,0,0,0,0,0,0,"Kardui's gift"
-7423,0,0,0,0,0,0,0,"A rumor about the King 1"
-7424,0,0,0,0,0,0,0,"A rumor about the King 2"
-7425,0,0,0,0,0,0,0,"A rumor about the King 3"
-7426,0,0,0,0,0,0,0,"A rumor about the King 4"
-7427,0,0,0,0,0,0,0,"At times like this, face it straight on!"
-7428,0,0,0,0,0,0,0,"Yai of the wild"
-7429,82800,0,0,0,0,0,0,"Wild recent trend!"
-7430,0,0,0,0,0,0,0,"Deliveryman that runs through space"
-7431,82800,0,0,0,0,0,0,"A mailman never rests!"
-7432,0,2363,5,2364,5,0,0,"The troublemakers in the land of blooming flowers"
-7433,82800,0,0,0,0,0,0,"Need constant guidance"
-
-// Twins and Scholar of Magics
-7434,0,0,0,0,0,0,0,"Kardui's big brother"
-7435,180,0,0,0,0,0,0,"Time for reading the letter"
-7436,0,0,0,0,0,0,0,"Avant the Scholar of Magics"
-7437,0,0,0,0,0,0,0,"Shenime's favor"
-7438,0,0,0,0,0,0,0,"Secret sponsorship"
-7439,0,0,0,0,0,0,0,"The scholar of magics sponsored by Shenime"
-7440,0,0,0,0,0,0,0,"Minuel's witness"
-7441,0,0,0,0,0,0,0,"Mail is here!"
-7442,0,0,0,0,0,0,0,"The identity of the scholar of magics"
-7443,0,0,0,0,0,0,0,"Interfere with the research!"
-7444,0,0,0,0,0,0,0,"What Avant was researching"
-
-// Orb
-7445,0,0,0,0,0,0,0,"Avant's back"
-7446,0,0,0,0,0,0,0,"Unfruitful conversation"
-7447,0,0,0,0,0,0,0,"Dilemma surrounding the Orb"
-7448,0,0,0,0,0,0,0,"Something's not right"
-7449,0,0,0,0,0,0,0,"Temptation toward the Orb"
-7450,0,0,0,0,0,0,0,"Orb's lighting room"
-7451,0,0,0,0,0,0,0,"Betrayal"
-7452,0,0,0,0,0,0,0,"Find the chief of staff!"
-7453,0,0,0,0,0,0,0,"The last of the chief of staff"
-
-8000,0,0,0,0,0,0,0,"Quitting Job Change"
-8001,0,0,0,0,0,0,0,"Job Change to Assassin"
-8002,0,0,0,0,0,0,0,"Job Change to Assassin"
-8003,0,0,0,0,0,0,0,"Job Change to Assassin"
-8004,0,0,0,0,0,0,0,"Job Change to Assassin"
-8005,0,0,0,0,0,0,0,"Job Change to Assassin"
-8006,0,0,0,0,0,0,0,"Find the Guild Master!"
-8007,0,0,0,0,0,0,0,"Acceptance from the Guild Master"
-8008,0,0,0,0,0,0,0,"Job Change to Assassin"
-8009,0,0,0,0,0,0,0,"Applying for Job Change to Priest"
-8010,0,0,0,0,0,0,0,"Job Change to Priest"
-8011,0,0,0,0,0,0,0,"Job Change to Priest"
-8012,0,0,0,0,0,0,0,"Job Change to Priest"
-8013,0,0,0,0,0,0,0,"Job Change to Priest"
-8014,0,0,0,0,0,0,0,"Job Change to Priest"
-8015,0,0,0,0,0,0,0,"Job Change to Priest"
-8016,0,0,0,0,0,0,0,"Job Change to Priest"
-8017,0,0,0,0,0,0,0,"Factory Inspection"
-8018,0,0,0,0,0,0,0,"Factory Inspection"
-8019,0,0,0,0,0,0,0,"Factory Inspection"
-8020,0,0,0,0,0,0,0,"Factory Inspection"
-8021,0,0,0,0,0,0,0,"Factory Inspection"
-8022,0,0,0,0,0,0,0,"Factory Inspection"
-8023,0,0,0,0,0,0,0,"Factory Inspection"
-8024,0,0,0,0,0,0,0,"Factory Inspection"
-8025,0,0,0,0,0,0,0,"Factory Inspection"
-8026,0,0,0,0,0,0,0,"Factory Inspection"
-8027,0,0,0,0,0,0,0,"Factory Inspection"
-8028,0,0,0,0,0,0,0,"Factory Inspection"
-8029,0,0,0,0,0,0,0,"Factory Inspection"
-8030,0,0,0,0,0,0,0,"Factory Inspection"
-8031,0,0,0,0,0,0,0,"Factory Inspection"
-8032,0,0,0,0,0,0,0,"Tarlock's Favor"
-8033,0,0,0,0,0,0,0,"Ferlock's Favor"
-8034,0,0,0,0,0,0,0,"Ferlock's Favor"
-8035,0,0,0,0,0,0,0,"How the Airship Works"
-8036,0,0,0,0,0,0,0,"Hallen's Favor"
-8037,0,0,0,0,0,0,0,"The Dice Roller"
-8038,0,0,0,0,0,0,0,"The Dice Roller"
-8039,0,0,0,0,0,0,0,"Secret of Airships"
-8040,0,0,0,0,0,0,0,"Secret of Airships"
-8041,0,0,0,0,0,0,0,"Secret of Airships"
-8042,0,0,0,0,0,0,0,"Secret of Airships"
-8043,0,0,0,0,0,0,0,"Secret of Airships"
-8044,0,0,0,0,0,0,0,"Euslan's Fiancee"
-8045,0,0,0,0,0,0,0,"Tips from Kaci"
-8046,0,0,0,0,0,0,0,"Ferlock's Passengers list"
-8047,0,0,0,0,0,0,0,"Euslan's Favor"
-8048,0,0,0,0,0,0,0,"Eukran's Testimony"
-8049,0,0,0,0,0,0,0,"Thierry's Favor"
-8050,0,0,0,0,0,0,0,"Danger coming on to Thierry"
-8051,0,0,0,0,0,0,0,"Euslan's Medicine"
-8052,0,0,0,0,0,0,0,"Thierry's Favor"
-8053,0,0,0,0,0,0,0,"Find Postell"
-8054,0,0,0,0,0,0,0,"Message from Postell"
-8055,0,0,0,0,0,0,0,"Nursing Allen"
-8056,0,0,0,0,0,0,0,"Little something in return"
-8057,0,0,0,0,0,0,0,"Grumbling Manainne"
-8058,0,0,0,0,0,0,0,"Conversation with El Schatt"
-8059,0,0,0,0,0,0,0,"Conversation with Perfitz"
-8060,0,0,0,0,0,0,0,"Stubborn El Schatt"
-8061,0,0,0,0,0,0,0,"Stories of the past"
-8062,0,0,0,0,0,0,0,"Kanainne"
-8063,0,0,0,0,0,0,0,"Kanainne's spirit"
-8064,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8065,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8066,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8067,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8068,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8069,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8070,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8071,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8072,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8073,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8074,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8075,0,0,0,0,0,0,0,"Cellette's Fish Cake Soup"
-8076,0,0,0,0,0,0,0,"Klitzer and Calla"
-8077,0,0,0,0,0,0,0,"Klitzer and Calla"
-8078,0,0,0,0,0,0,0,"Klitzer and Calla"
-8079,0,0,0,0,0,0,0,"Klitzer and Calla"
-8080,0,0,0,0,0,0,0,"Klitzer and Calla"
-8081,0,0,0,0,0,0,0,"Klitzer and Calla"
-8082,0,0,0,0,0,0,0,"Klitzer and Calla"
-8083,0,0,0,0,0,0,0,"Klitzer and Calla"
-8084,0,0,0,0,0,0,0,"Klitzer and Calla"
-8085,0,0,0,0,0,0,0,"Klitzer and Calla"
-8086,0,0,0,0,0,0,0,"Klitzer and Calla"
-8087,0,0,0,0,0,0,0,"Klitzer and Calla"
-8088,0,0,0,0,0,0,0,"Klitzer and Calla"
-8089,0,0,0,0,0,0,0,"Stolen Gemstone"
-8090,0,0,0,0,0,0,0,"Mr. Manson"
-8091,0,0,0,0,0,0,0,"Jenny the gardener"
-8092,0,0,0,0,0,0,0,"Searching the Market"
-8093,0,0,0,0,0,0,0,"Mysterious Message"
-8094,0,0,0,0,0,0,0,"Double Crossed?"
-8095,0,0,0,0,0,0,0,"Find Phobe"
-8096,0,0,0,0,0,0,0,"Stolen Gemstone Found"
-8097,0,0,0,0,0,0,0,"Informing Jenny"
-8098,0,0,0,0,0,0,0,"Keeping the Secret"
-8099,0,0,0,0,0,0,0,"Vincent's Recommendation"
-8100,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed"
-8101,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed"
-8102,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed"
-8103,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed"
-8104,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed"
-8105,0,0,0,0,0,0,0,"Recommendation from High Priest Zhed"
-8106,0,0,0,0,0,0,0,"Mr. Shendar's daughter"
-8107,0,0,0,0,0,0,0,"Lachellen's Testimony"
-8108,0,0,0,0,0,0,0,"A Foreigner, Katinshuell"
-8109,0,0,0,0,0,0,0,"Bruspetti's scent"
-8110,0,0,0,0,0,0,0,"Bruspetti's scent"
-8111,0,0,0,0,0,0,0,"Lachellen's Testimony"
-8112,0,0,0,0,0,0,0,"Freya's Spring"
-8113,0,0,0,0,0,0,0,"Bruspetti's Diary"
-8114,0,0,0,0,0,0,0,"Bruspetti's Diary"
-8115,0,0,0,0,0,0,0,"Suspicious Katinshuell"
-8116,0,0,0,0,0,0,0,"Lachellen's Testimony"
-8117,0,0,0,0,0,0,0,"Freya's Spring"
-8118,0,0,0,0,0,0,0,"Conversation with Mr. Shendar"
-8119,0,0,0,0,0,0,0,"Bruspetti's Diary"
-8120,0,0,0,0,0,0,0,"Conversation with Katinshuell"
-8121,0,0,0,0,0,0,0,"Conversation with Katinshuell"
-8122,0,0,0,0,0,0,0,"Bruspetti's resting place"
-8123,0,0,0,0,0,0,0,"Ayotaya's world famous dish, Tom Yum Goong"
-8124,0,0,0,0,0,0,0,"Ayotaya's world famous dish, Tom Yum Goong"
-8125,0,0,0,0,0,0,0,"Ayotaya's world famous dish, Tom Yum Goong"
-8126,0,0,0,0,0,0,0,"Ayotaya's world famous dish, Tom Yum Goong"
-8127,0,0,0,0,0,0,0,"Momotaro Field Trip"
-8128,0,0,0,0,0,0,0,"Momotaro Field Trip"
-8129,0,0,0,0,0,0,0,"Momotaro Field Trip"
-8130,0,0,0,0,0,0,0,"Momotaro Field Trip"
-8131,0,0,0,0,0,0,0,"The mother of lord in Amatsu"
-8132,0,0,0,0,0,0,0,"The mother of lord in Amatsu"
-8133,0,0,0,0,0,0,0,"Song of the fox"
-8134,0,0,0,0,0,0,0,"Boy at the Northern Shrine"
-8135,0,0,0,0,0,0,0,"Fox Expelled"
-8136,0,0,0,0,0,0,0,"The Gray Wolf's Warning"
-8137,0,0,0,0,0,0,0,"Finding the Keymaker"
-8138,0,0,0,0,0,0,0,"Blacksmith's Request"
-8139,0,0,0,0,0,0,0,"The Golden Key"
-8140,0,0,0,0,0,0,0,"The Red Ring"
-8141,0,0,0,0,0,0,0,"Mashenka's Red Ring"
-8142,0,0,0,0,0,0,0,"Searching the Marsh"
-8143,0,0,0,0,0,0,0,"The Flute's Voice"
-8144,0,0,0,0,0,0,0,"Ryubaba's Confession"
-8145,0,0,0,0,0,0,0,"Worried Mother's Request"
-8146,0,0,0,0,0,0,0,"Finding Lusalka"
-8147,0,0,0,0,0,0,0,"Lusalka's Beloved"
-8148,0,0,0,0,0,0,0,"Lusalka's Beloved"
-8149,0,0,0,0,0,0,0,"Searching for Igor"
-8150,0,0,0,0,0,0,0,"Igor's message"
-8151,0,0,0,0,0,0,0,"Marozka's Cave"
-8152,0,0,0,0,0,0,0,"The Golden Thread"
-8153,0,0,0,0,0,0,0,"Test of mind and wisdom"
-8154,0,0,0,0,0,0,0,"The Keymaker"
-8155,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8156,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8157,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8158,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8159,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8160,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8161,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8162,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8163,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8164,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8165,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8166,0,0,0,0,0,0,0,"Baba Yaga's Favor"
-8167,0,0,0,0,0,0,0,"The Golden Key"
-8168,0,0,0,0,0,0,0,"Koshei, the Immortal"
-8169,0,0,0,0,0,0,0,"Living and Dead Water"
-8170,0,0,0,0,0,0,0,"Living and Dead Water"
-8171,0,0,0,0,0,0,0,"Living and Dead Water"
-
-8181,0,0,0,0,0,0,0,"Sight Blaster"
-8182,0,0,0,0,0,0,0,"Push Back Theory"
-8183,0,0,0,0,0,0,0,"Sight Blaster"
-8184,0,0,0,0,0,0,0,"Elemental Converter"
-8185,0,0,0,0,0,0,0,"Elemental Change"
-8186,0,0,0,0,0,0,0,"Fire Elemental Change"
-8187,0,0,0,0,0,0,0,"Earth Elemental Change"
-8188,0,0,0,0,0,0,0,"Wind Elemental Change"
-8189,0,0,0,0,0,0,0,"Water Elemental Change"
-8190,0,0,0,0,0,0,0,"Charming Wink"
-8191,0,0,0,0,0,0,0,"Charming Advisor"
-8192,0,0,0,0,0,0,0,"Selfish Advisor"
-8193,0,0,0,0,0,0,0,"Selfish Advisor"
-8194,0,0,0,0,0,0,0,"Drunken Advisor"
-8195,0,0,0,0,0,0,0,"Kind Canell"
-8196,0,0,0,0,0,0,0,"The Tripartite Union's Feud"
-8197,0,0,0,0,0,0,0,"Document Delivery"
-8198,0,0,0,0,0,0,0,"Report to the United Research Official"
-8199,0,0,0,0,0,0,0,"United Research Official's Favor"
-8200,0,0,0,0,0,0,0,"Ryosen's Document Requests"
-8201,0,0,0,0,0,0,0,"Missing Document"
-8202,0,0,0,0,0,0,0,"Document Restoration"
-8203,0,0,0,0,0,0,0,"Document Restoration"
-8204,0,0,0,0,0,0,0,"Ryosen"
-8205,0,0,0,0,0,0,0,"Report to the United Research Official"
-8206,0,0,0,0,0,0,0,"Researchers' Meeting"
-8207,0,0,0,0,0,0,0,"Hansenne is not guilty."
-8208,0,0,0,0,0,0,0,"Hansenne's Favor"
-8209,0,0,0,0,0,0,0,"Hue's Report"
-8210,0,0,0,0,0,0,0,"Report to the United Research Official"
-8211,0,0,0,0,0,0,0,"Shurank's Lecture"
-8212,0,0,0,0,0,0,0,"Shurank's Lecture"
-8213,0,0,0,0,0,0,0,"Shurank's Lecture"
-8214,0,0,0,0,0,0,0,"Shurank's Lecture"
-8215,0,0,0,0,0,0,0,"Shurank's Lecture"
-8216,0,0,0,0,0,0,0,"Shurank's Order"
-8217,0,0,0,0,0,0,0,"Dequ'ee's Message"
-8218,0,0,0,0,0,0,0,"Shurank's Lecture"
-8219,0,0,0,0,0,0,0,"Shurank's Lecture"
-8220,0,0,0,0,0,0,0,"Shurank's Lecture"
-8221,0,0,0,0,0,0,0,"Shurank's Lecture"
-8222,0,0,0,0,0,0,0,"Shurank's order"
-8223,0,0,0,0,0,0,0,"Dequ'ee's order"
-8224,0,0,0,0,0,0,0,"The clue"
-8225,0,0,0,0,0,0,0,"Dequ'ee's Reasoning"
-8226,0,0,0,0,0,0,0,"Bankley's Death"
-8227,0,0,0,0,0,0,0,"Return to Shurank"
-8228,0,0,0,0,0,0,0,"Shurank's Lecture"
-8229,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8230,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8231,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8232,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8233,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8234,0,0,0,0,0,0,0,"Prontera Market Research"
-8235,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8236,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8237,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8238,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8239,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8240,0,0,0,0,0,0,0,"Guarnien's Lecture"
-8241,0,0,0,0,0,0,0,"Collection of Red Jewel"
-8242,0,0,0,0,0,0,0,"Collection of blue Jewel"
-8243,0,0,0,0,0,0,0,"Learning new languages"
-8244,0,0,0,0,0,0,0,"Fairies and Tree Giants"
-8245,0,0,0,0,0,0,0,"Language sample investigation"
-8246,0,0,0,0,0,0,0,"Language sample investigation"
-8247,0,0,0,0,0,0,0,"Research progress"
-8248,0,0,0,0,0,0,0,"Research progress"
-8249,0,0,0,0,0,0,0,"Compressing Information"
-8250,0,0,0,0,0,0,0,"Storage Gem"
-8251,0,0,0,0,0,0,0,"Injection of Magic"
-8252,0,0,0,0,0,0,0,"Handworked jewels"
-8253,3600,0,0,0,0,0,0,"Language translation device"
-
-8254,0,0,0,0,0,0,0,"with a light heart and body"
-8255,0,0,0,0,0,0,0,"The test of power for existence"
-8256,0,0,0,0,0,0,0,"The test of power for existence"
-8257,0,0,0,0,0,0,0,"Providing food of Teardrop"
-8258,0,0,0,0,0,0,0,"Providing food of Teardrop"
-8259,0,0,0,0,0,0,0,"to a place for taking a practical technique test"
-8260,0,0,0,0,0,0,0,"Mission! Documents delivery"
-8261,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,"Ranger master never again"
-
-8265,0,0,0,0,0,0,0,"One time a one hour!"
-
-8266,0,1077,10,0,0,0,0,"Hunting poison spore!"
-8267,0,1056,10,0,0,0,0,"Hunting smokie!"
-8268,0,1033,10,0,0,0,0,"Hunt elder wilow!"
-8269,0,1104,10,0,0,0,0,"Hunt coco!"
-8270,0,1034,10,0,0,0,0,"Hunt tharafrog!"
-8271,0,0,0,0,0,0,0,"Toxic sprays delivery!"
-8272,0,0,0,0,0,0,0,"Deliver a honey!"
-8273,0,0,0,0,0,0,0,"Deliver a blanket!"
-8274,0,0,0,0,0,0,0,"Collect bones!"
-8275,0,0,0,0,0,0,0,"Collect feet!"
-8276,0,0,0,0,0,0,0,"Collect scell!"
-8277,0,0,0,0,0,0,0,"Collect tails!"
-8278,0,0,0,0,0,0,0,"Collect cookies!"
-8279,0,0,0,0,0,0,0,"Collect mustache!"
-
-9000,0,0,0,0,0,0,0,"Job Change to Knight"
-9001,0,0,0,0,0,0,0,"Loyalty of a Knight"
-9002,0,0,0,0,0,0,0,"Loyalty of a Knight"
-9003,0,0,0,0,0,0,0,"The Honor of a Knight"
-9004,0,0,0,0,0,0,0,"The Honor of a Knight"
-9005,0,0,0,0,0,0,0,"Tenacity of a Knight"
-9006,0,0,0,0,0,0,0,"Tenacity of a Knight"
-9007,0,0,0,0,0,0,0,"The Honor of a Knight"
-9008,0,0,0,0,0,0,0,"Etiquette as a Knight"
-9009,0,0,0,0,0,0,0,"Life as a Knight"
-9010,0,0,0,0,0,0,0,"Quality of reverence"
-9011,0,0,0,0,0,0,0,"Life as a Knight"
-9012,0,0,0,0,0,0,0,"Glory of a Knight!"
-9013,0,0,0,0,0,0,0,"Job Change to Wizard"
-9014,0,0,0,0,0,0,0,"Job Change to Wizard"
-9015,0,0,0,0,0,0,0,"Job Change to Wizard"
-9016,0,0,0,0,0,0,0,"Job Change to Wizard"
-9017,0,0,0,0,0,0,0,"Job Change to Wizard"
-9018,0,0,0,0,0,0,0,"Certified as a Wizard!"
-9058,0,0,0,0,0,0,0,"O'Riley's Request"
-9059,0,0,0,0,0,0,0,"Happy St. Patrick's Day"
-9117,0,0,0,0,0,0,0,"Lina's Curse"
-9118,0,1109,50,0,0,0,0,"Lina's Curse - Deviruchi Hunt"
-9119,0,1291,50,0,0,0,0,"Lina's Curse - Wraith Dead Hunt"
-9120,0,1504,50,0,0,0,0,"Lina's Curse - Dullahan Hunt"
-9121,0,1379,50,0,0,0,0,"Lina's Curse - Nightmare Terror Hunt"
-9122,0,0,0,0,0,0,0,"Lina's Curse"
-9123,0,0,0,0,0,0,0,"Lina's Curse"
-9024,0,0,0,0,0,0,0,"An errand boy from Einbroch"
-// kRO
-//9028,0,0,0,0,0,0,0,"strange Mouse"
-//9029,86400,0,0,0,0,0,0,"Strange Mouse : present conditions"
-// iRO/cRO
-9028,0,0,0,0,0,0,0,"strange Hydra"
-9029,86400,0,0,0,0,0,0,"Strange Hydra : present conditions"
-9030,0,0,0,0,0,0,0,"Find a puppy"
-9031,0,0,0,0,0,0,0,"Find a puppy"
-9032,86400,0,0,0,0,0,0,"Find a puppy"
-
-9155,0,0,0,0,0,0,0,"Getting materials for the Jaty Crown"
-9156,0,0,0,0,0,0,0,"Make the Jaty Crown"
-9157,0,0,0,0,0,0,0,"Reward from Sage, Kasyapa"
-9158,0,0,0,0,0,0,0,"Delivery of Good News(1)"
-9159,0,0,0,0,0,0,0,"Back to Paiko"
-9160,0,0,0,0,0,0,0,"Delivery of Good News(2)"
-9161,0,0,0,0,0,0,0,"Back to Paiko"
-9162,0,0,0,0,0,0,0,"Delivery of Good News(3)"
-9163,0,0,0,0,0,0,0,"Back to Paiko"
-9164,0,0,0,0,0,0,0,"Delivery of Good News(4)"
-9165,0,0,0,0,0,0,0,"Reward from Paiko for success of Jaty Crown"
-
-9167,0,0,0,0,0,0,0,"Tutorial - Mercenary for Hire"
-9168,0,0,0,0,0,0,0,"Quest Window Check"
-9169,0,0,0,0,0,0,0,"Window Shopper Catalogue"
-9170,0,0,0,0,0,0,0,"Window Shopper Catalogue"
-9171,0,0,0,0,0,0,0,"Enchanting Items"
-9172,0,0,0,0,0,0,0,"Enchanted Items"
-9173,72000,0,0,0,0,0,0,"Tutorial Timer Cooldown"
-
-9222,0,2327,1,0,0,0,0,"Get Rid of Bangungot from Hospital 2F"
-9223,604800,0,0,0,0,0,0,"Will there be Peace at the Hospital?"
-9224,3600,0,0,0,0,0,0,"Explore Hospital 2F"
-
-9225,0,0,0,0,0,0,0,"Mystery Robbery Incident 1"
-9226,0,0,0,0,0,0,0,"Mystery Robbery Incident 2"
-9227,0,0,0,0,0,0,0,"Mystery Robbery Incident 3"
-9228,0,0,0,0,0,0,0,"Mystery Robbery Incident 4"
-9229,0,0,0,0,0,0,0,"Mystery Robbery Incident 5"
-9230,0,0,0,0,0,0,0,"Mystery Robbery Incident 6"
-9231,0,0,0,0,0,0,0,"Mystery Robbery Incident 7"
-9232,0,0,0,0,0,0,0,"Mystery Robbery Incident 8"
-9233,0,0,0,0,0,0,0,"Mystery Robbery Incident 9"
-9234,0,0,0,0,0,0,0,"Mystery Robbery Incident 10"
-9235,0,0,0,0,0,0,0,"Mystery Robbery Incident 11"
-9236,0,0,0,0,0,0,0,"Mystery Robbery Incident 12"
-9237,0,0,0,0,0,0,0,"Mystery Robbery Incident 13"
-9238,0,0,0,0,0,0,0,"Mystery Robbery Incident 14"
-9239,0,0,0,0,0,0,0,"Mystery Robbery Incident 15"
-9240,0,0,0,0,0,0,0,"Luen's statement notes"
-9241,0,0,0,0,0,0,0,"Luen's statement notes"
-9242,0,0,0,0,0,0,0,"Luen's statement notes"
-9243,0,0,0,0,0,0,0,"Luen's statement notes"
-9244,0,0,0,0,0,0,0,"Dames's statement notes"
-9245,0,0,0,0,0,0,0,"Dames's statement notes"
-9246,0,0,0,0,0,0,0,"Dames's statement notes"
-9247,0,0,0,0,0,0,0,"Dames's statement notes"
-9248,0,0,0,0,0,0,0,"Rosa's statement notes"
-9249,0,0,0,0,0,0,0,"Rosa's statement notes"
-9250,0,0,0,0,0,0,0,"Rosa's statement notes"
-9251,0,0,0,0,0,0,0,"Rosa's statement notes"
-9252,0,0,0,0,0,0,0,"Observing Poppy"
-9253,0,0,0,0,0,0,0,"Examining a messy bookshelf"
-9254,0,0,0,0,0,0,0,"Examining a damaged book"
-9255,0,0,0,0,0,0,0,"Examining a container for soda cans"
-9256,0,0,0,0,0,0,0,"Examining a messed up table"
-9257,0,0,0,0,0,0,0,"Examining a foreign object"
-9258,0,0,0,0,0,0,0,"Field examination results"
-9259,0,2363,5,2364,30,0,0,"Confirming Cruyan's statements"
-9260,0,0,0,0,0,0,0,"Survey investigation notes"
-9262,0,0,0,0,0,0,0,"Mystery Robbery Incident 16"
-
-10000,0,0,0,0,0,0,0,"To the Prontera Royal Court"
-10001,0,0,0,0,0,0,0,"Qualification Test"
-10002,0,0,0,0,0,0,0,"Qualification Review"
-10003,0,0,0,0,0,0,0,"Instructions on what to do"
-10004,0,0,0,0,0,0,0,"Interim Report"
-10005,0,0,0,0,0,0,0,"Prince Eigen Ahrum"
-10006,0,0,0,0,0,0,0,"Prince Ernst"
-10007,0,0,0,0,0,0,0,"Prince Poe"
-10008,0,0,0,0,0,0,0,"Prince Peter"
-10009,0,0,0,0,0,0,0,"Prince Urugen"
-10010,0,0,0,0,0,0,0,"Prince Helmut"
-10011,0,0,0,0,0,0,0,"Prince Erich"
-10012,0,0,0,0,0,0,0,"Conversation of the two princes"
-10013,0,0,0,0,0,0,0,"Searching for the unknown girl"
-10014,0,0,0,0,0,0,0,"Back to Peter"
-10015,0,0,0,0,0,0,0,"Test 15"
-10016,0,0,0,0,0,0,0,"A Guest from the Walter Family"
-10017,0,0,0,0,0,0,0,"Conspiracy"
-10018,0,0,0,0,0,0,0,"Villainous Ahrum - Poe"
-10019,0,0,0,0,0,0,0,"Villainous Ahrum - Peter"
-10020,0,0,0,0,0,0,0,"Villainous Ahrum - Erich"
-10021,0,0,0,0,0,0,0,"Villainous Ahrum - Urugen"
-10022,0,0,0,0,0,0,0,"Villainous Ahrum - Helmut"
-10023,0,0,0,0,0,0,0,"Eigen Ahrum and Ernst -Former-"
-10024,0,0,0,0,0,0,0,"Eigen Ahrum and Ernst -Latter-"
-10025,0,0,0,0,0,0,0,"Good-bye, dear!"
-10026,0,0,0,0,0,0,0,"Reforming Meto"
-10027,0,0,0,0,0,0,0,"Reforming Meto"
-10028,0,0,0,0,0,0,0,"Reforming Meto"
-10029,0,0,0,0,0,0,0,"Reforming Meto"
-10030,0,0,0,0,0,0,0,"Reforming Meto"
-10031,0,0,0,0,0,0,0,"Reforming Meto"
-10032,0,0,0,0,0,0,0,"Reforming Meto"
-10033,0,0,0,0,0,0,0,"Reforming Meto"
-10034,0,0,0,0,0,0,0,"Search the knife"
-10035,0,0,0,0,0,0,0,"Deliver the knife"
-10036,0,0,0,0,0,0,0,"Material Supply-Candy"
-10037,0,0,0,0,0,0,0,"Material Supply-Crap Shells"
-10038,0,0,0,0,0,0,0,"Material Supply-Conch"
-10039,0,0,0,0,0,0,0,"Material Supply-Fish Tail"
-10040,0,0,0,0,0,0,0,"Material Supply-White Platter"
-10041,0,0,0,0,0,0,0,"Material Supply-?"
-10042,0,0,0,0,0,0,0,"Find the Piano Keys-5 remained"
-10043,0,0,0,0,0,0,0,"Find the Piano Keys-5 remained"
-10044,0,0,0,0,0,0,0,"Find the Piano Keys-4 remained"
-10045,0,0,0,0,0,0,0,"Find the Piano Keyboard-4 remained"
-10046,0,0,0,0,0,0,0,"Find the Piano Keyboard-3 remained"
-10047,0,0,0,0,0,0,0,"Find the Piano Keyboard-3 remained"
-10048,0,0,0,0,0,0,0,"Find the Piano Keyboard-2 remained"
-10049,0,0,0,0,0,0,0,"Find the Piano Keyboard-2 remained"
-10050,0,0,0,0,0,0,0,"Find the Piano Keyboard-1 remained"
-10051,0,0,0,0,0,0,0,"Find the Piano Keyboard-1 remained"
-10052,0,0,0,0,0,0,0,"Find the Piano Keyboard-To the piano"
-10053,0,0,0,0,0,0,0,"Find the Piano Keyboard-Fill the empty spot"
-10054,0,0,0,0,0,0,0,"On the Verge of the Escape-Clint Kana"
-10055,0,0,0,0,0,0,0,"Understanding the culture of Utan"
-10056,0,0,0,0,0,0,0,"Learning Utan Language"
-10057,0,0,0,0,0,0,0,"Onward to the Other World"
-10058,0,0,0,0,0,0,0,"Onward to the Other World"
-10059,0,0,0,0,0,0,0,"Onward to the Other World"
-10060,0,0,0,0,0,0,0,"Onward to the Other World"
-10061,0,0,0,0,0,0,0,"Onward to the Other World"
-10062,0,0,0,0,0,0,0,"Onward to the Other World"
-10063,0,0,0,0,0,0,0,"Onward to the Other World"
-10064,0,0,0,0,0,0,0,"Onward to the Other World"
-10065,0,0,0,0,0,0,0,"Onward to the Other World"
-10066,0,0,0,0,0,0,0,"Onward to the Other World"
-10067,0,0,0,0,0,0,0,"Onward to the Other World"
-10068,0,0,0,0,0,0,0,"Onward to the Other World"
-10069,0,0,0,0,0,0,0,"Onward to the Other World"
-10070,0,0,0,0,0,0,0,"Onward to the Other World"
-10071,0,0,0,0,0,0,0,"Onward to the Other World"
-10072,0,0,0,0,0,0,0,"Onward to the Other World"
-10073,0,0,0,0,0,0,0,"Onward to the Other World"
-10074,0,0,0,0,0,0,0,"Onward to the Other World"
-10075,0,0,0,0,0,0,0,"Onward to the Other World"
-10076,0,0,0,0,0,0,0,"Onward to the Other World"
-10077,0,0,0,0,0,0,0,"Onward to the Other World"
-10078,0,0,0,0,0,0,0,"Onward to the Other World"
-10079,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10080,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10081,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10082,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10083,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10084,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10085,86400,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10086,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10087,86400,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10088,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-10089,0,0,0,0,0,0,0,"Escape from the reality, into the broad world"
-
-10090,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10091,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10092,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10093,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10094,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10095,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10096,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10097,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10098,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10099,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10100,0,0,0,0,0,0,0,"Job changes to Mechanic"
-10101,0,0,0,0,0,0,0,"Job changes to Mechanic"
-
-10102,0,0,0,0,0,0,0,"To client - the chapter of the sphinx dungeon"
-10103,0,0,0,0,0,0,0,"To client - the chapter of Glast heim"
-10104,0,0,0,0,0,0,0,"To client - the chapter of Yuno"
-10105,0,0,0,0,0,0,0,"To client - the chapter of a clock tower"
-10106,0,0,0,0,0,0,0,"To client - the chapter of localizing "
-10107,0,1164,10,0,0,0,0,"Sphinx dungeon - Requiem"
-10108,0,1140,10,0,0,0,0,"Sphinx dungeon - Marduk"
-10109,0,1154,10,0,0,0,0,"Sphinx dungeon - Pasana"
-10110,0,1260,10,0,0,0,0,"Glast heim - Dark Frame"
-10111,0,1117,10,0,0,0,0,"Glast heim - Evil druid"
-10112,0,1192,10,0,0,0,0,"Glast heim - Wraith"
-10113,0,1276,10,0,0,0,0,"Glast Heim - Raydric Archer"
-10114,0,1369,20,0,0,0,0,"Juno - Grand Peco"
-10115,0,1386,20,0,0,0,0,"Juno - sleeper"
-10116,0,1372,20,0,0,0,0,"Juno - Goat"
-10117,0,1376,20,0,0,0,0,"Juno - Harpy"
-10118,0,1269,15,0,0,0,0,"clock tower - Clock"
-10119,0,1199,15,0,0,0,0,"clock tower - Punk"
-10120,0,1195,15,0,0,0,0,"clock tower - Rideword"
-10121,0,1883,15,0,0,0,0,"Localizing - Uzhas"
-10122,0,1404,15,0,0,0,0,"Localizing - Miyabi Doll"
-10123,0,1516,15,0,0,0,0,"Localizing - Mi Gao"
-
-11000,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11001,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11002,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11003,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11004,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11005,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11006,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11007,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11008,0,0,0,0,0,0,0,"Inspection of Odin Shrine"
-11009,0,0,0,0,0,0,0,"Morriphen's Request"
-11010,0,0,0,0,0,0,0,"Fetching the medicine"
-11011,0,0,0,0,0,0,0,"Medicine for two"
-11012,0,0,0,0,0,0,0,"Find Makkie"
-11013,0,0,0,0,0,0,0,"Red Plant Stem Powder"
-11014,0,0,0,0,0,0,0,"The researcher's medicine"
-11015,0,0,0,0,0,0,0,"Siria's cure"
-11016,0,0,0,0,0,0,0,"Morriphen's story"
-11017,0,0,0,0,0,0,0,"Exploring Juperos"
-11018,0,0,0,0,0,0,0,"Exploring Juperos"
-11019,0,0,0,0,0,0,0,"Exploring Juperos"
-11020,0,0,0,0,0,0,0,"Exploring Juperos"
-11021,0,0,0,0,0,0,0,"Exploring Juperos"
-11022,0,0,0,0,0,0,0,"Exploring Juperos"
-// iRO Event Quest
-//11023,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 1"
-//11024,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 2"
-//11025,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 3"
-//11026,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 4"
-//11027,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 5"
-//11028,0,0,0,0,0,0,0,"Help Mr. Zabaroo - 6"
-11029,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11030,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11031,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11032,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11033,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11034,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11035,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11036,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11037,0,0,0,0,0,0,0,"Going to the Turtle Island.."
-11038,0,0,0,0,0,0,0,"Meet the Dead"
-11039,0,0,0,0,0,0,0,"Meet the Dead"
-11040,0,0,0,0,0,0,0,"Meet the Dead"
-11041,0,0,0,0,0,0,0,"Meet the Dead"
-11042,0,0,0,0,0,0,0,"Meet the Dead"
-11043,0,0,0,0,0,0,0,"Meet the Dead"
-11044,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11045,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11046,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11047,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11048,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11049,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11050,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11051,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11052,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11053,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11054,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11055,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11056,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11057,0,0,0,0,0,0,0,"Herb Medicine - Being a Doctor's Assistance"
-11070,0,0,0,0,0,0,0,"Poison King"
-11071,0,0,0,0,0,0,0,"Poison King"
-11072,0,0,0,0,0,0,0,"Poison King"
-11073,0,0,0,0,0,0,0,"Poison King"
-11074,0,0,0,0,0,0,0,"Poison King"
-11075,0,0,0,0,0,0,0,"Poison King"
-11076,0,0,0,0,0,0,0,"Poison King"
-11077,0,0,0,0,0,0,0,"Poison King"
-11078,0,0,0,0,0,0,0,"Poison King"
-11079,0,0,0,0,0,0,0,"Poison King"
-11080,0,0,0,0,0,0,0,"Poison King"
-11081,0,0,0,0,0,0,0,"Poison King"
-11082,0,0,0,0,0,0,0,"Poison King"
-11083,0,0,0,0,0,0,0,"Poison King"
-11084,0,0,0,0,0,0,0,"New Surroundings"
-11085,0,0,0,0,0,0,0,"New Surroundings"
-11086,0,0,0,0,0,0,0,"New Surroundings"
-11087,0,0,0,0,0,0,0,"Repairing the Tent"
-11088,0,0,0,0,0,0,0,"Repairing the Tent"
-11089,0,0,0,0,0,0,0,"Repairing the Tent"
-11090,0,0,0,0,0,0,0,"Repairing the Tent"
-11091,0,0,0,0,0,0,0,"Delivering Supplies"
-11092,0,0,0,0,0,0,0,"Delivering Supplies"
-11093,0,0,0,0,0,0,0,"Delivering Supplies"
-11094,0,0,0,0,0,0,0,"Delivering Supplies"
-11095,0,0,0,0,0,0,0,"Delivering Supplies"
-11096,0,0,0,0,0,0,0,"Delivering Supplies"
-11097,0,0,0,0,0,0,0,"Delivering Supplies"
-11098,0,0,0,0,0,0,0,"Delivering Supplies"
-11099,0,0,0,0,0,0,0,"To My Friend"
-11100,0,0,0,0,0,0,0,"To My Friend"
-11101,0,0,0,0,0,0,0,"Secret note of Bazet"
-11102,0,0,0,0,0,0,0,"Secret note of Bazet"
-11103,0,0,0,0,0,0,0,"Secret note of Bazet"
-11104,82800,0,0,0,0,0,0,"Resting time"
-11105,0,0,0,0,0,0,0,"Tendrilrion skin"
-
-11106,0,0,0,0,0,0,0,"Job changing to Warlock"
-11107,0,0,0,0,0,0,0,"Job changing to Warlock"
-11108,0,0,0,0,0,0,0,"Job changing to Warlock"
-11109,0,0,0,0,0,0,0,"Job changing to Warlock"
-11110,0,0,0,0,0,0,0,"Job changing to Warlock"
-11111,0,0,0,0,0,0,0,"Job changing to Warlock"
-11112,0,0,0,0,0,0,0,"Job changing to Warlock"
-11113,82800,0,0,0,0,0,0,"Until radering is functioning"
-
-11114,0,1004,10,0,0,0,0,"Request : Hunt Honet"
-11115,0,1009,20,0,0,0,0,"Request : Hunt Condor"
-11116,0,1052,10,0,0,0,0,"Request : Hunt Grasshopper's Leg"
-11117,0,1024,20,0,0,0,0,"Request : Hunt Worm tail"
-11118,0,1014,30,0,0,0,0,"Request : Hunt Spore"
-11119,0,1048,20,0,0,0,0,"Request : Pest Control"
-11120,0,1055,20,0,0,0,0,"Request : Hunt Muka"
-11121,0,1005,20,0,0,0,0,"Request : Hunt Farmiliar"
-11122,0,1019,30,0,0,0,0,"Request : Collect Feather"
-11123,0,1077,30,0,0,0,0,"Request : Collect Poison Spore"
-11124,86400,0,0,0,0,0,0,"Request : Hunt Honet - Complete"
-11125,86400,0,0,0,0,0,0,"Request : Hunt Condor - Complete"
-11126,86400,0,0,0,0,0,0,"Request : Hunt Grasshopper's Leg - Complete"
-11127,86400,0,0,0,0,0,0,"Request : Hunt Worm Tail - Complete"
-11128,86400,0,0,0,0,0,0,"Request : Hunt Spore - Complete"
-11129,86400,0,0,0,0,0,0,"Request : Pest Control - Complete"
-11130,86400,0,0,0,0,0,0,"Request : Hunt Muka - Complete"
-11131,86400,0,0,0,0,0,0,"Request : Hunt Farmiliar - Complete"
-11132,86400,0,0,0,0,0,0,"Request : Collect Feather - Complete"
-11133,86400,0,0,0,0,0,0,"Request : Collect Poison Spore - Complete"
-
-11135,0,0,0,0,0,0,0,"Looking for Maestro Song"
-11136,0,0,0,0,0,0,0,"Looking for Maestro Song"
-11137,0,0,0,0,0,0,0,"Looking for Maestro Song"
-11138,0,0,0,0,0,0,0,"Looking for Maestro Song"
-11139,0,0,0,0,0,0,0,"Looking for Maestro Song"
-11140,0,0,0,0,0,0,0,"The sky, plane and travel sickness."
-11141,0,0,0,0,0,0,0,"Human & gossip is towarding to the bar"
-11142,0,0,0,0,0,0,0,"Fearful metalic sound"
-11143,0,0,0,0,0,0,0,"Thanatos tower"
-11144,0,0,0,0,0,0,0,"Juno manager : click"
-11145,0,1622,33,0,0,0,0,"I want to get the "
-11146,0,0,0,0,0,0,0,"to ice tunnel..."
-11147,0,0,0,0,0,0,0,"Lared's dew"
-11148,0,0,0,0,0,0,0,"Toward Comodo with the bow"
-11149,0,0,0,0,0,0,0,"Just pour the water. Pour! Pour!..."
-11150,0,0,0,0,0,0,0,"Looking for Maestro Song"
-11151,0,0,0,0,0,0,0,"Looking for Maestro Song"
-11152,0,0,0,0,0,0,0,"to the quiet place!..."
-11153,0,0,0,0,0,0,0,"Missing watch top"
-11154,0,0,0,0,0,0,0,"I will remember the memories with you...."
-11155,0,0,0,0,0,0,0,"undefinable battler"
-11156,0,1106,100,0,0,0,0,"annoying homework"
-11157,0,0,0,0,0,0,0,"Helmes valley "
-11158,0,0,0,0,0,0,0,"On the way for meditation"
-
-11159,0,0,0,0,0,0,0,"Story of Brian"
-11160,0,0,0,0,0,0,0,"Story of John"
-11161,0,0,0,0,0,0,0,"Story of Tyler"
-11162,0,0,0,0,0,0,0,"Story of Rose"
-11163,0,0,0,0,0,0,0,"Story of Bain"
-11164,0,0,0,0,0,0,0,"Story of Lash"
-11165,0,0,0,0,0,0,0,"Delivery to Brian"
-11166,0,0,0,0,0,0,0,"Delivery to John"
-11167,0,0,0,0,0,0,0,"Delivery to Tyler"
-11168,0,0,0,0,0,0,0,"Delivery to Rose"
-11169,0,0,0,0,0,0,0,"Delivery to Bain"
-11170,0,0,0,0,0,0,0,"Delivery to Lash"
-11171,0,0,0,0,0,0,0,"Request from Frede"
-11172,0,0,0,0,0,0,0,"Request from Frede"
-11173,0,0,0,0,0,0,0,"Request from Frede"
-11174,0,0,0,0,0,0,0,"Supply Shortage"
-11175,7200,0,0,0,0,0,0,"Supply Shortage"
-11176,0,0,0,0,0,0,0,"For my friends"
-
-// Mora
-11182,60,0,0,0,0,0,0,"Theore's Report"
-11183,0,0,0,0,0,0,0,"Theore's Favor"
-11184,0,0,0,0,0,0,0,"Runaway Laphine"
-11185,0,0,0,0,0,0,0,"Pouch"
-11186,0,0,0,0,0,0,0,"Pouch"
-11187,0,0,0,0,0,0,0,"Pouch"
-11188,0,0,0,0,0,0,0,"Pouch"
-11189,0,0,0,0,0,0,0,"Roast Beef"
-11190,0,0,0,0,0,0,0,"Roast Beef"
-11191,0,0,0,0,0,0,0,"Shortage of Roast Beef"
-11192,0,0,0,0,0,0,0,"Mora Village..."
-11193,0,0,0,0,0,0,0,"Sonya's Friend"
-11194,0,0,0,0,0,0,0,"Runaway Laphine"
-11195,0,0,0,0,0,0,0,"Pouch"
-11196,0,0,0,0,0,0,0,"Pouch"
-11197,0,0,0,0,0,0,0,"Pouch"
-11198,0,0,0,0,0,0,0,"Mora Village..."
-11199,0,0,0,0,0,0,0,"Theo's Friend"
-11200,0,0,0,0,0,0,0,"Pouch"
-11201,0,0,0,0,0,0,0,"Roast Beef"
-11202,0,0,0,0,0,0,0,"Roast Beef"
-11203,0,0,0,0,0,0,0,"Shortage of Roast Beef"
-11206,0,0,0,0,0,0,0,"Quick Delivery Yoneseu"
-11207,0,0,0,0,0,0,0,"A Very Heavy Burden"
-11208,0,0,0,0,0,0,0,"Daphne"
-
-// Malangdo
-11209,0,0,0,0,0,0,0,"Hardships of Thomas"
-11210,0,0,0,0,0,0,0,"Malangdo Reunion"
-11211,0,0,0,0,0,0,0,"Malangdo Reunion"
-11212,0,0,0,0,0,0,0,"Malangdo Reunion"
-11213,0,0,0,0,0,0,0,"Malangdo Reunion"
-11214,0,0,0,0,0,0,0,"Malangdo Reunion"
-11215,0,0,0,0,0,0,0,"Malangdo Reunion"
-11216,0,0,0,0,0,0,0,"Malangdo Reunion"
-11217,0,0,0,0,0,0,0,"Malangdo Reunion"
-11218,0,0,0,0,0,0,0,"Malangdo Reunion"
-11219,0,0,0,0,0,0,0,"Malangdo Reunion"
-11220,0,0,0,0,0,0,0,"Malangdo Reunion"
-11221,0,0,0,0,0,0,0,"Repair of cracks"
-11222,0,0,0,0,0,0,0,"Repair of cracks"
-11223,0,0,0,0,0,0,0,"Repair of cracks"
-11224,0,0,0,0,0,0,0,"Repair of cracks"
-11225,0,0,0,0,0,0,0,"Repair of cracks"
-11226,0,0,0,0,0,0,0,"Repair of cracks"
-11227,0,0,0,0,0,0,0,"Repair of cracks"
-11228,0,0,0,0,0,0,0,"Repair of cracks"
-11229,0,0,0,0,0,0,0,"Repair of cracks"
-11230,0,0,0,0,0,0,0,"Repair of cracks"
-11231,0,0,0,0,0,0,0,"Repair of cracks"
-11232,0,0,0,0,0,0,0,"Repair of cracks"
-11233,0,0,0,0,0,0,0,"Repair of cracks"
-11234,0,0,0,0,0,0,0,"Repair of cracks"
-11235,0,0,0,0,0,0,0,"Repair of cracks"
-11236,0,0,0,0,0,0,0,"Repair of cracks"
-11237,0,0,0,0,0,0,0,"Repair of cracks"
-11238,0,0,0,0,0,0,0,"Malangdo Fruits"
-11239,82800,0,0,0,0,0,0,"Malangdo Fruits"
-11240,0,0,0,0,0,0,0,"Repair of cracks"
-11241,0,0,0,0,0,0,0,"Repair of cracks"
-11242,0,0,0,0,0,0,0,"Repair of cracks"
-11243,82800,0,0,0,0,0,0,"Repair of cracks"
-11244,0,0,0,0,0,0,0,"Soft Jelly"
-11245,82800,0,0,0,0,0,0,"Soft Jelly"
-
-11284,0,0,0,0,0,0,0,"Nurse at Port Malaya-1"
-11285,0,0,0,0,0,0,0,"Nurse at Port Malaya-2"
-11286,0,0,0,0,0,0,0,"Nurse at Port Malaya-3"
-11287,0,0,0,0,0,0,0,"Nurse at Port Malaya-4"
-11288,0,0,0,0,0,0,0,"Nurse at Port Malaya-5"
-11289,0,0,0,0,0,0,0,"Nurse at Port Malaya-6"
-11290,0,0,0,0,0,0,0,"Nurse at Port Malaya-7"
-11291,0,0,0,0,0,0,0,"Nurse at Port Malaya-8"
-11292,0,0,0,0,0,0,0,"Nurse at Port Malaya-9"
-11293,0,0,0,0,0,0,0,"Nurse at Port Malaya-10"
-11294,0,0,0,0,0,0,0,"Nurse at Port Malaya-11"
-11295,0,0,0,0,0,0,0,"Nurse at Port Malaya-12"
-11296,0,0,0,0,0,0,0,"Nurse at Port Malaya-13"
-11297,0,0,0,0,0,0,0,"Nurse at Port Malaya-14"
-11298,0,0,0,0,0,0,0,"Nurse at Port Malaya-15"
-11299,0,0,0,0,0,0,0,"Nurse at Port Malaya-16"
-11300,0,0,0,0,0,0,0,"Nurse at Port Malaya-17"
-11301,0,0,0,0,0,0,0,"Nurse at Port Malaya-18"
-11302,0,0,0,0,0,0,0,"Nurse at Port Malaya-19"
-11303,0,0,0,0,0,0,0,"Nurse at Port Malaya-20"
-11304,0,0,0,0,0,0,0,"Nurse at Port Malaya-21"
-11305,0,0,0,0,0,0,0,"Nurse at Port Malaya-22"
-11306,0,0,0,0,0,0,0,"Nurse at Port Malaya-23"
-11307,0,0,0,0,0,0,0,"Nurse at Port Malaya-24"
-11308,0,0,0,0,0,0,0,"Nurse at Port Malaya-25"
-11309,0,2327,1,0,0,0,0,"Nurse at Port Malaya-26"
-
-11310,30,0,0,0,0,0,0,"Eclage's Entrance"
-11311,0,0,0,0,0,0,0,"Eclage's Entrance"
-11312,0,0,0,0,0,0,0,"Goliath"
-11313,0,0,0,0,0,0,0,"Goliath"
-11314,0,0,0,0,0,0,0,"Goliath"
-11315,0,0,0,0,0,0,0,"And time keeps on flowing"
-11316,0,0,0,0,0,0,0,"And time keeps on flowing"
-11317,0,0,0,0,0,0,0,"And time keeps on flowing"
-11318,0,0,0,0,0,0,0,"And time keeps on flowing"
-11319,0,0,0,0,0,0,0,"And time keeps on flowing"
-11320,0,0,0,0,0,0,0,"And time keeps on flowing"
-11321,0,0,0,0,0,0,0,"And time keeps on flowing"
-11322,0,0,0,0,0,0,0,"And time keeps on flowing"
-11323,0,0,0,0,0,0,0,"And time keeps on flowing"
-11324,0,0,0,0,0,0,0,"And time keeps on flowing"
-11325,0,0,0,0,0,0,0,"The chicken or the egg"
-11326,0,0,0,0,0,0,0,"The chicken or the egg"
-11327,0,0,0,0,0,0,0,"The chicken or the egg"
-11328,0,0,0,0,0,0,0,"The chicken or the egg"
-11329,0,0,0,0,0,0,0,"The chicken or the egg"
-11330,0,0,0,0,0,0,0,"The chicken or the egg"
-11331,0,0,0,0,0,0,0,"The chicken or the egg"
-11332,0,0,0,0,0,0,0,"The chicken or the egg"
-11333,0,0,0,0,0,0,0,"Red seed and green seed"
-11334,0,0,0,0,0,0,0,"Red seed and green seed"
-11335,0,0,0,0,0,0,0,"Dreaming boy"
-11336,0,0,0,0,0,0,0,"Dreaming boy"
-11337,0,0,0,0,0,0,0,"Dreaming boy"
-
-12000,0,0,0,0,0,0,0,"An old friend"
-12001,0,0,0,0,0,0,0,"Digotz, Maku's old friend"
-12002,0,0,0,0,0,0,0,"Messenger of Friendship"
-12003,0,0,0,0,0,0,0,"Digotz's message"
-12004,0,0,0,0,0,0,0,"Maku's other friend"
-12005,0,0,0,0,0,0,0,"Benkaistein"
-12006,0,0,0,0,0,0,0,"Benkaistein's lost item"
-12007,0,0,0,0,0,0,0,"Kazien"
-12008,0,0,0,0,0,0,0,"Researcher Garins"
-12009,0,0,0,0,0,0,0,"Failed mission"
-12010,0,0,0,0,0,0,0,"No entrance"
-12011,0,0,0,0,0,0,0,"Lyozien"
-12012,0,0,0,0,0,0,0,"Meet Mr. Ahman"
-12013,0,0,0,0,0,0,0,"Delivery complete"
-12014,0,0,0,0,0,0,0,"More missions"
-12015,0,0,0,0,0,0,0,"Ghalstein"
-12016,0,0,0,0,0,0,0,"Sneaking into the Laboratory"
-12017,0,0,0,0,0,0,0,"Membership approved"
-12018,0,0,0,0,0,0,0,"Meeting the President"
-12019,0,0,0,0,0,0,0,"The President's Mission"
-12020,0,0,0,0,0,0,0,"Rescuing a Secret Wing Member"
-12021,0,0,0,0,0,0,0,"The Sealed File Folder"
-12022,0,0,0,0,0,0,0,"The Sealed File Folder"
-12023,0,0,0,0,0,0,0,"Shinokas the researcher"
-12024,0,0,0,0,0,0,0,"Kafra Corporation Agent"
-12025,0,0,0,0,0,0,0,"Rekenber's Secret Archive"
-12026,0,0,0,0,0,0,0,"Rekenber's Secret Archive"
-12027,0,0,0,0,0,0,0,"Rekenber's Secret Archive"
-12028,0,0,0,0,0,0,0,"Kurelle the traitor"
-12029,0,0,0,0,0,0,0,"Lost Engagement Ring"
-12030,0,0,0,0,0,0,0,"Engagement Ring Found"
-12031,0,0,0,0,0,0,0,"Find Annon"
-12032,0,0,0,0,0,0,0,"Searching for Annon"
-12033,0,0,0,0,0,0,0,"Traces of blood"
-12034,0,0,0,0,0,0,0,"Annon's side of the story"
-12035,0,0,0,0,0,0,0,"Holy Threads"
-12036,0,0,0,0,0,0,0,"The Stone Slate Message"
-12037,0,0,0,0,0,0,0,"Holier Threads"
-12038,0,0,0,0,0,0,0,"Searching for the Sa-mhing Tiger"
-12039,0,0,0,0,0,0,0,"Boonthom's Comrade"
-12040,0,0,0,0,0,0,0,"Benkaistein's Journal"
-12041,0,0,0,0,0,0,0,"Benkaistein's Journal"
-12042,0,0,0,0,0,0,0,"Benkaistein's Journal"
-12043,0,0,0,0,0,0,0,"Pass to the Slums"
-12044,0,0,0,0,0,0,0,"Soothing a crying child 1"
-12045,0,0,0,0,0,0,0,"Soothing a crying child 2"
-12046,0,0,0,0,0,0,0,"Soothing a crying child 3"
-12047,0,0,0,0,0,0,0,"Soothing a crying child 4"
-12048,0,0,0,0,0,0,0,"Soothing a crying child 5"
-12049,0,0,0,0,0,0,0,"Job Quest 1 - Rogue"
-12050,0,0,0,0,0,0,0,"Job Quest 2 - Rogue"
-12051,0,0,0,0,0,0,0,"Job Quest 3 - Rogue"
-12052,0,0,0,0,0,0,0,"Job Quest 4 - Rogue"
-12053,0,0,0,0,0,0,0,"Job Quest 5 - Rogue"
-12054,0,0,0,0,0,0,0,"Job Quest 6 - Rogue"
-12055,0,0,0,0,0,0,0,"Job Quest - Assassin"
-12056,0,0,0,0,0,0,0,"Job Quest - Assassin"
-12057,0,0,0,0,0,0,0,"Pass to the Lab"
-12058,604800,0,0,0,0,0,0,"Admission Restricted to the 102 Tower"
-12059,7200,0,0,0,0,0,0,"Orc's Memory Time Limit"
-12060,86400,0,0,0,0,0,0,"Today's Fishing Closed"
-12061,10,0,0,0,0,0,0,"Concentration"
-12062,86400,0,0,0,0,0,0,"Today's Mining Closed"
-12070,14400,0,0,0,0,0,0,"Limited time for enter"
-12071,86400,0,0,0,0,0,0,"Stamp a seal on the attendance book"
-12072,0,1034,20,0,0,0,0,"Hunt tharafrog"
-12073,0,1248,15,0,0,0,0,"Remove Cruiser"
-12074,0,1070,30,0,0,0,0,"Remove Kukre"
-12075,0,1686,15,0,0,0,0,"Remove orcbaby"
-12076,0,1023,20,0,0,0,0,"Remove orcwarroir"
-12077,0,1066,15,0,0,0,0,"Hunt vadon"
-12078,0,1064,30,0,0,0,0,"Hunt Megalodon"
-12079,0,1144,15,0,0,0,0,"Hunt Marse"
-12080,0,1067,20,0,0,0,0,"Hunt Cornutus"
-12081,0,1151,15,0,0,0,0,"Remove Myst"
-12082,0,1074,30,0,0,0,0,"Hunt shellfish"
-12083,0,1142,15,0,0,0,0,"Hunt Marine sphere"
-12084,0,1158,20,0,0,0,0,"Hunt Phen"
-12085,0,1152,15,0,0,0,0,"Remove orcskeleton"
-12086,0,1177,30,0,0,0,0,"Remove Zenorc"
-12087,0,1041,15,0,0,0,0,"Remove mummy"
-12088,0,0,0,0,0,0,0,"Accomplishing a request"
-
-12090,0,0,0,0,0,0,0,"Mysterious guy"
-12091,0,0,0,0,0,0,0,"Just save the burning heart"
-12092,0,0,0,0,0,0,0,"Long lasting story"
-12093,0,0,0,0,0,0,0,"the record the intelligence Lyoda left"
-12094,0,0,0,0,0,0,0,"The damaged shield letter"
-12096,0,0,0,0,0,0,0,"Towards Karakas"
-12097,0,0,0,0,0,0,0,"Basic preparation"
-12098,0,0,0,0,0,0,0,"Tour of dungeon"
-12099,0,2014,10,0,0,0,0,"Remove Root Cause"
-12100,0,1994,12,0,0,0,0,"Violent Winged Insect"
-12101,0,2013,5,0,0,0,0,"Work Interference"
-12102,0,1993,10,0,0,0,0,"Intelligent Snakes"
-12103,0,1992,1,0,0,0,0,"Legendary Creature"
-12104,0,1987,15,0,0,0,0,"Insects with an Appetite"
-12105,0,2024,10,0,0,0,0,"Moving Rocks"
-12106,0,1995,15,0,0,0,0,"A child on a flower"
-12107,0,2015,10,0,0,0,0,"Twisted Love"
-12108,0,1988,12,0,0,0,0,"Dangerous Plant Removal"
-12109,0,1999,14,0,0,0,0,"Larva Extermination"
-12110,0,2016,7,0,0,0,0,"Demon of Water"
-12111,0,1986,10,0,0,0,0,"Bird with ugly face"
-12117,0,0,0,0,0,0,0,"Withered Flower"
-12118,0,0,0,0,0,0,0,"Welcomed Mineral"
-12119,0,0,0,0,0,0,0,"Valuable Textile"
-12120,0,0,0,0,0,0,0,"Curious Meat"
-12121,0,0,0,0,0,0,0,"Materials to Clear Snow"
-12122,0,0,0,0,0,0,0,"Best Cooler Material"
-12123,0,0,0,0,0,0,0,"Best Paint"
-12124,0,0,0,0,0,0,0,"Rare Valuable"
-12125,0,0,0,0,0,0,0,"Armory Material"
-12126,0,0,0,0,0,0,0,"Advanced Armory Material"
-12127,0,0,0,0,0,0,0,"Supervisor's Tool"
-12128,0,0,0,0,0,0,0,"Preparation for Heating"
-12129,0,0,0,0,0,0,0,"Suspicious Food"
-12130,0,0,0,0,0,0,0,"Useful Material"
-12131,0,0,0,0,0,0,0,"Essential Material for Construction"
-12132,0,0,0,0,0,0,0,"Essential Material for Construction 2"
-12133,0,0,0,0,0,0,0,"Decoration arrangement"
-12134,0,0,0,0,0,0,0,"Instant Receptacle"
-12135,0,0,0,0,0,0,0,"Not enough medicine"
-12136,0,0,0,0,0,0,0,"Honey robber"
-12137,0,0,0,0,0,0,0,"Tools for Experiment"
-12138,0,0,0,0,0,0,0,"Fine Gift Samples"
-12139,0,0,0,0,0,0,0,"Respect for Taste!"
-12140,0,0,0,0,0,0,0,"Courtesy for Regulars"
-12141,0,0,0,0,0,0,0,"Special Package"
-12142,0,0,0,0,0,0,0,"Dangerous Request"
-12143,0,0,0,0,0,0,0,"Strange Trend"
-12144,0,0,0,0,0,0,0,"Unknown Usage"
-12145,0,0,0,0,0,0,0,"Other World Cuisine"
-12146,0,0,0,0,0,0,0,"Filling in Cracks"
-12147,0,0,0,0,0,0,0,"Adhesive Material"
-12148,0,0,0,0,0,0,0,"Bait for Tatacho Hunting"
-12149,0,0,0,0,0,0,0,"Swordmanship Practice"
-12150,0,0,0,0,0,0,0,"Pretty reddish vegetable"
-12151,0,0,0,0,0,0,0,"Tenacity of the pub owner"
-12152,0,0,0,0,0,0,0,"Tastes like home cooking"
-12153,0,0,0,0,0,0,0,"Hazardous plant when burnt"
-12154,0,0,0,0,0,0,0,"Unexpectedly Normal"
-12155,0,0,0,0,0,0,0,"Gift with heart"
-12156,0,0,0,0,0,0,0,"Respect personal appetite!"
-12157,0,0,0,0,0,0,0,"Resolution of the pub owner"
-12158,0,0,0,0,0,0,0,"Rage of the pub owner"
-12159,82800,0,0,0,0,0,0,"Quest record from Laponte"
-12160,82800,0,0,0,0,0,0,"Quest record from Kalipo"
-12161,82800,0,0,0,0,0,0,"Quest record from Pura"
-12162,82800,0,0,0,0,0,0,"Quest record from Tragis"
-12163,82800,0,0,0,0,0,0,"Quest record from Calyon"
-12164,82800,0,0,0,0,0,0,"Quest record from Moltuka"
-12165,21600,0,0,0,0,0,0,"Dizziness"
-12166,0,0,0,0,0,0,0,"Tree Root Doc."
-12167,0,0,0,0,0,0,0,"Reptile Tongue Doc."
-12168,0,0,0,0,0,0,0,"Scorpion Tail Doc."
-12169,0,0,0,0,0,0,0,"Stem Doc."
-12170,0,0,0,0,0,0,0,"Pointed Scale Doc."
-12171,0,0,0,0,0,0,0,"Resin Doc."
-12172,0,0,0,0,0,0,0,"Spawn Doc."
-12173,0,0,0,0,0,0,0,"Jellopy Doc."
-12174,0,0,0,0,0,0,0,"Fish Tail Doc."
-12175,0,0,0,0,0,0,0,"Worm Peeling Doc."
-12176,0,0,0,0,0,0,0,"Gill Doc."
-12177,0,0,0,0,0,0,0,"Tooth of Bat Doc."
-12178,0,0,0,0,0,0,0,"Fluff Doc."
-12179,0,0,0,0,0,0,0,"Chrysalis Doc."
-12180,0,0,0,0,0,0,0,"Feather of Birds Doc."
-12181,0,0,0,0,0,0,0,"Talon Document Doc."
-12182,0,0,0,0,0,0,0,"Sticky Webfoot Doc."
-12183,0,0,0,0,0,0,0,"Animal Skin Doc."
-12184,0,0,0,0,0,0,0,"Wolf Claw Doc."
-12185,0,0,0,0,0,0,0,"Mushroom Spore Doc."
-12186,0,0,0,0,0,0,0,"Orc's Fang Doc."
-12187,0,0,0,0,0,0,0,"Evil Horn Doc."
-12188,0,0,0,0,0,0,0,"Powder of Butterfly Doc."
-12189,0,0,0,0,0,0,0,"Bill of Birds Doc."
-12190,0,0,0,0,0,0,0,"Snake Scale Doc."
-12191,0,0,0,0,0,0,0,"Insect Feeler Doc."
-12192,0,0,0,0,0,0,0,"Immortal Heart Doc."
-12193,0,0,0,0,0,0,0,"Rotten Bandage Doc."
-12194,0,0,0,0,0,0,0,"Decayed Nail Doc."
-12195,0,0,0,0,0,0,0,"Horrendous Mouth Doc."
-12196,0,0,0,0,0,0,0,"Tentacle Doc."
-12197,0,0,0,0,0,0,0,"Shell Doc."
-12198,0,0,0,0,0,0,0,"Scale Shell Doc."
-12199,0,0,0,0,0,0,0,"Venom Canine Doc."
-12200,0,0,0,0,0,0,0,"Sticky Mucus Doc."
-12201,0,0,0,0,0,0,0,"Bee Sting Doc."
-12202,0,0,0,0,0,0,0,"Grasshopper's Leg Doc."
-12203,0,0,0,0,0,0,0,"Royal Jelly Doc."
-12204,0,0,0,0,0,0,0,"Yoyo Tail Doc."
-12205,0,0,0,0,0,0,0,"Solid Shell Doc."
-12206,0,0,0,0,0,0,0,"Yam Doc."
-12207,0,0,0,0,0,0,0,"Raccoon Leaf Doc."
-12208,0,0,0,0,0,0,0,"Snail's Shell Doc."
-12209,0,0,0,0,0,0,0,"Horn Doc."
-12210,0,0,0,0,0,0,0,"Bear's Footskin Doc."
-12211,0,0,0,0,0,0,0,"Feather Doc."
-12212,0,0,0,0,0,0,0,"Red Herb Doc."
-12213,0,0,0,0,0,0,0,"Carrot Doc."
-12214,0,0,0,0,0,0,0,"Cactus Needle Doc."
-12215,0,0,0,0,0,0,0,"Stone Heart Doc."
-12216,21600,0,0,0,0,0,0,"Pouty Jahbong"
-12217,0,0,0,0,0,0,0,"Request - Traces of wild boar hunt"
-12218,0,0,0,0,0,0,0,"How to make lava elixir"
-12219,0,0,0,0,0,0,0,"How to creat flame elixir"
-12220,0,0,0,0,0,0,0,"How to create glaicer elixir"
-12221,0,0,0,0,0,0,0,"How to create fossil elixir"
-12222,0,0,0,0,0,0,0,"How to create storm elixir"
-
-// Mora Coin Daily Quests
-12225,0,2132,3,0,0,0,0,"Pom Spider Hunting"
-12226,0,2133,4,0,0,0,0,"Angra Mantis Hunting"
-12227,0,2134,5,0,0,0,0,"Parus Hunting"
-12228,0,2136,6,0,0,0,0,"Little Fatam Hunting"
-12229,0,2137,7,0,0,0,0,"Miming Hunting"
-12230,82800,0,0,0,0,0,0,"Mora Monster Hunt"
-12231,0,0,0,0,0,0,0,"Insect Feeler Collecting"
-12232,0,0,0,0,0,0,0,"Immortal Heart Collecting"
-12233,0,0,0,0,0,0,0,"Rotten Bandage Collecting"
-12234,0,0,0,0,0,0,0,"Orcish Voucher Collecting"
-12235,0,0,0,0,0,0,0,"Skeleton Bone Collecting"
-12236,0,0,0,0,0,0,0,"Memento Collecting"
-12237,0,0,0,0,0,0,0,"Shell Collecting"
-12238,0,0,0,0,0,0,0,"Scale Shell Collecting"
-12239,0,0,0,0,0,0,0,"Venom Canine Collecting"
-12240,0,0,0,0,0,0,0,"Sticky Mucus Collecting"
-12241,82800,0,0,0,0,0,0,"Mora Item Request 1"
-12242,82800,0,0,0,0,0,0,"Mora Item Request 2"
-
-// Missing Person Quests
-12243,0,0,0,0,0,0,0,"Missing Information on Tajareu"
-12244,0,0,0,0,0,0,0,"Missing Information on Tokenizer"
-12245,0,0,0,0,0,0,0,"Missing Information on Mesile"
-12246,0,0,0,0,0,0,0,"Missing Information on Noir"
-12247,0,0,0,0,0,0,0,"Missing Information on Pajama God"
-12248,0,0,0,0,0,0,0,"Missing Information on Mendel"
-12249,0,0,0,0,0,0,0,"Missing Information on Miles"
-12250,0,0,0,0,0,0,0,"Missing Information on Kunmune"
-12251,0,0,0,0,0,0,0,"Missing Information on Chayihokin"
-12252,0,0,0,0,0,0,0,"Missing Information on Tuale"
-12253,82800,0,0,0,0,0,0,"Missing Person Search Time Limit"
-
-// Malangdo Culverts
-12254,3600,0,0,0,0,0,0,"Now it's cleaning"
-12255,0,2176,20,0,0,0,0,"Hunt deep sea crab"
-12256,0,2175,20,0,0,0,0,"Hunt deep sea squid"
-12257,0,2174,20,0,0,0,0,"Hunt Ancient crustacean"
-12258,0,2178,20,0,0,0,0,"Hunt deep sea shell"
-12259,0,2179,20,0,0,0,0,"Hunt ancient kukre"
-12260,0,2177,20,0,0,0,0,"Hunt deep sea conch"
-12261,0,2182,30,0,0,0,0,"Hunt deep sea horse"
-12262,0,2181,30,0,0,0,0,"Hunt ancient sword fish"
-12263,0,2180,30,0,0,0,0,"Hunt ancient sea god"
-12264,0,2183,30,0,0,0,0,"Hunt mutation anolian"
-12265,0,2184,30,0,0,0,0,"Hunt deep sea mermaid"
-12266,0,2185,30,0,0,0,0,"Hunt transformable kapha"
-12267,0,2188,1,0,0,0,0,"Hunt weird coelacanth"
-12268,0,2187,1,0,0,0,0,"Hunt dark coelacanth"
-12269,0,2190,1,0,0,0,0,"Hunt Cruel coelacanth"
-12270,0,2189,1,0,0,0,0,"Hunt mutation coelacanth"
-12271,82800,0,0,0,0,0,0,"In progress general culvert single day service"
-12272,82800,0,0,0,0,0,0,"In progress hard culvert single day service"
-12273,579600,0,0,0,0,0,0,"In progress general culvert weekly service"
-12274,579600,0,0,0,0,0,0,"In progress hard culvert weekly service"
-
-12278,604800,0,0,0,0,0,0,"Towards Bakonawa Lake..."
-12279,0,2322,1,0,0,0,0,"Get Rid of Bakonawa"
-
-12280,0,0,0,0,0,0,0,"A suspicious prisoner"
-12281,0,0,0,0,0,0,0,"An unwanted favor"
-12282,0,0,0,0,0,0,0,"Gossip king Clever"
-12283,0,0,0,0,0,0,0,"The rift researcher"
-12284,0,0,0,0,0,0,0,"A cat merchant's source of information"
-12285,0,0,0,0,0,0,0,"A way to calm down a cat"
-12286,0,0,0,0,0,0,0,"Information traded for some canned foods"
-12287,0,0,0,0,0,0,0,"A weird experience"
-12288,0,0,0,0,0,0,0,"A successful experience"
-12289,0,0,0,0,0,0,0,"Another visitation"
-12290,0,0,0,0,0,0,0,"Clever's historical documents"
-12291,0,0,0,0,0,0,0,"Hidden historical documents (?)"
-12292,0,0,0,0,0,0,0,"The unknown ones"
-12293,0,0,0,0,0,0,0,"Figures in history"
-12294,0,0,0,0,0,0,0,"Tour of Eclage"
-12295,0,0,0,0,0,0,0,"Error"
-12296,0,0,0,0,0,0,0,"Fun times with the reactor"
-12297,0,0,0,0,0,0,0,"Encountering Etran"
-12298,0,0,0,0,0,0,0,"Two wishes"
-12299,0,0,0,0,0,0,0,"Revisiting Robert"
-12300,0,0,0,0,0,0,0,"Revisiting Etran"
-12301,0,0,0,0,0,0,0,"Two remaining friends"
-
-// Old Glast Heim
-12317,82800,0,0,0,0,0,0,"Fake Keyblade"
-12318,0,2475,1,0,0,0,0,"Upper Cats: annoying guy"
-12319,0,2476,1,0,0,0,0,"Upper Cats: annoying guy"
-
-12363,0,0,0,0,0,0,0,"?????? ?? ??"
-
-13000,0,0,0,0,0,0,0,"RWC2011Card Gathering"
-13001,82800,0,0,0,0,0,0,"RWC2011Card Gathering - Hold"
-
-13050,0,0,0,0,0,0,0,"The Laphine that loves the land"
-13051,0,0,0,0,0,0,0,"The singing Laphine"
-13052,0,0,0,0,0,0,0,"The watering Laphine"
-13053,0,0,0,0,0,0,0,"The dancing Laphine"
-13054,0,0,0,0,0,0,0,"The smiling Laphine"
-13055,0,0,0,0,0,0,0,"See if all the adventurers are safe"
-13056,0,0,0,0,0,0,0,"Reporter Rossi"
-13057,0,0,0,0,0,0,0,"Adventurer Euncheong"
-13058,0,0,0,0,0,0,0,"Troublemaker New Oz"
-13059,79200,0,0,0,0,0,0,"End of project"
-13060,79200,0,0,0,0,0,0,"Safety confirmation complete!"
-13061,0,0,0,0,0,0,0,"Food support"
-13062,79200,0,0,0,0,0,0,"Food support - complete"
-13063,0,2365,20,0,0,0,0,"Dusting off"
-13064,79200,0,0,0,0,0,0,"Dusting off - complete"
-13065,0,0,0,0,0,0,0,"Collecting a souvenir"
-13066,79200,0,0,0,0,0,0,"This is enough for souvenirs"
-13067,0,1163,30,0,0,0,0,"Raydric research"
-13068,79200,0,0,0,0,0,0,"Raydric research - Timer"
-13069,0,1132,30,0,0,0,0,"Khalitzburg research"
-13070,79200,0,0,0,0,0,0,"Khalitzburg research - timer"
-13071,0,1208,20,0,0,0,0,"Wander Man research"
-13072,79200,0,0,0,0,0,0,"Wander Man research - timer"
-13073,0,1699,30,0,0,0,0,"Ancient Mimic research"
-13074,79200,0,0,0,0,0,0,"Ancient Mimic research - timer"
-13075,0,1698,30,0,0,0,0,"Death Word research"
-13076,79200,0,0,0,0,0,0,"Death Word research - timer"
-13077,0,1295,20,0,0,0,0,"Owl Baron research"
-13078,79200,0,0,0,0,0,0,"Owl Baron research - timer"
-13079,0,0,0,0,0,0,0,"Bloody Page Research"
-13080,79200,0,0,0,0,0,0,"Bloody Page Research - Wait"
-13081,0,2015,30,0,0,0,0,"Dark Pinguicula research"
-13082,79200,0,0,0,0,0,0,"Dark Pinguicula research - timer"
-13083,0,1988,30,0,0,0,0,"Nepenthes research"
-13084,79200,0,0,0,0,0,0,"Nepenthes research - timer"
-13085,0,1993,30,0,0,0,0,"Naga research"
-13086,79200,0,0,0,0,0,0,"Naga research - timer"
-13087,0,1999,20,0,0,0,0,"Centipede Larva research"
-13088,79200,0,0,0,0,0,0,"Centipede Larva research - timer"
-13089,0,1992,30,0,0,0,0,"Cornus research"
-13090,79200,0,0,0,0,0,0,"Cornus research - timer"
-13091,0,0,0,0,0,0,0,"Mystic Horn Research"
-13092,79200,0,0,0,0,0,0,"Mystic Horn Research- Wait"
-13093,0,1297,30,0,0,0,0,"Ancient Mummy research"
-13094,79200,0,0,0,0,0,0,"Ancient Mummy research - timer"
-13095,0,1374,10,1370,10,1390,10,"Geffenia expedition"
-13096,79200,0,0,0,0,0,0,"Geffenia expedition - Wait"
-13097,0,1677,30,1678,30,1679,30,"Juperos expedition"
-13098,79200,0,0,0,0,0,0,"Juperos expedition - Wait"
-13099,0,0,0,0,0,0,0,"Fragments and Rusty Screw"
-13100,79200,0,0,0,0,0,0,"Fragments and Rusty Screw - Wait"
-
-14118,0,0,0,0,0,0,0,"Wuhari's concern"
-14119,0,0,0,0,0,0,0,"Test of patience"
-14120,0,0,0,0,0,0,0,"Test of patience 2"
-14121,0,0,0,0,0,0,0,"Test of patience 3"
-14122,0,0,0,0,0,0,0,"Time for two"
-14123,0,0,0,0,0,0,0,"Wuharu's favor"
-14125,0,0,0,0,0,0,0,"Surveying the area"
-14126,0,0,0,0,0,0,0,"Searching for Ms. Goatie"
-14127,0,0,0,0,0,0,0,"Searching for Ms. Goatie's husband"
-14128,0,0,0,0,0,0,0,"Obtaining the research report"
-14131,300,0,0,0,0,0,0,"Analysis time"
-14133,0,0,0,0,0,0,0,"Another favor"
-14134,0,0,0,0,0,0,0,"Sharp Ms. Goatie"
-14135,0,0,0,0,0,0,0,"Searching for Mr. Pompe"
-14136,0,0,0,0,0,0,0,"A terrible scene in the field"
-14137,0,0,0,0,0,0,0,"An interesting proposition"
-14138,0,0,0,0,0,0,0,"The big corpse"
-14139,0,0,0,0,0,0,0,"To Wuhuru"
-14140,0,0,0,0,0,0,0,"To Wuhari"
-14141,0,0,0,0,0,0,0,"Ingredients for research"
-
-// 2014 Halloween Event
-14450,0,0,0,0,0,0,0,"Let's help the priest"
-14451,0,0,0,0,0,0,0,"To Church"
-14452,0,0,0,0,0,0,0,"Material of holy stuff"
-14453,0,0,0,0,0,0,0,"To Niflheim"
-14454,0,0,0,0,0,0,0,"To Lutie"
-14455,0,0,0,0,0,0,0,"Back to Church"
-14456,0,0,0,0,0,0,0,"Preparing for recall"
-14457,0,0,0,0,0,0,0,"Back to Niflheim"
-14458,0,0,0,0,0,0,0,"Request of Loru"
-14459,0,0,0,0,0,0,0,"Request of Devi"
-14460,0,3382,10,0,0,0,0,"Favor of Loru"
-14461,0,0,0,0,0,0,0,"Favor of Loru"
-14462,0,3381,10,0,0,0,0,"Favor of Devi"
-14463,0,1510,20,1507,20,0,0,"Favor of Devi"
-14464,82800,0,0,0,0,0,0,"Party is going for a day"
-14465,82800,0,0,0,0,0,0,"They are still quiet"
-
-16000,0,0,0,0,0,0,0,"Metz Brayde's Notice"
-16001,0,0,0,0,0,0,0,"First examination"
-16002,0,0,0,0,0,0,0,"Fetching Items for Arian -1"
-16003,0,0,0,0,0,0,0,"Fetching Items for Arian -2"
-16004,0,0,0,0,0,0,0,"Fetching Items for Arian -3"
-16005,0,0,0,0,0,0,0,"Fetching Items for Arian -4"
-16006,0,0,0,0,0,0,0,"Fetching Items for Arian -5"
-16007,0,0,0,0,0,0,0,"Fetching Items for Arian -6"
-16008,0,0,0,0,0,0,0,"Quiz time!"
-16009,0,0,0,0,0,0,0,"Quiz time!"
-16010,0,0,0,0,0,0,0,"Daewoon's Test"
-16011,0,0,0,0,0,0,0,"Sir Jore's Test"
-16012,0,0,0,0,0,0,0,"Sir Jore's Materials"
-16013,0,0,0,0,0,0,0,"The Stone of Sage"
-16014,0,0,0,0,0,0,0,"The Stone of Sage"
-16015,0,0,0,0,0,0,0,"Lady Jesqurienne"
-16016,0,0,0,0,0,0,0,"Jesquerinne's Quiz Challenge"
-16017,0,0,0,0,0,0,0,"Failed Quiz Challenge"
-16018,0,0,0,0,0,0,0,"Quiz Challenge Triumph"
-16019,0,0,0,0,0,0,0,"Search for Dearles"
-16020,0,0,0,0,0,0,0,"Dearles' Test"
-16021,0,0,0,0,0,0,0,"Test of Appreciation"
-16022,0,0,0,0,0,0,0,"Dearles' Test Part Two"
-16023,0,0,0,0,0,0,0,"Rhythm Test Passed"
-16024,0,0,0,0,0,0,0,"Find Bakerlan"
-16025,0,0,0,0,0,0,0,"Bakerlan's delivery"
-16026,0,0,0,0,0,0,0,"Mahatra's delivery"
-16027,0,0,0,0,0,0,0,"Bakerlan's Receipt"
-16028,0,0,0,0,0,0,0,"Find Seylin"
-16029,0,0,0,0,0,0,0,"Vigorgra Medicine"
-16030,0,0,0,0,0,0,0,"Vigorgra Ingredients"
-16031,0,0,0,0,0,0,0,"Vigorgra Ingredients"
-16032,0,0,0,0,0,0,0,"Seylin's Request"
-16033,0,0,0,0,0,0,0,"Back to Seylin"
-16034,0,0,0,0,0,0,0,"Back to Mahatra"
-16035,0,0,0,0,0,0,0,"Report to Bakerlan"
-16036,0,0,0,0,0,0,0,"The last Crumb"
-16037,0,0,0,0,0,0,0,"Finding Engel Howard"
-16038,0,0,0,0,0,0,0,"Liana's Letter"
-16039,0,0,0,0,0,0,0,"Combining the Starlight"
-16040,0,0,0,0,0,0,0,"Letter to Engel's Family"
-16041,0,0,0,0,0,0,0,"Talk to Liana"
-16042,0,0,0,0,0,0,0,"Sobbing Starlight Progress"
-16043,0,0,0,0,0,0,0,"Restored Sobbing Starlight"
-16044,0,0,0,0,0,0,0,"Combining the Starlight"
-16045,0,0,0,0,0,0,0,"Starlight message"
-16046,0,0,0,0,0,0,0,"The man in Umbala"
-16047,0,0,0,0,0,0,0,"Into the Tree"
-16048,0,0,0,0,0,0,0,"Ancient Papers"
-16049,0,0,0,0,0,0,0,"Record of Ancient Language"
-16050,0,0,0,0,0,0,0,"The Fastidious Old Man"
-16051,0,0,0,0,0,0,0,"Blurry Vision"
-16052,0,0,0,0,0,0,0,"Translating the Document"
-16053,0,0,0,0,0,0,0,"Translated Ancient Language"
-16054,0,0,0,0,0,0,0,"Where the rejected live"
-16055,0,0,0,0,0,0,0,"Misfortunate of Niflheim"
-16056,0,0,0,0,0,0,0,"Removed Curse"
-16057,0,0,0,0,0,0,0,"Meeting the witch"
-16058,0,0,0,0,0,0,0,"Wing Of Crow"
-16059,0,0,0,0,0,0,0,"Wing Of Crow"
-16060,0,0,0,0,0,0,0,"Misfortunate of Niflheim"
-16061,0,0,0,0,0,0,0,"Bard in Niflheim"
-16062,0,0,0,0,0,0,0,"Gen of Niflheim"
-16063,0,0,0,0,0,0,0,"The Witch's Aid"
-16064,0,0,0,0,0,0,0,"Misfortunate of Niflheim"
-16065,0,0,0,0,0,0,0,"The Queen's Symbol"
-16066,0,0,0,0,0,0,0,"Knowledge of the Symbol"
-16067,0,0,0,0,0,0,0,"Knowledge of Asgard"
-16068,0,0,0,0,0,0,0,"Finding the Soul Pieces"
-16069,0,0,0,0,0,0,0,"Finding the Soul Pieces"
-16070,0,0,0,0,0,0,0,"Finding the Soul Pieces"
-16071,0,0,0,0,0,0,0,"Finding the Soul Pieces"
-16072,0,0,0,0,0,0,0,"Finding the Soul Pieces"
-16073,0,0,0,0,0,0,0,"Agrboda's Soul"
-16074,0,0,0,0,0,0,0,"Symbol of the Nine Realms"
-16075,0,0,0,0,0,0,0,"Serin's Ambitions"
-16076,0,0,0,0,0,0,0,"Witch's Tonic"
-16077,0,0,0,0,0,0,0,"Serin's Release"
-16078,0,0,0,0,0,0,0,"Visit with Lady Hell"
-16079,0,0,0,0,0,0,0,"The Sign"
-16080,0,0,0,0,0,0,0,"Dark Lord's return"
-16081,0,0,0,0,0,0,0,"Serin's Ambitions"
-16082,0,0,0,0,0,0,0,"Dark Lord's return"
-16083,0,0,0,0,0,0,0,"Serin's Realization"
-16084,0,0,0,0,0,0,0,"The Sign"
-16085,0,0,0,0,0,0,0,"The Sign"
-16086,0,0,0,0,0,0,0,"The Sign"
-16087,0,0,0,0,0,0,0,"The Sign"
-16101,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16102,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16103,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16104,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16105,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16106,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16107,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16108,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16109,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16110,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16111,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16112,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16113,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16114,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16115,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16116,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16117,0,0,0,0,0,0,0,"Mysterious World Map"
-16118,0,0,0,0,0,0,0,"Hidden poem"
-16119,0,0,0,0,0,0,0,"Snake swords"
-16120,0,0,0,0,0,0,0,"A dream?"
-16121,0,0,0,0,0,0,0,"Secret Code?"
-16122,0,0,0,0,0,0,0,"Old Copper Key"
-16123,0,0,0,0,0,0,0,"Green Keycard"
-16124,0,0,0,0,0,0,0,"Steel Box"
-16125,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16126,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16127,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16128,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16129,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16130,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16131,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16132,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16133,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16134,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16135,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16136,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16137,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16138,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16139,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16140,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16141,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16142,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16143,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16144,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16145,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16146,0,0,0,0,0,0,0,"Kiel Hyre Academy"
-16200,0,0,0,0,0,0,0,"Limberg's Request"
-16201,0,0,0,0,0,0,0,"TPS Report"
-16202,0,0,0,0,0,0,0,"TPS Report"
-16203,0,0,0,0,0,0,0,"TPS Report"
-16204,0,0,0,0,0,0,0,"Crack in the Wall"
-16205,0,0,0,0,0,0,0,"The Empty Lava Tube"
-17000,0,0,0,0,0,0,0,"Meet with Father Bamph"
-17001,0,0,0,0,0,0,0,"Meet with Larjes"
-17002,0,0,0,0,0,0,0,"Report to Father Bamph"
-17003,0,0,0,0,0,0,0,"Travel to Rachel"
-17004,0,0,0,0,0,0,0,"Travel to Veins"
-17005,0,0,0,0,0,0,0,"Frustrated Magistrate"
-17006,0,0,0,0,0,0,0,"Interrogated Smugglers"
-17007,0,0,0,0,0,0,0,"Written Orders"
-17008,0,0,0,0,0,0,0,"Investigating"
-17009,0,0,0,0,0,0,0,"More Investigating"
-17010,0,0,0,0,0,0,0,"Further Investigations"
-17011,0,0,0,0,0,0,0,"Kurdi's Father"
-17012,0,0,0,0,0,0,0,"Karyn's Boat"
-17013,0,0,0,0,0,0,0,"To the Island"
-17014,0,0,0,0,0,0,0,"Investigating the Island"
-17015,0,0,0,0,0,0,0,"The Research Note"
-17016,0,0,0,0,0,0,0,"Regicide"
-17017,0,0,0,0,0,0,0,"Reporting the King's Death"
-
-18001,0,0,0,0,0,0,0,"Delivery for Rooney"
-18002,0,0,0,0,0,0,0,"Delivery for Rooney"
-18003,0,0,0,0,0,0,0,"Delivery for Rooney"
-18004,0,0,0,0,0,0,0,"Lasda's Request"
-18005,0,0,0,0,0,0,0,"Jesse's Request"
-18006,0,0,0,0,0,0,0,"Sir Krieg's Approval"
-18007,0,0,0,0,0,0,0,"Sir Krieg's Trust"
-18008,0,0,0,0,0,0,0,"Sir Krieg's Trust"
-18009,0,0,0,0,0,0,0,"Into the prison"
-18010,0,0,0,0,0,0,0,"Jail Break"
-18011,0,0,0,0,0,0,0,"Bodyguard work"
-18012,0,0,0,0,0,0,0,"Bodyguard work"
-18013,0,0,0,0,0,0,0,"Bodyguard work"
-18014,0,0,0,0,0,0,0,"Bodyguard work"
-18015,0,0,0,0,0,0,0,"Bodyguard work"
-18016,0,0,0,0,0,0,0,"Bodyguard work"
-18017,0,0,0,0,0,0,0,"Jail Break"
-18018,0,0,0,0,0,0,0,"Jail Break"
-18019,0,0,0,0,0,0,0,"Vitre's Songs"
-18020,0,0,0,0,0,0,0,"Vitre's Songs"
-18021,0,0,0,0,0,0,0,"Vitre's Songs"
-18022,0,0,0,0,0,0,0,"Vitre's Songs"
-18023,0,0,0,0,0,0,0,"Vitre the Spy"
-18030,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18031,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18032,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18033,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18034,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18035,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18036,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18037,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18038,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18039,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18040,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18041,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18042,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18043,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18044,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18045,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18046,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18047,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18048,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18049,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18050,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18051,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18052,0,0,0,0,0,0,0,"Gaebolg Family Curse"
-18060,0,0,0,0,0,0,0,"Missing boy Mikhail"
-18061,0,0,0,0,0,0,0,"Mikhail's Whereabouts"
-18062,0,0,0,0,0,0,0,"Missing boy Mikhail"
-18063,0,0,0,0,0,0,0,"The isolated swamp"
-18064,0,0,0,0,0,0,0,"Back to the Village"
-18065,0,0,0,0,0,0,0,"High-strength Adhesive"
-18066,0,0,0,0,0,0,0,"Back to the swamp"
-18067,0,0,0,0,0,0,0,"Make the paste"
-18068,0,0,0,0,0,0,0,"Fixing the Matrushka"
-18069,0,0,0,0,0,0,0,"Report to Gallina"
-18070,0,0,0,0,0,0,0,"Banishing Winter"
-18071,0,0,0,0,0,0,0,"Making the magic dust"
-18072,0,0,0,0,0,0,0,"Making the magic dust"
-18073,0,0,0,0,0,0,0,"The Dragon's Lair"
-18074,0,0,0,0,0,0,0,"The Magic Gourd Bottle"
-18075,0,0,0,0,0,0,0,"Containing People's Speech"
-18076,0,0,0,0,0,0,0,"Containing People's Speech"
-18077,0,0,0,0,0,0,0,"Csar's Request"
-18078,0,0,0,0,0,0,0,"Baba Yaga's Secret Medicine"
-18079,0,0,0,0,0,0,0,"Winter is Banished"
-18100,0,0,0,0,0,0,0,"Legends from Moscovia"
-18101,0,0,0,0,0,0,0,"The Moving Island"
-18102,0,0,0,0,0,0,0,"In Search of The Moving Island"
-18103,0,0,0,0,0,0,0,"In Search of The Moving Island"
-18104,0,0,0,0,0,0,0,"Mr. Ibanoff's New Friend"
-18105,0,0,0,0,0,0,0,"Repairing Charabel"
-18106,0,0,0,0,0,0,0,"As the Tide Turns"
-18107,0,0,0,0,0,0,0,"Departing"
-18108,0,0,0,0,0,0,0,"The Moving Island?"
-18109,0,0,0,0,0,0,0,"The Moving Island???"
-18110,0,0,0,0,0,0,0,"The Aged Stranger"
-18111,0,0,0,0,0,0,0,"Whale Island!"
-18112,0,0,0,0,0,0,0,"A Story for the Csar"
-18113,0,0,0,0,0,0,0,"Evidence for the Csar"
-18114,0,0,0,0,0,0,0,"Before Sunset"
-18115,0,0,0,0,0,0,0,"Departing"
-18116,0,0,0,0,0,0,0,"Whale Island!"
-18117,0,0,0,0,0,0,0,"Materials for Evidence"
-18118,0,0,0,0,0,0,0,"Mysterious Musical Instrument"
-18119,0,0,0,0,0,0,0,"Gusli"
-18120,0,0,0,0,0,0,0,"Gusli"
-18121,0,0,0,0,0,0,0,"Shafka"
-19101,0,0,0,0,0,0,0,"The Eye of Hellion"
-19102,0,0,0,0,0,0,0,"The Eye of Hellion"
-19103,0,0,0,0,0,0,0,"The Eye of Hellion"
-19104,0,0,0,0,0,0,0,"The Eye of Hellion"
-19105,0,0,0,0,0,0,0,"The Eye of Hellion"
-19106,0,0,0,0,0,0,0,"The Eye of Hellion"
-19107,0,0,0,0,0,0,0,"The Eye of Hellion"
-19108,0,0,0,0,0,0,0,"The Eye of Hellion"
-19109,0,0,0,0,0,0,0,"The Eye of Hellion"
-19110,0,0,0,0,0,0,0,"The Eye of Hellion"
-19111,0,0,0,0,0,0,0,"The Eye of Hellion"
-19112,0,0,0,0,0,0,0,"The Eye of Hellion"
-19113,0,0,0,0,0,0,0,"The Eye of Hellion"
-19114,0,0,0,0,0,0,0,"The Eye of Hellion"
-19115,0,0,0,0,0,0,0,"The Eye of Hellion"
-19116,0,0,0,0,0,0,0,"The Eye of Hellion"
-19117,0,0,0,0,0,0,0,"The Eye of Hellion"
-19118,0,0,0,0,0,0,0,"The Eye of Hellion"
-19119,0,0,0,0,0,0,0,"The Eye of Hellion"
-19120,0,0,0,0,0,0,0,"The Eye of Hellion"
-19121,0,0,0,0,0,0,0,"The Eye of Hellion"
-19122,0,0,0,0,0,0,0,"The Eye of Hellion"
-19123,0,0,0,0,0,0,0,"The Eye of Hellion"
-19124,0,0,0,0,0,0,0,"The Eye of Hellion"
-19125,0,0,0,0,0,0,0,"The Eye of Hellion"
-19126,0,0,0,0,0,0,0,"The Eye of Hellion"
-19127,0,0,0,0,0,0,0,"The Eye of Hellion"
-19128,0,0,0,0,0,0,0,"The Eye of Hellion"
-19129,0,0,0,0,0,0,0,"The Eye of Hellion"
-
-50000,0,0,0,0,0,0,0,"Pirate Dagger materials"
-50001,0,0,0,0,0,0,0,"Weather Beaten Old Man"
-50002,0,0,0,0,0,0,0,"Lost Treasure?"
-50003,0,0,0,0,0,0,0,"Lost Treasure?"
-50004,0,0,0,0,0,0,0,"The Old Man's Treasure"
-50005,0,0,0,0,0,0,0,"The Old Man's Treasure"
-50006,0,0,0,0,0,0,0,"The Old Man's Treasure"
-50007,0,0,0,0,0,0,0,"The Old Man's Treasure"
-50008,0,0,0,0,0,0,0,"The Old Man's Treasure"
-50009,0,0,0,0,0,0,0,"The Old Man's Treasure"
-50010,0,0,0,0,0,0,0,"A special lock pick"
-50011,0,0,0,0,0,0,0,"The special lock pick"
-50012,0,0,0,0,0,0,0,"Use the lock pick"
-50013,0,0,0,0,0,0,0,"Broken lock pick"
-50015,0,0,0,0,0,0,0,"The empty treasure box"
-50016,0,0,0,0,0,0,0,"The empty treasure box"
-50017,0,0,0,0,0,0,0,"The empty treasure box"
-50018,0,0,0,0,0,0,0,"The empty treasure box"
-50019,0,0,0,0,0,0,0,"The empty treasure box"
-50020,0,0,0,0,0,0,0,"The empty treasure box"
-50021,0,0,0,0,0,0,0,"J Roger"
-50022,0,0,0,0,0,0,0,"J Roger's key materials"
-50023,0,0,0,0,0,0,0,"Conversation with J Roger"
-50024,0,0,0,0,0,0,0,"Bury the treasure"
-50025,0,0,0,0,0,0,0,"Bury the treasure"
-50026,0,0,0,0,0,0,0,"Bury the treasure"
-50027,0,0,0,0,0,0,0,"Buried treasure"
-50028,0,0,0,0,0,0,0,"Stolen treasure!"
-50029,0,0,0,0,0,0,0,"A Pirate's Spirit!"
-
-//60000,0,0,0,0,0,0,0,"60000"
-60001,0,0,0,0,0,0,0,"Monster Extermination"
-60002,0,0,0,0,0,0,0,"Monster Extermination"
-60003,0,0,0,0,0,0,0,"Monster Extermination"
-60004,0,0,0,0,0,0,0,"Monster Extermination"
-60005,0,0,0,0,0,0,0,"Monster Extermination"
-60006,0,0,0,0,0,0,0,"Monster Extermination"
-60007,0,0,0,0,0,0,0,"Endless Tower Effect"
-60008,0,0,0,0,0,0,0,"Endless Tower Time Limit"
-60009,0,0,0,0,0,0,0,"Orc Hero"
-60010,0,0,0,0,0,0,0,"Derik Ver's Request"
-60011,0,0,0,0,0,0,0,"Investigation of Byalan"
-60012,0,0,0,0,0,0,0,"Investigation of Abyss"
-60013,0,0,0,0,0,0,0,"Monster Investigation"
-60014,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation"
-60015,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation"
-60016,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation"
-60017,0,0,0,0,0,0,0,"Geffen Dungeon's Monster Investigation"
-60018,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation"
-60019,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation"
-60020,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation"
-60021,0,0,0,0,0,0,0,"Byalan Dungeon's Monster Investigation"
-60022,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation"
-60023,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation"
-60024,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation"
-60025,0,0,0,0,0,0,0,"Abyss Lake's Monster Investigation"
-60026,0,0,0,0,0,0,0,"Continuing the Investigation"
-60027,0,0,0,0,0,0,0,"Investigating Aldebaran"
-60028,0,0,0,0,0,0,0,"Monster Investigation"
-60029,0,0,0,0,0,0,0,"Aldebaran Monster Investigation"
-60030,0,0,0,0,0,0,0,"Clock Tower Monster Investigation"
-60031,0,0,0,0,0,0,0,"Clock Tower Monster Investigation"
-60032,0,0,0,0,0,0,0,"Lutie Field Monster Investigation"
-60033,0,0,0,0,0,0,0,"Clock Tower Monster Investigation"
-60034,0,0,0,0,0,0,0,"Clock Tower Monster Investigation"
-60035,0,0,0,0,0,0,0,"Aldebaran Monster Investigation"
-60036,0,0,0,0,0,0,0,"Clock Tower Monster Investigation"
-60037,0,0,0,0,0,0,0,"Clock Tower Monster Investigation"
-60038,0,0,0,0,0,0,0,"Aldebaran Monster Investigation"
-60039,0,0,0,0,0,0,0,"Investigation of Glastheim"
-60040,0,0,0,0,0,0,0,"Investigation of Glastheim"
-60041,0,0,0,0,0,0,0,"Monster Investigation"
-60042,0,0,0,0,0,0,0,"Investigation of Glastheim"
-60043,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60044,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60045,0,0,0,0,0,0,0,"Investigation of Glastheim"
-60046,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60047,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60048,0,0,0,0,0,0,0,"Investigation of Glastheim"
-60049,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60050,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60051,0,0,0,0,0,0,0,"Investigation of Glastheim"
-60052,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60053,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60054,0,0,0,0,0,0,0,"Investigation of Glastheim"
-60055,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60056,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60057,0,0,0,0,0,0,0,"Glastheim Monster Investigation"
-60058,0,0,0,0,0,0,0,"Derik Ver's Brother"
-60059,0,0,0,0,0,0,0,"A history lesson"
-60060,0,0,0,0,0,0,0,"The Crown of Deceit"
-60061,0,0,0,0,0,0,0,"A magic solvent"
-60062,0,0,0,0,0,0,0,"Rendering the crown Inert"
-60101,0,1019,50,0,0,0,0,"Hunting Peco Pecos"
-60102,0,1019,100,0,0,0,0,"Hunting Peco Pecos"
-60103,0,1019,150,0,0,0,0,"Hunting Peco Pecos"
-60104,0,1127,50,0,0,0,0,"Hunting Hodes"
-60105,0,1127,100,0,0,0,0,"Hunting Hodes"
-60106,0,1127,150,0,0,0,0,"Hunting Hodes"
-60107,0,1007,50,0,0,0,0,"Hunting Fabres"
-60108,0,1007,100,0,0,0,0,"Hunting Fabres"
-60109,0,1007,150,0,0,0,0,"Hunting Fabres"
-60110,0,1008,50,0,0,0,0,"Hunting Pupa"
-60111,0,1008,100,0,0,0,0,"Hunting Pupa"
-60112,0,1008,150,0,0,0,0,"Hunting Pupa"
-60113,0,1104,50,0,0,0,0,"Hunting Cocos"
-60114,0,1104,100,0,0,0,0,"Hunting Cocos"
-60115,0,1104,150,0,0,0,0,"Hunting Cocos"
-60116,0,1103,50,0,0,0,0,"Hunting Caramels"
-60117,0,1103,100,0,0,0,0,"Hunting Caramels"
-60118,0,1103,150,0,0,0,0,"Hunting Caramels"
-60119,0,1271,50,0,0,0,0,"Hunting Alligators"
-60120,0,1271,100,0,0,0,0,"Hunting Alligators"
-60121,0,1271,150,0,0,0,0,"Hunting Alligators"
-60122,0,1018,50,0,0,0,0,"Hunting Creamys"
-60123,0,1018,100,0,0,0,0,"Hunting Creamys"
-60124,0,1018,150,0,0,0,0,"Hunting Creamys"
-60125,0,1378,50,0,0,0,0,"Hunting Demon Pungus"
-60126,0,1378,100,0,0,0,0,"Hunting Demon Pungus"
-60127,0,1378,150,0,0,0,0,"Hunting Demon Pungus"
-60128,0,1110,50,0,0,0,0,"Hunting Dokebi"
-60129,0,1110,100,0,0,0,0,"Hunting Dokebi"
-60130,0,1110,150,0,0,0,0,"Hunting Dokebi"
-60131,0,1493,50,0,0,0,0,"Hunting Dryads"
-60132,0,1493,100,0,0,0,0,"Hunting Dryads"
-60133,0,1493,150,0,0,0,0,"Hunting Dryads"
-60134,0,1119,50,0,0,0,0,"Hunting Frilldora"
-60135,0,1119,100,0,0,0,0,"Hunting Frilldora"
-60136,0,1119,150,0,0,0,0,"Hunting Frilldora"
-60137,0,1372,50,0,0,0,0,"Hunting Goats"
-60138,0,1372,100,0,0,0,0,"Hunting Goats"
-60139,0,1372,150,0,0,0,0,"Hunting Goats"
-60140,0,1040,50,0,0,0,0,"Hunting Golems"
-60141,0,1040,100,0,0,0,0,"Hunting Golems"
-60142,0,1040,150,0,0,0,0,"Hunting Golems"
-60143,0,1586,50,0,0,0,0,"Hunting Leaf Cats"
-60144,0,1586,100,0,0,0,0,"Hunting Leaf Cats"
-60145,0,1586,150,0,0,0,0,"Hunting Leaf Cats"
-60146,0,1076,50,0,0,0,0,"Hunting Skeletons"
-60147,0,1076,100,0,0,0,0,"Hunting Skeletons"
-60148,0,1076,150,0,0,0,0,"Hunting Skeletons"
-60149,0,1026,50,0,0,0,0,"Hunting Munaks"
-60150,0,1026,100,0,0,0,0,"Hunting Munaks"
-60151,0,1026,150,0,0,0,0,"Hunting Munaks"
-60152,0,1170,50,0,0,0,0,"Hunting Sohees"
-60153,0,1170,100,0,0,0,0,"Hunting Sohees"
-60154,0,1170,150,0,0,0,0,"Hunting Sohees"
-60155,0,1403,50,0,0,0,0,"Hunting Firelock Soldiers"
-60156,0,1403,100,0,0,0,0,"Hunting Firelock Soldiers"
-60157,0,1403,150,0,0,0,0,"Hunting Firelock Soldiers"
-60158,0,1405,50,0,0,0,0,"Hunting Tengus"
-60159,0,1405,100,0,0,0,0,"Hunting Tengus"
-60160,0,1405,150,0,0,0,0,"Hunting Tengus"
-60161,0,1675,25,0,0,0,0,"Hunting Venatu"
-60162,0,1675,50,0,0,0,0,"Hunting Venatu"
-60163,0,1675,75,0,0,0,0,"Hunting Venatu"
-60164,0,1668,50,0,0,0,0,"Hunting Archdam"
-60165,0,1668,100,0,0,0,0,"Hunting Archdam"
-60166,0,1668,150,0,0,0,0,"Hunting Archdam"
-60167,0,1776,50,0,0,0,0,"Hunting Siromas"
-60168,0,1776,100,0,0,0,0,"Hunting Siromas"
-60169,0,1776,150,0,0,0,0,"Hunting Siroma"
-60170,0,1777,50,0,0,0,0,"Hunting Ice Titans"
-60171,0,1777,100,0,0,0,0,"Hunting Ice Titans"
-60172,0,1777,150,0,0,0,0,"Hunting Ice Titans"
-60173,0,1506,50,0,0,0,0,"Hunting Disguises"
-60174,0,1506,100,0,0,0,0,"Hunting Disguises"
-60175,0,1506,150,0,0,0,0,"Hunting Disguises"
-60176,0,1505,50,0,0,0,0,"Hunting Loli Ruri"
-60177,0,1505,100,0,0,0,0,"Hunting Loli Ruri"
-60178,0,1505,150,0,0,0,0,"Hunting Loli Ruri"
-60179,0,1139,50,0,0,0,0,"Hunting Mantis"
-60180,0,1139,100,0,0,0,0,"Hunting Mantis"
-60181,0,1139,150,0,0,0,0,"Hunting Mantis"
-60182,0,1514,50,0,0,0,0,"Hunting Dancing Dragons"
-60183,0,1514,100,0,0,0,0,"Hunting Dancing Dragons"
-60184,0,1514,150,0,0,0,0,"Hunting Dancing Dragons"
-60185,0,1870,20,0,0,0,0,"Hunting Necromancers"
-60186,0,1870,40,0,0,0,0,"Hunting Necromancers"
-60187,0,1870,60,0,0,0,0,"Hunting Necromancers"
-60188,0,1365,50,0,0,0,0,"Hunting Apocalypse"
-60189,0,1365,100,0,0,0,0,"Hunting Apocalypse"
-60190,0,1365,150,0,0,0,0,"Hunting Apocalypse"
-
-60200,604800,0,0,0,0,0,0,"Endless Tower Effect"
-60201,14400,0,0,0,0,0,0,"Endless Tower Time Limit"
-60301,0,1155,100,0,0,0,0,"Dragon Hunting"
-60302,0,1155,200,0,0,0,0,"Dragon Hunting"
-60303,0,1714,100,0,0,0,0,"Dragon Hunting"
-60304,0,1714,200,0,0,0,0,"Dragon Hunting"
-60305,0,1717,100,0,0,0,0,"Dragon Hunting"
-60306,0,1717,200,0,0,0,0,"Dragon Hunting"
-60307,0,1713,100,0,0,0,0,"Dragon Hunting"
-60308,0,1713,200,0,0,0,0,"Dragon Hunting"
-60309,0,1716,100,0,0,0,0,"Dragon Hunting"
-60310,0,1716,200,0,0,0,0,"Dragon Hunting"
-
-// iRO expanded upon the log entries of this quest.
-60351,0,0,0,0,0,0,0,"Bathroom Ghost"
-60352,0,0,0,0,0,0,0,"Bathroom Ghost"
-60353,0,0,0,0,0,0,0,"Bathroom Ghost"
-60354,0,0,0,0,0,0,0,"Bathroom Ghost"
-60355,0,0,0,0,0,0,0,"Bathroom Ghost" \ No newline at end of file
diff --git a/src/map/clif.c b/src/map/clif.c
index 268066d1a..291b5cb46 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -15829,7 +15829,8 @@ void clif_parse_PartyTick(int fd, struct map_session_data* sd)
/// Sends list of all quest states (ZC_ALL_QUEST_LIST).
/// 02b1 <packet len>.W <num>.L { <quest id>.L <active>.B }*num
-void clif_quest_send_list(struct map_session_data *sd) {
+void clif_quest_send_list(struct map_session_data *sd)
+{
int fd = sd->fd;
int i;
#if PACKETVER >= 20141022
@@ -15846,7 +15847,7 @@ void clif_quest_send_list(struct map_session_data *sd) {
WFIFOW(fd, 2) = len;
WFIFOL(fd, 4) = sd->avail_quests;
- for( i = 0; i < sd->avail_quests; i++ ) {
+ for (i = 0; i < sd->avail_quests; i++) {
#if PACKETVER >= 20141022
struct quest_db *qi = quest->db(sd->quest_log[i].quest_id);
#endif
@@ -15855,7 +15856,7 @@ void clif_quest_send_list(struct map_session_data *sd) {
#if PACKETVER >= 20141022
WFIFOL(fd, i*info_len+13) = sd->quest_log[i].time - qi->time;
WFIFOL(fd, i*info_len+17) = sd->quest_log[i].time;
- WFIFOW(fd, i*info_len+21) = qi->num_objectives;
+ WFIFOW(fd, i*info_len+21) = qi->objectives_count;
#endif
}
@@ -15865,7 +15866,8 @@ void clif_quest_send_list(struct map_session_data *sd) {
/// Sends list of all quest missions (ZC_ALL_QUEST_MISSION).
/// 02b2 <packet len>.W <num>.L { <quest id>.L <start time>.L <expire time>.L <mobs>.W { <mob id>.L <mob count>.W <mob name>.24B }*3 }*num
-void clif_quest_send_mission(struct map_session_data *sd) {
+void clif_quest_send_mission(struct map_session_data *sd)
+{
int fd = sd->fd;
int i, j;
int len = sd->avail_quests*104+8;
@@ -15876,17 +15878,17 @@ void clif_quest_send_mission(struct map_session_data *sd) {
WFIFOW(fd, 2) = len;
WFIFOL(fd, 4) = sd->avail_quests;
- for( i = 0; i < sd->avail_quests; i++ ) {
+ for (i = 0; i < sd->avail_quests; i++) {
struct quest_db *qi = quest->db(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->num_objectives;
+ WFIFOW(fd, i*104+20) = qi->objectives_count;
- for( j = 0 ; j < qi->num_objectives; j++ ) {
- WFIFOL(fd, i*104+22+j*30) = qi->mob[j];
+ for (j = 0 ; j < qi->objectives_count; j++) {
+ WFIFOL(fd, i*104+22+j*30) = qi->objectives[j].mob;
WFIFOW(fd, i*104+26+j*30) = sd->quest_log[i].count[j];
- monster = mob->db(qi->mob[j]);
+ monster = mob->db(qi->objectives[j].mob);
memcpy(WFIFOP(fd, i*104+28+j*30), monster->jname, NAME_LENGTH);
}
}
@@ -15897,7 +15899,8 @@ void clif_quest_send_mission(struct map_session_data *sd) {
/// Notification about a new quest (ZC_ADD_QUEST).
/// 02b3 <quest id>.L <active>.B <start time>.L <expire time>.L <mobs>.W { <mob id>.L <mob count>.W <mob name>.24B }*3
-void clif_quest_add(struct map_session_data *sd, struct quest *qd) {
+void clif_quest_add(struct map_session_data *sd, struct quest *qd)
+{
int fd = sd->fd;
int i;
struct quest_db *qi = quest->db(qd->quest_id);
@@ -15908,13 +15911,13 @@ void clif_quest_add(struct map_session_data *sd, struct quest *qd) {
WFIFOB(fd, 6) = qd->state;
WFIFOB(fd, 7) = qd->time - qi->time;
WFIFOL(fd, 11) = qd->time;
- WFIFOW(fd, 15) = qi->num_objectives;
+ WFIFOW(fd, 15) = qi->objectives_count;
- for( i = 0; i < qi->num_objectives; i++ ) {
+ for (i = 0; i < qi->objectives_count; i++) {
struct mob_db *monster;
- WFIFOL(fd, i*30+17) = qi->mob[i];
+ WFIFOL(fd, i*30+17) = qi->objectives[i].mob;
WFIFOW(fd, i*30+21) = qd->count[i];
- monster = mob->db(qi->mob[i]);
+ monster = mob->db(qi->objectives[i].count);
memcpy(WFIFOP(fd, i*30+23), monster->jname, NAME_LENGTH);
}
@@ -15936,21 +15939,22 @@ void clif_quest_delete(struct map_session_data *sd, int quest_id) {
/// Notification of an update to the hunting mission counter (ZC_UPDATE_MISSION_HUNT).
/// 02b5 <packet len>.W <mobs>.W { <quest id>.L <mob id>.L <total count>.W <current count>.W }*3
-void clif_quest_update_objective(struct map_session_data *sd, struct quest *qd) {
+void clif_quest_update_objective(struct map_session_data *sd, struct quest *qd)
+{
int fd = sd->fd;
int i;
struct quest_db *qi = quest->db(qd->quest_id);
- int len = qi->num_objectives*12+6;
+ int len = qi->objectives_count*12+6;
WFIFOHEAD(fd, len);
WFIFOW(fd, 0) = 0x2b5;
WFIFOW(fd, 2) = len;
- WFIFOW(fd, 4) = qi->num_objectives;
+ WFIFOW(fd, 4) = qi->objectives_count;
- for( i = 0; i < qi->num_objectives; i++ ) {
+ for (i = 0; i < qi->objectives_count; i++) {
WFIFOL(fd, i*12+6) = qd->quest_id;
- WFIFOL(fd, i*12+10) = qi->mob[i];
- WFIFOW(fd, i*12+14) = qi->count[i];
+ WFIFOL(fd, i*12+10) = qi->objectives[i].mob;
+ WFIFOW(fd, i*12+14) = qi->objectives[i].count;
WFIFOW(fd, i*12+16) = qd->count[i];
}
diff --git a/src/map/quest.c b/src/map/quest.c
index e993ab69d..93ec1b04c 100644
--- a/src/map/quest.c
+++ b/src/map/quest.c
@@ -26,8 +26,10 @@
#include "script.h"
#include "unit.h"
#include "../common/cbasetypes.h"
+#include "../common/conf.h"
#include "../common/malloc.h"
#include "../common/nullpo.h"
+#include "../common/random.h"
#include "../common/showmsg.h"
#include "../common/socket.h"
#include "../common/strlib.h"
@@ -244,29 +246,53 @@ int quest_update_objective_sub(struct block_list *bl, va_list ap) {
/**
- * Updates the quest objectives for a character after killing a monster.
+ * Updates the quest objectives for a character after killing a monster, including the handling of quest-granted drops.
*
* @param sd Character's data
* @param mob_id Monster ID
*/
-void quest_update_objective(TBL_PC *sd, int mob_id) {
+void quest_update_objective(TBL_PC *sd, int mob_id)
+{
int i,j;
- for( i = 0; i < sd->avail_quests; i++ ) {
+ for (i = 0; i < sd->avail_quests; i++) {
struct quest_db *qi = NULL;
- if( sd->quest_log[i].state != Q_ACTIVE ) // Skip inactive quests
+ if (sd->quest_log[i].state != Q_ACTIVE) // Skip inactive quests
continue;
qi = quest->db(sd->quest_log[i].quest_id);
- for( j = 0; j < qi->num_objectives; j++ ) {
- if( qi->mob[j] == mob_id && sd->quest_log[i].count[j] < qi->count[j] ) {
+ 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) {
sd->quest_log[i].count[j]++;
sd->save_quest = true;
clif->quest_update_objective(sd, &sd->quest_log[i]);
}
}
+
+ // process quest-granted extra drop bonuses
+ for (j = 0; j < qi->dropitem_count; j++) {
+ struct quest_dropitem *dropitem = &qi->dropitem[j];
+ struct item item;
+ struct item_data *data = NULL;
+ int temp;
+ if (dropitem->mob_id != 0 && dropitem->mob_id != mob_id)
+ continue;
+ // TODO: Should this be affected by server rates?
+ if (rnd()%10000 >= dropitem->rate)
+ continue;
+ if (!(data = itemdb->exists(dropitem->nameid)))
+ continue;
+ memset(&item,0,sizeof(item));
+ item.nameid = dropitem->nameid;
+ item.identify = itemdb->isidentified2(data);
+ item.amount = 1;
+ if((temp = pc->additem(sd, &item, 1, LOG_TYPE_OTHER)) != 0) { // TODO: We might want a new log type here?
+ // Failed to obtain the item
+ clif->additem(sd, 0, 0, temp);
+ }
+ }
}
}
@@ -329,14 +355,15 @@ int quest_update_status(TBL_PC *sd, int quest_id, enum quest_state qs) {
* 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(TBL_PC *sd, int quest_id, enum 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:
return sd->quest_log[i].state;
case PLAYTIME:
@@ -345,10 +372,10 @@ int quest_check(TBL_PC *sd, int quest_id, enum quest_check_type type) {
if( sd->quest_log[i].state == Q_INACTIVE || sd->quest_log[i].state == Q_ACTIVE ) {
int j;
struct quest_db *qi = quest->db(sd->quest_log[i].quest_id);
- ARR_FIND(0, MAX_QUEST_OBJECTIVES, j, sd->quest_log[i].count[j] < qi->count[j]);
- if( j == MAX_QUEST_OBJECTIVES )
+ ARR_FIND(0, qi->objectives_count, j, sd->quest_log[i].count[j] < qi->objectives[j].count);
+ if (j == qi->objectives_count)
return 2;
- if( sd->quest_log[i].time < (unsigned int)time(NULL) )
+ if (sd->quest_log[i].time < (unsigned int)time(NULL))
return 1;
}
return 0;
@@ -361,77 +388,146 @@ int quest_check(TBL_PC *sd, int quest_id, enum quest_check_type type) {
}
/**
- * Loads quests from the quest db.
+ * Reads and parses an entry from the quest_db.
*
- * @return Number of loaded quests, or -1 if the file couldn't be read.
+ * @param cs The config setting containing the entry.
+ * @param n The sequential index of the current config setting.
+ * @param source The source configuration file.
+ * @return The parsed quest entry.
+ * @retval NULL in case of errors.
*/
-int quest_read_db(void) {
- // TODO[Haru] This duplicates some sv_readdb functionalities, and it would be
- // nice if it could be replaced by it. The reason why it wasn't is probably
- // because we need to accept commas (which is also used as delimiter) in the
- // last field (quest name), and sv_readdb isn't capable of doing so.
- FILE *fp;
- char line[1024];
- int i, count = 0;
- char *str[20], *p, *np;
- struct quest_db entry;
-
- sprintf(line, "%s/quest_db.txt", map->db_path);
- if ((fp=fopen(line,"r"))==NULL) {
- ShowError("can't read %s\n", line);
- return -1;
+struct quest_db *quest_read_db_sub(config_setting_t *cs, int n, const char *source)
+{
+ struct quest_db *entry = NULL;
+ config_setting_t *t = NULL;
+ int i32 = 0, quest_id;
+ const char *str = NULL;
+ /*
+ * Id: Quest ID [int]
+ * Name: Quest Name [string]
+ * TimeLimit: Time Limit (seconds) [int, optional]
+ * Targets: ( [array, optional]
+ * {
+ * MobId: Mob ID [int]
+ * Count: [int]
+ * },
+ * ... (can repeated up to MAX_QUEST_OBJECTIVES times)
+ * )
+ * Drops: (
+ * {
+ * ItemId: Item ID to drop [int]
+ * Rate: Drop rate [int]
+ * MobId: Mob ID to match [int, optional]
+ * },
+ * ... (can be repeated)
+ * )
+ */
+ if (!libconfig->setting_lookup_int(cs, "Id", &quest_id)) {
+ ShowWarning("quest_read_db: Missing id in \"%s\", entry #%d, skipping.\n", source, n);
+ return NULL;
+ }
+ if (quest_id < 0 || quest_id >= MAX_QUEST_DB) {
+ ShowWarning("quest_read_db: Invalid quest ID '%d' in \"%s\", entry #%d (min: 0, max: %d), skipping.\n", quest_id, source, n, MAX_QUEST_DB);
+ return NULL;
}
- while (fgets(line, sizeof(line), fp)) {
- if (line[0]=='/' && line[1]=='/')
- continue;
- memset(str,0,sizeof(str));
-
- for (i = 0, p = line; i < 8; i++) {
- if (( np = strchr(p,',') ) != NULL) {
- str[i] = p;
- *np = 0;
- p = np + 1;
- } else if (str[0] == NULL) {
+ if (!libconfig->setting_lookup_string(cs, "Name", &str) || !*str) {
+ ShowWarning("quest_read_db_sub: Missing Name in quest %d of \"%s\", skipping.\n", quest_id, source);
+ return NULL;
+ }
+
+ CREATE(entry, struct quest_db, 1);
+ entry->id = quest_id;
+ //safestrncpy(entry->name, str, sizeof(entry->name));
+
+ if (libconfig->setting_lookup_int(cs, "TimeLimit", &i32)) // This is an unsigned value, do not check for >= 0
+ entry->time = (unsigned int)i32;
+
+ if ((t=libconfig->setting_get_member(cs, "Targets")) && config_setting_is_list(t)) {
+ int i, len = libconfig->setting_length(t);
+ for (i = 0; i < len && entry->objectives_count < MAX_QUEST_OBJECTIVES; i++) {
+ // Note: We ensure that objectives_count < MAX_QUEST_OBJECTIVES because
+ // quest_log (as well as the client) expect this maximum size.
+ config_setting_t *tt = libconfig->setting_get_elem(t, i);
+ int mob_id = 0, count = 0;
+ if (!tt)
break;
- } else {
- ShowError("quest_read_db: insufficient columns in line %s\n", line);
+ if (!config_setting_is_group(tt))
continue;
- }
+ if (!libconfig->setting_lookup_int(tt, "MobId", &mob_id) || mob_id <= 0)
+ continue;
+ if (!libconfig->setting_lookup_int(tt, "Count", &count) || count <= 0)
+ continue;
+ RECREATE(entry->objectives, struct quest_objective, ++entry->objectives_count);
+ entry->objectives[entry->objectives_count-1].mob = mob_id;
+ entry->objectives[entry->objectives_count-1].count = count;
}
- if (str[0] == NULL)
- continue;
-
- memset(&entry, 0, sizeof(entry));
-
- entry.id = atoi(str[0]);
+ }
- if (entry.id < 0 || entry.id >= MAX_QUEST_DB) {
- ShowError("quest_read_db: Invalid quest ID '%d' in line '%s' (min: 0, max: %d.)\n", entry.id, line, MAX_QUEST_DB);
- continue;
+ if ((t=libconfig->setting_get_member(cs, "Drops")) && config_setting_is_list(t)) {
+ int i, len = libconfig->setting_length(t);
+ for (i = 0; i < len; i++) {
+ config_setting_t *tt = libconfig->setting_get_elem(t, i);
+ int mob_id = 0, nameid = 0, rate = 0;
+ if (!tt)
+ break;
+ if (!config_setting_is_group(tt))
+ continue;
+ if (!libconfig->setting_lookup_int(tt, "MobId", &mob_id))
+ mob_id = 0; // Zero = any monster
+ if (mob_id < 0)
+ continue;
+ if (!libconfig->setting_lookup_int(tt, "ItemId", &nameid) || !itemdb->exists(nameid))
+ continue;
+ if (!libconfig->setting_lookup_int(tt, "Rate", &rate) || rate <= 0)
+ continue;
+ RECREATE(entry->dropitem, struct quest_dropitem, ++entry->dropitem_count);
+ entry->dropitem[entry->dropitem_count-1].mob_id = mob_id;
+ entry->dropitem[entry->dropitem_count-1].nameid = nameid;
+ entry->dropitem[entry->dropitem_count-1].rate = rate;
}
+ }
+ return entry;
+}
- entry.time = atoi(str[1]);
+/**
+ * Loads quests from the quest db.
+ *
+ * @return Number of loaded quests, or -1 if the file couldn't be read.
+ */
+int quest_read_db(void)
+{
+ char filepath[256];
+ config_t quest_db_conf;
+ config_setting_t *qdb = NULL, *q = NULL;
+ int i = 0, count = 0;
+ const char *filename = "quest_db.conf";
+
+ sprintf(filepath, "%s/%s", map->db_path, filename);
+ if (libconfig->read_file(&quest_db_conf, filepath) || !(qdb = libconfig->setting_get_member(quest_db_conf.root, filename))) {
+ ShowError("can't read %s\n", filepath);
+ return -1;
+ }
- for (i = 0; i < MAX_QUEST_OBJECTIVES; i++) {
- entry.mob[i] = atoi(str[2*i+2]);
- entry.count[i] = atoi(str[2*i+3]);
+ while ((q = libconfig->setting_get_elem(qdb, i++))) {
+ struct quest_db *entry = quest->read_db_sub(q, i-1, filepath);
+ if (!entry)
+ continue;
- if (!entry.mob[i] || !entry.count[i])
- break;
+ if (quest->db_data[entry->id] != NULL) {
+ ShowWarning("quest_read_db: Duplicate quest %d.\n", entry->id);
+ if (quest->db_data[entry->id]->dropitem)
+ aFree(quest->db_data[entry->id]->dropitem);
+ if (quest->db_data[entry->id]->objectives)
+ aFree(quest->db_data[entry->id]->objectives);
+ aFree(quest->db_data[entry->id]);
}
+ quest->db_data[entry->id] = entry;
- entry.num_objectives = i;
-
- if (quest->db_data[entry.id] == NULL)
- quest->db_data[entry.id] = aMalloc(sizeof(struct quest_db));
-
- memcpy(quest->db_data[entry.id], &entry, sizeof(struct quest_db));
count++;
}
- fclose(fp);
- ShowStatus("Done reading '"CL_WHITE"%d"CL_RESET"' entries in '"CL_WHITE"%s"CL_RESET"'.\n", count, "quest_db.txt");
- return 0;
+ ShowStatus("Done reading '"CL_WHITE"%d"CL_RESET"' entries in '"CL_WHITE"%s"CL_RESET"'.\n", count, filename);
+ return count;
}
/**
@@ -476,6 +572,10 @@ void quest_clear_db(void) {
for (i = 0; i < MAX_QUEST_DB; i++) {
if (quest->db_data[i]) {
+ if (quest->db_data[i]->objectives)
+ aFree(quest->db_data[i]->objectives);
+ if (quest->db_data[i]->dropitem)
+ aFree(quest->db_data[i]->dropitem);
aFree(quest->db_data[i]);
quest->db_data[i] = NULL;
}
@@ -537,4 +637,5 @@ void quest_defaults(void) {
quest->check = quest_check;
quest->clear = quest_clear_db;
quest->read_db = quest_read_db;
+ quest->read_db_sub = quest_read_db_sub;
}
diff --git a/src/map/quest.h b/src/map/quest.h
index f988d0c61..36ac69a53 100644
--- a/src/map/quest.h
+++ b/src/map/quest.h
@@ -7,16 +7,28 @@
#include "map.h" // TBL_PC
#include "../common/cbasetypes.h"
-#include "../common/mmo.h" // MAX_QUEST_OBJECTIVES
+#include "../common/conf.h"
#define MAX_QUEST_DB (60355+1) // Highest quest ID + 1
+struct quest_dropitem {
+ int mob_id;
+ int nameid;
+ int rate;
+};
+
+struct quest_objective {
+ int mob;
+ int count;
+};
+
struct quest_db {
int id;
unsigned int time;
- int mob[MAX_QUEST_OBJECTIVES];
- int count[MAX_QUEST_OBJECTIVES];
- int num_objectives;
+ int objectives_count;
+ struct quest_objective *objectives;
+ int dropitem_count;
+ struct quest_dropitem *dropitem;
//char name[NAME_LENGTH];
};
@@ -46,6 +58,7 @@ struct quest_interface {
int (*check) (TBL_PC *sd, int quest_id, enum quest_check_type type);
void (*clear) (void);
int (*read_db) (void);
+ struct quest_db *(*read_db_sub) (config_setting_t *cs, int n, const char *source);
};
struct quest_interface *quest;
diff --git a/tools/questdbconverter.pl b/tools/questdbconverter.pl
new file mode 100755
index 000000000..00431fb79
--- /dev/null
+++ b/tools/questdbconverter.pl
@@ -0,0 +1,94 @@
+#!/usr/bin/perl
+#
+# Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+# See the LICENSE file
+# Base Author: Dastgir @ http://hercules.ws
+#
+# This Script converts quest_db.txt to quest_db.conf format.
+# usage example: perl tools/questdbconverter.pl < db/quest_db.txt > db/quest_db.conf
+#
+use strict;
+use warnings;
+
+sub parse_questdb (@) {
+ my @input = @_;
+ foreach (@input) {
+ chomp $_;
+# Quest ID,Time Limit,Target1,Val1,Target2,Val2,Target3,Val3,Quest Title
+ if( $_ =~ qr/^
+ (?<prefix>(?:\/\/[^0-9]*)?)
+ (?<QuestID>[0-9]+)[^,]*,[\s\t]*
+ (?<TimeLimit>[0-9]+)[^,]*,[\s\t]*
+ (?<Target1>[0-9]+)[^,]*,[\s\t]*
+ (?<Val1>[0-9]+)[^,]*,[\s\t]*
+ (?<Target2>[0-9]+)[^,]*,[\s\t]*
+ (?<Val2>[0-9]+)[^,]*,[\s\t]*
+ (?<Target3>[0-9]+)[^,]*,[\s\t]*
+ (?<Val3>[0-9]+)[^,]*,[\s\t]*
+ "(?<QuestTitle>[^"]*)"
+ /x ) {
+ my %cols = map { $_ => $+{$_} } keys %+;
+ print "/*\n" if $cols{prefix};
+ print "$cols{prefix}\n" if $cols{prefix} and $cols{prefix} !~ m|^//[\s\t]*$|;
+ print "{\n";
+ print "\tId: $cols{QuestID}\n";
+ print "\tName: \"$cols{QuestTitle}\"\n";
+ print "\tTimeLimit: $cols{TimeLimit}\n" if $cols{TimeLimit};
+ print "\tTargets: (\n" if $cols{Target1} || $cols{Target2} || $cols{Target3};
+ print "\t{\n" if $cols{Target1};
+ print "\t\tMobId: $cols{Target1}\n" if $cols{Target1};
+ print "\t\tCount: $cols{Val1}\n" if $cols{Target1};
+ print "\t},\n" if $cols{Target1};
+ print "\t{\n" if $cols{Target2};
+ print "\t\tMobId: $cols{Target2}\n" if $cols{Target2};
+ print "\t\tCount: $cols{Val2}\n" if $cols{Target2};
+ print "\t},\n" if $cols{Target2};
+ print "\t{\n" if $cols{Target3};
+ print "\t\tMobId: $cols{Target3}\n" if $cols{Target3};
+ print "\t\tCount: $cols{Val3}\n" if $cols{Target3};
+ print "\t},\n" if $cols{Target3};
+ print "\t)\n" if $cols{Target1} || $cols{Target2} || $cols{Target3};
+ print "},\n";
+ print "*/\n" if $cols{prefix};
+ } elsif( $_ =~ /^\/\/(.*)$/ ) {
+ my $s = $1;
+ print "// $s\n" unless $s =~ /^[\s\t]*$/;
+ } elsif( $_ !~ /^\s*$/ ) {
+ print "// Error parsing: $_\n";
+ }
+
+ }
+}
+print <<"EOF";
+quest_db: (
+// Quest Database
+/******************************************************************************
+ ************* Entry structure ************************************************
+ ******************************************************************************
+{
+ Id: Quest ID [int]
+ Name: Quest Name [string]
+ TimeLimit: Time Limit (seconds) [int, optional]
+ Targets: ( [array, optional]
+ {
+ MobId: Mob ID [int]
+ Count: [int]
+ },
+ ... (can repeated up to MAX_QUEST_OBJECTIVES times)
+ )
+ Drops: (
+ {
+ ItemId: Item ID to drop [int]
+ Rate: Drop rate [int]
+ MobId: Mob ID to match [int, optional]
+ },
+ ... (can be repeated)
+ )
+},
+******************************************************************************/
+
+EOF
+
+parse_questdb(<>);
+
+print ")\n";