-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathr2999_scriptdev2.sql
More file actions
44 lines (43 loc) · 2.45 KB
/
r2999_scriptdev2.sql
File metadata and controls
44 lines (43 loc) · 2.45 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
42
43
44
DELETE FROM script_texts WHERE entry BETWEEN -1001017 AND -1001013;
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1001013,'Right then, no time to waste. Let\'s get outa here!',0,0,0,1,'bonker togglevolt SAY_BONKER_START'),
(-1001014,'Here we go.',0,0,0,0,'bonker togglevolt SAY_BONKER_GO'),
(-1001015,'I AM NOT AN APPETIZER!',0,0,0,0,'bonker togglevolt SAY_BONKER_AGGRO'),
(-1001016,'I think it\'s up this way to the left. Let\'s go!',0,0,0,1,'bonker togglevolt SAY_BONKER_LEFT'),
(-1001017,'Ah, fresh air! I can get myself back to the airstrip from here. Be sure to tell Fizzcrank I\'m back and safe. Thanks so much, $N!',0,0,0,1,'sbonker togglevolt SAY_BONKER_COMPLETE');
DELETE FROM script_waypoint WHERE entry=25589;
INSERT INTO script_waypoint VALUES
(25589, 0, 4414.220, 5367.299, -15.494, 13000, 'SAY_BONKER_START'),
(25589, 1, 4414.220, 5367.299, -15.494, 0, 'SAY_BONKER_GO'),
(25589, 2, 4429.033, 5366.662, -17.198, 0, ''),
(25589, 3, 4454.772, 5371.562, -16.385, 10000, 'SAY_BONKER_LEFT'),
(25589, 4, 4467.889, 5372.425, -15.236, 0, ''),
(25589, 5, 4481.388, 5378.616, -14.997, 0, ''),
(25589, 6, 4484.985, 5392.241, -15.310, 0, ''),
(25589, 7, 4473.114, 5414.899, -15.272, 0, ''),
(25589, 8, 4461.070, 5427.644, -16.163, 0, ''),
(25589, 9, 4441.339, 5435.530, -15.367, 0, ''),
(25589, 10, 4427.119, 5436.604, -15.149 , 0, ''),
(25589, 11, 4408.939, 5428.320, -14.629, 0, ''),
(25589, 12, 4396.607, 5415.876, -13.552, 0, ''),
(25589, 13, 4392.921, 5405.893, -10.506, 0, ''),
(25589, 14, 4390.492, 5390.298, -5.628, 0, ''),
(25589, 15, 4393.429, 5358.273, 2.967, 0, ''),
(25589, 16, 4400.138, 5345.599, 4.656, 0, ''),
(25589, 17, 4412.080, 5336.678, 7.272, 0, ''),
(25589, 18, 4436.494, 5335.233, 12.415, 0, ''),
(25589, 19, 4454.602, 5341.273, 15.560, 0, ''),
(25589, 20, 4471.045, 5352.314, 18.686, 0, ''),
(25589, 21, 4478.235, 5367.257, 20.225, 0, ''),
(25589, 22, 4481.352, 5387.544, 24.537, 0, ''),
(25589, 23, 4483.067, 5405.131, 27.576, 0, ''),
(25589, 24, 4475.878, 5414.829, 29.965, 0, ''),
(25589, 25, 4466.598, 5423.731, 32.224, 0, ''),
(25589, 26, 4451.211, 5431.026, 36.189, 0, ''),
(25589, 27, 4428.056, 5434.374, 38.946, 0, ''),
(25589, 28, 4398.915, 5443.864, 44.214, 0, ''),
(25589, 29, 4386.822, 5451.893, 48.935, 0, ''),
(25589, 30, 4379.861, 5457.215, 51.371, 0, ''),
(25589, 31, 4372.712, 5461.347, 48.541, 0, ''),
(25589, 32, 4364.523, 5465.798, 48.661, 10000, 'SAY_BONKER_COMPLETE'),
(25589, 33, 4337.198, 5472.948, 46.035, 0, '');