
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.