Thread: 317 Welcome Screen

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 317 Welcome Screen 
    Banned
    Join Date
    Jul 2009
    Posts
    327
    Thanks given
    6
    Thanks received
    11
    Rep Power
    0
    Hey Rune-Server,

    After looking through the 317 packets i came across the welcome screen packet so i thought i would try and implement it, but im having problems, here is my Welcome Screen method:

    Code:
    public void openWelcomeScreen(int recoveryChange, boolean memberWarning, int messages, int lastLoginIP, int lastLogin) {
    
    outStream.createFrame(176);
    outStream.writeByteC(recoveryChange);
    outStream.writeWordA(messages);			
    outStream.writeByte(memberWarning ? 1 : 0);		
    outStream.writeDWord_v2(lastLoginIP);	
    outStream.writeWord(lastLogin);			
    
    }
    Now, when i call the method in a command, it looks like this:

    Code:
    if (command.startsWith("welcomescreen") {
    openWelcomeScreen(200, true, 0, 77777, 5);
    }

    Everything compiles fine, but when i try to activate the command nothing shows up. I dont get disconnected, just nothing happens.

    Whats going on?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Linux's Avatar
    Join Date
    Feb 2008
    Age
    29
    Posts
    597
    Thanks given
    104
    Thanks received
    103
    Rep Power
    1451
    Because it rather pointless because you they don't have MySQL support for the messages and stoof you would see on Runescape's
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Jul 2009
    Posts
    327
    Thanks given
    6
    Thanks received
    11
    Rep Power
    0
    Quote Originally Posted by Korsakoff View Post
    Because it rather pointless because you they don't have MySQL support for the messages and stoof you would see on Runescape's
    Thats not helpful im afraid. I want to know why its not working.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Maybe because it isn't in the 317 client. Just a guess though.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Jul 2009
    Posts
    327
    Thanks given
    6
    Thanks received
    11
    Rep Power
    0
    Quote Originally Posted by i r maggot View Post
    Maybe because it isn't in the 317 client. Just a guess though.
    It is, i have checked the RuneWiki and it is documented in the 317 protocol.
    Reply With Quote  
     

  6. #6  
    317 Welcome Screen



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,306
    Thanks given
    7,215
    Thanks received
    12,306
    Rep Power
    5000
    welcome screen wasn't in 317. it was only added in 377.

    Attached image
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,253
    Thanks given
    1,145
    Thanks received
    909
    Rep Power
    2081
    Quote Originally Posted by Scu11 View Post
    welcome screen wasn't in 317. it was only added in 377.
    Incorrect.
    It is because the welcome screen is not in the 377 cache.
    It will work if you load 319 cache.
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Jul 2009
    Posts
    327
    Thanks given
    6
    Thanks received
    11
    Rep Power
    0
    Quote Originally Posted by Scu11 View Post
    welcome screen wasn't in 317. it was only added in 377.
    Thank you Scu, so im guessing it is wrongly documented on the RuneWiki. So if i use a 377 cache this should work?
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Jul 2009
    Posts
    327
    Thanks given
    6
    Thanks received
    11
    Rep Power
    0
    Quote Originally Posted by Fire Cape View Post
    Incorrect.
    It is because the welcome screen is not in the 377 cache.
    It will work if you load 319 cache.
    Your a beast, thank you very much, i will now try.
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Feb 2009
    Age
    27
    Posts
    2,861
    Thanks given
    127
    Thanks received
    226
    Rep Power
    700
    Welcome screen wasn't in 317, try 319.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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
  •