Advertisement
k0s02

kael

Dec 25th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. INSERT INTO `creature_text` (`entry`, `text`, `type`, `probability`, `comment`) VALUES ('999315', 'Reindeers. My people are addicted to it... a dependence made manifest after our very first Christmas. A pity you are too late to stop it. No one can stop me now! The fluffy one is ALL MINE! Selama ashal anore!', '14', '100', 'kael say');
  2.  
  3. -- Generated by Event Horizon - SAI Editor (http://devsource-eventhorizon.tk/)
  4.  
  5. -- Kael'thas Sunstrider
  6. SET @ENTRY := 999315;
  7. SET @SOURCETYPE := 0;
  8.  
  9. DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=@SOURCETYPE;
  10. UPDATE creature_template SET AIName="SmartAI" WHERE entry=@ENTRY LIMIT 1;
  11. INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
  12. (@ENTRY,@SOURCETYPE,0,0,0,0,100,0,5000,6000,12000,13000,11,36805,0,0,0,0,0,5,0,0,0,0.0,0.0,0.0,0.0,"script2"),
  13. (@ENTRY,@SOURCETYPE,1,0,0,0,100,0,5000,5100,20000,21000,1,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0.0,0.0,"text");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement