forked from insider42/scriptdev2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr1136_scriptdev2.sql
More file actions
18 lines (18 loc) · 1.43 KB
/
r1136_scriptdev2.sql
File metadata and controls
18 lines (18 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DELETE FROM script_texts WHERE entry BETWEEN -1609015 AND -1609000;
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1609000,'You have made a grave error, fiend!',0,0,0,0,'unworthy SAY_START_1'),
(-1609001,'I was a soldier of the Light once... Look at what I have become... ',0,0,0,0,'unworthy SAY_START_2'),
(-1609002,'You are hopelessly outmatched, $R.',0,0,0,0,'unworthy SAY_START_3'),
(-1609003,'They brand me unworthy? I will show them unmorthy!',0,0,0,0,'unworthy SAY_START_4'),
(-1609004,'You will allow me a weapon and armor, yes?',0,0,0,0,'unworthy SAY_START_5'),
(-1609005,'I will win my freedom and leave this cursed place!',0,0,0,0,'unworthy SAY_START_6'),
(-1609006,'I will dismantle this festering hellhole!',0,0,0,0,'unworthy SAY_START_7'),
(-1609007,'There can be only one survivor!',0,0,0,0,'unworthy SAY_START_8'),
(-1609008,'Let your fears consume you!',0,0,0,0,'unworthy SAY_AGGRO_1'),
(-1609009,'HAH! You can barely hold a blade! Yours will be a quick death.',0,0,0,0,'unworthy SAY_AGGRO_2'),
(-1609010,'And now you die',0,0,0,0,'unworthy SAY_AGGRO_3'),
(-1609011,'To battle!',0,0,0,0,'unworthy SAY_AGGRO_4'),
(-1609012,'There is no hope for our future...',0,0,0,0,'unworthy SAY_AGGRO_5'),
(-1609013,'Sate your hunger on cold steel, $R',0,0,0,0,'unworthy SAY_AGGRO_6'),
(-1609014,'It ends here!',0,0,0,0,'unworthy SAY_AGGRO_7'),
(-1609015,'Death is the only cure!',0,0,0,0,'unworthy SAY_AGGRO_8');