FIXED Tier 2 Maps giving 50 clean up points instead of 100

elbartoc

Newbie III
Hi,

Just noticed that Level 2 Maps are giving only 50 clean up Britania points instead of 100.

Level 3 maps are giving 250 as in OSI.

Not sure about Level 4 or 5 maps because I didn't get any yet.

Regards,
 

Dan

Staff Member
Administrator
Game Master
We will have to verify this on EA since the t-map overhaul.

This is how it is currently coded.

Code:
                else if (item is TreasureMap)
                {
                    TreasureMap tmap = (TreasureMap)item;

                    switch (tmap.Level)
                    {
                        default:
                        case 0:
                        case 1: return 50;
                        case 2: return 250;
                        case 3: return 750;
                        case 4: return 1000;
                    }
                }
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
15 hours
Players Online
13
Houses
875
Vendors
282
Gold
5,411,524,285gp
Top Bottom