Project 1999

Go Back   Project 1999 > Red Community > Red Server Chat

Closed Thread
 
Thread Tools Display Modes
  #11  
Old 10-03-2011, 01:14 AM
Rushmore Rushmore is offline
Planar Protector

Rushmore's Avatar

Join Date: Dec 2010
Posts: 1,262
Default

Quote:
Originally Posted by Bazooka [You must be logged in to view images. Log in or Register.]
If you want a name go reserve it on p99,

if you already did then you're good to go.
I saved your life the other day.
  #12  
Old 10-03-2011, 01:17 AM
Bazooka Bazooka is offline
Sarnak

Bazooka's Avatar

Join Date: Sep 2011
Location: Maryland
Posts: 203
Default

Quote:
Originally Posted by Rushmore [You must be logged in to view images. Log in or Register.]
I saved your life the other day.
[You must be logged in to view images. Log in or Register.]
__________________
Diseased - Human Necro
  #13  
Old 10-03-2011, 01:50 AM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,381
Default

System has been in place since the start of beta and will be in place for the live launch. You are missing the details of this system though, such as the last time online check.
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
  #14  
Old 10-03-2011, 01:57 AM
Softcore PK Softcore PK is offline
Planar Protector

Softcore PK's Avatar

Join Date: Sep 2011
Location: Red99
Posts: 1,236
Default

Thanks [You must be logged in to view images. Log in or Register.]
  #15  
Old 10-03-2011, 12:26 PM
lindz lindz is offline
Kobold


Join Date: Oct 2009
Posts: 163
Default

Quote:
Originally Posted by Kimm Barely [You must be logged in to view images. Log in or Register.]
What if I was able to get a name on Red but it is already taken on Blue?
The account that owns the name on blue hasn't logged in since the last time online check so the name is open to use I would assume from Rogean's post.
  #16  
Old 10-04-2011, 11:52 AM
L1ch L1ch is offline
Banned


Join Date: Jun 2011
Location: your fears
Posts: 81
Default

Phew. Let's hope so then.
  #17  
Old 10-04-2011, 11:59 AM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,381
Default

Code:
    if (RuleB(Server, CharnameFederation)) {
        MYSQL_RES *result;
        MYSQL_ROW row;
        if (!RunQuery(query, MakeAnyLenString(&query, "SELECT a.id, a.account_id, a.timelaston, UNIX_TIMESTAMP(), b.status, b.banned, b.suspended FROM character_fed a left outer join account b on b.id = a.account_id WHERE a.name = '%s'", name), errbuf, &result)) {
            cerr << "Error in Char Federation query '" << query << "' " << errbuf << endl;
        } else {
            if ((row = mysql_fetch_row(result))) {
                if (atoi(row[0]) > 0 && atoi(row[1]) != account_id && (atoi(row[3]) - atoi(row[2]) < 7257600 || atoi(row[4]) || atoi(row[5]) || atoi(row[6]) > atoi(row[3]))) return false;
            }
            mysql_free_result(result);
        }
        safe_delete_array(query);
    }
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
Last edited by Rogean; 10-04-2011 at 12:02 PM..
  #18  
Old 10-04-2011, 01:56 PM
L1ch L1ch is offline
Banned


Join Date: Jun 2011
Location: your fears
Posts: 81
Default

I don't speak SQL [You must be logged in to view images. Log in or Register.]
  #19  
Old 10-04-2011, 02:09 PM
Atmas Atmas is offline
Planar Protector


Join Date: Jun 2011
Location: In the bushes outside your window
Posts: 1,007
Default

84 days?
__________________
60 Wixxor - Atmas
60 Paladin - Opmeter
54 Rogue - Ories
Some other toons
Formerly of TZ
  #20  
Old 10-04-2011, 02:10 PM
Softcore PK Softcore PK is offline
Planar Protector

Softcore PK's Avatar

Join Date: Sep 2011
Location: Red99
Posts: 1,236
Default

the 84 days seemed to be part of an equation though..
(i know nothing about sql)
__________________
“Smile, breathe, and go slowly.”
Closed Thread


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

Forum Jump


All times are GMT -4. The time now is 10:38 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.