Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.49 KB | None | 0 0
  1. -- Quest 12805 "Salvaging Life's Strength"
  2. -- Lifeblood Elemental SAI
  3. UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=29124;
  4. DELETE FROM `smart_scripts` WHERE `entryorguid` IN (29124,2912400);
  5. 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
  6. (29124,0,0,0,0,0,75,0,2000,3000,15000,15000,11,54790,0,0,0,0,0,2,0,0,0,0,0,0,0,'Cast Blood Tap on self'),
  7. (29124,0,1,2,8,0,100,0,54191,0,0,0,80,2912400,0,0,0,0,0,1,0,0,0,0,0,0,0,'On Spell hit 43340 load script'),
  8. (29124,0,2,3,61,0,100,0,0,0,0,0,33,29303,0,0,0,0,0,7,0,0,0,0,0,0,0,'give quest credit to player'),
  9. (29124,0,3,0,61,0,100,0,0,0,0,0,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'despawn');
  10. -- Add condition for Item 40397 "Lifeblood Gem" to only target Lifeblood Elemental 29124 (dead)
  11. DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceEntry`=40397;
  12. INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
  13. (18,0,40397,0,24,2,29124,0,0,'','Item 45223 Lifeblood Gem targets Lifeblood Elemental 29124 (dead)');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement