1. #1
    High Overlord Malus416's Avatar
    7+ Year Old Account
    Join Date
    Aug 2014
    Location
    Discord
    Posts
    102

    'False' spammed in chat box. No idea why.

    Did not download any new addons.

    Anyone experience this or have any ideas?

    http://imgur.com/a/WBQsu

  2. #2
    Are you using any macro that returns a value of whether or not you have spawned the special Army of the Dead minion for the Unholy Hidden Artifact Skin?

  3. #3
    High Overlord Malus416's Avatar
    7+ Year Old Account
    Join Date
    Aug 2014
    Location
    Discord
    Posts
    102
    Quote Originally Posted by Sojourner View Post
    Are you using any macro that returns a value of whether or not you have spawned the special Army of the Dead minion for the Unholy Hidden Artifact Skin?
    No I have not used that or created that macro.

  4. #4
    I found this out today. Did you install the most recent alpha version of DejaCharacterStats? There's some debugging print(boolean) instances left in there. Open the file DCSLayouts.lua in the DejaCharacterStats folder and find all four of the print(checked) instances and delete them. I haven't seen the other prints do anything, but it's safe to go through the whole file and just delete every print() in there. Make sure you delete only print( stuff in here ) from parenthesis to parenthesis. Each of them should be on their own line.

    The easiest way to actually disable them is to open the file in a program that has a replace all function.

    Replace all

    print(

    with

    --print(

    without the end parenthesis, exactly as the bold shows.
    Last edited by Kanegasi; 2016-12-21 at 02:16 AM.
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

  5. #5
    I'm having the exact same issue. Seems to happen whenever I zone or switch talents.

  6. #6
    Quote Originally Posted by Kanegasi View Post
    I found this out today. Did you install the most recent alpha version of DejaCharacterStats? There's some debugging print(boolean) instances left in there. Open the file DCSLayouts.lua in the DejaCharacterStats folder and find all four of the print(checked) instances and delete them. I haven't seen the other prints do anything, but it's safe to go through the whole file and just delete every print() in there. Make sure you delete only print( stuff in here ) from parenthesis to parenthesis. Each of them should be on their own line.

    The easiest way to actually disable them is to open the file in a program that has a replace all function.

    Replace all

    print(

    with

    --print(

    without the end parenthesis, exactly as the bold shows.
    This is precisely it, thanks.

  7. #7
    Quote Originally Posted by Kanegasi View Post
    I found this out today. Did you install the most recent alpha version of DejaCharacterStats? There's some debugging print(boolean) instances left in there. Open the file DCSLayouts.lua in the DejaCharacterStats folder and find all four of the print(checked) instances and delete them. I haven't seen the other prints do anything, but it's safe to go through the whole file and just delete every print() in there. Make sure you delete only print( stuff in here ) from parenthesis to parenthesis. Each of them should be on their own line.

    The easiest way to actually disable them is to open the file in a program that has a replace all function.

    Replace all

    print(

    with

    --print(

    without the end parenthesis, exactly as the bold shows.
    Yup, fixed it for me as well. Thanks!

  8. #8
    Coming back to this issue, DCS has updated and the prints are commented out, among a ton of other changes. Make sure to update it if you changed the file, since a modified addon won't be automatically updated by the Curse Client.
    Originally Posted by Zarhym (Blue Tracker)
    this thread is a waste of internet

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •