Signup Now
Results 1 to 2 of 2
  1. #1
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28

    channel does not have .outid property

    1. What OS you are at?
    Windows 10 (Insider Build 15014)

    2. Real PC or VPS?
    PC

    3. Using WindAddons? Which version?
    No

    4. Which version of WindBot?
    2.9.0-beta41

    5. Which version of Game Client?
    11.04.4366

    6. Do you have a Dedicated Graphics Card?
    Yes. GTX 550 Ti

    7. Detailed description of the problem.
    There is an undocumented foreach channel loop. I used it on my SS Taker to hide private chat names. It no longer works.
    I didn't test for the other properties (I don't even recall exactly which it had. I know it had one on channel name)

    To reproduce the error, run this code:
    foreach channel c do print(c.outid) end


    Which gives the following error:
    Code:
    15:05:52 error in Console script :
      ["foreach channel c do print(c.outid) e..."]:ConsoleScript:1 attempt to index local 'c' with an unknown property
    8. If applicable, a GIF of the action hosted on imgur.com.
    N/A

    9. Do this happen in WindBot for Client Version 10.x too?
    No.

    10. Debug Log.
    N/A

    11. Comments.
    On WindBot 10, this is the output:

    Code:
    15:05:32 1
    15:05:32 1
    15:05:32 8
    Last edited by Raphael; 01-25-2017 at 05:09 PM.

  2. #2
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Moved from internal boards.

 

 

Posting Permissions

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