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

Baradin Hold spawn Argaloth, Alizabal, Occutar and Disciple of Hate. #1

Open
ghost opened this issue Feb 2, 2015 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Feb 2, 2015

-- YTDB spawn data.
DELETE FROM `creature` WHERE `id` IN (47120, 52363, 55869, 56350);
INSERT INTO `creature` (`id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES
('47120','757','15','1','35426','0','269.707','1135.49','160.993','1.5708','604800','0','0','21473000','0','0','0');
('52363','757','15','1','37876','0','268.477','1553.75','179.969','4.69494','604800','0','0','23653290','0','0','0');
('55869','757','15','1','0','0','441.286','1336.9','170.275','3.08923','604800','0','0','25767600','0','0','0');
('56350','757','15','1','0','0','238.124','1329.07','170.192','5.09062','7200','0','0','2324700','0','0','0');
('56350','757','15','1','0','0','327.22','1337.58','170.275','3.10669','7200','0','0','2324700','0','0','0');

-- Script target. Author @Xfurry.
DELETE FROM spell_script_target WHERE entry=96931;
INSERT INTO spell_script_target VALUES
(96931, 1, 52389, 0);

-- db script handled spells encounter. Maybe good handled in core?
-- Script id: 105065
DELETE FROM dbscripts_on_spell WHERE id=105065;
INSERT INTO dbscripts_on_spell VALUES 
(105065,0,15,105067,0,0,0,0,0,0,0,0,0,0,0,0,'Alizabal - Cast Seething Hate.');

-- Script id: 108090
DELETE FROM dbscripts_on_spell WHERE id=108090;
INSERT INTO dbscripts_on_spell VALUES 
(108090,0,15,105067,0,0,0,0,0,0,0,0,0,0,0,0,'Alizabal - Cast Seething Hate h.');

-- Script id: 106248
DELETE FROM dbscripts_on_spell WHERE id=106248;
INSERT INTO dbscripts_on_spell VALUES 
(106248,0,15,105726,0,0,0,0,0,0,0,0,0,0,0,0,'Alizabal - Cast Blade Dance.');

-- Script id: 96931
DELETE FROM dbscripts_on_spell WHERE id=96931;
INSERT INTO dbscripts_on_spell VALUES 
(96931,0,15,96932,0,0,0,4,0,0,0,0,0,0,0,0,'Occu'thar- Eyes of Occu'thar.');

Baradin Hold Door handled in SD2.
scriptdev2/scriptdev2-cata@f5cc3d5
ACID Cata script for Bosses and thrash.
ACID-Scripts/CATA#1

@ghost ghost closed this as completed Mar 16, 2015
@ghost ghost reopened this Mar 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants