Thread: Custom Login Screen

Results 1 to 3 of 3
  1. #1 Custom Login Screen 
    Registered Member
    Join Date
    Nov 2017
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hey everyone,
    i'm currently struggling with a new custom login screen i made. I do not know what to set the login screen area as for it to all fit together and use it as a login.

    code:
    private void resetImageProducers() {
    if (aRSImageProducer_1107 != null)
    return;
    super.fullGameScreen = null;
    aRSImageProducer_1166 = null;
    aRSImageProducer_1164 = null;
    aRSImageProducer_1163 = null;
    aRSImageProducer_1165 = null;
    aRSImageProducer_1125 = null;
    chatAreaIP = null;
    mapAreaIP = null;
    tabAreaIP = null;
    gameScreenIP = null;
    aRSImageProducer_1110 = new RSImageProducer(128, 265, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    aRSImageProducer_1111 = new RSImageProducer(128, 265, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    aRSImageProducer_1107 = new RSImageProducer(509, 500, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    aRSImageProducer_1108 = new RSImageProducer(600, 600, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    if(normalLogin == true) {
    loginScreenArea = new RSImageProducer(360, 200, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    } else if(normalLogin == false) {
    loginScreenArea = new RSImageProducer(256, 285, getGameComponent());//size of drawing area for login box
    DrawingArea.setAllPixelsToZero();
    }
    aRSImageProducer_1112 = new RSImageProducer(202, 238, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    aRSImageProducer_1113 = new RSImageProducer(203, 238, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    aRSImageProducer_1114 = new RSImageProducer(74, 94, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    aRSImageProducer_1115 = new RSImageProducer(75, 94, getGameComponent());
    DrawingArea.setAllPixelsToZero();
    if (titleStreamLoader != null) {
    drawLogo();
    loadTitleScreen();
    }
    welcomeScreenRaised = true;
    }


    screenshot of my trying to make it work with login screen area:
    https://gyazo.com/1bafb7efabfecdae37a5e106a5bbc9f6

    if anybody could help me please that would be greatly appreciate

    Thank you for your time.
    Reply With Quote  
     

  2. #2  
    ᗪ乇尺乇乙乙乇ᗪ

    lumplum's Avatar
    Join Date
    Nov 2015
    Posts
    1,145
    Thanks given
    529
    Thanks received
    1,463
    Rep Power
    5000
    why is this posted 3 times on 3 diff accounts wat lol
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2017
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by lumplum View Post
    why is this posted 3 times on 3 diff accounts wat lol
    i deleted the post on my other account i thought? and because i didnt like that account username so i made a new account
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Custom Login screen
    By mr giggles in forum Tutorials
    Replies: 182
    Last Post: 09-13-2016, 03:13 AM
  2. Custom login screen messed up background image help
    By OodlesOfNoodles in forum Help
    Replies: 2
    Last Post: 07-31-2012, 08:55 PM
  3. custom login screen
    By Al4n in forum Help
    Replies: 6
    Last Post: 07-15-2012, 06:38 PM
  4. Custom Login Screen - mr giggles
    By iHybrid in forum Help
    Replies: 3
    Last Post: 05-06-2012, 09:47 PM
  5. New custom login screen.
    By Mr. Gangster in forum RS2 Client
    Replies: 1
    Last Post: 12-11-2009, 04:59 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •