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

Stratholme - Bile Spewer & Bile Slime #25

Merged
merged 1 commit into from Nov 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions acid_tbc.sql
Expand Up @@ -26471,8 +26471,9 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('1041402','10414','11','0','100','2','0','0','0','0','11','16345','0','0','0','0','0','0','0','0','0','0','Patchwork Horror - Cast Disease Cloud on Spawn'),
('1041403','10414','0','0','100','3','7700','14700','7300','15600','11','10101','4','0','0','0','0','0','0','0','0','0','Patchwork Horror - Cast Knock Away'),
-- Bile Spewer
('1041601','10416','11','0','100','2','0','0','0','0','11','8876','0','0','0','0','0','0','0','0','0','0','Bile Spewer - Cast Thrash on Spawn'),
('1041602','10416','0','0','100','3','3000','6000','13000','17000','11','16809','0','0','0','0','0','0','0','0','0','0','Bile Spewer - Cast Spawn Bile Slime'),
('1041601','10416','11','0','100','2','0','0','0','0','11','3417','0','2','0','0','0','0','0','0','0','0','Bile Spewer - Thrash'),
('1041602','10416','0','0','100','3','5000','10000','20000','25000','11','16809','1','0','1','-1389','0','0','0','0','0','0','Bile Spewer - Spawn Bile Slime + Emote'),
('1041603','10416','6','0','100','2','0','0','0','0','11','16865','0','2','1','-1390','0','0','0','0','0','0','Bile Spewer - Spawn Bile Slimes + Emote'),
-- Venom Belcher
('1041701','10417','9','0','100','3','0','30','4000','7000','11','16866','1','0','0','0','0','0','0','0','0','0','Venom Belcher - Cast Venom Spit'),
('1041702','10417','9','0','100','3','0','30','9000','15000','11','7992','4','33','0','0','0','0','0','0','0','0','Venom Belcher - Cast Slowing Poison'),
Expand Down Expand Up @@ -26614,9 +26615,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('1055807','10558','0','0','100','3','3000','5000','12000','19000','11','16244','0','1','0','0','0','0','0','0','0','0','Hearthsinger Forresten - Cast Demoralizing Shout'),
('1055808','10558','0','0','100','3','7000','9000','20000','25000','11','16798','5','1','0','0','0','0','0','0','0','0','Hearthsinger Forresten - Cast Enchanting Lullaby'),
('1055809','10558','7','0','100','2','0','0','0','0','22','1','0','0','40','1','0','0','0','0','0','0','Hearthsinger Forresten - Set Phase 1 and Set Melee Weapon Model on Evade'),
-- Bile Slime
('1069701','10697','0','0','100','3','1000','3000','12000','16000','11','7992','1','0','0','0','0','0','0','0','0','0','Bile Slime - Cast Slowing Poison'),
('1069702','10697','0','0','100','3','4000','7000','7000','12000','11','16866','1','0','0','0','0','0','0','0','0','0','Bile Slime - Cast Venom Spit'),
-- Bile Slime (10697) - NSR
-- Timmy the Cruel
('1080801','10808','11','0','100','2','0','0','0','0','1','-1197','0','0','0','0','0','0','0','0','0','0','Timmy the Cruel - Yell on Spawn'),
('1080802','10808','4','0','100','2','0','0','0','0','11','12787','0','2','0','0','0','0','0','0','0','0','Timmy the Cruel - Thrash'),
Expand Down Expand Up @@ -33221,7 +33220,9 @@ INSERT INTO `creature_ai_texts` (`entry`,`content_default`,`sound`,`type`,`langu
('-1385','Um, healer?!','0','0','0','19501','0'),
('-1386','Need heal over here!','0','0','0','19501','0'),
('-1387','Here it comes!','0','0','0','19502','0'),
('-1388','Incoming.','0','0','0','19502','0');
('-1388','Incoming.','0','0','0','19502','0'),
('-1389','%s belches out a disgusting Bile Slime!','0','2','0','0','0'),
('-1390','%s explodes and releases several Bile Slimes!','0','2','0','0','0');

-- =======================================================
-- Current Complete Summons Table for all Accepted Scripts
Expand Down