Looking4Group / L4G_Core

Looking4Group Core
http://looking4group.eu
GNU General Public License v2.0
37 stars 69 forks source link

Blinding players on flying mounts #2301

Open Xadras opened 8 years ago

Xadras commented 8 years ago

Originally reported by: meme (Bitbucket: homemer, GitHub: Unknown)


If a person is on a flying mount and gets blinded by a rogue, they will descend to the ground, allowing the rogue to attack the player. I can't say for sure but I remember players being immune to CC while on flying mounts. http://us.battle.net/wow/en/forum/topic/4015341854 re-affirms this memory, but I don't know if it was in day one of flying mounts.


Xadras commented 8 years ago

Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):


https://github.com/Looking4Group/L4G_Core/blob/adc08205075d35ab1f97668fe35448594391edce/src/game/SpellAuras.cpp#L4525

//Players on flying mounts must be immune to polymorph/sap/mc if (m_target->GetTypeId() == TYPEID_PLAYER) { m_target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, MECHANIC_POLYMORPH, apply); m_target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, MECHANIC_SAPPED, apply); m_target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, MECHANIC_CHARM, apply);

Xadras commented 8 years ago

Original comment by Rubapowa (Bitbucket: Rubapowa, GitHub: Unknown):


Upvoting , happened to me a few times and is really frustrating , while in flying mounts the player should be immune to CC's.

Xadras commented 8 years ago

Original comment by Edward Spiker (Bitbucket: Romeo666, GitHub: Unknown):


yep happened to me too

Xadras commented 8 years ago

Original comment by Anon X (Bitbucket: Anonx, GitHub: Anonx):


there is a similar issue somewhere.^^