casucristy

gwerwqewe

Jul 15th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.62 KB | None | 0 0
  1. -- creature
  2. UPDATE `creature_template` SET `ScriptName` = "npc_kristoff_manheim" WHERE `entry` = 39640;
  3.  
  4. -- texts
  5.  
  6. DELETE FROM `script_texts` WHERE `npc_entry` = 39640;
  7. INSERT INTO `script_texts` (`npc_entry`, `entry`, `content_default`, `type`, `comment`) VALUES
  8. (39640,-1559000,"Okay, let's do this! You fight the ogres, and I will... not fight them. Head for the exit!",1,"Kristoff-SayStartWP"),
  9. (39640,-1559001,"That one's huge. You shouldn't have made him angry.",1,"Kristoff-SayAggroWP"),
  10. (39640,-1559002,"We made it! I'll find my way back on my own. Do me a favor and go tell Royce Duskwhisper where he can stick his stupid Eye of Twilight.",1,"Kristoff-SayEndWP");
  11.  
  12. -- waypoints
  13.  
  14. DELETE FROM `waypoints` WHERE `entry` = 39640;
  15. DELETE FROM `script_waypoint` WHERE `entry` = 39640;
  16. INSERT INTO `script_waypoint` VALUES
  17. (39640,0,5054.00,-2089.51,1277.56,0,"Kristoff-WP1"),
  18. (39640,1,5069.14,-2097.08,1280.01,0,"Kristoff-WP2"),
  19. (39640,2,5080.70,-2100.73,1281.03,0,"Kristoff-WP3"),
  20. (39640,3,5086.15,-2103.57,1280.31,0,"Kristoff-WP41"),
  21. (39640,4,5101.95,-2105.61,1276.45,0,"Kristoff-WP5"),
  22. (39640,5,5113.23,-2107.11,1277.35,0,"Kristoff-WP6"),
  23. (39640,6,5120.91,-2101.72,1278.10,0,"Kristoff-WP7"),
  24. (39640,7,5124.94,-2093.96,1277.72,0,"Kristoff-WP8"),
  25. (39640,8,5127.17,-2083.14,1277.09,0,"Kristoff-WP9"),
  26. (39640,9,5138.43,-2073.17,1276.89,0,"Kristoff-WP10"),
  27. (39640,10,5156.97,-2066.92,1278.20,0,"Kristoff-WP12"),
  28. (39640,11,5166.75,-2069.29,1281.09,0,"Kristoff-WP11"),
  29. (39640,12,5177.82,-2077.73,1282.54,0,"Kristoff-Wp13"),
  30. (39640,13,5180.69,-2080.53,1282.15,0,"Kristoff-WP13"),
  31. (39640,14,5185.87,-2084.54,1281.33,0,"Kristoff-WP14");
Advertisement
Add Comment
Please, Sign In to add comment