Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.3.5] Mana Feeders need spell immunity added. #16050

Closed
ghost opened this issue Dec 17, 2015 · 4 comments
Closed

[3.3.5] Mana Feeders need spell immunity added. #16050

ghost opened this issue Dec 17, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 17, 2015

Core Rev: 80ed03a
DB: TDB 335.59

Mana Feeder should be immune to all spells and wand damage.

Didn't realize these were immune to everything but melee damage so I sorta got owned on my mage. Swings with my staff are relatively slow and don't do a ton of damage. Pulled the whole area only to see "immune immune immune" everywhere. Oops.

http://www.wowhead.com/npc=16491/mana-feeder#comments:id=1703484

I have tried using certain spells that offer magic immunity such as Damage Immunity: Magic as a hackfix but you can still do damage with wands. Therefore I do not know if wands are incorrectly being counted as physical damage, or if they just don't apply to the spells.

@offl
Copy link
Contributor

offl commented Dec 18, 2015

Try this:

UPDATE `creature_template` SET `resistance1`=-1,`resistance2`=-1,`resistance3`=-1,`resistance4`=-1,`resistance5`=-1,`resistance6`=-1 WHERE `entry`=16491;

@ghost
Copy link
Author

ghost commented Dec 18, 2015

Spells still do damage.

@Killyana
Copy link
Member

DELETE FROM `creature_template_addon` WHERE `entry` = 16491;
INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (16491, '39804');

@Killyana
Copy link
Member

Wands http://wotlk.openwow.com/spell=5009 School = Physical

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants