Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.00 KB | None | 0 0
  1. -- NPC talk text insert from sniff
  2. DELETE FROM `creature_text` WHERE `entry`=30407;
  3. INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
  4. (30407,0,0, 'Let''s get out of here! Quickly!',0,0,100,0,0,0, 'Captured Crusader Start'),
  5. (30407,1,0, 'Faster, hero! We must get back to the Argent Vanguard and warn them of the impending attack!',0,0,100,0,0,0, 'Captured Crusader Middle'),
  6. (30407,1,1, 'There are hundreds of them! Maybe thousands! They will attack at any moment! I''m sure of it!',0,0,100,0,0,0, 'Captured Crusader Middle'),
  7. (30407,1,2, 'Had you not come along I would have died for sure!',0,0,100,0,0,0, 'Captured Crusader Middle'),
  8. (30407,1,3, 'They''re planning a huge attack! We need to warn Highlord Fordring!',0,0,100,2,0,0, 'Captured Crusader Middle'),
  9. (30407,2,0, 'Thank you, hero.',0,0,100,2,0,0, 'Captured Crusader End'),
  10. (30407,2,1, 'Thank you, friend, but we''re not out of trouble yet!',0,0,100,2,0,0, 'Captured Crusader End');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement