Skip to content

Commit

Permalink
[1910] WDB - q.6148 'The Scarlet Oracle, Demetria'
Browse files Browse the repository at this point in the history
Quest scripted
- Demetria <The Scarlet Oracle>: Waypoints,  speed corrected
- links
  • Loading branch information
Grz3s authored and cala committed Jan 19, 2018
1 parent 7fa4cda commit 4657b0c
Showing 1 changed file with 290 additions and 0 deletions.
290 changes: 290 additions & 0 deletions Updates/1910_oracle_demetria.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,290 @@
-- q.6148 'The Scarlet Oracle, Demetria'
DELETE FROM dbscripts_on_quest_start WHERE id = 6148;
INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1640.14,-5467.21,97.83,1.15839,'summon - Scarlet Trooper'),
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1638.76,-5466.3,97.7965,1.15839,'summon - Scarlet Trooper'),
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1636.83,-5467.03,98.3487,1.37436,'summon - Scarlet Trooper'),
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1640.8,-5468.42,98.0504,1.24477,'summon - Scarlet Trooper'),
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1640.3,-5469.83,98.5054,1.0414,'summon - Scarlet Trooper'),
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1636.94,-5468.06,98.5386,0.927513,'summon - Scarlet Trooper'),
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1639.53,-5470.85,98.8409,1.12386,'summon - Scarlet Trooper'),
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1637.89,-5470.61,98.9737,1.10815,'summon - Scarlet Trooper'),
(6148,1,10,12352,600000*12,0,0,0x08,0,0,0,0,1636.58,-5469.1,98.8369,1.09245,'summon - Scarlet Trooper'),
(6148,2,10,12339,600000*12,0,0,0x08,0,0,0,0,1638.35,-5469.5,98.6581,1.26412,'summon - Demetria <The Scarlet Oracle>'); -- 2 hrs
UPDATE quest_template SET StartScript = 6148 WHERE entry = 6148;

-- link
DELETE FROM creature_linking_template WHERE entry = 12352;
INSERT INTO creature_linking_template (entry, map, master_entry, flag, search_range) VALUES
(12352, 0, 12339, 1+512+8192, 100);

-- Scarlet Trooper
UPDATE creature_template SET MovementType = 0 WHERE Entry = 12352;

