-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathr3005_scriptdev2.sql
More file actions
57 lines (56 loc) · 3.12 KB
/
r3005_scriptdev2.sql
File metadata and controls
57 lines (56 loc) · 3.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
DELETE FROM script_texts WHERE entry IN (-1001051,-1001052);
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1001051,'Let me know when you\'re ready. I\'d prefer sooner than later... what with the slowly dying from poison and all.',0,0,0,1,'injured goblin miner SAY_ESCORT_READY'),
(-1001052,'I\'m going to bring the venom sac to Ricket... and then... you know... collapse. Thank you for helping me!',0,0,0,1,'injured goblin miner SAY_ESCORT_COMPLETE');
DELETE FROM gossip_texts WHERE entry=-3000112;
INSERT INTO gossip_texts (entry,content_default,comment) VALUES
(-3000112,'I\'m ready - let\'s get out of here.','injured goblin miner GOSSIP_ITEM_ESCORT_READY');
DELETE FROM script_waypoint WHERE entry=29434;
INSERT INTO script_waypoint VALUES
(29434, 0, 6643.662, -1258.140, 396.812, 0, 'SAY_ESCORT_READY'),
(29434, 1, 6669.843, -1261.131, 396.362, 0, ''),
(29434, 2, 6672.479, -1244.102, 396.644, 0, ''),
(29434, 3, 6665.353, -1229.893, 399.214, 0, ''),
(29434, 4, 6656.884, -1210.856, 399.819, 0, ''),
(29434, 5, 6658.687, -1187.532, 398.761, 0, ''),
(29434, 6, 6664.340, -1166.372, 398.633, 0, ''),
(29434, 7, 6667.770, -1157.029, 398.136, 0, ''),
(29434, 8, 6670.005, -1145.671, 398.019, 0, ''),
(29434, 9, 6678.494, -1120.105, 397.160, 0, ''),
(29434, 10, 6685.051, -1100.975, 396.287, 0, ''),
(29434, 11, 6682.745, -1087.736, 396.795, 0, ''),
(29434, 12, 6679.602, -1073.343, 404.633, 0, ''),
(29434, 13, 6680.316, -1066.258, 405.499, 0, ''),
(29434, 14, 6689.714, -1053.830, 407.333, 0, ''),
(29434, 15, 6696.244, -1043.514, 411.230, 0, ''),
(29434, 16, 6695.093, -1032.211, 414.625, 0, ''),
(29434, 17, 6690.720, -1016.449, 414.825, 0, ''),
(29434, 18, 6679.976, -1009.805, 414.836, 0, ''),
(29434, 19, 6664.816, -1009.983, 414.840, 0, ''),
(29434, 20, 6647.982, -1010.354, 418.831, 0, ''),
(29434, 21, 6635.366, -1010.637, 423.007, 0, ''),
(29434, 22, 6615.762, -1001.898, 426.584, 0, ''),
(29434, 23, 6597.334, -1002.802, 429.766, 0, ''),
(29434, 24, 6581.178, -1009.971, 433.705, 0, ''),
(29434, 25, 6562.826, -1016.122, 433.558, 0, ''),
(29434, 26, 6535.386, -1024.189, 433.084, 0, ''),
(29434, 27, 6520.094, -1030.279, 433.506, 0, ''),
(29434, 28, 6505.704, -1028.766, 436.897, 0, ''),
(29434, 29, 6496.504, -1027.350, 437.309, 0, ''),
(29434, 30, 6489.653, -1026.457, 434.885, 0, ''),
(29434, 31, 6474.284, -1024.466, 434.650, 0, ''),
(29434, 32, 6456.688, -1022.172, 432.239, 0, ''),
(29434, 33, 6449.764, -1021.355, 431.501, 6000, 'SAY_ESCORT_COMPLETE'),
(29434, 34, 6418.638, -1018.385, 427.910, 0, 'despawn'),
(29434, 35, 6639.769, -1109.591, 427.193, 0, ''),
(29434, 36, 6641.524, -1104.348, 426.970, 0, ''),
(29434, 37, 6659.703, -1106.495, 423.005, 0, ''),
(29434, 38, 6670.649, -1118.345, 424.474, 0, ''),
(29434, 39, 6666.202, -1130.105, 423.113, 0, ''),
(29434, 40, 6642.683, -1129.107, 416.779, 0, ''),
(29434, 41, 6628.478, -1127.415, 414.923, 0, ''),
(29434, 42, 6619.763, -1113.337, 412.185, 0, ''),
(29434, 43, 6622.960, -1101.692, 409.846, 0, ''),
(29434, 44, 6640.454, -1088.525, 403.227, 0, ''),
(29434, 45, 6659.586, -1073.823, 402.945, 0, ''),
(29434, 46, 6671.060, -1064.829, 405.381, 0, 'continue at wp 13');