Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.2.0] Aqueous Defender #15176

Closed
ghost opened this issue Jul 27, 2015 · 1 comment
Closed

[6.2.0] Aqueous Defender #15176

ghost opened this issue Jul 27, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 27, 2015

ce3126d hash
Aqueous Defender SAI
http://www.wowhead.com/npc=73191/aqueous-defender
Source: Combat Log.

-- Aqueous Defender SAI
SET @ENTRY := 73191;
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;
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,1,0,0,0,100,0,5000,7000,22000,24000,11,147185,0,0,0,0,0,1,0,0,0,0,0,0,0,"Aqueous Defender -  In Combat - Cast Rushing Waters"),
(@ENTRY,0,2,0,0,0,100,0,4000,5500,7000,7500,11,147305,2,0,0,0,0,2,0,0,0,0,0,0,0,"Aqueous Defender -  In Combat - Cast Vortex.");
@Rushor
Copy link
Contributor

Rushor commented Jul 28, 2015

and btw - ty, if you want to work more on 5.x, please continue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants