forked from insider42/scriptdev2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr2031_scriptdev2.sql
More file actions
10 lines (10 loc) · 794 Bytes
/
Copy pathr2031_scriptdev2.sql
File metadata and controls
10 lines (10 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
DELETE FROM script_texts WHERE entry BETWEEN -1000651 AND -1000644;
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
(-1000644,'Ouch! That\'s it, I quit the target business!',0,0,0,0,'SAY_LUCKY_HIT_1'),
(-1000645,'My ear! You grazed my ear!',0,0,0,0,'SAY_LUCKY_HIT_2'),
(-1000646,'Not the \'stache! Now I\'m asymmetrical!',0,0,0,0,'SAY_LUCKY_HIT_3'),
(-1000647,'Good shot!',0,0,0,0,'SAY_LUCKY_HIT_APPLE'),
(-1000648,'Stop whining. You\'ve still got your luck.',0,0,0,0,'SAY_DROSTAN_GOT_LUCKY_1'),
(-1000649,'Bah, it\'s an improvement.',0,0,0,0,'SAY_DROSTAN_GOT_LUCKY_2'),
(-1000650,'Calm down lad, it\'s just a birdshot!',0,0,0,0,'SAY_DROSTAN_HIT_BIRD_1'),
(-1000651,'The only thing hurt is your pride, lad! Buck up!',0,0,0,0,'SAY_DROSTAN_HIT_BIRD_2');