azerothcore-wotlk
azerothcore-wotlk copied to clipboard
[TBC Shadowmoon Valley]: Enraged Earth Spirit do not spawn Enraged Earth Shards on death
Originally reported on CC at: https://github.com/chromiecraft/chromiecraft/issues/5588 By: Paradigmxd
What client do you play on?
enUS
Faction
Both
Content Phase:
70
Current Behaviour
Has no scripted Shatter ability
Expected Blizzlike Behaviour
Upon death -it shatters - just like Elemental Earths in Netherstorms..
Source
https://www.wowhead.com/wotlk/npc=21050/enraged-earth-spirit#abilities
Steps to reproduce the problem
Teleport to NPC ID 21050 Kill it and see if it shatters
Extra Notes
Todo:
- [ ] find a way to be able to do the totem quest without using npc_enraged_spirit as a creature script so that SAI can be used to cast spells
- [x] implement death mechanic of Enraged Earth Spirit (I have a fix ready for this*) AKA summoning the Enraged Earth Shards
- [ ] implement other missing abilities of the enraged spirits (which require the first task to be completed first to work)
--
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = 21050;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 21050 AND `source_type` = 0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(21050, 0, 0, 0, 6, 0, 100, 1, 0, 0, 0, 0, 0, 11, 38365, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Enraged Earth Spirit - On Death - Cast \'Summon Enraged Earth Shard\' (No Repeat)');
AC rev. hash/commit
https://github.com/chromiecraft/azerothcore-wotlk/commit/8224a90a99cc40ff9a7a9a3ab4d7aecc40aacd3d
Operating system
Ubuntu 20.04
Modules
- mod-ah-bot
- mod-bg-item-reward
- mod-BreakingNewsOverride
- mod-cfbg
- mod-chat-transmitter
- mod-cta-switch
- mod-desertion-warnings
- mod-duel-reset
- mod-eluna
- mod-instanced-worldbosses
- mod-ip-tracker
- mod-low-level-arena
- mod-low-level-rbg
- mod-multi-client-check
- mod-progression-system
- mod-pvp-titles
- mod-pvpstats-announcer
- mod-queue-list-cache
- mod-rdf-expansion
- mod-transmog
- mod-weekend-xp
- mod-zone-difficulty
- lua-carbon-copy
- lua-event-scripts
- lua-exchange-npc
- lua-level-up-reward
- lua-recruit-a-friend
- lua-send-and-bind
- lua-temp-announcements
- lua-zonecheck
Customizations
None
Server
ChromieCraft