-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathr2995_scriptdev2.sql
More file actions
41 lines (40 loc) · 2.12 KB
/
r2995_scriptdev2.sql
File metadata and controls
41 lines (40 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
DELETE FROM script_texts WHERE entry BETWEEN -1000995 AND -1000993;
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1000993,'It\'s on! $N, meet my fists. Fists, say hello to $N.',0,0,0,0,'dorius stonetender SAY_AGGRO_1'),
(-1000994,'I\'m about to open a can on this $N.',0,0,0,0,'dorius stonetender SAY_AGGRO_2');
DELETE FROM script_waypoint WHERE entry=8284;
INSERT INTO script_waypoint VALUES
(8284, 0, -7007.209, -1749.160, 234.182, 3000, 'stand up'),
(8284, 1, -7007.324, -1729.849, 234.162, 0, ''),
(8284, 2, -7006.394, -1726.522, 234.099, 0, ''),
(8284, 3, -7003.256, -1726.903, 234.594, 0, ''),
(8284, 4, -6994.778, -1733.571, 238.281, 0, ''),
(8284, 5, -6987.904, -1735.935, 240.727, 0, ''),
(8284, 6, -6978.704, -1736.991, 241.809, 0, ''),
(8284, 7, -6964.261, -1740.251, 241.713, 0, ''),
(8284, 8, -6946.701, -1746.284, 241.667, 0, ''),
(8284, 9, -6938.751, -1749.381, 240.744, 0, ''),
(8284, 10, -6927.004, -1768.782, 240.744, 0, ''),
(8284, 11, -6909.453, -1791.258, 240.744, 0, ''),
(8284, 12, -6898.225, -1804.870, 240.744, 0, ''),
(8284, 13, -6881.280, -1821.788, 240.744, 0, ''),
(8284, 14, -6867.653, -1832.672, 240.706, 0, ''),
(8284, 15, -6850.184, -1839.254, 243.006, 0, ''),
(8284, 16, -6829.381, -1847.635, 244.190, 0, ''),
(8284, 17, -6804.618, -1857.535, 244.209, 0, ''),
(8284, 18, -6776.421, -1868.879, 244.142, 0, ''),
(8284, 19, -6753.471, -1876.906, 244.170, 10000, 'stop'),
(8284, 20, -6753.471, -1876.906, 244.170, 0, 'ambush'),
(8284, 21, -6731.033, -1884.944, 244.144, 0, ''),
(8284, 22, -6705.738, -1896.779, 244.144, 0, ''),
(8284, 23, -6678.956, -1909.607, 244.369, 0, ''),
(8284, 24, -6654.263, -1916.758, 244.145, 0, ''),
(8284, 25, -6620.604, -1917.608, 244.149, 0, ''),
(8284, 26, -6575.958, -1922.408, 244.149, 0, ''),
(8284, 27, -6554.811, -1929.883, 244.162, 0, ''),
(8284, 28, -6521.856, -1947.322, 244.151, 0, ''),
(8284, 29, -6493.320, -1962.654, 244.151, 0, ''),
(8284, 30, -6463.350, -1975.537, 244.213, 0, ''),
(8284, 31, -6435.428, -1983.847, 244.548, 0, ''),
(8284, 32, -6418.380, -1985.778, 246.554, 0, ''),
(8284, 33, -6389.783, -1986.544, 246.771, 30000, 'quest complete');