Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB Rework for Quest 7631 - Dreadsteed of Xoroth (Warlock Mount Quest) #317

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 157 additions & 0 deletions Updates/4617_quest_7631-dreadsteed-of-xoroth-rework.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
-- missing emote dialog
INSERT INTO `script_texts` (`entry`, `content_default`, `sound`, `type`, `language`, `emote`, `broadcast_text_id`, `comment`)
Copy link
Member

@AnonXS AnonXS May 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

script_texts is obsolete and does not belong into db repo

VALUES ('-1429005', '%s is pulled back to Xoroth!', '0', '2', '0', '0', '10063', 'Xoroth demon unsummoned');
INSERT INTO `broadcast_text` (`Id`, `Text`, `Text1`, `ChatTypeID`, `LanguageID`, `ConditionID`, `EmotesID`, `Flags`, `SoundEntriesID1`, `SoundEntriesID2`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `VerifiedBuild`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should exist in some form.

VALUES ('10063', '%s is pulled back to Xoroth!', '', '2', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '31882');

-- make DND creature invisible
UPDATE `creature_template` SET `ExtraFlags` = 128 WHERE `Entry` = 14501;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Faction seems to be 90, isnt there a better solution then adding 128 as extraflag?


-- produces janky movement, removing to handle in script
DELETE FROM `creature_movement_template` WHERE `Entry` IN (14482, 14483);
Copy link
Member

@AnonXS AnonXS May 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most of this and following data should be in instance file, so it can be properly diffed..


-- revise the wave spawning so it is more consistent and random, not just rings of demons spawning at once
DELETE FROM dbscripts_on_relay where id between 1450101 and 1450109;
INSERT INTO `dbscripts_on_relay` (`id`, `delay`, `priority`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `datafloat`, `x`, `y`, `z`, `o`, `speed`, `condition_id`, `comments`)
VALUES
(1450101, 0, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -14.4863, 747.953, -30.0000, 1.91986, 0, 0, ''),
(1450101, 250, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.9582, 866.112, -30.0000, 5.41052, 0, 0, ''),
(1450101, 500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21.162, 778.232, -30.0000, 2.60054, 0, 0, ''),
(1450101, 1150, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450101, 1150, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),
(1450101, 5500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450101, 8950, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450101, 13000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450101, 16750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -97.5622, 848.091, -30.0000, 5.75959, 0, 0, ''),
(1450101, 24000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.9582, 866.112, -30.0000, 5.41052, 0, 0, ''),
(1450101, 16000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),

(1450102, 1000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -14.4863, 747.953, -30.0000, 1.91986, 0, 0, ''),
(1450102, 500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -37.7177, 743.281, -30.0000, 1.5708, 0, 0, ''),
(1450102, 500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450102, 0, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -39.7076, 882.205, -30.0000, 4.7473, 0, 0, ''),
(1450102, 0, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450102, 0, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -97.5622, 848.091, -30.0000, 5.75959, 0, 0, ''),
(1450102, 250, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.9582, 866.112, -30.0000, 5.41052, 0, 0, ''),
(1450102, 9000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450102, 15000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450102, 20000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450102, 31000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -39.7076, 882.205, -30.0000, 4.7473, 0, 0, ''),
(1450102, 24000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -98.1468, 778.083, -30.0000, 0.541052, 0, 0, ''),
(1450102, 12500, 0, 10, 14483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),

(1450103, 8500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -98.1468, 778.083, -30.0000, 0.541052, 0, 0, ''),
(1450103, 3500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -37.7177, 743.281, -30.0000, 1.5708, 0, 0, ''),
(1450103, 3000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -61.2501, 747.296, -30.0000, 1.23918, 0, 0, ''),
(1450103, 750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -105.782, 826.821, -30.0000, 6.0912, 0, 0, ''),
(1450103, 0, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -97.5622, 848.091, -30.0000, 5.75959, 0, 0, ''),
(1450103, 4750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.9582, 866.112, -30.0000, 5.41052, 0, 0, ''),
(1450103, 9000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29.5943, 801.049, -30.0000, 2.96706, 0, 0, ''),
(1450103, 23000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450103, 29000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450103, 13000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -14.4863, 747.953, -30.0000, 1.91986, 0, 0, ''),
(1450103, 14000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -61.2501, 747.296, -30.0000, 1.23918, 0, 0, ''),
(1450103, 34000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29.2777, 824.413, -30.0000, 3.29867, 0, 0, ''),
(1450103, 36500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -14.4863, 747.953, -30.0000, 1.91986, 0, 0, ''),
(1450103, 37850, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450103, 30000, 0, 10, 14483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -97.5622, 848.091, -30.0000, 5.75959, 0, 0, ''),

(1450104, 16000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29.2777, 824.413, -30.0000, 3.29867, 0, 0, ''),
(1450104, 23000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450104, 26000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450104, 1375, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450104, 14000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -39.7076, 882.205, -30.0000, 4.7473, 0, 0, ''),
(1450104, 13000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -105.782, 826.821, -30.0000, 6.0912, 0, 0, ''),
(1450104, 8000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.9582, 866.112, -30.0000, 5.41052, 0, 0, ''),
(1450104, 750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29.2777, 824.413, -30.0000, 3.29867, 0, 0, ''),
(1450104, 0, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21.162, 778.232, -30.0000, 2.60054, 0, 0, ''),
(1450104, 5000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -97.5622, 848.091, -30.0000, 5.75959, 0, 0, ''),
(1450104, 4000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -37.7177, 743.281, -30.0000, 1.5708, 0, 0, ''),
(1450104, 22750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -61.2501, 747.296, -30.0000, 1.23918, 0, 0, ''),
(1450104, 28500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -14.4863, 747.953, -30.0000, 1.91986, 0, 0, ''),
(1450104, 18750, 0, 10, 14483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),

(1450105, 22000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450105, 11000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -97.5622, 848.091, -30.0000, 5.75959, 0, 0, ''),
(1450105, 12500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -105.782, 826.821, -30.0000, 6.0912, 0, 0, ''),
(1450105, 13000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -98.1468, 778.083, -30.0000, 0.541052, 0, 0, ''),
(1450105, 9000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450105, 17500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -37.7177, 743.281, -30.0000, 1.5708, 0, 0, ''),
(1450105, 4000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29.2777, 824.413, -30.0000, 3.29867, 0, 0, ''),
(1450105, 2750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -14.4863, 747.953, -30.0000, 1.91986, 0, 0, ''),
(1450105, 250, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.9582, 866.112, -30.0000, 5.41052, 0, 0, ''),
(1450105, 300, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),
(1450105, 5000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -105.782, 826.821, -30.0000, 6.0912, 0, 0, ''),
(1450105, 24550, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -39.7076, 882.205, -30.0000, 4.7473, 0, 0, ''),
(1450105, 28000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -14.4863, 747.953, -30.0000, 1.91986, 0, 0, ''),
(1450105, 33000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),
(1450105, 12500, 0, 10, 14483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),

(1450106, 0, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -106.235, 800.934, -30.0000, 0.174533, 0, 0, ''),
(1450106, 700, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450106, 1300, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -37.7177, 743.281, -30.0000, 1.5708, 0, 0, ''),
(1450106, 5000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450106, 2000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -61.2501, 747.296, -30.0000, 1.23918, 0, 0, ''),
(1450106, 6000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.9582, 866.112, -30.0000, 5.41052, 0, 0, ''),
(1450106, 22570, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21.162, 778.232, -30.0000, 2.60054, 0, 0, ''),
(1450106, 21000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450106, 12000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450106, 19000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),
(1450106, 16750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450106, 26000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450106, 31000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450106, 39000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -37.7177, 743.281, -30.0000, 1.5708, 0, 0, ''),
(1450106, 36000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450106, 34500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21.162, 778.232, -30.0000, 2.60054, 0, 0, ''),
(1450106, 37500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450106, 11500, 0, 10, 14483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -61.2501, 747.296, -30.0000, 1.23918, 0, 0, ''),

(1450107, 11500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -61.2501, 747.296, -30.0000, 1.23918, 0, 0, ''),
(1450107, 6000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450107, 375, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21.162, 778.232, -30.0000, 2.60054, 0, 0, ''),
(1450107, 900, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450107, 1675, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450107, 9000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -39.7076, 882.205, -30.0000, 4.7473, 0, 0, ''),
(1450107, 13750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -14.4863, 747.953, -30.0000, 1.91986, 0, 0, ''),
(1450107, 14500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450107, 26000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450107, 21000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29.5943, 801.049, -30.0000, 2.96706, 0, 0, ''),
(1450107, 23000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450107, 500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450107, 25000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450107, 36800, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -39.7076, 882.205, -30.0000, 4.7473, 0, 0, ''),
(1450107, 31500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450107, 32750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),
(1450107, 16000, 0, 10, 14483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -39.7076, 882.205, -30.0000, 4.7473, 0, 0, ''),

(1450108, 400, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.9582, 866.112, -30.0000, 5.41052, 0, 0, ''),
(1450108, 600, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),
(1450108, 9000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -106.235, 800.934, -30.0000, 0.174533, 0, 0, ''),
(1450108, 3750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -97.5622, 848.091, -30.0000, 5.75959, 0, 0, ''),
(1450108, 19000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450108, 14000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450108, 900, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),
(1450108, 6000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450108, 26400, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450108, 8750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29.2777, 824.413, -30.0000, 3.29867, 0, 0, ''),
(1450108, 17500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21.162, 778.232, -30.0000, 2.60054, 0, 0, ''),
(1450108, 29750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -97.5622, 848.091, -30.0000, 5.75959, 0, 0, ''),
(1450108, 37500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450108, 32750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450108, 34800, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450108, 33000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450108, 22000, 0, 10, 14483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),

(1450109, 300, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -82.6964, 759.662, -30.0000, 0.890118, 0, 0, ''),
(1450109, 150, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450109, 900, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -37.7177, 743.281, -30.0000, 1.5708, 0, 0, ''),
(1450109, 4500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -39.7076, 882.205, -30.0000, 4.7473, 0, 0, ''),
(1450109, 5500, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -15.0206, 878.409, -30.0000, 4.36332, 0, 0, ''),
(1450109, 3750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20.9339, 848.326, -30.0000, 3.66519, 0, 0, ''),
(1450109, 350, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, ''),
(1450109, 3750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.62079, 759.756, -30.0000, 2.25147, 0, 0, ''),
(1450109, 2000, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -105.782, 826.821, -30.0000, 6.0912, 0, 0, ''),
(1450109, 350, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -61.2501, 747.296, -30.0000, 1.23918, 0, 0, ''),
(1450109, 4750, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29.5943, 801.049, -30.0000, 2.96706, 0, 0, ''),
(1450109, 1250, 0, 10, 14482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -62.4677, 878.058, -30.0000, 5.07891, 0, 0, ''),
(1450109, 2000, 0, 10, 14483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.8428, 865.497, -30.0000, 3.9968, 0, 0, '');