Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 06-18-2004, 11:41 PM   #1 (permalink)
 
Join Date: Jun 2004
Location: Alabama
Posts: 19
Send a message via Yahoo to MadMadDragon
Question Setting up account

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.
MadMadDragon is offline   Reply With Quote
Old 06-18-2004, 11:42 PM   #2 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by MadMadDragon
I'm in need of help. I set up Bata36 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.
We don't support Beta 36, please upgrade to the current release.
Phantom is offline   Reply With Quote
Old 06-18-2004, 11:48 PM   #3 (permalink)
 
Join Date: Jun 2004
Location: Alabama
Posts: 19
Send a message via Yahoo to MadMadDragon
Default

Quote:
Originally Posted by Phantom
We don't support Beta 36, please upgrade to the current release.
1.0 is the one i need?
MadMadDragon is offline   Reply With Quote
Old 06-19-2004, 12:07 AM   #4 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by MadMadDragon
1.0 is the one i need?
Yes
Phantom is offline   Reply With Quote
Old 06-19-2004, 12:52 AM   #5 (permalink)
 
Join Date: Jun 2004
Location: Alabama
Posts: 19
Send a message via Yahoo to MadMadDragon
Default

Ok Thanks I got it and installed it but it is doing the same way, any thoughts?
MadMadDragon is offline   Reply With Quote
Old 06-19-2004, 02:51 AM   #6 (permalink)
GoldDraco13
Guest
 
Posts: n/a
Default

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 );
That should do the trick.
  Reply With Quote
Old 06-19-2004, 10:51 AM   #7 (permalink)
 
Join Date: Jun 2004
Location: Alabama
Posts: 19
Send a message via Yahoo to MadMadDragon
Default

Quote:
Originally Posted by GoldDraco13
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 );
That should do the trick.
Thank You so mush for your help.
MadMadDragon is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5