BRAX4578 submitted a new resource:

Adding x/y coords to Treasuremaps - Adding x/y coords to Treasuremaps

I grew tired of searching for the Treasurechest so I decided to try and add the x/y coordinates to the map. After a lot of coffee,sigarettes and gnashing of teeth I finally figured it out.

In Treasuremap.cs:

public override void AddNameProperty(ObjectPropertyList list)
{
if (TreasureMapInfo.NewSystem)
{
list.Add(m_Decoder != null ? 1158975 + (int)TreasureLevel : 1158980 + (int)TreasureLevel, "#" +...

Read more about this resource...
 
Back