Hello, As the topic title said, does anyone know or can point me to the right direction? I've tried modifying these lines by commenting it out under playerWitcher.ws file, but it didn't seem to have any effect. if( !action.WasDodged() && action.DealtDamage() && inv.ItemHasTag( inv.GetCurrentlyHeldSword(), 'Aerondight' ) && !action.IsDoTDamage() && !( (W3Effect_Toxicity) action.causer ) ){aerondight = (W3Effect_Aerondight)GetBuff( EET_Aerondight );if( aerondight && aerondight.GetCurrentCount() != 0 ){aerondight.ReduceAerondightStacks();}} Would really appreciate any assistance. Thanks!