hello i was wondering if anyone could help me by telling me what map number the Ilish Map is i am trying to change some things in my map and it is not letting me and i cqan not figure out what number in the maps Ilish is i am using the latest version so my maps are UOP but for the life of me i can not figure out how to customize the Ish map when i dpo in game i get mass glitches and i do not understand it thank you in advance to anyone that can give me a hand with this issue
 
Maybe check MapDefinitions.cs- just a guess :)
RegisterMap(0, 0, 0, 7168, 4096, 4, "Felucca", MapRules.FeluccaRules);
RegisterMap(1, 1, 1, 7168, 4096, 0, "Trammel", MapRules.TrammelRules);
RegisterMap(2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.TrammelRules);
RegisterMap(3, 3, 3, 2560, 2048, 1, "Malas", MapRules.TrammelRules);
RegisterMap(4, 4, 4, 1448, 1448, 1, "Tokuno", MapRules.TrammelRules);
RegisterMap(5, 5, 5, 1280, 4096, 1, "TerMur", MapRules.TrammelRules);
RegisterMap(0x7F, 0x7F, 0x7F, Map.SectorSize, Map.SectorSize, 1, "Internal", MapRules.Internal)
Maybe check with uofiddler also
 
Maybe check MapDefinitions.cs- just a guess :)
RegisterMap(0, 0, 0, 7168, 4096, 4, "Felucca", MapRules.FeluccaRules);
RegisterMap(1, 1, 1, 7168, 4096, 0, "Trammel", MapRules.TrammelRules);
RegisterMap(2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.TrammelRules);
RegisterMap(3, 3, 3, 2560, 2048, 1, "Malas", MapRules.TrammelRules);
RegisterMap(4, 4, 4, 1448, 1448, 1, "Tokuno", MapRules.TrammelRules);
RegisterMap(5, 5, 5, 1280, 4096, 1, "TerMur", MapRules.TrammelRules);
RegisterMap(0x7F, 0x7F, 0x7F, Map.SectorSize, Map.SectorSize, 1, "Internal", MapRules.Internal)
Maybe check with uofiddler also
is there a program that will change the map .mul, mapx.mul, and uop files to bmp,and back?
 
ok I have looked for the mapdefinitions.cs and can not find it I am still having an issue with finding map files are for what region I am working on customizing the look for the towns in my shard and I am trying to figure out what Statics file is for what region of the map
never mind I found the mapdefinition.cs did not think to look in the server folder and not the UO folder
 
Last edited:
what I really need is to make UOPs of my maps. so that I can add to the newest uo... now using pre-uop client.
 
fiddler has a plugin that can change .mul files to .uop files and it can also change them back to .uop after making them .mul.
 
I am trying to find the mapx.mul files for each individual landmass for UO. can someone assist me with getting these? Thanks in advance.
 
Back