Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 06-23-2006, 12:24 AM   #1 (permalink)
Lurker
 
Join Date: Dec 2005
Posts: 9
Default How to set limit of characters/account in 2.0?

It seems that the way we define the number of characters per account has changed from 1.0 to 2.0. So what I want to know is if changing this part of Account.cs is valid/sufficient to do the trick:

PHP Code:
public int Limit
{
    
//get { return ( Core.AOS ? 6 : 5 ); }
        
get { return 1; }

Also, I want to know if now we can set any number from 1 to 6 (It seems that in 1.0 one could only set to either 1, 5 or 6...).

Thanks!
wiseduck is offline   Reply With Quote
Old 06-23-2006, 12:36 AM   #2 (permalink)
Forum Expert
 
BeneathTheStars's Avatar
 
Join Date: Jul 2005
Location: (South)Tip o' Texas
Posts: 1,294
Send a message via AIM to BeneathTheStars Send a message via MSN to BeneathTheStars
Default

RunUO 1.0 is was 1 and 5.
RunUO 2.0 is 1,5, or 6.

Its client side.
BeneathTheStars is offline   Reply With Quote
Old 06-23-2006, 01:47 PM   #3 (permalink)
Lurker
 
Join Date: Dec 2005
Posts: 9
Default

Quote:
Originally Posted by BeneathTheStars
RunUO 1.0 is was 1 and 5.
RunUO 2.0 is 1,5, or 6.

Its client side.
I see... But that change I showed above is valid and sufficient to make it work?
wiseduck is offline   Reply With Quote
Old 06-23-2006, 02:29 PM   #4 (permalink)
Forum Novice
 
mehla's Avatar
 
Join Date: Aug 2003
Age: 31
Posts: 179
Default

You can also take a look at iplimiter.cs to make it so you can only have one connection per IP address at a time. (Just in case you had people slip through the cracks)

-Mehla

=)
mehla is offline   Reply With Quote
Old 06-25-2006, 04:39 AM   #5 (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 BeneathTheStars
RunUO 1.0 is was 1 and 5.
RunUO 2.0 is 1,5, or 6.

Its client side.
RunUO 1.0 to my knowlege also supported 6 characters.
Phantom 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