Thread: [Elvarg / OSRSPK] Login Interface

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11  
    Registered Member
    Join Date
    Mar 2016
    Posts
    47
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    where exactly do i add this to?

    http://prntscr.com/gub348
    Reply With Quote  
     

  2. #12  
    Donator

    Superman's Avatar
    Join Date
    Feb 2015
    Posts
    870
    Thanks given
    316
    Thanks received
    247
    Rep Power
    1326
    Quote Originally Posted by znaation View Post
    where exactly do i add this to?

    http://prntscr.com/gub348
    use eclipse or intellij
    Reply With Quote  
     

  3. #13  
    Registered Member
    Join Date
    Aug 2014
    Posts
    63
    Thanks given
    6
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by znaation View Post
    where exactly do i add this to?

    http://prntscr.com/gub348
    find
    Code:
    getPacketSender().sendInterfaceRemoval();
    add under that^
    Reply With Quote  
     

  4. #14  
    Registered Member

    Join Date
    Oct 2017
    Posts
    649
    Thanks given
    6
    Thanks received
    119
    Rep Power
    161
    thanks
    Reply With Quote  
     

  5. #15  
    Extreme Donator

    Kiana's Avatar
    Join Date
    May 2015
    Posts
    1,050
    Thanks given
    147
    Thanks received
    187
    Rep Power
    223
    Thanks for this will come in handy.
    Reply With Quote  
     

  6. #16  
    Banned
    Join Date
    Dec 2011
    Posts
    323
    Thanks given
    28
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Farage View Post
    Hi people. I wanted to give you guys this, it took around 2 minuites (not including the time it took to find the string values) but i thought someone might like it, this can be converted to any server for PI just replace getPacketSender() with getPA() and sendString to sendFrame126 and you should be fine. Add this to Player.java right after the interface removal has happened. Then paste this code in
    Code:
    getPacketSender().sendInterface(15244)
    		.sendString(15257, "Welcome to SuperScape")
    		.sendString(15258, "You're logged in from " + getHostAddress())
    		.sendString(15259, "Remember to keep your password safe.\\n And to set a bank pin.")
    		.sendString(15260, "You have 0 messages in your message center")
    		.sendString(15261, "")
    		.sendString(15270, "Remember to donate to keep \\n the server alive!")
    		.sendString(15262, "When you donate you have access \\n to a donator only skilling area!");
    Attached image
    Hope you enjoy have a nice day!
    does this still work
    Reply With Quote  
     

  7. #17  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Quote Originally Posted by Tamatea View Post
    What happens if the player is in the wildy when they login or somewhere dangerous and as they are reading this they get killed?
    realistically getting attacked by anything will close the players interfaces

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

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. [Elvarg/OSRSPK] Clanchat manage interface?
    By Dragon Boots in forum Help
    Replies: 1
    Last Post: 07-23-2017, 07:06 PM
  2. 525 login interface
    By Silicity in forum Show-off
    Replies: 4
    Last Post: 02-15-2009, 05:44 PM
  3. The 377 login interface!
    By Dust R I P in forum Help
    Replies: 4
    Last Post: 02-03-2009, 11:20 PM
  4. [508][Client] Custom Login Interface
    By Lazaro in forum Projects
    Replies: 18
    Last Post: 01-22-2009, 07:11 PM
  5. Login Interface
    By Illiterate in forum Graphics
    Replies: 10
    Last Post: 05-14-2008, 07:25 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
  •