summaryrefslogtreecommitdiff
path: root/db/quest_db.conf
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-01-13 20:50:42 +0100
committerSaulc <lucashelaine14@gmail.com>2018-01-13 20:50:42 +0100
commit20df2abc1aca00d6aa5dc78347133890f36b32f3 (patch)
tree4ad4a8bb8b0605473a702e314799a4626347721a /db/quest_db.conf
downloadserverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.gz
serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.bz2
serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.tar.xz
serverdata-20df2abc1aca00d6aa5dc78347133890f36b32f3.zip
Initial commit
Diffstat (limited to 'db/quest_db.conf')
-rw-r--r--db/quest_db.conf172
1 files changed, 172 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf
new file mode 100644
index 000000000..721e38815
--- /dev/null
+++ b/db/quest_db.conf
@@ -0,0 +1,172 @@
+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: 0
+ Name: "ShipQuests_Julia"
+},
+{
+ Id: 1
+ Name: "ShipQuests_Arpan"
+},
+{
+ Id: 2
+ Name: "ShipQuests_Alige"
+},
+{
+ Id: 3
+ Name: "ShipQuests_Peter"
+},
+{
+ Id: 4
+ Name: "ShipQuests_Nard"
+},
+{
+ Id: 5
+ Name: "ShipQuests_Knife"
+},
+{
+ Id: 6
+ Name: "ShipQuests_ArpanMoney"
+},
+{
+ Id: 7
+ Name: "ShipQuests_Door"
+},
+{
+ Id: 8
+ Name: "ShipQuests_Couwan"
+},
+{
+ Id: 9
+ Name: "ShipQuests_TreasureChest"
+},
+{
+ Id: 10
+ Name: "ShipQuests_Ale"
+},
+{
+ Id: 11
+ Name: "ShipQuests_Astapolos"
+},
+{
+ Id: 12
+ Name: "ShipQuests_Gulukan"
+},
+{
+ Id: 13
+ Name: "ShipQuests_Jalad"
+},
+{
+ Id: 14
+ Name: "ShipQuests_QMuller"
+},
+{
+ Id: 15
+ Name: "ShipQuests_Tibbo"
+},
+{
+ Id: 16
+ Name: "ShipQuests_Gugli"
+},
+{
+ Id: 17
+ Name: "ShipQuests_ChefGado"
+},
+{
+ Id: 18
+ Name: "General_Cookies"
+},
+{
+ Id: 19
+ Name: "ArtisQuests_LazyBrother"
+},
+{
+ Id: 20
+ Name: "ArtisQuests_Urchin"
+},
+{
+ Id: 21
+ Name: "ArtisQuests_CatchPiou"
+},
+{
+ Id: 22
+ Name: "ArtisQuests_Fishman"
+},
+{
+ Id: 23
+ Name: "ArtisQuests_QOnan"
+},
+{
+ Id: 24
+ Name: "Halloween_VisitArtis"
+},
+{
+ Id: 25
+ Name: "Halloween_BarrelQuest"
+},
+{
+ Id: 26
+ Name: "General_Rumly"
+},
+{
+ Id: 27
+ Name: "ArtisQuests_Enora"
+},
+{
+ Id: 28
+ Name: "General_Narrator"
+},
+{
+ Id: 29
+ Name: "ArtisQuests_Fexil"
+},
+{
+ Id: 30
+ Name: "ArtisQuests_Lloyd"
+},
+{
+ Id: 31
+ Name: "General_Janus"
+},
+{
+ Id: 32
+ Name: "ArtisQuests_MonaDad"
+},
+{
+ Id: 33
+ Name: "Artis_Legion_Progress"
+},
+{
+ Id: 33
+ Name: "ArtisQuest_Apana"
+},
+{
+ Id: 1000
+ Name: "Test_testing1"
+},
+)