Anyone able to help with this? I would love to add this to my server but I haven't found anything that works yet.
Thanks!
Thanks!
new HousePlacementEntry(typeof(HouseFoundation), 1060384, 2119, 1059, 2437, 1218, 42, 187000, 0, 10, 0, 0x147B), // 18x18 3-Story Customizable House
new HousePlacementEntry(typeof(HouseFoundation), 1158538, 2625, 1312, 3019, 1509, 78, 525000, 0, 10, 0, 0x147C), // 23x23 3-Story Customizable Keep
new HousePlacementEntry(typeof(HouseFoundation), 1158539, 4076, 2038, 4688, 2344, 78, 525000, 0, 10, 0, 0x147D) // 32x32 3-Story Customizable Castle
change
m_PlaneBuffers[i] = new byte[0x400];
to
m_PlaneBuffers[i] = new byte[0x1156];
change
if (multiID >= 0x13EC && multiID < 0x1D00)
HouseFoundation.AddStairsTo(ref mcl); // this is a AOS house, add the stairs
to
if ((multiID >= 0x13EC && multiID < 0x1D00) || (multiID >= 0x147C && multiID <= 0x147D ))
HouseFoundation.AddStairsTo(ref mcl); // this is a AOS house, add the stairs
if (multiID >= 0x13ec && multiID <= 0x147b)
if (multiID >= 0x13ec && multiID <= 0x147D)
Did you fix this? I have this issueThank you so much. Ill give it a go!
Post automatically merged:
So when I try and place one the house placement took is working, the preview looks good but when you accept it it places a sign post in the middle of where the plot would be. Any ideas? View attachment 13734View attachment 13735View attachment 13736
Post automatically merged:
I am also trying to get this going. I get the same house sign in the middle effect. I am using the latest clientDid you fix this? I have this issue
We use essential cookies to make this site work, and optional cookies to enhance your experience.