|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
I'm in need of help. I set up RunUO 1.0 on my 98se computer for my wife and kids to play off line, I set the admin account and every thing is working fine. Here my Question: Is there a way that i can increase the number of accounts allowed from 1 to a higher number, so each can have an account? Thanks for your help.
|
|
|
|
|
|
|
#2 (permalink) | |
|
Account Terminated
|
Quote:
|
|
|
|
|
|
|
#6 (permalink) |
|
Guest
Posts: n/a
|
Go into accounthandler.cs and edit the following line in red to the ammount of accounts you want per IP.
Code:
using System;
using System.IO;
using System.Net;
using Server;
using Server.Network;
using Server.Accounting;
using Server.Engines.Help;
namespace Server.Misc
{
public class AccountHandler
{
private static int MaxAccountsPerIP = 1;
private static bool AutoAccountCreation = true;
private static bool RestrictDeletion = true;
private static TimeSpan DeleteDelay = TimeSpan.FromDays( 7.0 );
![]() |
|
|
|
#7 (permalink) | |
|
Quote:
![]() |
||
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|