Advertisement
Guest User

Untitled

a guest
Nov 21st, 2011
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 2.27 KB | None | 0 0
  1. UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=23689;
  2. UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=24170;
  3. DELETE FROM `creature_ai_scripts` WHERE `creature_id`=23689;
  4. DELETE FROM `smart_scripts` WHERE `entryorguid`=23689;
  5. DELETE FROM `smart_scripts` WHERE `entryorguid`=24170;
  6. 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('23689','0','1','0','65','0','100','0','0','0','0','0','11','36809','2','0','0','0','0','1','0','0','0','0','0','0','0','Proto-Drake - Reach Target - Cast Spell (36809)'),('23689','0','2','4','1','0','100','0','10000','10000','10000','10000','29','0','0','24170','1','1','0','19','24170','75','0','0','0','0','0','Proto-Drake - Find Target - Follow'),('23689','0','3','0','65','0','100','0','0','0','0','0','51','0','0','0','0','0','0','19','24170','5','0','0','0','0','0','Proto-Drake - Reach Target - Kill Dummy'),('23689','0','4','2','61','0','100','0','0','0','0','0','22','1','0','0','0','0','0','1','0','0','0','0','0','0','0','Proto-Drake - On Find Target - Set Phase 1'),('23689','0','5','0','1','1','100','0','45000','45000','45000','45000','41','0','0','0','0','0','0','1','0','0','0','0','0','0','0','Proto-Drake - Idle on Ground(Phase 1) - Despawn'),('24170','0','0','0','54','0','100','0','0','0','0','0','50','186598','60000','0','0','0','0','1','0','0','0','0','0','0','0','Draconis Gastritis Bunny - On Create - Spawn GO'),('24170','0','1','0','6','0','100','0','0','0','0','0','33','24170','0','0','0','0','0','18','20','0','0','0','0','0','0','Draconis Gastritis Bunny - On Death - Quest Reward'),('24170','0','2','0','54','0','100','0','0','0','0','0','47','0','0','0','0','0','0','1','0','0','0','0','0','0','0','Draconis Gastritis Bunny - On Create - Hide'),('24170','0','3','0','6','0','100','0','0','0','0','0','41','0','0','0','0','0','0','15','186598','5','0','0','0','0','0','Draconis Gastritis Bunny - On Death - Remove Gobjects');
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement