ITLongwell / mondains-legacy

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

Craftable Items Hue With New Logs And Boards Of ML #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Craftable Funitures Parrot Perch and other stuff that are crafted are
not doing it with the new Logs Or Boards Just tho i remind you so it can be
fixed.

Original issue reported on code.google.com by uorevolu...@gmail.com on 27 Aug 2008 at 9:15

GoogleCodeExporter commented 8 years ago
Fixed parrot perch in SVN 22. Let me know if you find other items, that don't 
retain 
wood color.

Original comment by gje...@gmail.com on 28 Aug 2008 at 7:36

GoogleCodeExporter commented 8 years ago
Arcane Circle is another theres more tho like some tables chest and stuff.

Original comment by uorevolu...@gmail.com on 29 Aug 2008 at 1:43

GoogleCodeExporter commented 8 years ago
Plus any type of deed made with the new boards and logs show name on deed with 
the
new type of board heres a picture from osi on deed from perch parrot.

Original comment by uorevolu...@gmail.com on 29 Aug 2008 at 2:33

Attachments:

GoogleCodeExporter commented 8 years ago
You can either add it to each of those script addons you want to retain at 
least the 
hue by adding:

 public override bool RetainDeedHue{ get{ return true; } }

Or for all of them changing line in Items/BaseAddon from:

public virtual bool RetainDeedHue{ get{ return false; } }

to

public virtual bool RetainDeedHue{ get{ return true; } }

Retains the hues(clothe on beds overrides the wood color)Still doesnt address 
the 
adding the material NAME on to the deed :]But either way seems to work even 
after 
redeeding :]

Original comment by ShazzySh...@gmail.com on 6 Sep 2008 at 12:23

GoogleCodeExporter commented 8 years ago
Fixed in SVN 23.

Original comment by gje...@gmail.com on 7 Sep 2008 at 6:56