Quote Originally Posted by acolyte_to_jippity View Post
nothing should be able to pen a molecule shield or shadow hunter invuln. nothing could pre-OB. nothing should now. shadow hunter is not a "hard counter" to anything. it is a very strong class that can fuck up many other classes if played right. the entire point of the class is to give newer players a chance against higher-level classes. this does not mean 100% enemy classes, but rather being strong enough to stand toe to toe.
Quote Originally Posted by ZERO View Post
if(!W3HasImmunity(attacker,Immunity_Ultimates))
{
War3_HealToBuffHP(victim,dmgamount);
}
else
{
W3MsgEnemyHasImmunity(victim,true);
}
}[/CODE]
The way the code is set up, it is working correctly. This is not pre-OB. I'm sure Zero has a good reason for keeping that else statement in there. Without it, shadow hunter would not be hit by people with immunity. I'm sure he has a hook elsewhere that would not allow a SH to use the ultimate within 30 yards, as with other classes. My guess is balance. Shadow hunter is very powerful even with being able to be hit by people with laces. The class that gives newer people a chance against higher level classes would be human or night elf, IMO.