Results 1 to 3 of 3

Thread: Symbols.scar fix

  1. #1
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default Symbols.scar fix

    If you've been getting a strange error when trying to find symbols like so
    SCAR Code:
    ** Warning in GetSymbolColorIn: fish is not a valid name.**
    ** Warning in GetSymbolColorIn: tree is not a valid name.**

    Change line 655 of Symbols.scar to:
    SCAR Code:
    if (BitmapToString(SymbolBitmap) <> '') and (Color <> 0) then

    The error was that it was checking if SymbolBitmap <> 0, and sometimes even when a bitmap has been declared, it's integer value is still 0.

  2. #2
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Fixed, thankyou.
    Line 653, I suppose that was.
    (Unless devs symbols.scar greatly differs from public version..)

    Either way, nice find.

  3. #3
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by EvilChicken! View Post
    Fixed, thankyou.
    Line 653, I suppose that was.
    (Unless devs symbols.scar greatly differs from public version..)

    Either way, nice find.
    Yes, I double checked, in the public release it is line 655. Thanks for fixing.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Symbols
    By Jackrawl in forum OSR Help
    Replies: 6
    Last Post: 11-01-2007, 07:45 PM
  2. Help With Symbols ;)
    By mage of begu in forum OSR Help
    Replies: 10
    Last Post: 03-13-2007, 02:46 PM
  3. The Symbols Hit RS
    By Ejjman in forum RS has been updated.
    Replies: 3
    Last Post: 05-22-2006, 07:37 PM

Posting Permissions

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