Thread: How to stop automatic player login

Results 1 to 9 of 9
  1. #1 How to stop automatic player login 
    Member

    Join Date
    Oct 2008
    Posts
    203
    Thanks given
    7
    Thanks received
    0
    Rep Power
    0
    Ok so i have a registration page where peopl;e can create an account and login to my runescape server. But people can still login without having to use my registration page.

    How can i stop automatic player login?
     

  2. #2  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    thats what i need help with too! =[
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

     

  3. #3  
    Registered Member E . J . E's Avatar
    Join Date
    Jul 2008
    Age
    29
    Posts
    248
    Thanks given
    1
    Thanks received
    0
    Rep Power
    27
    Some Browsers support the auto-matic log in thing don't they like remembering passwords.. i think
    Шιтн Rєgαяds,
    Σlιαs Jσяdαп Σlbαққαlι; 010'

     

  4. #4  
    Registered Member
    Join Date
    Dec 2007
    Posts
    123
    Thanks given
    0
    Thanks received
    1
    Rep Power
    12
    Code:
    if (LoadGame == 3) { //you must make new user
    					returnCode = 2;
    					disconnected = true;
    }
    hi
     

  5. #5  
    Member

    Join Date
    Oct 2008
    Posts
    203
    Thanks given
    7
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Rare View Post
    Code:
    if (LoadGame == 3) { //you must make new user
    					returnCode = 2;
    					disconnected = true;
    }

    Didnt work. Sorry. Anyone else know anything on what to do with this?
     

  6. #6  
    Member #35, most veteran member left? :D


    Join Date
    Jul 2006
    Age
    30
    Posts
    2,660
    Thanks given
    53
    Thanks received
    331
    Rep Power
    925
    Just add a check to see if the person's name is registered when they try to connect.


    `Ex-global moderator x3 (resigned)
     

  7. #7  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    Runite im gussing theres alot more to make it so they have to register on a forum to log in like palis must register to play
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

     

  8. #8  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    the loadgame == 3 thing works. your just dumb. if its 3, it means the acccount has not been created. if its 3, make the client say "you need a members acocunt" or something, and if you have your own client make it say "you need to register blablabla"
     

  9. #9  
    Member #35, most veteran member left? :D


    Join Date
    Jul 2006
    Age
    30
    Posts
    2,660
    Thanks given
    53
    Thanks received
    331
    Rep Power
    925
    Quote Originally Posted by Thugnificent View Post
    Runite im gussing theres alot more to make it so they have to register on a forum to log in like palis must register to play
    Yeah, I'm just answering his specific question, which is "how do I stop automatic player logging in even though they haven't registered."


    `Ex-global moderator x3 (resigned)
     


Thread Information
Users Browsing this Thread

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


User Tag List

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