azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.41k stars 2.57k forks source link

[SSC - Vashj] Striders not rooted by Netherweave Nets #20000

Open Rorschach91 opened 8 hours ago

Rorschach91 commented 8 hours ago

Bug Triager Notes:

Original CC Reports: https://github.com/chromiecraft/chromiecraft/issues/6475#issue-2043792570

Currently, Coilfang Striders are immune to Netherweave Net. They shouldn't be immune to the nets.

ev

What client do you play on?

enUS

Faction

Both

Content Phase:

70

Current Behaviour

Striders in the fight against Vashj (p2) are being rooted by Netherweave Nets

Expected Blizzlike Behaviour

Nets should root the striders

Source

https://wowwiki-archive.fandom.com/wiki/Lady_Vashj_(tactics)

Steps to reproduce the problem

.

Extra Notes

https://wowgaming.altervista.org/aowow/?item=24268 https://wowgaming.altervista.org/aowow/?npc=22056

AC rev. hash/commit

https://github.com/chromiecraft/azerothcore-wotlk/commit/4d40b036440069fcfa964eac36eebda9d60140cb

Operating system

Ubuntu 20.04

Modules

Customizations

None

Server

ChromieCraft

sogladev commented 5 hours ago

mobs that are immune to stun are immune to net

net 31367 has Mechanic = 12 (MECHANIC_STUN)

comment 2.0.10 mentions stun, maybe it used to stun in early TBC? Now, there's no stun effect, yet it is labelled as a stun mechanic. https://www.wowhead.com/tbc/item=24268/netherweave-net#comments

Reading wowhead Striders should not be immune to stuns? image

hammer of justice .cast 853 immune

remove stun immunity

UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & ~2048 WHERE (`entry` = 22056);