Skip to content

Instantly share code, notes, and snippets.

@sirikfoll
Last active June 23, 2017 02:25
Show Gist options
  • Save sirikfoll/fc526e096ecaf2d4ebee to your computer and use it in GitHub Desktop.
Save sirikfoll/fc526e096ecaf2d4ebee to your computer and use it in GitHub Desktop.
-- Add support for Torch Tossing and More Torch Tossing quests
SET @CGUID := xxxxxx; -- 43 required
SET @TTrigger := -(@CGUID+35);
SET @OTrigger := -(@CGUID+36);
SET @UTrigger := -(@CGUID+37);
SET @STrigger := -(@CGUID+38);
SET @SWTrigger := -(@CGUID+39);
SET @ITrigger := -(@CGUID+40);
SET @DTrigger := -(@CGUID+41);
SET @ETrigger := -(@CGUID+42);
SET @TRotation := @CGUID+35*100;
SET @ORotation := @CGUID+36*100;
SET @URotation := @CGUID+37*100;
SET @SRotation := @CGUID+38*100;
SET @SWRotation := @CGUID+39*100;
SET @IRotation := @CGUID+40*100;
SET @DRotation := @CGUID+41*100;
SET @ERotation := @CGUID+42*100;
-- Add npc for each target brazier /for the markerks/
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+34;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`) VALUES
(@CGUID, 25535, 1, 1, 1, -1048.8, 299.889, 134.401, 0.698132),
(@CGUID+1, 25535, 1, 1, 1, -1042.52, 306.56, 134.451, -1.98968),
(@CGUID+2, 25535, 1, 1, 1, -1041.61, 313.163, 133.278, -1.76278),
(@CGUID+3, 25535, 1, 1, 1, -1049.08, 306.373, 132.937, -2.18166),
(@CGUID+4, 25535, 1, 1, 1, -1035.88, 312.549, 134.666, -1.58825),
(@CGUID+5, 25535, 0, 1, 1, -4685.95, -1218.96, 501.659, 0.698132),
(@CGUID+6, 25535, 0, 1, 1, -4677.39, -1229.83, 501.659, -1.58825),
(@CGUID+7, 25535, 0, 1, 1, -4675.41, -1224.66, 501.659, -1.98968),
(@CGUID+8, 25535, 0, 1, 1, -4683.98, -1232.64, 501.659, -1.76278),
(@CGUID+9, 25535, 0, 1, 1, -4678.69, -1219.43, 501.659, -2.18166),
(@CGUID+10, 25535, 1, 1, 1, 1915.58, -4320.46, 21.8202, -1.58825),
(@CGUID+11, 25535, 1, 1, 1, 1920.49, -4319.35, 21.8167, 0.698132),
(@CGUID+12, 25535, 1, 1, 1, 1918.07, -4314.9, 22.8562, -1.98968),
(@CGUID+13, 25535, 1, 1, 1, 1925.15, -4321.27, 21.6547, -1.76278),
(@CGUID+14, 25535, 1, 1, 1, 1923.87, -4315.27, 22.4918, -2.181661),
(@CGUID+15, 25535, 0, 1, 1, 1837.4, 213.158, 60.3433, -1.98968),
(@CGUID+16, 25535, 0, 1, 1, 1837.19, 225.627, 60.246, -1.58825),
(@CGUID+17, 25535, 0, 1, 1, 1838.23, 218.969, 60.1496, -1.76278),
(@CGUID+18, 25535, 0, 1, 1, 1840.84, 216.245, 60.074, -2.18166),
(@CGUID+19, 25535, 0, 1, 1, 1840.18, 222.607, 60.2069, 0.698132),
(@CGUID+20, 25535, 530, 1, 1, -3768.73, -11511.2, -134.479, 2.70805),
(@CGUID+21, 25535, 530, 1, 1, -3773.26, -11519.4, -134.56, 2.53526),
(@CGUID+22, 25535, 530, 1, 1, -3776.32, -11511.5, -134.569, 5.69256),
(@CGUID+23, 25535, 530, 1, 1, -3775.23, -11506.7, -134.539, 5.79074),
(@CGUID+24, 25535, 530, 1, 1, -3780.47, -11514.1, -134.626, 5.66115),
(@CGUID+25, 25535, 530, 1, 1, 9817.67, -7227.84, 26.1104, 3.89843),
(@CGUID+26, 25535, 530, 1, 1, 9810.38, -7226.95, 26.0582, 0.898206),
(@CGUID+27, 25535, 530, 1, 1, 9819.87, -7234.51, 26.1176, 0.898206),
(@CGUID+28, 25535, 530, 1, 1, 9823.56, -7229.12, 26.1209, 3.78847),
(@CGUID+29, 25535, 530, 1, 1, 9817.55, -7221.36, 26.1142, 3.80025),
(@CGUID+30, 25535, 0, 1, 1, -8819.46, 848.506, 98.9483, -2.18166),
(@CGUID+31, 25535, 0, 1, 1, -8825.72, 845.613, 99.0511, 2.89725),
(@CGUID+32, 25535, 0, 1, 1, -8816.54, 854.183, 98.882, 4.34518),
(@CGUID+33, 25535, 0, 1, 1, -8815.11, 860.487, 98.96, 4.75751),
(@CGUID+34, 25535, 0, 1, 1, -8818.01, 865.253, 98.9761, 4.47084);
-- Add Controller for rotation marks
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+35 AND @CGUID+42;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES
(@CGUID+35, 25536, 1, 1, 1, 17612, 0, -1052.69, 302.024, 133.314, 0.538506, 300, 0, 0, 4120, 0, 0, 0, 0, 0), -- Thunder Bluff
(@CGUID+36, 25536, 1, 1, 1, 0, 0, 1914.62, -4316.19, 23.2105, 5.88965, 300, 0, 0, 4120, 0, 0, 0, 0, 0), -- Orgrimmar
(@CGUID+37, 25536, 0, 1, 1, 0, 0, 1841.84, 220.353, 60.847, 3.54074, 300, 0, 0, 4120, 0, 0, 0, 0, 0), -- Undercity
(@CGUID+38, 25536, 530, 1, 1, 0, 0, 9823.4, -7221.86, 26.7766, 3.98641, 300, 0, 0, 4120, 0, 0, 0, 0, 0), -- Silvermoon
(@CGUID+39, 25536, 0, 1, 1, 0, 0, -8820.81, 856.192, 99.035, 2.9833, 300, 0, 0, 4120, 0, 0, 0, 0, 0), -- Stormwind
(@CGUID+40, 25536, 0, 1, 1, 0, 0, -4680.07, -1224.66, 501.659, 3.35709, 300, 0, 0, 4120, 0, 0, 0, 0, 0), -- Ironforge
(@CGUID+41, 25536, 1, 1, 1, 17612, 0, 8721.56, 928.809, 16.6237, 3.06253, 300, 0, 0, 4120, 0, 0, 0, 0, 0), -- Darnassus
(@CGUID+42, 25536, 530, 1, 1, 0, 0, -3771.32, -11515.4, -134.525, 2.54862, 300, 0, 0, 4120, 0, 0, 0, 0, 0); -- Exodar
-- Master Flame/Fire Eater SAI
UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN (25975,26113);
DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`IN (25975,26113);
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
(25975,0,0,1,19,0,100,0,11731,0,0,0,11,45716,0,0,0,0,0,7,0,0,0,0,0,0,0,'Master fire eater - On target quest accepted - Cast Torch Tossing Training'),
(25975,0,1,0,61,0,100,0,0,0,0,0,28,45724,0,0,0,0,0,7,0,0,0,0,0,0,0,'Master fire eater - Linked with event 0 - Remove Braziers Hit!'),
(25975,0,2,3,19,0,100,0,11921,0,0,0,11,46630,0,0,0,0,0,7,0,0,0,0,0,0,0,'Master fire eater - On target quest accepted - Cast Torch Tossing Practice'),
(25975,0,3,0,61,0,100,0,0,0,0,0,28,45724,0,0,0,0,0,7,0,0,0,0,0,0,0,'Master fire eater - Linked with event 2 - Remove Braziers Hit!'),
(26113,0,0,1,19,0,100,0,11922,0,0,0,11,45716,0,0,0,0,0,7,0,0,0,0,0,0,0,'Master flame eater - On target quest accepted - Cast Torch Tossing Training'),
(26113,0,1,0,61,0,100,0,0,0,0,0,28,45724,0,0,0,0,0,7,0,0,0,0,0,0,0,'Master flame eater - Linked with event 0 - Remove Braziers Hit!'),
(26113,0,2,3,19,0,100,0,11926,0,0,0,11,46630,0,0,0,0,0,7,0,0,0,0,0,0,0,'Master flame eater - On target quest accepted - Cast Torch Tossing Practice'),
(26113,0,3,0,61,0,100,0,0,0,0,0,28,45724,0,0,0,0,0,7,0,0,0,0,0,0,0,'Master flame eater - Linked with event 2 - Remove Braziers Hit!');
-- SAI Brazier target
UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=25535;
DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=25535;
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
(25535,0,0,0,8,0,100,0,45732,0,0,0,11,45724,2,0,0,0,0,7,0,0,0,0,0,0,0,'Brazzier Bunny - On hit by spell Torch Land - Cast Brazzier hit');
--
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (45732);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition` ,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(13,1,45732,0,0,1,0,64328,0,0,0,0,'','Torch toss can hit only targets with mark');
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (45719,46651,46630,-46630,45716,-45716);
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
(45719,-46630,0,'Torch Tossing Success remove Torch Tossing Practice'),
(46651,-45716,0,'Torch Tossing Success remove Torch Tossing Training'),
(46630,45725 ,2,'Torch Tossing Practice trigger Detect Invisibility'),
(45716,45725 ,2,'Torch Tossing Training trigger Detect Invisibility'),
(-46630,-45724,0,'Torch Tossing Practice expired - clear Braziers Hit!'),
(-45716,-45724,0,'Torch Tossing Training expired - clear Braziers Hit!');
-- This is a hack, should be removed if spell 45723 is scripted
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=45723;
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
(45723,64328,2,'Marker Hack');
-- Add random rotation of Brazier marks
UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry`=25536;
DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` IN(@TTrigger,@OTrigger,@UTrigger,@STrigger,@SWTrigger,@ITrigger,@DTrigger,@ETrigger);
DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid` IN (@TRotation,@TRotation+1,@TRotation+2,@TRotation+3,@TRotation+4,@ORotation,@ORotation+1,@ORotation+2,@ORotation+3,@ORotation+4,@URotation,@URotation+1,@URotation+2,@URotation+3,@URotation+4,@SRotation,@SRotation+1,@SRotation+2,@SRotation+3,@SRotation+4);
DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid` IN (@SWRotation,@SWRotation+1,@SWRotation+2,@SWRotation+3,@SWRotation+4,@IRotation,@IRotation+1,@IRotation+2,@IRotation+3,@IRotation+4,@DRotation,@DRotation+1,@DRotation+2,@DRotation+3,@DRotation+4,@ERotation,@ERotation+1,@ERotation+2,@ERotation+3,@ERotation+4);
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
(@TTrigger,0,0,0,1,0,100,0,0,0,15000,15000,87,@TRotation,@TRotation+1,@TRotation+2,@TRotation+3,@TRotation+4,@TRotation+2,1,0,0,0,0,0,0,0,'Brazzier Bunny - OOC - Run script Thunder Bluff'),
(@OTrigger,0,0,0,1,0,100,0,0,0,15000,15000,87,@ORotation,@ORotation+1,@ORotation+2,@ORotation+3,@ORotation+4,@ORotation+2,1,0,0,0,0,0,0,0,'Brazzier Bunny - OOC - Run script Orgrimmar'),
(@UTrigger,0,0,0,1,0,100,0,0,0,15000,15000,87,@URotation,@URotation+1,@URotation+2,@URotation+3,@URotation+4,@URotation+2,1,0,0,0,0,0,0,0,'Brazzier Bunny - OOC - Run script Undercity'),
(@STrigger,0,0,0,1,0,100,0,0,0,15000,15000,87,@SRotation,@SRotation+1,@SRotation+2,@SRotation+3,@SRotation+4,@SRotation+2,1,0,0,0,0,0,0,0,'Brazzier Bunny - OOC - Run script Silvermoon'),
(@SWTrigger,0,0,0,1,0,100,0,0,0,15000,15000,87,@SWRotation,@SWRotation+1,@SWRotation+2,@SWRotation+3,@SWRotation+4,@SWRotation+2,1,0,0,0,0,0,0,0,'Brazzier Bunny - OOC - Run script Stormwind'),
(@ITrigger,0,0,0,1,0,100,0,0,0,15000,15000,87,@IRotation,@IRotation+1,@IRotation+2,@IRotation+3,@IRotation+4,@IRotation+2,1,0,0,0,0,0,0,0,'Brazzier Bunny - OOC - Run script Ironforge'),
(@DTrigger,0,0,0,1,0,100,0,0,0,15000,15000,87,@DRotation,@DRotation+1,@DRotation+2,@DRotation+3,@DRotation+4,@DRotation+2,1,0,0,0,0,0,0,0,'Brazzier Bunny - OOC - Run script Darnassus'),
(@ETrigger,0,0,0,1,0,100,0,0,0,15000,15000,87,@ERotation,@ERotation+1,@ERotation+2,@ERotation+3,@ERotation+4,@ERotation+2,1,0,0,0,0,0,0,0,'Brazzier Bunny - OOC - Run script Exodar'),
-- Thunder Bluff
(@TRotation,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+0,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+1,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+2,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+3,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+4,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+1,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+2,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+1,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+3,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+1,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+0,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+1,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+4,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+1,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+1,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+2,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+4,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+2,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+1,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+2,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+3,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+2,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+0,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+2,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+2,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+3,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+1,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+3,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+4,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+3,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+2,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+3,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+3,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+3,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+0,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+4,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+3,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+4,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+0,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+4,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+2,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+4,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+1,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@TRotation+4,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+4,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
-- Orgrimmar
(@ORotation,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+10,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+11,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+12,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+13,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+14,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+1,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+12,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+1,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+13,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+1,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+10,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+1,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+14,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+1,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+11,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+2,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+14,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+2,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+11,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+2,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+13,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+2,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+10,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+2,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+12,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+3,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+11,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+3,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+14,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+3,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+12,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+3,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+13,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+3,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+10,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+4,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+13,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+4,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+10,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+4,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+12,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+4,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+11,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ORotation+4,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+14,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
-- The Undercity
(@URotation,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+15,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+16,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+17,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+18,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+19,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+1,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+17,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+1,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+18,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+1,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+15,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+1,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+19,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+1,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+16,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+2,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+19,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+2,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+16,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+2,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+18,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+2,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+15,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+2,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+17,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+3,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+16,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+3,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+19,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+3,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+17,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+3,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+18,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+3,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+15,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+4,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+18,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+4,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+15,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+4,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+17,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+4,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+16,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@URotation+4,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+19,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
-- Silvermoon City
(@SRotation,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+25,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+26,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+27,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+28,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+29,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+1,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+27,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+1,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+28,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+1,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+25,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+1,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+29,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+1,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+26,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+2,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+29,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+2,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+26,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+2,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+28,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+2,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+25,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+2,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+27,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+3,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+26,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+3,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+29,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+3,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+27,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+3,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+28,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+3,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+25,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+4,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+28,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+4,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+25,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+4,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+27,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+4,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+26,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SRotation+4,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+29,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
-- Stormwind City
(@SWRotation,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+30,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+31,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+32,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+33,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+34,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+1,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+32,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+1,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+33,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+1,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+30,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+1,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+34,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+1,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+31,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+2,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+34,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+2,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+31,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+2,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+33,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+2,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+30,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+2,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+32,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+3,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+31,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+3,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+34,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+3,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+32,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+3,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+33,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+3,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+30,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+4,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+33,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+4,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+30,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+4,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+32,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+4,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+31,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@SWRotation+4,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+34,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
-- Ironforge
(@IRotation,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+5,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+6,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+7,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+8,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+9,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+1,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+7,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+1,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+8,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+1,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+5,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+1,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+9,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+1,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+6,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+2,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+9,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+2,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+6,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+2,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+8,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+2,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+5,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+2,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+7,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+3,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+6,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+3,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+9,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+3,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+7,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+3,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+8,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+3,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+5,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+4,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+8,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+4,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+5,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+4,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+7,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+4,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+6,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@IRotation+4,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+9,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
-- Darnassus
(@DRotation,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46906,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46908,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46909,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46910,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46911,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+1,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46909,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+1,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46910,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+1,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46906,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+1,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46911,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+1,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46908,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+2,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46911,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+2,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46908,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+2,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46910,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+2,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46906,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+2,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46909,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+3,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46908,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+3,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46911,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+3,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46909,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+3,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46910,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+3,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46906,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+4,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46910,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+4,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46906,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+4,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46909,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+4,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46908,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@DRotation+4,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,46911,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
-- Exodar
(@ERotation,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+20,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+21,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+21,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+23,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+1,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+1,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+23,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+1,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+20,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+1,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+1,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+21,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+2,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+2,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+21,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+2,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+23,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+2,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+20,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+2,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+3,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+21,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+3,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+3,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+3,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+23,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+3,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+20,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+4,9,1,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+23,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+4,9,3,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+20,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+4,9,5,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+4,9,7,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+21,0,0,0,0,0,0,'Action list - Aura Target Indicator'),
(@ERotation+4,9,9,0,0,0,100,0,3000,3000,0,0,75,45723,0,0,0,0,0,10,@CGUID+24,0,0,0,0,0,0,'Action list - Aura Target Indicator');
DELETE FROM `game_event_creature` WHERE `eventEntry`=1 AND `guid` BETWEEN @CGUID AND @CGUID+42;
INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES
(1,@CGUID+0),
(1,@CGUID+1),
(1,@CGUID+2),
(1,@CGUID+3),
(1,@CGUID+4),
(1,@CGUID+5),
(1,@CGUID+6),
(1,@CGUID+7),
(1,@CGUID+8),
(1,@CGUID+9),
(1,@CGUID+10),
(1,@CGUID+11),
(1,@CGUID+12),
(1,@CGUID+13),
(1,@CGUID+14),
(1,@CGUID+15),
(1,@CGUID+16),
(1,@CGUID+17),
(1,@CGUID+18),
(1,@CGUID+19),
(1,@CGUID+20),
(1,@CGUID+21),
(1,@CGUID+22),
(1,@CGUID+23),
(1,@CGUID+24),
(1,@CGUID+25),
(1,@CGUID+26),
(1,@CGUID+27),
(1,@CGUID+28),
(1,@CGUID+29),
(1,@CGUID+30),
(1,@CGUID+31),
(1,@CGUID+32),
(1,@CGUID+33),
(1,@CGUID+34),
(1,@CGUID+35),
(1,@CGUID+36),
(1,@CGUID+37),
(1,@CGUID+38),
(1,@CGUID+39),
(1,@CGUID+40),
(1,@CGUID+41),
(1,@CGUID+42);
@sirikfoll
Copy link
Author

SET @CGUID := 991999;
SET @TTrigger := -(@CGUID+35);
SET @OTrigger := -(@CGUID+36);
SET @UTrigger := -(@CGUID+37);
SET @STrigger := -(@CGUID+38);
SET @SWTrigger := -(@CGUID+39);
SET @ITrigger := -(@CGUID+40);
SET @DTrigger := -(@CGUID+41);
SET @ETrigger := -(@CGUID+42);
SET @TRotation := @CGUID+35*100;
SET @ORotation := @CGUID+36*100;
SET @URotation := @CGUID+37*100;
SET @SRotation := @CGUID+38*100;
SET @SWRotation := @CGUID+39*100;
SET @IRotation := @CGUID+40*100;
SET @DRotation := @CGUID+41*100;
SET @ERotation := @CGUID+42*100;
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID AND @CGUID+34;
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+35 AND @CGUID+42;
DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid` IN(@TTrigger,@OTrigger,@UTrigger,@STrigger,@SWTrigger,@ITrigger,@DTrigger,@ETrigger);
DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid` IN (@TRotation,@TRotation+1,@TRotation+2,@TRotation+3,@TRotation+4,@ORotation,@ORotation+1,@ORotation+2,@ORotation+3,@ORotation+4,@URotation,@URotation+1,@URotation+2,@URotation+3,@URotation+4,@SRotation,@SRotation+1,@SRotation+2,@SRotation+3,@SRotation+4);
DELETE FROM `smart_scripts` WHERE `source_type`=9 AND `entryorguid` IN (@SWRotation,@SWRotation+1,@SWRotation+2,@SWRotation+3,@SWRotation+4,@IRotation,@IRotation+1,@IRotation+2,@IRotation+3,@IRotation+4,@DRotation,@DRotation+1,@DRotation+2,@DRotation+3,@DRotation+4,@ERotation,@ERotation+1,@ERotation+2,@ERotation+3,@ERotation+4);
DELETE FROM `game_event_creature` WHERE `eventEntry`=1 AND `guid` BETWEEN @CGUID AND @CGUID+42;

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