ITLongwell / mondains-legacy

Automatically exported from code.google.com/p/mondains-legacy
0 stars 0 forks source link

Vet Rewards Major Issue with Mini house deed... #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Getting a mini house deed, clicking it, crashes shard.
2.
3.

What is the expected output? What do you see instead?
A targeting cursor should appear should be able to place
the deeded object in your house.

You click the deed it crashes shard immediately.

What version of the product are you using?
Latest SVN, Latest ML package.

Please provide any additional information below.
Basically to resolve this issue, is to remove your ContestMiniHouse.cs
as the SVN already contains a MiniHouse.cs with the information for
all possible reward houses.

Last change the RewardSystem.cs as follows...(your removing 'Contest' from 
mini house deed)

#region Veteran Rewards
                        new RewardEntry( 
houseAddOns,    1062692, typeof( MiniHouseDeed ), 
MiniHouseType.MalasMountainPass ),
                        new RewardEntry( 
houseAddOns,    1072216, typeof( MiniHouseDeed ), 
MiniHouseType.ChurchAtNight ),
                        new RewardEntry( 
miscellaneous,  1076155, typeof( RedSoulstone ) ),
                        new RewardEntry( 
miscellaneous,  1080523, typeof( CommodityDeedBox ) ),
                        #endregion

Original issue reported on code.google.com by lafever2...@yahoo.com on 13 Apr 2009 at 5:03

GoogleCodeExporter commented 8 years ago
Fixed in version 1.07.

Original comment by gje...@gmail.com on 15 Apr 2009 at 3:16