Player Resource Consortium

Neverwinter Nights => Help => Topic started by: Chaszmyr on January 14, 2013, 04:40:26 PM

Title: Debug spam?
Post by: Chaszmyr on January 14, 2013, 04:40:26 PM
Having an issue where players are being spammed by some spell stuff in their combat log, most notably "x2_s3_flamingd caster level = 2" whenever someone with Dragonfire Inspiration on a weapon strikes something in melee. It is kind of random who sees it, but they don't need to be in party or anything. Looking into that script I can see it has to do with some DoDebug stuff, but I don't have PRC_DEBUG in my personal_switch.2da at all.

Any ideas? Is there any other 'debug' that could be on causing it?
Title: Re: Debug spam?
Post by: xwarren on January 15, 2013, 01:02:54 PM
"If(DEBUG)" was missing in one of the scripts. I have attached the fix.
Title: Re: Debug spam?
Post by: Chaszmyr on January 15, 2013, 02:08:07 PM
Aha! Awesome, thanks.