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!

anyone tell me

neck

Wanderer
right i did that so that means i can spwan stuff and delete stuff change stats and skill with this char
 

doe90

Wanderer
go to scripts/Accounting in your beta open accounts.cs

and find this and is if it's right

[code:1] }



public static Account AddAccount( string user, string pass )

{

Account a = new Account( user, pass );

if ( m_Accounts.Count == 0 )

a.AccessLevel = AccessLevel.Administrator;



m_Accounts[a.Username] = a;
[/code:1]
 
Top