Skip to content

Commit

Permalink
[ACID] Misc DB Fixes [VDB]
Browse files Browse the repository at this point in the history
Giant Buzzard,Black Slayer,Bonepicker,Bloodshot,Gurubashi Bat Rider,Qiraji Scarab Are Not Skinnable

Objects Used in Quest Bingles' Missing Supplies Should Respawn Faster

Add Missing Questgiver (second option)

Remove hard coded name in text - "Saric" thx Saric

The Hinterlands (Revantusk Village) - Raventusk Watcher Patrol 1+2

Add Missing Text to Smith Slagtree

Convert Caliph Scorpidsting Patrol To spawn_group

Quest Objects that should never despawn

Stop Blubber Gump Castin Fishing If Player Already Has It - missing

Correct Gossip For Sputtervalve - correct menu id used

Add Some Missing Salt Flats Scavengers

Add Some Missing Salt Flats Vultures

Remove Incorrect Loot from npcs

Add Some Missing Monstrous Crawlers

Improve loot for Ironeye the Invincible (5935)

Add missing c.id 2187,2188 from trinitycore

Tanaris - Dunemaul dynguid

Omgorn the lost spawngrp & improve loot

Revert hastened dynguid from some pool_template using npcs (causes
issues)

Gossip & Repeatable Quest for

4217	Mathrengyl Bearwalker	1403
7879	Quintis Jonespyre	1922
9087	Bashana Runetotem	1701

related to buying Tharlendris seeds.

Remove wrong item from loot table of i.11887

jonespyres-request prev quest

Based on commit vmangos/core@cbf9cd9
  • Loading branch information
AnonXS committed May 18, 2024
1 parent d037d53 commit 4ed6190
Show file tree
Hide file tree
Showing 2 changed files with 591 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ACID/acid_tbc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3748,9 +3748,10 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Helcular's Remains
('243301','2433','11','0','100','0','0','0','0','0','0','0','1','604','602','603','0','0','0','0','0','0','0','0','Helcular''s Remains - Yell on Spawn'),
('243302','2433','4','0','100','0','0','0','0','0','0','0','1','601','0','0','11','4950','0','0','0','0','0','0','Helcular''s Remains - Yell and Cast Summon Helcular''s Puppets on Aggro'),
-- Shadowy Assassin
-- Shadowy Assassin 2434
('243401','2434','1','0','100','0','1000','1000','0','0','0','0','11','1786','0','32','0','0','0','0','0','0','0','0','Shadowy Assassin - Cast Stealth OOC'),
-- Southshore Crier
('243402','2434','4','0','100','0','0','0','0','0','0','0','2','97','2','0','0','0','0','0','0','0','0','0','Shadowy Assassin - Set Faction 97 on Aggro'),
-- Southshore Crier 2435
('243501','2435','11','0','100','0','0','0','0','0','0','0','1','619','0','0','0','0','0','0','0','0','0','0','Southshore Crier - Yell on Spawn'),
('243502','2435','1','0','100','0','120000','120000','0','0','0','0','1','621','0','0','0','0','0','0','0','0','0','0','Southshore Crier - Say 1 OOC'),
('243503','2435','1','0','100','0','126000','126000','0','0','0','0','1','623','0','0','0','0','0','0','0','0','0','0','Southshore Crier - Emote OOC'),
Expand Down Expand Up @@ -7706,7 +7707,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('1071703','10717','6','0','60','0','0','0','0','0','0','0','11','16619','15','0','0','0','0','0','0','0','0','0','Temporal Parasite - Cast Quest - Temporal Parasite Death Summon on Death'),
('1071704','10717','0','0','100','1025','2000','5000','10000','12000','0','0','11','11436','4','32','0','0','0','0','0','0','0','0','Temporal Parasite - Cast Slow'),
-- Mulgris Deepriver (10739) - NSR
-- Janice Felstone (10778) - NSR
-- Janice Felstone 10778
('1077801','10778','1','0','100','1','1000','10000','180000','420000','0','0','4','2680','0','0','0','0','0','0','0','0','0','0','Janice Felstone - Play Sound 10154 OOC'),
-- Jabbering Ghoul
('1080101','10801','11','0','100','0','0','0','0','0','0','0','11','26047','0','0','0','0','0','0','0','0','0','0','Jabbering Ghoul - Cast Birth on Spawn'),
('1080102','10801','4','0','100','0','0','0','0','0','0','0','11','15716','0','34','1','1191','0','0','0','0','0','0','Jabbering Ghoul - Cast Enrage on Aggro'),
Expand Down Expand Up @@ -9989,7 +9991,8 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('218602','2186','0','0','100','1025','0','10000','45000','50000','0','0','11','6016','1','0','0','0','0','0','0','0','0','0','Carnivous the Breaker - Cast Pierce Armor'),
-- Elder Darkshore Thresher
('218701','2187','0','0','100','1025','0','10000','45000','50000','0','0','11','6016','1','0','0','0','0','0','0','0','0','0','Elder Darkshore Thresher - Cast Pierce Armor'),
-- Deep Sea Threshadon (2188) - NSR
-- Deep Sea Threshadon 2188
('218801','2188','0','0','100','1025','0','10000','15000','30000','0','0','11','5164','1','0','0','0','0','0','0','0','0','0','Deep Sea Threshadon - Cast Knockdown'),
-- Vile Sprite 2189
('218901','2189','11','0','100','0','0','0','0','0','0','0','11','11959','0','34','0','0','0','0','0','0','0','0','Vile Sprite - Cast Poison Proc on Spawn'),
-- Wild Grell
Expand Down

0 comments on commit 4ed6190

Please sign in to comment.