diff --git a/include/maps.hrl b/include/maps.hrl index 9b9c391..f41f831 100644 --- a/include/maps.hrl +++ b/include/maps.hrl @@ -1089,18 +1089,6 @@ 0, 3, % TECHNIC License 0:24 >>}]}, - % Moatoob GUARDIANS: Party Missions, Versus, Item Exchange - - {118, [{quests, "data/counters/moatoob.guardians.pack"}, {bg, 6}, {options, << 16#01001000:32, 3, 3, 3, - 3, % Standby (Party) - 3, 3, 3, 3, 3, % Bruce's Dungeon C-S2 - 3, % Standby (Versus) - 3, % Airboard Rally - 0:16, - 3, % Skill License - 0, 3 % Thunderfeast Deals - >>}]}, - % Colony R&D: Clothes'n'Parts male/female {177, [{quests, "data/counters/colony.rd.pack"}, {bg, 4}, {options, << 16#01000800:32, 3, 0:24, 3, 3, 0:16 >>}]}, diff --git a/priv/counters/118/counter.conf b/priv/counters/118/counter.conf new file mode 100644 index 0000000..69ee109 --- /dev/null +++ b/priv/counters/118/counter.conf @@ -0,0 +1,36 @@ +%% 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 GUARDIANS counter. + +{bg, 6}. +{cursor, {0, 0}}. +{t_name, 0}. +{t_desc, 1}. + +{groups, [ + %% @todo Bruce's Dungeon. + %% @todo Standby mission? +%% [{t_name, 2}, {t_desc, 3}, {quests, [ +%% ]}], + %% Airboard Rally. + %% @todo Standby mission? + [{t_name, 4}, {t_desc, 5}, {quests, [ + {1090700, "airboard-rally.quest.nbl"} + ]}] + %% @todo Miscellaneous. - Skill License, Thunderfeast Deals +%% [{t_name, 6}, {t_desc, 7}, {quests, [ +%% ]}] +]}. diff --git a/priv/counters/118/text.bin.en_US.txt b/priv/counters/118/text.bin.en_US.txt new file mode 100644 index 0000000..f15ca6b Binary files /dev/null and b/priv/counters/118/text.bin.en_US.txt differ