-- Demetria <The Scarlet Oracle>
UPDATE creature_template SET SpeedWalk = 1, MovementType = 2 WHERE entry = 12339;
DELETE FROM creature_movement_template WHERE entry = 12339;
INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES
(12339,1,1638.35,-5469.5,98.6581,0,0,100),
(12339,2,1645.41,-5450.02,92.1866,0,0,100),
(12339,3,1652.78,-5430.76,84.4578,0,0,100),
(12339,4,1657.93,-5416.62,79.8772,0,0,100),
(12339,5,1661.83,-5406.66,76.2934,0,0,100),
(12339,6,1669.8,-5383.78,73.6196,0,0,100),
(12339,7,1677.99,-5358.84,73.6117,0,0,100),
(12339,8,1695.25,-5350.09,73.6118,0,0,100),
(12339,9,1687.04,-5321.94,73.6112,0,0,100),
(12339,10,1688.58,-5304.51,73.6112,0,0,100),
(12339,11,1691,-5283.65,73.6122,0,0,100),
(12339,12,1691.91,-5262.08,73.6113,0,0,100),
(12339,13,1692.66,-5241.1,73.6185,0,0,100),
(12339,14,1692.85,-5206.13,74.6546,0,0,100),
(12339,15,1690.64,-5185.28,73.9301,0,0,100),
(12339,16,1688.08,-5167.96,73.9937,0,0,100),
(12339,17,1690.38,-5149.03,74.0396,0,0,100),
(12339,18,1697.51,-5118.86,73.6245,0,0,100),
(12339,19,1704.67,-5099.13,74.6873,0,0,100),
(12339,20,1711.01,-5080.54,77.301,0,0,100),
(12339,21,1718.55,-5057.22,80.1628,0,0,100),
(12339,22,1730.24,-5032.73,80.6236,0,0,100),
(12339,23,1742.91,-5011.79,79.9012,0,0,100),
(12339,24,1754.95,-4994.6,80.643,0,0,100),
(12339,25,1766.67,-4977.18,81.2274,0,0,100),
(12339,26,1773.03,-4950.42,81.449,0,0,100),
(12339,27,1777.47,-4922.77,81.5212,0,0,100),
(12339,28,1782.09,-4902.3,84.2517,0,0,100),
(12339,29,1788.34,-4877.56,87.4965,0,0,100),
(12339,30,1796.57,-4845.8,89.4469,0,0,100),
(12339,31,1809.45,-4798.58,91.0304,0,0,100),
(12339,32,1816.93,-4777.84,90.0115,0,0,100),
(12339,33,1831.75,-4734.83,90.0915,0,0,100),
(12339,34,1862.63,-4701.05,93.0158,0,0,100),
(12339,35,1889.08,-4684.05,92.355,0,0,100),
(12339,36,1910.74,-4672.59,91.1087,0,0,100),
(12339,37,1927.94,-4658.95,87.5957,0,0,100),
(12339,38,1935.76,-4647.33,84.3063,0,0,100),
(12339,39,1944.66,-4632.27,79.9795,0,0,100),
(12339,40,1954.98,-4609.24,74.7545,0,0,100),
(12339,41,1958.16,-4599.23,73.7161,0,0,100),
(12339,42,1968.46,-4572.57,73.6229,0,0,100),
(12339,43,1979.44,-4555.29,73.6229,0,0,100),
(12339,44,1984,-4549.99,73.6229,0,0,100),
(12339,45,1996.94,-4538.24,73.6229,0,0,100),
(12339,46,2005.36,-4531.97,73.6229,0,0,100),
(12339,47,2016.76,-4523.84,73.6213,0,0,100),
(12339,48,2027.83,-4517.97,73.6213,0,0,100),
(12339,49,2045.28,-4518.38,73.6213,0,0,100),
(12339,50,2061.31,-4534.8,73.6213,0,0,100),
(12339,51,2086.08,-4561.88,73.6213,0,0,100),
(12339,52,2105.32,-4580.45,73.6238,0,0,100),
(12339,53,2121.3,-4594.16,73.6238,0,0,100),
(12339,54,2146.73,-4612.71,73.6218,0,0,100),
(12339,55,2177.86,-4627.43,73.6067,0,0,100),
(12339,56,2197.77,-4633.93,73.6226,0,0,100),
(12339,57,2219.97,-4633.96,73.6226,0,0,100),
(12339,58,2250.74,-4627.66,73.6226,0,0,100),
(12339,59,2274.12,-4620.36,73.6226,0,0,100),
(12339,60,2304.25,-4611.22,73.6227,0,0,100),
(12339,61,2338.64,-4604.74,73.6227,0,0,100),
(12339,62,2389.36,-4603.99,73.6227,0,0,100),
(12339,63,2457.27,-4631.39,74.092,0,0,100),
(12339,64,2493.9,-4652.17,75.2848,0,0,100),
(12339,65,2535.82,-4654.52,77.3071,0,0,100),
(12339,66,2567.1,-4644.61,79.4072,0,0,100),
(12339,67,2594.36,-4628.84,81.876,0,0,100),
(12339,68,2617.07,-4615.06,84.1387,0,0,100),
(12339,69,2689.76,-4571.94,87.2045,0,0,100),
(12339,70,2745.8,-4539.07,88.764,0,0,100),
(12339,71,2839.33,-4436.83,89.7157,0,0,100),
(12339,72,2880.41,-4361.54,90.2576,0,0,100),
(12339,73,2923.76,-4110.16,96.3698,0,0,100),
(12339,74,2947.2,-4033.15,99.8002,0,0,100),
(12339,75,2968.64,-3982.02,104.423,0,0,100),
(12339,76,2976.9,-3964.26,107.058,0,0,100),
(12339,77,2983.54,-3937.96,111.717,0,0,100),
(12339,78,3000.21,-3877.74,118.93,0,0,100),
(12339,79,3011.92,-3842.22,119.306,0,0,100),
(12339,80,3021.88,-3813.28,118.955,0,0,100),
(12339,81,3028.71,-3797.17,120.17,0,0,100),
(12339,82,3042.19,-3764.47,119.971,0,0,100),
(12339,83,3057.23,-3724.98,119.568,0,0,100),
(12339,84,3062.31,-3690.16,121.125,0,0,100),
(12339,85,3048.16,-3659.65,122.811,0,0,100),
(12339,86,3041.49,-3641.07,125.02,0,0,100),
(12339,87,3039.91,-3617.72,123.977,0,0,100),
(12339,88,3040.67,-3597.35,124.377,0,0,100),
(12339,89,3042.45,-3556.22,126.571,0,0,100),
(12339,90,3046.02,-3530.23,129.898,0,0,100),
(12339,91,3057.06,-3493.26,131.601,0,0,100),
(12339,92,3076.38,-3462.24,134.709,0,0,100),
(12339,93,3086.02,-3451.18,136,0,0,100),
(12339,94,3097.45,-3438.57,136.842,0,0,100),
(12339,95,3133.22,-3404.77,139.345,0,0,100),
(12339,96,3150.28,-3401.16,140.105,0,0,100),
(12339,97,3172.46,-3393.09,142.015,0,0,100),
(12339,98,3191.09,-3389.1,143.607,0,0,100),
(12339,99,3210.72,-3387.02,144.24,0,0,100),
(12339,100,3250.95,-3382.95,143.581,0,0,100),
(12339,101,3269.06,-3382.33,143.195,0,0,100),
(12339,102,3286.95,-3382.42,142.377,0,0,100),
(12339,103,3307.89,-3382.95,144.951,0,0,100),
(12339,104,3329.2,-3382.28,144.845,0,0,100),
(12339,105,3347.55,-3381.64,144.779,0,0,100),
(12339,106,3361.09,-3380.75,144.781,0,0,100),
(12339,107,3339.81,-3380.58,144.774,0,0,100),
(12339,108,3311.44,-3380.27,145.017,0,0,100),
(12339,109,3296.01,-3380.1,143.741,0,0,100),
(12339,110,3274.59,-3380.86,142.727,0,0,100),
(12339,111,3274.59,-3380.86,142.727,0,0,100),
(12339,112,3251.44,-3382.31,143.585,0,0,100),
(12339,113,3217.38,-3385.87,144.301,0,0,100),
(12339,114,3189.08,-3389.3,143.545,0,0,100),
(12339,115,3168.36,-3392.69,141.758,0,0,100),
(12339,116,3128.73,-3405.3,139.154,0,0,100),
(12339,117,3104.29,-3429.73,137.697,0,0,100),
(12339,118,3079.44,-3458.29,135.39,0,0,100),
(12339,119,3062.03,-3484.05,132.59,0,0,100),
(12339,120,3051.15,-3508.73,131.122,0,0,100),
(12339,121,3044.5,-3543.07,128.53,0,0,100),
(12339,122,3040.58,-3585.59,124.369,0,0,100),
(12339,123,3040.05,-3618.85,124.055,0,0,100),
(12339,124,3041.87,-3636.23,125.378,0,0,100),
(12339,125,3048.01,-3656.25,122.83,0,0,100),
(12339,126,3059.89,-3685.41,121.254,0,0,100),
(12339,127,3063.62,-3704.59,120.885,0,0,100),
(12339,128,3049.97,-3743.53,120.437,0,0,100),
(12339,129,3038.77,-3773.26,119.728,0,0,100),
(12339,130,3029.37,-3797.56,120.123,0,0,100),
(12339,131,3017.78,-3822.93,118.882,0,0,100),
(12339,132,3011.9,-3841.29,119.307,0,0,100),
(12339,133,2999.1,-3881.4,118.595,0,0,100),
(12339,134,2992.82,-3899.77,116.742,0,0,100),
(12339,135,2987.35,-3919.01,114.686,0,0,100),
(12339,136,2979.54,-3951.23,108.575,0,0,100),
(12339,137,2974.35,-3965.01,106.582,0,0,100),
(12339,138,2965.39,-3989.01,103.564,0,0,100),
(12339,139,2947.58,-4032.49,99.8551,0,0,100),
(12339,140,2940.68,-4050.84,98.8149,0,0,100),
(12339,141,2927.47,-4095.16,96.9418,0,0,100),
(12339,142,2922.28,-4117.41,96.1034,0,0,100),
(12339,143,2916.91,-4141.33,95.1063,0,0,100),
(12339,144,2912.33,-4161.43,94.1942,0,0,100),
(12339,145,2906.67,-4194.05,92.8009,0,0,100),
(12339,146,2902.22,-4224.72,91.8676,0,0,100),
(12339,147,2898.62,-4254.12,91.3725,0,0,100),
(12339,148,2896.84,-4270.08,91.1643,0,0,100),
(12339,149,2892.88,-4300.96,90.6728,0,0,100),
(12339,150,2882.86,-4347.85,90.3236,0,0,100),
(12339,151,2875.88,-4369.2,90.0259,0,0,100),
(12339,152,2866.06,-4388.72,89.6369,0,0,100),
(12339,153,2855.15,-4407.04,89.3003,0,0,100),
(12339,154,2844.51,-4424.87,89.4741,0,0,100),
(12339,155,2835.01,-4439.19,89.6752,0,0,100),
(12339,156,2825.9,-4452.37,89.8312,0,0,100),
(12339,157,2781.37,-4503.54,89.6992,0,0,100),
(12339,158,2768.3,-4516.57,89.4068,0,0,100),
(12339,159,2751.64,-4531.98,88.9045,0,0,100),
(12339,160,2738.52,-4542.49,88.4996,0,0,100),
(12339,161,2714.09,-4557.62,87.6424,0,0,100),
(12339,162,2699.67,-4566.29,87.4294,0,0,100),
(12339,163,2684.52,-4575.58,87.001,0,0,100),
(12339,164,2667.22,-4586.17,85.7211,0,0,100),
(12339,165,2630.76,-4606.45,84.5909,0,0,100),
(12339,166,2618.07,-4614.37,84.1965,0,0,100),
(12339,167,2592.51,-4629.78,81.6831,0,0,100),
(12339,168,2570.53,-4643.56,79.6884,0,0,100),
(12339,169,2558.75,-4648.16,78.7332,0,0,100),
(12339,170,2544.22,-4651.95,77.8191,0,0,100),
(12339,171,2528.11,-4654.63,76.8986,0,0,100),
(12339,172,2511.76,-4655.66,76.0362,0,0,100),
(12339,173,2487.63,-4647.41,75.1608,0,0,100),
(12339,174,2467.38,-4636.04,74.6576,0,0,100),
(12339,175,2453.17,-4627.91,73.6226,0,0,100),
(12339,176,2437.83,-4620.44,73.6179,0,0,100),
(12339,177,2425.09,-4614.63,73.613,0,0,100),
(12339,178,2401.34,-4604.92,73.6229,0,0,100),
(12339,179,2367.28,-4602.14,73.6229,0,0,100),
(12339,180,2348.43,-4603.85,73.6229,0,0,100),
(12339,181,2312.07,-4610.25,73.6226,0,0,100),
(12339,182,2289.67,-4616.1,73.6237,0,0,100),
(12339,183,2270.18,-4621.81,73.6232,0,0,100),
(12339,184,2237.91,-4633.07,73.623,0,0,100),
(12339,185,2211.17,-4636.19,73.623,0,0,100),
(12339,186,2185.27,-4631.85,73.6238,0,0,100),
(12339,187,2161.67,-4621.89,73.6227,0,0,100),
(12339,188,2149.52,-4615.7,73.6227,0,0,100),
(12339,189,2128.18,-4600.53,73.6227,0,0,100),
(12339,190,2110.23,-4586.01,73.6227,0,0,100),
(12339,191,2094.4,-4570.16,73.6232,0,0,100),
(12339,192,2059.78,-4531.27,73.6232,0,0,100),
(12339,193,2025.92,-4515.28,73.6218,0,0,100),
(12339,194,1981.81,-4549.69,73.6228,0,0,100),
(12339,195,1968.69,-4574.04,73.6228,0,0,100),
(12339,196,1957.36,-4608.7,74.4979,0,0,100),
(12339,197,1948.95,-4627.72,78.4405,0,0,100),
(12339,198,1940.18,-4642.16,82.8813,0,0,100),
(12339,199,1932.32,-4651.64,85.6817,0,0,100),
(12339,200,1923.41,-4662.78,88.4994,0,0,100),
(12339,201,1912.89,-4671.55,90.7472,0,0,100),
(12339,202,1904.98,-4676.2,91.9429,0,0,100),
(12339,203,1880.51,-4687.26,92.3027,0,0,100),
(12339,204,1854.01,-4707.87,93.1035,0,0,100),
(12339,205,1840.53,-4719.99,92.1716,0,0,100),
(12339,206,1833.29,-4732.42,90.4734,0,0,100),
(12339,207,1825.75,-4748.92,88.8841,0,0,100),
(12339,208,1822.27,-4758.66,89.1826,0,0,100),
(12339,209,1817.98,-4771.4,89.7992,0,0,100),
(12339,210,1813.98,-4783.45,90.3784,0,0,100),
(12339,211,1810.56,-4794.25,91.0151,0,0,100),
(12339,212,1805.81,-4811.34,90.581,0,0,100),
(12339,213,1801.15,-4827.95,90.0279,0,0,100),
(12339,214,1791.34,-4861.33,88.9552,0,0,100),
(12339,215,1787.86,-4875.91,87.5166,0,0,100),
(12339,216,1780.76,-4905.48,84.0821,0,0,100),
(12339,217,1776.19,-4928.71,81.4626,0,0,100),
(12339,218,1774.3,-4938.49,81.4626,0,0,100),
(12339,219,1771.16,-4965.22,81.2126,0,0,100),
(12339,220,1757.6,-4990.9,80.8461,0,0,100),
(12339,221,1748.01,-5004.46,79.9039,0,0,100),
(12339,222,1738.94,-5016.73,79.9039,0,0,100),
(12339,223,1730.81,-5028.28,80.3151,0,0,100),
(12339,224,1720.51,-5053.17,80.4197,0,0,100),
(12339,225,1713.61,-5072.05,78.6081,0,0,100),
(12339,226,1704.71,-5094.96,75.245,0,0,100),
(12339,227,1692.75,-5131.78,73.8809,0,0,100),
(12339,228,1689.73,-5148.36,74.0206,0,0,100),
(12339,229,1688.35,-5178.24,73.7731,0,0,100),
(12339,230,1692.81,-5201.48,74.6409,0,0,100),
(12339,231,1690.74,-5274.98,73.6232,0,0,100),
(12339,232,1687.05,-5306.95,73.6112,0,0,100),
(12339,233,1686.21,-5322.85,73.6114,0,0,100),
(12339,234,1688.3,-5343.87,74.2449,0,0,100),
(12339,235,1672.16,-5377.38,73.6118,0,0,100),
(12339,236,1667.54,-5388.89,73.6137,0,0,100),
(12339,237,1664.18,-5398.35,74.3809,0,0,100),
(12339,238,1659.56,-5411.51,78.0987,0,0,100),
(12339,239,1657.63,-5416.96,80.0233,0,0,100),
(12339,240,1654.7,-5425.03,82.2941,0,0,100),
(12339,241,1652.04,-5432.05,84.9364,0,0,100),
(12339,242,1649.05,-5439.55,87.5085,0,0,100),
(12339,243,1646.61,-5446.01,90.2014,0,0,100),
(12339,244,1644.44,-5452.14,93.1195,0,0,100),
(12339,245,1641.84,-5459.95,95.4057,0,0,100),
(12339,246,1639.43,-5466.45,97.7334,0,0,100),
(12339,247,1635.2,-5476.15,100.195,0,0,100),
(12339,248,1631.56,-5485.27,100.73,0,0,100),
(12339,249,1627.96,-5493.81,100.73,0,0,100),
(12339,250,1623.74,-5501.82,102.308,0,0,100),
(12339,251,1621.54,-5506.67,104.154,0,0,100),
(12339,252,1619.31,-5510.5,105.706,0,0,100),
(12339,253,1617.2,-5514.39,107.478,0,0,100),
(12339,254,1615.11,-5518.38,108.951,0,0,100),
(12339,255,1613.27,-5521.97,110.422,0,0,100),
(12339,256,1610.31,-5527.82,111.163,0,0,100),
(12339,257,1606.59,-5535.3,111.171,0,0,100),
(12339,258,1596.95,-5537.16,111.171,0,0,100),
(12339,259,1591.5,-5546.99,111.171,0,0,100),
(12339,260,1594.64,-5559.12,111.171,0,0,100),
(12339,261,1587.05,-5573.4,111.171,0,0,100),
(12339,262,1576.47,-5592.38,111.171,0,0,100),
(12339,263,1569.09,-5606.81,114.19,5000,1,100);

0 comments on commit 4657b0c

Please sign in to comment.