UOFeatureEnable - 6 char

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 096.
Note: Core 096 is no longer officially supported.
Post Reply
Repsak
Master Poster
Posts: 91
Joined: Sun Feb 05, 2006 2:00 am

UOFeatureEnable - 6 char

Post by Repsak »

core-changes wrote: Updated : servspecopt.cfg property: UOFeatureEnable, used in the last dword of the 0xA9 login packet,
will block Bit 6 (support up to 6 Chars). To enable AoS stuff set Bit 5 (use 0x20),
to enable SE stuff set Bit 7 & 5 (use 0xa0) and to enable ML stuff set Bit 8, 7 & 5 (use 0x1a0).
I find this a bit cryptic, so maybe I have misundestood it, or should be explained a bit better.
ex.
To enable AoS stuff set Bit 5 (use 0x20)
Last I checked bit 5 (00010000 bin) would result in 0x10 not 0x20.

Anyways, my question is really weather or not I can enable the 6 charracter slot or not?
Shinigami
Former Developer
Posts: 308
Joined: Mon Jan 30, 2006 9:28 am

Re: UOFeatureEnable - 6 char

Post by Shinigami »

Repsak wrote:Last I checked bit 5 (00010000 bin) would result in 0x10 not 0x20.
this is bit 4... not 5 - so the conversion is correct with 0x10
Repsak wrote:Anyways, my question is really weather or not I can enable the 6 charracter slot or not?
u can't enable it. do u need it? do u need more than 5 chars per account?

Shinigami
Repsak
Master Poster
Posts: 91
Joined: Sun Feb 05, 2006 2:00 am

Post by Repsak »

Its not that I need it, as in cant live without, but if I can get it, I want it, yes.

About the bit, lets me get it right.

What is your bit 1? is it the LSB or the MSB?

LSB = 8 7 6 5 4 3 2 1
MSB = 1 2 3 4 5 6 7 8

I think the most common way is LSB, so in this ex ( 0 0 0 0 0 1 1 0 ) bit 2 and 3 are set.
Shinigami
Former Developer
Posts: 308
Joined: Mon Jan 30, 2006 9:28 am

Post by Shinigami »

Repsak wrote:LSB = 8 7 6 5 4 3 2 1
not sure how it is handled in Denmark, but in the rest of the universe it is:

7 6 5 4 3 2 1 0

x*7^2 + x*6^2 + x*5^2 + x*4^2 + x*3^2 + x*2^2 + x*1^2 + x*0^2 (x is 0 or 1)

Shinigami ;)
Repsak
Master Poster
Posts: 91
Joined: Sun Feb 05, 2006 2:00 am

Post by Repsak »

Damn you :wink:
Post Reply