Closed GoogleCodeExporter closed 9 years ago
As an update to a solution I found that revision 126 works just fine.
I believe it has something to do between the latest revision (128) and revision
126
Original comment by ad...@uluo.org
on 20 Nov 2010 at 6:55
[deleted comment]
Yes. I am aware of the issue as well as RunUO Devs. The error starts to appear
from clients 7.0.7.1 (that I have tested) clear through 7.0.9.0. The issues
dissapear with cleint 7.0.9.1. It isn't this svn that has the issue. It seems
to be a client issue near as I can tell.
I am using the Stygian Abyss Classic Client download. And had to patch up to
7.0.9.1 to get the problems to dissapear.
Original comment by ShaiTanMalkier@gmail.com
on 11 Dec 2010 at 4:48
For those of you who are having issues with housing not placing properly
MapDefinitions.cs holds your answer. You need to change this line......
At approl line 42 change the following.....
Code:
MultiComponentList.PostHSFormat = true; // OSI Client Patch 7.0.9.0
To this.....
Code:
MultiComponentList.PostHSFormat = false; // OSI Client Patch 7.0.9.0
At client 7.0.9.1 you it neets to be set to true. And before it needs to be set
to false.
Original comment by ShaiTanMalkier@gmail.com
on 13 Dec 2010 at 2:45
Thank you for your fast work and consideration.
Original comment by ad...@uluo.org
on 22 Dec 2010 at 2:48
after customizing the house, the character doesnt go back to his original
colour (he stays white)
Original comment by shattere...@gmail.com
on 10 Jan 2011 at 4:35
What do you mean character doesn't go back to original color? Are you trying
to customise a house as a staff member or as a player? If customizing as a
staff member. It is happening as it should be. And as far as if customizing
as player. I do not experience that issue.
What revision are you using?
What client version are you using?
Original comment by ShaiTanMalkier@gmail.com
on 11 Jan 2011 at 4:10
I'm running the default runuo 2.1 (rev 605) with the fix you gave there
client version 7.0.3.0
and yeah, I was trying to customize it as an admin, when you enter the
customize mode the character turns white (so you can tell you're customizing
the house) but when you finish it doesnt turn back to the original colour
didnt test with a player account yet, but is there a way to turn back to the
normal color as an admin/gm?
Original comment by shattere...@gmail.com
on 11 Jan 2011 at 5:37
Yes. That is normal. After you finish customizing as a staff you are set as
hidden by default. just use the command [self unhide.
Original comment by ShaiTanMalkier@gmail.com
on 11 Jan 2011 at 11:00
argh... that was pretty stupid of me >.<
thx for the help Shai
Original comment by shattere...@gmail.com
on 12 Jan 2011 at 12:24
Original issue reported on code.google.com by
ad...@uluo.org
on 20 Nov 2010 at 6:31Attachments: