Enabling locked expansions?
Posted: Sat Apr 11, 2009 8:57 am
I was trying to enable the ML expansion so I could choose "Ninja" and the Elf Race at character creation, but there seems to be a lot of trouble.. This is what I get while trying to choose "Ninja":

I have mentioned it in IRC too, and I did some test, however all without result. So I made a topic instead, with the thought that someone else would find this topic necessary.
I did try to edit the OnCreate script by adding every one of these function (Obviously not at the same time):
Someone also mentioned to be that I would need to add UOEnableFeature in servspecopt.cfg, so I give it a try, but again without success.. These are the options I tried:
I tried them alone and combined them with the code from OnCreate, everything without any result.
Where the hell am I doing wrong?
Using POL098 RC2. Mondain's Legacy. Client 6.0.13.0
Thanks.

I have mentioned it in IRC too, and I did some test, however all without result. So I made a topic instead, with the thought that someone else would find this topic necessary.
I did try to edit the OnCreate script by adding every one of these function (Obviously not at the same time):
Code: Select all
char.acct.set_uo_expansion("ML"); also tried "SE"..
character.acct.set_uo_expansion("ML");
account.set_uo_expansion("ML");
acct.set_uo_expansion("ML");
(Like this would do any difference duh :p )Code: Select all
UOFeatureEnable=0x20 (AOS features) - Also changed InvulTag = 1 -> 2 as it's mentioning is necessary.
UOFeatureEnable=0x40 (SE expansion)
UOFeatureEnable=0x1a8 (Mondain's Legacy + Popups)Where the hell am I doing wrong?
Using POL098 RC2. Mondain's Legacy. Client 6.0.13.0
Thanks.