Results 1 to 5 of 5

Thread: Fix for Con colors level 65

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    92

    Fix for Con colors level 65

    Here is the fix for the new con colors if you are level 65. I didn't do any of the others, but feel free to fix those if you are a different level that 65

    MapCon.cs:

    in function public void fillConColors()

    Change the green and cyran range to:

    greenRange = -20;
    cyanRange = -15;

    under the IF statement:
    else if (level < 66) { //64 - 65

    and use this to compile using the free included compiler:

    --------------
    path %path;C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
    csc /out:myseq.exe /target:winexe /reference:magiclibrary.dll *.cs

  2. #2
    Moderator
    Join Date
    Jan 2003
    Posts
    426
    Thank you, I'll put it in.

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    14
    Hmm, got this when compiling:


    Microsoft (R) Visual C# .NET Compiler version 7.00.9466
    for Microsoft (R) .NET Framework version 1.0.3705
    Copyright (C) Microsoft Corporation 2001. All rights reserved.

    Form1.cs(1922,8): warning CS0219: The variable 'c' is assigned but its value is never used
    Form1.cs(1924,9): warning CS0219: The variable 'done' is assigned but its value is never used
    MapCon.cs(58,15): warning CS0169: The private field 'myseq.MapCon.ox' is never used
    MapCon.cs(58,19): warning CS0169: The private field 'myseq.MapCon.oy' is never used
    MapCon.cs(61,16): warning CS0169: The private field 'myseq.MapCon.rclick' is never used
    [

  4. #4
    Registered User
    Join Date
    May 2002
    Posts
    92
    Those warnings are normal.... It should be ok =) Try your new exe...!

  5. #5
    Registered User
    Join Date
    Jun 2003
    Posts
    14
    Did, it works perfectly.

    It's smaller and seems to run a little faster too, go figure.

Thread Information

Users Browsing this Thread

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

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On