Thread: Welcoming Interface for New Members! [NOTICE/WARNING/WELCOME]

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 60
  1. #1 Welcoming Interface for New Members! [NOTICE/WARNING/WELCOME] 
    Reality is an Illusion
    'Kyle's Avatar
    Join Date
    Jun 2012
    Posts
    462
    Thanks given
    210
    Thanks received
    47
    Rep Power
    23
    Well, I figured since I it is nothing special, I might as show the community something.
    I do not do many tutorials, so I figured I would release this - since I might be doing away with it?


    This interface is mainly to welcome the players, let them know what is going on, and to notify them of a possibly slight delay with the cache loading [DUE TO THE 718/742 BLACKSCREENING].



    I figured a screenshot of what you are going to be added might help.

    FIRST:
    Navigate through your source files, and find "PLAYER.JAVA". Double-Click it!

    SECOND:
    Then paste the following code inside:
    Code:
    	/***Welcoming Login Interface***/
    	private void welcomeInterface() {
    		getInterfaceManager().sendInterface(1225);
    		getPackets().sendIComponentText(1225, 8, "<shad=0>Welcome to" + Settings.SERVER_NAME);
    		getPackets().sendIComponentText(1225, 5, 
    				"Welcome! We are delighted you are here.");
    		getPackets().sendIComponentText(1225, 21, 
    				"We would like to notify you that if your gameplay screen is black upon login, just give it some time to load the cache entirely.");
    		getPackets().sendIComponentText(1225, 22, 
    				"While the game is continuing to load, why not visit our forums? You could take the time to register, view guides, read the rules, and meet new friends! We hope you enjoy" + Settings.SERVER_NAME + "!");
    		getPackets().sendIComponentText(1225, 20, "Onwards!");
    	}
    THIRD:
    Now search for your "public void run() {" method, where it has your welcoming messages and such.
    Somewhere inside there, add the following:
    Code:
    		if (!starter = true) { //CHANGE TO 1 IF YOU USE INTS [1=TRUE;0=FALSE]
    			this.welcomeInterface();
    		}
    AFTER:
    SAVE AND COMPILE - DONE!


    Quote Originally Posted by Cнαz
    Cнαz: I love cock 7:14 PM
    Cнαz: Lololol. The more shit I type the more shit 'Kyle has in his signature. 7:16 PM
    Quote Originally Posted by Frosty Teh Snowman
    Frosty Teh Snowman: My GF doesn't like it in the butt! 10:13 PM
    Reply With Quote  
     

  2. #2  
    Registered Member PavSwag's Avatar
    Join Date
    Jul 2012
    Posts
    1,146
    Thanks given
    323
    Thanks received
    99
    Rep Power
    57
    Code:
    Navigate through your source files, and find "PLAYER.JAVA". Double-Click it!
    the fact you have to say double-click is saddening, eitherway, should help some people who wont pick up a java book/read methods they already have
    Attached image
    changing osrs forever
    Reply With Quote  
     

  3. #3  
    Reality is an Illusion
    'Kyle's Avatar
    Join Date
    Jun 2012
    Posts
    462
    Thanks given
    210
    Thanks received
    47
    Rep Power
    23
    Haha hell yeah. I put double-click in there kinda as a joke.

    If you can not even open up a file.. just.. GTFO.

    Anyhow, how you been man? How is RL? The client never loads for me.


    Quote Originally Posted by Cнαz
    Cнαz: I love cock 7:14 PM
    Cнαz: Lololol. The more shit I type the more shit 'Kyle has in his signature. 7:16 PM
    Quote Originally Posted by Frosty Teh Snowman
    Frosty Teh Snowman: My GF doesn't like it in the butt! 10:13 PM
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Strive for whats best.

    Chaz's Avatar
    Join Date
    Jul 2012
    Age
    28
    Posts
    2,499
    Thanks given
    376
    Thanks received
    614
    Rep Power
    170
    What does the interface look like? Sorry, I can't really load my server up at the moment.
    Reply With Quote  
     

  6. #5  
    « TurmoilFTW »
    Defiled''s Avatar
    Join Date
    Mar 2012
    Age
    30
    Posts
    751
    Thanks given
    181
    Thanks received
    156
    Rep Power
    8
    Lol ok basic, and pavswag don't try to be cool you're just a total faggot.
    DestructionPK Project
    Skype: defiledx1

    BYE BYE RSPS!


    SELLING SERVICES ATM ADD MY SKYPE IF INTERESTED!
    Reply With Quote  
     

  7. Thankful users:


  8. #6  
    Reality is an Illusion
    'Kyle's Avatar
    Join Date
    Jun 2012
    Posts
    462
    Thanks given
    210
    Thanks received
    47
    Rep Power
    23
    Chaz, I am working on upload a picture.
    Defiled, change your tags under your name from << TurmoilFTW >> to << DestructionPK >> or something haha.


    Quote Originally Posted by Cнαz
    Cнαz: I love cock 7:14 PM
    Cнαz: Lololol. The more shit I type the more shit 'Kyle has in his signature. 7:16 PM
    Quote Originally Posted by Frosty Teh Snowman
    Frosty Teh Snowman: My GF doesn't like it in the butt! 10:13 PM
    Reply With Quote  
     

  9. #7  
    私はちょうど何が重要か

    Jae`'s Avatar
    Join Date
    Mar 2012
    Posts
    1,495
    Thanks given
    236
    Thanks received
    246
    Rep Power
    79
    Looks pretty c:

    Might use actually.
    Reply With Quote  
     

  10. #8  
    Registered Member Angry sponge's Avatar
    Join Date
    Aug 2013
    Age
    27
    Posts
    203
    Thanks given
    33
    Thanks received
    53
    Rep Power
    11
    Its basic, and its helpful for newbies at 728 or higher, anyways thanks for share
    Reply With Quote  
     

  11. #9  
    Registered Member PavSwag's Avatar
    Join Date
    Jul 2012
    Posts
    1,146
    Thanks given
    323
    Thanks received
    99
    Rep Power
    57
    Quote Originally Posted by Defiled' View Post
    Lol ok basic, and pavswag don't try to be cool you're just a total faggot.
    so this is 2013
    Attached image
    changing osrs forever
    Reply With Quote  
     

  12. #10  
    Aganoth Developer

    Aust1n's Avatar
    Join Date
    Aug 2012
    Posts
    1,857
    Thanks given
    280
    Thanks received
    406
    Rep Power
    60
    Looks nice, might use




    Reply With Quote  
     

Page 1 of 6 123 ... LastLast

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. Inferno Scape! Looking For New Members/Staff
    By Groovy Baby in forum Advertise
    Replies: 1
    Last Post: 12-23-2012, 09:50 PM
  2. Inferno Scape! Looking For New Members
    By Groovy Baby in forum Advertise
    Replies: 4
    Last Post: 12-20-2012, 07:59 PM
  3. Inferno Scape! Looking For New Members
    By Groovy Baby in forum Advertise
    Replies: 2
    Last Post: 12-20-2012, 03:26 AM
  4. Inferno Scape! Looking For New Members
    By Groovy Baby in forum Advertise
    Replies: 6
    Last Post: 12-18-2012, 11:08 AM
  5. Replies: 44
    Last Post: 09-13-2011, 04:06 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
  •