Results 1 to 10 of 10

Thread: Playing two accounts at the same time?

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    2

    Playing two accounts at the same time?

    Ok, I have two accounts. I have two computers. I am trying to play the accounts at the same time to no avail.

    I can play account A and account B from computer 1. I can play account A and account B from computer 2. But i cannot play both accounts at the same time.

    When i log the second character into eq it kicks me back to the server select screen I am using a cable modem with a linksys router (already used EQ's router TS guid). Any help provided would be great!

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    45
    Since this is not SOE help board.. you sould really take this question to them. I did and look what they have just in the FAQ. on their support page.. amazing..

    Here is the solution: EverQuest: How do I setup my Linksys router specifically to play EverQuest?
    1. Click on start and then click on run and type iexplore http://192.168.1.1/filters.htm in the address box, and press on OK. This is the default IP address so if you have changed it use the new one.

    2. You will be prompted for a username and password. By default there is no username, and the password is admin.

    3. Once you've gotten past the log in you should be at the filters tab.

    4. Go to the Forwarding tab, and then click on the Port Triggering button.

    5. Once you've done this, a new window will appear. Here is an example of how to fill out the ports:

    Application Name= EverQuest
    Trigger Port Range= 1024-65535
    Incoming Port Range= 1024-65535

    http://help.station.sony.com/esuppor...r/esupport.asp

    Please go ask THIS question over there...not here!!!!

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    2

    done that

    ive done all that stuff and it still does not work

  4. #4
    Registered User
    Join Date
    Oct 2002
    Posts
    45

    did you search SOE's message boards

    I did again and found this little gem..
    http://boards.station.sony.com/ubb/e...ML/034534.html

    Seems they can help you.. Please go to their boards and ask!!!
    This issue is not even related to SEQ!!!

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    152
    Can I flame him now?
    --------
    - Catt

    >SELECT * FROM users WHERE clue > 0;
    0 rows returned
    /em sigh

  6. #6
    Registered User
    Join Date
    Dec 2001
    Posts
    1,262
    You have my permission, Catt

    --Jeeves
    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." --Albert Einstein

  7. #7
    Developer
    Join Date
    Jan 2002
    Posts
    239
    Originally posted by Catt
    SELECT * FROM users WHERE clue > 0;
    I feel obliged to point out that using "select *" is bad form because if there is a change in the database schema, the number and data types of columns may change and the client may not be coded to properly handle this change. One should always specify the names of the columns to be returned to the client. If the goal is simply to return a count of matching records, then "select count(*)" is an acceptable syntax, as it is defined as returning a single integer column and row.

    This message brought to you by the complain about something mostly irrelevant department

  8. #8
    Registered User
    Join Date
    Dec 2001
    Posts
    1,262
    Perhaps something like

    Code:
    SELECT users.DUH, users.HUH, users.WHA, users.ISSHOWEQWORKING FROM users WHERE clue > 0;
    would be more appropriate?

    --Jeeves
    "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." --Albert Einstein

  9. #9
    Registered User
    Join Date
    Dec 2001
    Posts
    411
    select clue, count(*) from users group by clue

    i like to see how many users fall into each level of cluefulness

    and i agree, select * is bad form, esp in that query, all you really would want is

    select username from users where clue > 0

    to get a list of users with a clue.
    casey AT trifocus DOT net

  10. #10
    Registered User
    Join Date
    Dec 2001
    Posts
    152
    Hey, wait, we are flamming HIM, NOT me!



    Bad form as it may be, it's simple enough to convey the idea.

    Select * simply pulls the full record (all fields), without concern of the structure of it.
    --------
    - Catt

    >SELECT * FROM users WHERE clue > 0;
    0 rows returned
    /em sigh

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On