Dr-J

Results 114 comments of Dr-J

and I have this quest working the only thing which is still annoying is the sonic boom spell if I cast using command at target it works if I get...

Everything working except for recovery times for spells as cant add these via db on tc also seems was using wrong sonic boom spell or was using triggered spell rather...

When budd is summoned first thing that happens is casts 47025 Attention Span Straight after the spell go for 47025 aura for 47019 appears on budd Budd Pet Periodic Trigger...

ye was about to edit as found a few packets down (past some criteria update packets dont have 47036 in sniff though this is server side spell Troll Check Also...

quest text says troll should not be in combat before budd tags it but by watching several videos on youtube seems this is not the case and seems budd will...

Added events and text for if attention span expires, few other corrections to original script ~~~sql DELETE FROM `smart_scripts` WHERE `entryorguid`=32663 AND `source_type`=0; DELETE FROM `smart_scripts` WHERE `entryorguid`IN(3266300,3266301,3266302,3266303) AND `source_type`=9;...

As with other class quests still miss some actual gossip menu ids ~~~sql UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(14536,14531,14529,14527,14503,14530,14533,14534,14535,14528,14503); DELETE FROM `smart_scripts` WHERE `entryorguid` IN(14536,14531,14529,14527,14503,14530,14533,14534,14535,14528,14503) AND `source_type`=0; DELETE FROM...

It’s not just this class quest “The Cleaner” makes appearances in quests for other classes where quest is meant to be done alone like that priest quest

Its because of this spell had this issue about a year ago but already fixed but unfortunately not by me but basically this spell is thowing mobs out instead of...

Believe this is what broke it https://github.com/TrinityCore/TrinityCore/pull/24251 originally