RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

I guess it goes here, Where would i find....

Kireko

Wanderer
I guess it goes here, Where would i find....

I guess this would go here so, Where Exactly would I find this?

This is located in the core Mobile.cs file:

Code:
public enum AccessLevel
{
Player = 0,
Counselor = 1,
GameMaster = 2,
Seer = 3,
Administrator = 4
}

This was posted by phantom.
I have looked everywhere I cant find it....
 

TMSTKSBK

Lord
Well I would say it's in the Mobile.cs file....
If you have the Mobile.cs file open, try to find the "public enum AccessLevel" with ctrl-f. That should get you right to it.
 

Phantom

Knight
The enum is declared in Mobile.cs which is the core.

I hope you understand if you change the core, we don't offer help doing so.
 

Phantom

Knight
autumntwilight said:
My question is what are you trying to do with that...

He wants to add custom AccessLevels, this requires a core recompile, its not supported.

The only reason I gave him an answer, because it is in the right forum.
 
Top