forked from mangosR2/scriptdev2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr2875_scriptdev2.sql
More file actions
28 lines (27 loc) · 1.35 KB
/
r2875_scriptdev2.sql
File metadata and controls
28 lines (27 loc) · 1.35 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
DELETE FROM script_texts WHERE entry IN (-1000905, -1000906);
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1000905,'Ok, let\'s go!!',0,0,0,1,'therylune SAY_THERYLUNE_START'),
(-1000906,'I can make it the rest of the way. $N. THANKS!',0,0,0,1,'therylune SAY_THERYLUNE_START');
DELETE FROM script_waypoint WHERE entry=3584;
INSERT INTO script_waypoint VALUES
(3584, 0, 4520.4, 420.235, 33.5284, 2000, ''),
(3584, 1, 4512.26, 408.881, 32.9308, 0, ''),
(3584, 2, 4507.94, 396.47, 32.9476, 0, ''),
(3584, 3, 4507.53, 383.781, 32.995, 0, ''),
(3584, 4, 4512.1, 374.02, 33.166, 0, ''),
(3584, 5, 4519.75, 373.241, 33.1574, 0, ''),
(3584, 6, 4592.41, 369.127, 31.4893, 0, ''),
(3584, 7, 4598.55, 364.801, 31.4947, 0, ''),
(3584, 8, 4602.76, 357.649, 32.9265, 0, ''),
(3584, 9, 4597.88, 352.629, 34.0317, 0, ''),
(3584, 10, 4590.23, 350.9, 36.2977, 0, ''),
(3584, 11, 4581.5, 348.254, 38.3878, 0, ''),
(3584, 12, 4572.05, 348.059, 42.3539, 0, ''),
(3584, 13, 4564.75, 344.041, 44.2463, 0, ''),
(3584, 14, 4556.63, 341.003, 47.6755, 0, ''),
(3584, 15, 4554.38, 334.968, 48.8003, 0, ''),
(3584, 16, 4557.63, 329.783, 49.9532, 0, ''),
(3584, 17, 4563.32, 316.829, 53.2409, 0, ''),
(3584, 18, 4566.09, 303.127, 55.0396, 0, ''),
(3584, 19, 4561.65, 295.456, 57.0984, 4000, 'SAY_THERYLUNE_FINISH'),
(3584, 20, 4551.03, 293.333, 57.1534, 2000, '');