Thread: How to do the following... [CLICK ME]

Results 1 to 6 of 6
  1. #1 How to do the following... [CLICK ME] 
    Registered Member
    Coder Alex's Avatar
    Join Date
    Apr 2009
    Age
    27
    Posts
    1,755
    Thanks given
    86
    Thanks received
    83
    Rep Power
    231
    1. How to make client load background.png , I just see normal rune scape background.

    2. How to make client allow coloured message , such as
    SendMessage("@[email protected]");
    It gives me '@[email protected]' and should 'Hello'

    That's all, thanks.
    My english skills back in the days.
    Quote Originally Posted by Coder Alex
    Well, if it's gooded decent, it's good.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Both are tutorials in the Runescape Client Tutorial Sections.

    You can find the tutorials Here: [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member
    Coder Alex's Avatar
    Join Date
    Apr 2009
    Age
    27
    Posts
    1,755
    Thanks given
    86
    Thanks received
    83
    Rep Power
    231
    I've searched already. Theres like 15 Pages , I dont wanna , easyer to ask for it.
    My english skills back in the days.
    Quote Originally Posted by Coder Alex
    Well, if it's gooded decent, it's good.
    Reply With Quote  
     

  4. #4  
    Ultimatum
    Guest
    I'm not experienced with clients, I prefer server-sided, but I'm pretty sure this problem

    1. How to make client load background.png , I just see normal rune scape background.
    You can just open up the Cache with Tom's Cache Suite, and replace the current one.

    There's a tutorial somewhere for number 2, i'm sure.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Rupps's Avatar
    Join Date
    Oct 2008
    Age
    25
    Posts
    905
    Thanks given
    317
    Thanks received
    24
    Rep Power
    194
    For the background, in Class30_Sub2_Sub1_Sub1

    CTRL+F

    Image image = Toolkit.getDefaultToolkit().createImage(abyte0);
    replace that line with

    Image image = Toolkit.getDefaultToolkit().getImage("./DIRECTORY HERE/background.png");
    should work


    And for #2, there is a tut on it, i cba to search for it though, sorry.

    EDIT: [Only registered and activated users can see links. ] --- Colors in sendmessages
    Current Project: [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #6  
    Registered Member
    Coder Alex's Avatar
    Join Date
    Apr 2009
    Age
    27
    Posts
    1,755
    Thanks given
    86
    Thanks received
    83
    Rep Power
    231
    Ok thanks guys , but I did it my self. But still thanks for help.
    My english skills back in the days.
    Quote Originally Posted by Coder Alex
    Well, if it's gooded decent, it's good.
    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
  •