From 681d61e73cee8fb7fedce2cc19803511bcf9a54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 8 Nov 2010 05:05:38 +0100 Subject: [PATCH] quests: Convert the Moatoob lobbies to configuration files. --- include/maps.hrl | 2 +- priv/quests/1103000/quest.conf | 97 ++++++++++++++++++ .../1103000/unit_title_00.bin.en_US.txt | Bin 0 -> 62 bytes .../1103000/unit_title_01.bin.en_US.txt | Bin 0 -> 60 bytes .../1103000/unit_title_03.bin.en_US.txt | Bin 0 -> 52 bytes .../1103000/unit_title_04.bin.en_US.txt | Bin 0 -> 76 bytes .../1103000/unit_title_05.bin.en_US.txt | Bin 0 -> 50 bytes .../1103000/unit_title_06.bin.en_US.txt | Bin 0 -> 64 bytes .../1103000/unit_title_07.bin.en_US.txt | Bin 0 -> 124 bytes .../1103000/unit_title_11.bin.en_US.txt | Bin 0 -> 136 bytes .../1103000/unit_title_12.bin.en_US.txt | Bin 0 -> 24 bytes .../1103000/unit_title_13.bin.en_US.txt | Bin 0 -> 34 bytes priv/quests/README | 1 + 13 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 priv/quests/1103000/quest.conf create mode 100644 priv/quests/1103000/unit_title_00.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_01.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_03.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_04.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_05.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_06.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_07.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_11.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_12.bin.en_US.txt create mode 100644 priv/quests/1103000/unit_title_13.bin.en_US.txt diff --git a/include/maps.hrl b/include/maps.hrl index f65bbee..703f7a9 100644 --- a/include/maps.hrl +++ b/include/maps.hrl @@ -202,7 +202,7 @@ {1100000, [{type, lobby}, {file, nofile}]}, {1101000, [{type, lobby}, {file, nofile}]}, {1102000, [{type, lobby}, {file, nofile}]}, - {1103000, [{type, lobby}, {file, "data/lobby/moatoob.quest.nbl"}]}, + {1103000, [{type, lobby}, {file, nofile}]}, {1104000, [{type, spaceport}, {file, "data/lobby/spaceport.quest.nbl"}]}, diff --git a/priv/quests/1103000/quest.conf b/priv/quests/1103000/quest.conf new file mode 100644 index 0000000..11ab377 --- /dev/null +++ b/priv/quests/1103000/quest.conf @@ -0,0 +1,97 @@ +%% This file is part of EGS. +%% +%% EGS is free software: you can redistribute it and/or modify +%% it under the terms of the GNU Affero General Public License as +%% published by the Free Software Foundation, either version 3 of the +%% License, or (at your option) any later version. +%% +%% EGS is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU Affero General Public License for more details. +%% +%% You should have received a copy of the GNU Affero General Public License +%% along with EGS. If not, see . + +%% Moatoob lobbies. + +{questid, 1103000}. + +%% @todo Default to {1, 6} if missing? +{party_size, {1, 6}}. + +%% @todo Those should probably default to those values if unspecified (lobbies). +{cursor, {0, 0}}. +{icon, 65535}. + +%% @todo Default enemy_level to 1 if unspecified (lobbies). +%% @todo Default sets to [100] if unspecified (lobbies). + +{zones, [ + [{zoneid, 0}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [1]}], + [{zoneid, 1}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [9010]}], + [{zoneid, 3}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [9101]}], + [{zoneid, 4}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [9202]}], + [{zoneid, 5}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [9030]}], + [{zoneid, 6}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [9040]}], + [{zoneid, 7}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [9300, 9302, 9304]}], + [{zoneid, 11}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [2, 100, 101, 200]}], + [{zoneid, 12}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [100]}], + [{zoneid, 13}, {areaid, 5}, {enemy_level, 1}, {sets, [100]}, {maps, [100]}] +]}. + +{temp_flags, []}. +{value_flags, ["SV_WK_LC_RETURN"]}. +{bool_flags, [ + "SV_FLG_PASS_MB", "SV_FLG_PASS_DO", "SV_FLG_CTRL_DO", "SVFLG_WENT_DOCT", + "SVFLG_WENT_DO_G", "SVFLG_WENT_TENO", "MV_PASS_FL_MB01", "MV_PASS_FL_MB02", + "MV_PASS_FL_MB03", "MV_PASS_FL_MB04", "MV_PASS_FL_MB05", "MV_PASS_FL_MB06", + "MV_PASS_FL_MB07", "MV_PASS_FL_MB08" +]}. + +{items, [ + %% @todo ItemID defaults to ffffffff if missing? + %% @todo nb_items defaults to 1 if missing? + %% @todo type 5 for lobbies, what else? + [{index, 1}, {itemid, 16#ffffffff}, {nb_items, 1}, {type, 5}, {money, 200}], + [{index, 2}, {itemid, 16#ffffffff}, {nb_items, 1}, {type, 5}, {money, 400}], + [{index, 3}, {itemid, 16#ffffffff}, {nb_items, 1}, {type, 5}, {money, 600}], + [{index, 4}, {itemid, 16#ffffffff}, {nb_items, 1}, {type, 5}, {money, 800}] +]}. + +%% @todo if is questid then defaults to ffffffff. +%% @todo Default to full ffff if missing. +{enter_warp, {1103000, 0, 1, 0}}. +{exit_warp, {1103000, 65535, 65535, 65535}}. +{fail_warp, {1103000, 65535, 65535, 65535}}. + +%% @doc Current -> next. Values are the area and the exit/entrance entryid. +%% @todo if is questid then defaults to ffffffff. +{warps, [ + {{1103000, 0, 3, 0}, {1104000, 0, 900, 0}}, + {{1103000, 11, 101, 10}, {1103000, 0, 3, 3}}, + {{1103000, 0, 1, 1}, {1103000, 11, 2, 0}}, + {{1103000, 11, 200, 10}, {1103000, 0, 3, 4}}, + {{1103000, 0, 3, 1}, {1103000, 11, 2, 0}}, + {{1103000, 11, 100, 0}, {1103000, 0, 1, 5}}, + {{1103000, 0, 3, 7}, {1103000, 13, 100, 2}}, + {{1103000, 0, 1, 3}, {1103000, 11, 101, 0}}, + {{1103000, 0, 1, 4}, {1103000, 11, 200, 0}}, + {{1103000, 11, 101, 0}, {1103000, 0, 1, 3}}, + {{1103000, 13, 100, 12}, {1103000, 0, 3, 7}}, + {{1103000, 11, 200, 0}, {1103000, 0, 1, 4}}, + {{1103000, 0, 1, 5}, {1103000, 11, 100, 0}}, + {{1103000, 13, 100, 2}, {1103000, 0, 1, 7}}, + {{1103000, 0, 1, 6}, {1103000, 12, 100, 1}}, + {{1103000, 11, 2, 0}, {1103000, 0, 1, 1}}, + {{1103000, 0, 3, 3}, {1103000, 11, 101, 0}}, + {{1103000, 11, 2, 10}, {1103000, 0, 3, 1}}, + {{1103000, 0, 1, 7}, {1103000, 13, 100, 2}}, + {{1103000, 0, 3, 4}, {1103000, 11, 200, 0}}, + {{1103000, 12, 100, 11}, {1103000, 0, 3, 6}}, + {{1103000, 0, 3, 5}, {1103000, 11, 100, 0}}, + {{1103000, 0, 3, 6}, {1103000, 12, 100, 1}}, + {{1103000, 11, 100, 10}, {1103000, 0, 3, 5}}, + {{1103000, 12, 100, 1}, {1103000, 0, 1, 6}}, + {{1103000, 0, 1, 0}, {1104000, 0, 900, 0}} +]}. diff --git a/priv/quests/1103000/unit_title_00.bin.en_US.txt b/priv/quests/1103000/unit_title_00.bin.en_US.txt new file mode 100644 index 0000000000000000000000000000000000000000..d097afa6c1e16546d0d3df052a50166f835b0814 GIT binary patch literal 62 zcmezW&xIk8A)O(gp$JGTFgP=0GL$e>GFXAxsSJ5Q9!Mq!$aewC6@&Si49P&6iva+_ CKMa@v literal 0 HcmV?d00001 diff --git a/priv/quests/1103000/unit_title_01.bin.en_US.txt b/priv/quests/1103000/unit_title_01.bin.en_US.txt new file mode 100644 index 0000000000000000000000000000000000000000..dd89a6ca95e52a94e77a5284fb70fb3dd57165ba GIT binary patch literal 60 zcmezWFPtHjp_rkBL4m=Wp_CyVh!q%Iz+$NkML=;YAm5E46DX3ykOE{oF(d-jr!sIc F005_#3&#Ke literal 0 HcmV?d00001 diff --git a/priv/quests/1103000/unit_title_03.bin.en_US.txt b/priv/quests/1103000/unit_title_03.bin.en_US.txt new file mode 100644 index 0000000000000000000000000000000000000000..a89645ecfdebc42dcf5481539240200e8a29aa5d GIT binary patch literal 52 ycmezW&z&KWA%`KAA&()GAsxsr05JX>{Q{)_$T8M>~_6k7*ApuR}<<)Vq*qNOVyU*RRa1zNBJhL!qF1ZQE oAoP5l)$-QbLCGY2P}vFMY^@@$b}QJ{$nBLbQjtx6Jma4`UMA=lQ~&?~ literal 0 HcmV?d00001 diff --git a/priv/quests/1103000/unit_title_11.bin.en_US.txt b/priv/quests/1103000/unit_title_11.bin.en_US.txt new file mode 100644 index 0000000000000000000000000000000000000000..491703aee7e063cdb767f9a59061b600cbe406d6 GIT binary patch literal 136 zcmZXN%?dzZ5Jk`0Q`mV9B1s`XS^FtOh~({Y`?gkhrgQGh`-D`u>&%tY8K%1^`pO1mgez literal 0 HcmV?d00001 diff --git a/priv/quests/1103000/unit_title_13.bin.en_US.txt b/priv/quests/1103000/unit_title_13.bin.en_US.txt new file mode 100644 index 0000000000000000000000000000000000000000..30d3f67fe64277bf19cce46c718b124ce34e01f6 GIT binary patch literal 34 ocmezW&zHfGL6^auA&9}3A(+96L4m=AA(0`SA)lcLNOLg&0FMF&qyPW_ literal 0 HcmV?d00001 diff --git a/priv/quests/README b/priv/quests/README index baf8fca..6eec267 100644 --- a/priv/quests/README +++ b/priv/quests/README @@ -3,3 +3,4 @@ List of quests: 1100000 GUARDIANS Colony lobbies 1101000 Parum lobbies 1102000 Neudaiz lobbies +1103000 Moatoob lobbies