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
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