A simple repository to store the map marker points to be used with the World Map in the ClassicUO client.
While the vast majority of the locations in these markers will apply to any Felucca map, these have been updated to only include areas specifically found on UO:Renaissance.
- Download this repository.
- Extract all the files into
Data\Client
located at the root of the ClassicUO folder. - Open the World Map or right-click and select
Reload markers
.
If you just want to download the map icons, click here.
Creating your own marker file is simple. Create an empty file and enter it using this format:
x,y,mapindex,name of marker,iconname,color,zoom level
x
and y
are the coordinates for the marker.
The mapindex
defines what map the client must be on for the marker to display. 0
for map0.mul
, 1
for map1.mul
, etc.
The name of marker
is just that, the name you want to see in the map or when you hover over the marker.
The iconname
must match the name of the image in the Data\Client\MapIcons
folder. If no icon exists, it will display a simple dot using the color defined. Icons can be created as .cur, .png, .jpg, .ico
files.
For color
, the supported values are red, green, blue, purple, black, yellow, white, none
.
zoom level
defines when the icon will show/hide when zooming. 0 = furthest
and 9 = closest
so if you had a marker zoom level set to 1 (for example dungeon entrances), it will show at any zoom level except if you're all the way out (at 0). Default level is 3.