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!

Multiple Accounts Per IP

Celestria

Wanderer
Multiple Accounts Per IP

Go to Scripts\Accounting\AccountHandler.cs

On line 13 you will find a code that looks like this

Code:
private static int MaxAccountsPerIP = 1;

Change the number 1 to how many accounts you want to have per IP.

Save and Restart your Server.
 
Top