Joshua93
Member
Hello, I'm having an issue with my pots not starting countdown when I try to do combo spells with them. I do have AOS enabled for my server and was wondering how to go about removing this? I tried deleting this line, but it didn't work.
C#:
if ( Core.AOS && (from.Paralyzed || from.Frozen || (from.Spell != null && from.Spell.IsCasting)) )
{
from.SendLocalizedMessage( 1062725 ); // You can not use that potion while paralyzed.
return;
}
Attachments
Last edited: