Guest User

Untitled

a guest
Aug 17th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 3.04 KB | None | 0 0
  1. DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=32266;
  2. INSERT INTO `conditions`
  3. (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`, `ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  4. (13,1,60310,0,0,31,0,3,32266,0,0,'',"spellscript target Writhing Mass KC Bunny");
  5.  
  6. DELETE FROM `creature` WHERE `id`=32266;
  7. INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
  8. (209591, 32266, 571, 1, 1, 0, 0, 8038.62, 2374.64, 484.93, 2.95859, 300, 0, 0, 42, 0, 0, 0, 0, 0), -- dark gray
  9. (209592, 32266, 571, 1, 1, 0, 0, 7995.99, 2366.51, 484.192, 3.17654, 300, 0, 0, 42, 0, 0, 0, 0, 0), -- green
  10. (209593, 32266, 571, 1, 1, 0, 0, 7990.12, 2329.73, 484.492, 4.56552, 300, 0, 0, 42, 0, 0, 0, 0, 0); -- blue
  11.  
  12. UPDATE `creature_template` SET `AIName`='SmartAI', `unit_flags`='33555200', `flags_extra`='130' WHERE `entry`=32266;
  13.  
  14. DELETE FROM `smart_scripts` WHERE `entryorguid`=32266 AND `event_param1`=60310;
  15. INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,
  16. `event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,
  17. `action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
  18. (32266,0,0,0,8,0,100,0,60310,0,0,0,33,32266,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Writhing Mass KC Bunny on spell hit call_killedmonster');
  19.  
  20. UPDATE `quest_template` SET `RequiredNpcOrGo1`='32266', `RequiredSpellCast1`='60310' WHERE `Id`=13356;
  21. UPDATE `quest_template` SET `RequiredNpcOrGo1`='32266', `RequiredSpellCast1`='60310' WHERE `Id`=13357;
  22. UPDATE `quest_template` SET `RequiredNpcOrGo1`='32266', `RequiredSpellCast1`='60310' WHERE `Id`=13321;
  23. UPDATE `quest_template` SET `RequiredNpcOrGo1`='32266', `RequiredSpellCast1`='60310' WHERE `Id`=13322;
  24.  
  25.  
  26. INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,
  27. `event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,
  28. `action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
  29. (-209593,0,0,0,8,0,100,0,60310,0,0,0,11,60504,2,0,0,0,0,7,0,0,0,0,0,0,0, 'blue Writhing Mass KC Bunny on spell hit cast buff SP'),
  30. (-209592,0,0,0,8,0,100,0,60310,0,0,0,11,60506,2,0,0,0,0,7,0,0,0,0,0,0,0, 'green Writhing Mass KC Bunny on spell hit cast buff STAMA'),
  31. (-209591,0,0,0,8,0,100,0,60310,0,0,0,11,60505,2,0,0,0,0,7,0,0,0,0,0,0,0,'Dark grey Writhing Mass KC Bunny on spell hit cast buff AP');
Add Comment
Please, Sign In to add comment