mangosR2 / mangos

Production (stable and testing) versions of current mangosR2 v2 server (World of Warcraft: Wrath of the Lich King, 3.3.5a client).
http://mangosr2.2x2forum.com/
GNU General Public License v2.0
175 stars 78 forks source link

[Aura Handling] delay for Aura::HandleInvisibility #1348

Open przemratajczak opened 11 years ago

przemratajczak commented 11 years ago

mangosR2 rev 2779

take a look at spell http://www.wowhead.com/spell=70693 Effect1 = 6 (SPELL_EFFECT_APPLY_AURA) AuraName = 18 (SPELL_AURA_MOD_INVISIBILITY) BasePoints1 = 999

aura should be applied after BasePoints time in ms. else dummy visual effect from Effect0 is missing (target is already invisible to see visual). to be clear u need to disable gm mode (.g off) and .cast self 70693 on any creature.

rsa commented 11 years ago

seems as basepoints not related to delay, but effects must be applied only step-by-step in this case (and not only in this).