Quote:
Originally Posted by pro4never
When in a disguise you should not be able to cast skills.
Just block casting of skills when in a transformation.. pretty simple stuff.
|
Ahhhh I see now, thanks xP
Where ever your server is handling attacks (v5017 its packet ID 1022, idk about yours), just put something to check if your player has a transformation buff o.o. Idk how your source is setup, but it should look something like:
Code:
if (Player.Buffs.Contains(Enums.StatusEffectType.Transform))
return;