Jump to content

Aerondight sword not losing charges/stacks when getting hit


Stubbornx

Recommended Posts

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!
Edited by Insekta
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...