forked from scriptdev2/scriptdev2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathr1121_scriptdev2.sql
More file actions
23 lines (23 loc) · 1.72 KB
/
r1121_scriptdev2.sql
File metadata and controls
23 lines (23 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DELETE FROM script_texts WHERE entry BETWEEN -1576020 AND -1576000;
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1576000,'You know what they say about curiosity.',13319,1,0,0,'telestra SAY_AGGRO'),
(-1576001,'I\'ll give you more than you can handle.',13321,1,0,0,'telestra SAY_SPLIT_1'),
(-1576002,'There\'s plenty of me to go around.',13322,1,0,0,'telestra SAY_SPLIT_2'),
(-1576003,'Now to finish the job!',13323,1,0,0,'telestra SAY_MERGE'),
(-1576004,'Death becomes you!',13324,1,0,0,'telestra SAY_KILL'),
(-1576005,'Damn the... luck.',13320,1,0,0,'telestra SAY_DEATH'),
(-1576006,'Chaos beckons.',13186,1,0,0,'anomalus SAY_AGGRO'),
(-1576007,'Reality... unwoven.',13188,1,0,0,'anomalus SAY_RIFT'),
(-1576008,'Indestructible.',13189,1,0,0,'anomalus SAY_SHIELD'),
(-1576009,'Expiration... is necesarry.',13274,1,0,0,'anomalus SAY_KILL'),
(-1576010,'Of course.',13187,1,0,0,'anomalus SAY_DEATH'),
(-1576011,'Noo!',13328,1,0,0,'ormorok SAY_AGGRO'),
(-1576012,'???',13329,1,0,0,'ormorok SAY_KILL'),
(-1576013,'Baaack!',13331,1,0,0,'ormorok SAY_REFLECT'),
(-1576014,'Bleeeed!',13332,1,0,0,'ormorok SAY_ICESPIKE'),
(-1576015,'Aaggh!',13330,1,0,0,'ormorok SAY_DEATH'),
(-1576016,'Preserve? Why? There\'s no truth in it. No no no... only in the taking! I see that now!',13450,1,0,0,'keristrasza SAY_AGGRO'),
(-1576017,'Stay. Enjoy your final moments.',13451,1,0,0,'keristrasza SAY_CRYSTAL_NOVA'),
(-1576018,'Finish it! Finish it! Kill me, or I swear by the Dragonqueen you\'ll never see daylight again!',13452,1,0,0,'keristrasza SAY_ENRAGE'),
(-1576019,'Now we\'ve come to the truth!',13453,1,0,0,'keristrasza SAY_KILL'),
(-1576020,'Dragonqueen... Life-Binder... preserve... me.',13454,1,0,0,'keristrasza SAY_DEATH');