forked from insider42/scriptdev2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr1685_scriptdev2.sql
More file actions
37 lines (35 loc) · 1.74 KB
/
r1685_scriptdev2.sql
File metadata and controls
37 lines (35 loc) · 1.74 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
DELETE FROM script_texts WHERE entry BETWEEN -1000578 AND -1000575;
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1000575,'Together we will fight our way out of here. Are you ready?',0,0,0,0,'Lurgglbr - SAY_START_1'),
(-1000576,'Then we leave.',0,0,0,0,'Lurgglbr - SAY_START_2'),
(-1000577,'This is far enough. I can make it on my own from here.',0,0,0,0,'Lurgglbr - SAY_END_1'),
(-1000578,'Thank You for helping me $c. Please tell the king I am back.',0,0,0,0,'Lurgglbr - SAY_END_2');
DELETE FROM script_waypoint WHERE entry = 25208;
INSERT INTO script_waypoint VALUES
(25208,0,4013.51,6390.33,29.970,15000,'Lurgglbr - after escaped from cage'),
(25208,1,4023.06,6379.43,29.210,0,''),
(25208,2,4033.61,6370.94,28.430,0,''),
(25208,3,4052.03,6367.42,27.370,0,''),
(25208,4,4061.13,6353.36,25.450,0,''),
(25208,5,4064.28,6330.76,25.310,0,''),
(25208,6,4057.94,6307.85,24.900,0,''),
(25208,7,4057.40,6290.12,24.430,0,''),
(25208,8,4065.63,6277.64,23.900,0,''),
(25208,9,4080.71,6280.77,26.920,0,''),
(25208,10,4098.90,6279.00,25.950,0,''),
(25208,11,4118.00,6277.81,25.720,0,''),
(25208,12,4129.47,6281.65,28.860,0,''),
(25208,13,4143.86,6282.57,29.180,4000,'Lurgglbr - outside cave'),
(25208,14,4159.54,6280.08,30.520,0,''),
(25208,15,4171.95,6291.50,22.250,0,''),
(25208,16,4184.86,6293.45,16.570,0,''),
(25208,17,4194.14,6301.28,13.310,0,''),
(25208,18,4210.34,6285.81,09.500,0,''),
(25208,19,4220.05,6272.75,07.770,0,''),
(25208,20,4242.45,6272.24,01.750,0,''),
(25208,21,4257.79,6252.91,-0.050,0,''),
(25208,22,4256.81,6230.74,-0.090,0,''),
(25208,23,4241.09,6217.87,-0.140,0,''),
(25208,24,4254.66,6205.16,-0.170,0,''),
(25208,25,4261.82,6186.47,-0.140,30000,'Lurgglbr - final point'),
(25208,26,4300.55,6140.35,-2.70,0,'');