Thread: Changing The Style And Colors Of The Emote Menu And Game Controls Menu

Results 1 to 7 of 7
  1. #1 Changing The Style And Colors Of The Emote Menu And Game Controls Menu 
    Chatty
    Guest
    Purpose: Changing The Style And Colors Of The Emote Menu And Game Controls Menu

    Server Base: All

    NOTE: I Found this in my client.java and though some other peoples server would look better with this.

    Anyway here we go.

    1) Search For
    Code:
    public void initialize()
    You should Find Something Like This.
    Code:
    // upon connection of a new client all the info has to be sent to client prior to starting the regular communication
    	public void initialize()
    	{
    2) Right Below The Last } Add This.

    Code:
    //----Game Options----	
    sendQuest("@whi@Enjoy", 184);
    sendQuest("@whi@Your coordinates", 183);
    sendQuest"@whi@Game Controls", 917);
    
    sendQuest("@gre@Mouse Buttons", 918);
    sendQuest("@whi@Dark", 919);
    sendQuest("@whi@Normal", 920);
    sendQuest("@whi@Bright", 921);
    sendQuest("@whi@V-Bright", 922);
    
    sendQuest("@gre@Pk-Stats", 923);
    sendQuest("@whi@Pk", 925);
    sendQuest("@whi@"+pkpoints, 924);
    sendQuest("@gre@Pk-Stats", 926);
    sendQuest("@whi@Dead", 928);
    sendQuest("@whi@ "+deathcount, 927);
    
    sendQuest("@whi@Yes", 12466);
    sendQuest("@whi@No", 12467);
    
    sendQuest("@whi@No", 960);
    sendQuest("@whi@Yes", 959);
    sendQuest("@whi@Split Chat", 956);
    sendQuest("@whi@Sounds Off", 940);
    sendQuest("@whi@", 946);
    sendQuest("@whi@", 947);
    sendQuest("@whi@", 948);
    sendQuest("@whi@", 949);
    sendQuest("@whi@", 950);
    sendQuest("@whi@Players Online: @cya@"+PlayerHandler.getPlayerCount(), 174);
    This Will Change The Whole Of The Game Controls Menu

    It Should Look Something Like This



    Ok Now For The Emotes Menu:
    NOTE : This will only change above the emote buttons.

    Ok Now Right Below The Last Thing You Added , Add This.

    Code:
    //----Player Controls----
    sendQuest("@whi@Player Controls", 154);
    sendQuest("@whi@Move speed", 158);
    sendQuest("@whi@Walk", 160);
    sendQuest("@whi@Run", 159);
    sendQuest("@gre@Energy left:", 148);
    sendQuest("@whi@Auto Retaliate", 155);
    sendQuest("@whi@On", 157);
    sendQuest("@whi@Off", 156);
    sendQuest("@whi@Players Online: @cya@"+PlayerHandler.getPlayerCount(), 174);
    This Will Make The Player Controlls Menu Look Abit Like This.



    Now Edit To Your Liking
     

  2. #2  
    Registered Member $esame st's Avatar
    Join Date
    Aug 2007
    Posts
    93
    Thanks given
    0
    Thanks received
    0
    Rep Power
    39
    nice this will help people when they are editing and making the run button do something else or the music one lol.
    Elite Series Coder
    RSBot Scripter
    RSBot Full Member
    Likes Boobs
     

  3. #3  
    Xx God xX
    Guest
    thanks i was looking for this +rep
     

  4. #4  
    Registered Member
    Z's Avatar
    Join Date
    Jun 2007
    Age
    29
    Posts
    1,390
    Thanks given
    7
    Thanks received
    30
    Rep Power
    853
    Extremely easy but there's always starters=0
     

  5. #5  
    Russianz
    Guest
    I was looking for this tyvm rep 4 u man!
     

  6. #6  
    Registered Member
    JakobWolthers's Avatar
    Join Date
    Aug 2007
    Age
    31
    Posts
    616
    Thanks given
    16
    Thanks received
    3
    Rep Power
    84
    ty i use it self, GOOD TUT

    rep+
     

  7. #7  
    Chatty
    Guest
    thanx hehe
     


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. menu
    By sexyrussian in forum Help
    Replies: 0
    Last Post: 05-28-2010, 04:38 AM
  2. Replies: 5
    Last Post: 07-20-2009, 11:35 PM
  3. Replies: 6
    Last Post: 07-16-2009, 07:43 AM
  4. Rs Login Menu That Fits Clients Login Menu
    By digistr in forum Graphics
    Replies: 8
    Last Post: 04-16-2009, 05:22 AM
  5. How to add a menu!
    By Trytohaxme in forum Tutorials
    Replies: 3
    Last Post: 06-20-2008, 02:56 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
  •