Player Resource Consortium

 

Author Topic: Debug spam?  (Read 2982 times)

0 Members and 1 Guest are viewing this topic.

January 14, 2013, 04:40:26 PM
  • Adept
  • *
  • Posts: 27
  • Karma: +2/-0
  • New Member
    • View Profile

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?


January 15, 2013, 01:02:54 PM
Reply #1
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

"If(DEBUG)" was missing in one of the scripts. I have attached the fix.


January 15, 2013, 02:08:07 PM
Reply #2
  • Adept
  • *
  • Posts: 27
  • Karma: +2/-0
  • New Member
    • View Profile

Aha! Awesome, thanks.