Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as SQL by registered user malcrom ( 10 years ago )
-- Dragonflayer Fleshripper SAI
SET @ENTRY := 24250;
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY*100 AND `source_type`=9;
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
(@ENTRY,0,0,0,0,0,100,0,5000,7000,25000,35000,11,11977,0,0,0,0,0,2,0,0,0,0,0,0,0,"Dragonflayer Fleshripper - Combat - Cast Spell Rend"),
(@ENTRY,0,1,0,0,0,100,0,20000,25000,30000,40000,11,35948,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Fleshripper - Combat - Cast Spell Bloodthirst"),
(@ENTRY,0,2,0,4,0,80,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Fleshripper - Aggro - talk"),
(@ENTRY,0,3,4,0,0,80,0,5000,5000,5000,5000,66,0,0,0,0,0,0,19,24249,10,0,0,0,0,0,"Dragonflayer Fleshripper - OOC - turn to 24249"),
(@ENTRY,0,4,0,61,0,100,0,0,0,0,0,80,@ENTRY*100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Fleshripper - Aggro - talk"),
(@ENTRY*100,9,0,0,0,0,100,0,1000,1000,0,0,5,113,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Fleshripper - Aggro - talk"),
(@ENTRY*100,9,1,0,0,0,50,0,0,0,0,0,1,1,0,0,0,0,0,19,24249,15,0,0,0,0,0,"Dragonflayer Fleshripper - Aggro - talk"),
(@ENTRY*100,9,2,0,0,0,100,0,4000,4000,0,0,66,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Dragonflayer Fleshripper - Aggro - talk");

 

Revise this Paste

Children: 81585
Your Name: Code Language: