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...)
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:
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.
}