Thread: [317] how to change login message? plzz helppp i will rep++++

Results 1 to 7 of 7
  1. #1 [317] how to change login message? plzz helppp i will rep++++ 
    Registered Member
    Join Date
    Jun 2010
    Posts
    45
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    i was wondering how to change the login message in a 317 shard revolutions base i will rep or whatever i will add u on Msn if u want mines [email protected]
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    client.java

    search for public void initilize

    you'll see the methods to set the sideicons, and to load various things aswell as the welcome message.


    Looking at this post I don't know why I'm actually bothering.. common sense says you look at the current message and search it using ctrl + f and replace, you won't go far with java / rsps if you're that lazy..
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2010
    Posts
    45
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    this is all it says when i search for that.


    public void initialize() {
    // first packet sent
    outStream.createFrame(249);
    outStream.writeByteA(1); // 1 for members, zero for free
    outStream.writeWordBigEndianA(playerId);

    doesn't say anything about the server login message...
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    Is there already a server message when you log in? If there's not add something like p.sendmessage("###"); but not sure what the correct variable is for shard just look for another SM and paste it there. If all else fails if it is ment to be hard WHICH I REALLY DOUBT search for it.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jun 2009
    Posts
    1,963
    Thanks given
    1
    Thanks received
    136
    Rep Power
    0
    Its in the config folder, you will see a "server" document, and it is a configuration settings file. Edit that.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    May 2010
    Posts
    43
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    first open your client.java

    Then ctrl+f
    l33thax(7499);

    then you should see somthing below it that says

    "welcome to blahblahscape enjoy"

    change that to whatever you want to and there you go.

    Im pretty sure this works of not please tell me but im 100% sure it will =D
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Feb 2009
    Age
    29
    Posts
    273
    Thanks given
    4
    Thanks received
    4
    Rep Power
    0
    Client.java, search for the name of whatever source you are using and change the text to whatever. Save it+compile then run.
    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

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