Resource icon

Cartography Fix - Make Maps for all Facets 2015-10-31

No permission to download
This is not my work.

I am just sharing a veru useful fix posted on runuo forums, which will allow player to craft maps outside felucca (malas, ilshenar ecc ecc...)

Dreamseeker said:
I've edited the Player Crafted Maps so they work on all Facets. No more Grey indecipherable maps when using Cartography. Plotting courses with Ships should work with them (can't see why not)

All four player made map types will work as they always have on Trammel and Felucca.

- Replace Localmap.cs, Citymap.cs, Seamap.cs, Worldmap.cs and also MapItem.cs

- Edit out/Remove this part in CraftItem.cs

(Line 1206 -> 1210 approx)

Code:
else if (typeof(MapItem).IsAssignableFrom(ItemType) && from.Map != Map.Trammel && from.Map != Map.Felucca)
{
item = new IndecipherableMap();
from.SendLocalizedMessage(1070800); // The map you create becomes mysteriously indecipherable.
}
Author
Kilra Yan
Downloads
83
Views
1,116
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest Updates

  1. SFCartography Fix

    This update is to replace the original broken link
Back