Search found 1 match

by Permafrost
Mon Oct 22, 2012 12:56 am
Forum: UOFiddler
Topic: radarcolors as delimited textfile
Replies: 1
Views: 25005

radarcolors as delimited textfile

Hallo there,

I would like to export a delimited textfile which contains landtiles and items with their respective radarcolors (best would be as r;g;b).
In the sourcecode there exists a public static function to at least save all colors:

public static void ExportToCSV(string FileName)
{
using ...