SphereCommunity
Sphere custom housing - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: General Discussion (/Forum-General-Discussion)
+--- Forum: UO/Sphere Discussion (/Forum-UO-Sphere-Discussion)
+--- Thread: Sphere custom housing (/Thread-Sphere-custom-housing)

Pages: 1 2


RE: Sphere custom housing - Atilla209 - 11-06-2018 12:33 AM

(01-16-2018 02:28 AM)Swiftik023 Wrote:  hi can i ask you what is means "TID" and "FeatureMask" in misc.txt?
Code:
Category    Style  TID    Piece1  Piece2    Piece3    Piece4    Piece5    Piece6    Piece7    Piece8    FeatureMask    Comment
0            0    1060056    44          0     41    40    42    0    43    29    0    Fieldstone Archways
1            0    1060070    470         0    471    469    473    0    472    466    0    Weathered Stone Square Archways
thx
bump
still need that help


RE: Sphere custom housing - darksun84 - 11-06-2018 12:44 AM

I think TID is the cliloc number


RE: Sphere custom housing - Coruja - 11-06-2018 11:40 AM

TID is the cliloc number to use as item name (eg: 1060056 = "Fieldstone Walls" / 1060070 = "Weathered Stone")

and FeatureMask is the bitwise mask related to the expansion required to enable this item on the house customization menu
Quote:0 = AOS

64 (040) = SE
128 (080) = ML

512 (0200) = ML 9th age

65536 (010000) = SA
131072 (020000) = HS

4194304 (0400000) = TOL
PS: there's some gaps between these values but the list is already complete, these gaps occur because this list is inherited from another internal list used on packet 0xB9 which will use these others values to enable/disable others features not related to AOS custom housing