CraftedRO

Results 400 comments of CraftedRO

```sql -- Proto-Drake Whelp DELETE FROM `creature_template_addon` WHERE `entry` =32592; INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `MountCreatureID`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvPFlags`, `emote`, `visibilityDistanceType`, `auras`) VALUES (32592, 0, 0, 0,...

> i cant reproduce too 83d70425c877 Still valid. .aura 3219 remove aura buff with right click (you can use .cooldown to remove potion cooldown or .cheat cooldown) try to drink...

There's already an opened PR for this https://github.com/TrinityCore/TrinityCore/pull/28902

@Shauren based on https://github.com/TrinityCore/TrinityCore/pull/28902#issuecomment-1537504820, is this one a blizzlike too ?

```sql -- Update Proto-Drake Handler SAI UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 24082; DELETE FROM `smart_scripts` WHERE `entryorguid` = 24082 AND `source_type` = 0 AND `id` IN...

I wonder if there's any possibility in creature SAI to let creature intrerupt (this case pummel) on closest casting player , my tests failed and didn't worked , it only...

now shoud be good to go ```sql -- Onyx Blaze Mistress SET @ENTRY := 30681; UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; INSERT INTO...

c3e43d3d31d8 those are remaining things I found here: ```sql SELECT * FROM `waypoint_data` WHERE `id`=813490; -- point 3 is not blizzlike and wood cutting near waggon isn't too ``` after...

c3e43d3d31d8 Still valid: .aura 5246 then /dance and the character start (only start) dance emote