PDA

View Full Version : Fix for Con colors level 65



sauron
06-27-2003, 12:51 PM
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

cavemanbob
06-27-2003, 01:11 PM
Thank you, I'll put it in.

GD_EQ
06-27-2003, 04:50 PM
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
[

sauron
06-27-2003, 07:43 PM
Those warnings are normal.... It should be ok =) Try your new exe...!

GD_EQ
06-27-2003, 09:00 PM
Did, it works perfectly.

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