Skip to content

Commit

Permalink
[4884][ACID] Guard Lasiter 4973 - Update
Browse files Browse the repository at this point in the history
script added
must have always same model - fixed

Closes:
#775
  • Loading branch information
Grz3s committed Aug 25, 2023
1 parent a2c9435 commit 014ff78
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12410,9 +12410,10 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('496806','4968','9','0','100','1025','0','50','2000','3500','0','0','11','20692','1','256','0','0','0','0','0','0','0','0','Lady Jaina Proudmoore - Cast Fireball'),
-- Kagoro (4972) - NSR
-- Guard Lasiter 4973
('497301','4973','4','0','100','0','0','0','0','0','0','0','57','2','25','0','0','0','0','0','0','0','0','0','Guard Lasiter - Enable Range Mode on Aggro'),
('497302','4973','2','0','100','1024','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Guard Lasiter - Flee at 15% HP'),
('497303','4973','9','0','100','1025','5','30','2300','3900','0','0','11','6660','1','256','0','0','0','0','0','0','0','0','Guard Lasiter - Cast Shoot'),
('497301','4973','11','0','100','0','0','0','0','0','0','0','3','0','4835','0','0','0','0','0','0','0','0','0','Guard Lasiter - Set Model on Spawn'),
('497302','4973','4','0','100','0','0','0','0','0','0','0','57','2','25','0','0','0','0','0','0','0','0','0','Guard Lasiter - Enable Range Mode on Aggro'),
('497303','4973','2','0','100','1024','15','0','0','0','0','0','25','0','0','0','1','1150','0','0','0','0','0','0','Guard Lasiter - Flee at 15% HP'),
('497304','4973','9','0','100','1025','5','30','2300','3900','0','0','11','6660','1','256','0','0','0','0','0','0','0','0','Guard Lasiter - Cast Shoot'),
-- Theramore Guard
('497901','4979','0','0','100','1025','1000','3000','180000','185000','0','0','11','7164','0','0','0','0','0','0','0','0','0','0','Theramore Guard - Cast Defensive Stance on Aggro'),
('497902','4979','0','0','100','1025','4000','9000','7000','12000','0','0','11','11976','1','0','0','0','0','0','0','0','0','0','Theramore Guard - Cast Strike'),
Expand Down
10 changes: 10 additions & 0 deletions Updates/4884_c.4973.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- Guard Lasiter 4973 - Update
UPDATE creature_movement_template SET ScriptId = 497301 WHERE Entry = 4973 AND point = 1;
DELETE FROM dbscripts_on_creature_movement WHERE id = 497301;
INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES
(497301,1,31,5202,25,0,0,0,0,0,0,0,0,0,0,0,0,'4973 - search for 5202'),
(497301,10,36,0,0,0,5202,30,1,0,0,0,0,0,0,0,0,'4973 - face buddy'),
(497301,11,54,2,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'4973 - set SHEATH_STATE_Ranged(2)'),
(497301,100,15,42131,0,0,5202,30,1,0,0,0,0,0,0,0,0,'4973 - cast 42131 on buddy'),
(497301,10000,0,0,0,0,0,0,0x04,1789,1790,1791,1792,0,0,0,0,'4973 - random Say'),
(497301,10100,54,0,0,0,0,0,0x04,0,0,0,0,0,0,0,0,'4973 - set SHEATH_STATE_UNARMED(0)');

0 comments on commit 014ff78

Please sign in to comment.