Jump to content

Recommended Posts

Posted

Mangos One: s1454

SD2: s2373

TBCDB 1.2.1

ACID 2.0.6a

--No custom patches--

---------------------------------

A message is displayed on the screen if a Rogue tries to use a mount while stealthed, instead of just removing him from Stealth and casting the mount.The message displayed is ''You are in shapeshift form''... so the Rogue has to remove the Stealth manually and then begin the cast the mount.

  • 4 weeks later...
Posted

To allow this you could add the FORM_STEALTH to IsInDisallowedMountForm() in Unit.h and remove all stealth spells by causing aura in HandleAuraMounted.

/edit: ofc. check for possible side effects when editing IsInDis..Form!

Posted

no need to check for the auras in "if (target->HasAuraType(SPELL_AURA_MOD_STEALTH))", done by auralist iterator "target->RemoveSpellsCausingAura(SPELL_AURA_MOD_STEALTH)".

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use