ReZurrecti0n
Initiate
- ServUO Version
- Publish Unknown
- Ultima Expansion
- Lord Blackthorn's Revenge
After 3 or so days of "Googling" without any luck, thought I'd just ask here.
Running RunUO 2.0 RC1 with UO Client 5.0.9.1:
- CurrentExpansion.cs (Line 8)
The error given is:
CS0117: Line 8: 'Server.Expansion' does not contain a definition for 'LBR'
LBR, UOTD, UOR and T2A are not defined and causing issues
However: ML, AOS and None work just fine with no errors.
The server and client are basically fresh installs and oddly enough, this error doesn't occur with RunUO 2.0 RC2 or RunUO 2.3. But because of other more serious issues found using those server versions, I'd rather just use "None" for the expansion. Basically meaning I'm stuck with using RunUO 2.0 RC1
What I'm trying to do is create a pre AOS server with those LBR features...
Anywho, was wondering if anyone might already know or are familar with this certain issue and able to resolve it...?
Running RunUO 2.0 RC1 with UO Client 5.0.9.1:
- CurrentExpansion.cs (Line 8)
C#:
private static readonly Expansion Expansion = Expansion.LBR;
The error given is:
CS0117: Line 8: 'Server.Expansion' does not contain a definition for 'LBR'
LBR, UOTD, UOR and T2A are not defined and causing issues
However: ML, AOS and None work just fine with no errors.
The server and client are basically fresh installs and oddly enough, this error doesn't occur with RunUO 2.0 RC2 or RunUO 2.3. But because of other more serious issues found using those server versions, I'd rather just use "None" for the expansion. Basically meaning I'm stuck with using RunUO 2.0 RC1
What I'm trying to do is create a pre AOS server with those LBR features...
Anywho, was wondering if anyone might already know or are familar with this certain issue and able to resolve it...?