Thread: Unlocking sidebar Icons (flashing sidebar icons)

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Unlocking sidebar Icons (flashing sidebar icons) 
    Registered Member
    MH-60S's Avatar
    Join Date
    Jun 2009
    Posts
    167
    Thanks given
    32
    Thanks received
    17
    Rep Power
    104
    Don't flame because you would be surprised about how little i care about what people on rune-server think.


    NOTE: It did not take long to get this, and there is no need to give credits or anything out for such a simple Server->Client packet. So here it is.

    What does this do? This was and still is being used in the beginning of your adventure in rune scape weather it is helping kill a dragon or going through tutorial island. When you are learning how to skill or when you are learning how to fight monsters or anything in between throughout your adventure through tutorial island you 'unlock' your sidebar UI's and learn about them so you can use them throughout your time spent on rune scape. This is the Server->Client packet that they used in order to make those sidebar Icons flash each time you unlock a new sidebar Interface.

    Adding this to your server: (This is for delta or czar.. if you need it on any others holler and ill help):

    Put this in Client.java:
    [SPOIL]
    Code:
        /**
         * Flash's sidebar Icons - Scott
         * @param i1 = Sidebar ID you want to flash
         */
        public void flashSideBarIcon(int i1) {
            // Makes the sidebar Icons flash
            // Usage: i1 = 0 through -12 inorder to work
            outStream.createFrame(24);
            outStream.writeByteA(i1);
        }
    [/SPOIL]

    [SPOIL]Usage:
    Code:
    flashSidebarIcon(ID);
    [/SPOIL]

    NOTE: The sidebar ID's are all the same except instead of being positive they are negitive.
    E.G: Stat's tab ID is 1 I think, so that would mean it is -1.

    Reason why this is helpful: It really isn't anything special lmfao, I just found it in my old computers backup files and decided to release it to anyone who didn't have it.

    -Scott
    ¤ Heaven doesn't want me and hell is afraid I'll take over. ¤
    Reply With Quote  
     

  2. #2  
    Registered Member Akeid's Avatar
    Join Date
    May 2009
    Posts
    911
    Thanks given
    22
    Thanks received
    15
    Rep Power
    37
    lol nice man thanks for this.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    MSN: [email protected]
    Reply With Quote  
     

  3. #3  
    Registered Member DestriX's Avatar
    Join Date
    Nov 2008
    Posts
    1,329
    Thanks given
    490
    Thanks received
    152
    Rep Power
    257
    Cool, but there is already a frame for it. But you took time to explain it for everyone else.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2010
    Age
    24
    Posts
    2,530
    Thanks given
    544
    Thanks received
    584
    Rep Power
    411
    Cool
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Mar 2008
    Posts
    1,937
    Thanks given
    131
    Thanks received
    61
    Rep Power
    0
    Spoiler for lol hehe:
    Quote Originally Posted by ScottJK View Post
    Don't flame because you would be surprised about how little i care about what people on rune-server think.


    NOTE: It did not take long to get this, and there is no need to give credits or anything out for such a simple Server->Client packet. So here it is.

    What does this do? This was and still is being used in the beginning of your adventure in rune scape weather it is helping kill a dragon or going through tutorial island. When you are learning how to skill or when you are learning how to fight monsters or anything in between throughout your adventure through tutorial island you 'unlock' your sidebar UI's and learn about them so you can use them throughout your time spent on rune scape. This is the Server->Client packet that they used in order to make those sidebar Icons flash each time you unlock a new sidebar Interface.

    Adding this to your server: (This is for delta or czar.. if you need it on any others holler and ill help):

    Put this in Client.java:
    [SPOIL]
    Code:
        /**
         * Flash's sidebar Icons - Scott
         * @param i1 = Sidebar ID you want to flash
         */
        public void flashSideBarIcon(int i1) {
            // Makes the sidebar Icons flash
            // Usage: i1 = 0 through -12 inorder to work
            outStream.createFrame(24);
            outStream.writeByteA(i1);
        }
    [/SPOIL]

    [SPOIL]Usage:
    Code:
    flashSidebarIcon(ID);
    [/SPOIL]

    NOTE: The sidebar ID's are all the same except instead of being positive they are negitive.
    E.G: Stat's tab ID is 1 I think, so that would mean it is -1.

    Reason why this is helpful: It really isn't anything special lmfao, I just found it in my old computers backup files and decided to release it to anyone who didn't have it.

    -Scott


    this is actually really cool
    Reply With Quote  
     

  6. #6  
    Registered Member
    MH-60S's Avatar
    Join Date
    Jun 2009
    Posts
    167
    Thanks given
    32
    Thanks received
    17
    Rep Power
    104
    Quote Originally Posted by Fretfulregrets View Post
    Cool, but there is already a frame for it. But you took time to explain it for everyone else.
    Idiot.

    Ontopic: Thanks for the positive responses guys
    ¤ Heaven doesn't want me and hell is afraid I'll take over. ¤
    Reply With Quote  
     

  7. #7  
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,556
    Thanks given
    183
    Thanks received
    198
    Rep Power
    561
    And how would i give it no icon at all.
    Reply With Quote  
     

  8. #8  
    Registered Member
    MH-60S's Avatar
    Join Date
    Jun 2009
    Posts
    167
    Thanks given
    32
    Thanks received
    17
    Rep Power
    104
    That is where you would work on the sidebar packets that are found when using this.
    A cheap hax is just not to set sidebar Icons initially and have 1 of them flashing when you start.
    Then when you click on the flashing sidebar icon another flashes

    Tutorial island is made like a quest without quest points so initializing them would go kinda like this:
    Start without any sidebar icons (remove them from initialize()) then initialize them when you need them to be unlocked. Most of that would be in NPC Dialogue. If you need a better explanation add my msn: [Only registered and activated users can see links. ]
    ¤ Heaven doesn't want me and hell is afraid I'll take over. ¤
    Reply With Quote  
     

  9. #9  
    I'm Back

    Stewie's Avatar
    Join Date
    Jul 2008
    Age
    26
    Posts
    7,989
    Thanks given
    1,877
    Thanks received
    1,491
    Rep Power
    5000
    I could have given this to you if you would have asked


    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #10  
    Omniscient
    Ima Shine's Avatar
    Join Date
    May 2010
    Posts
    1,186
    Thanks given
    209
    Thanks received
    69
    Rep Power
    489
    Nice thanks for this
    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

Similar Threads

  1. [508] Flashing side icons
    By The Lizard King in forum Help
    Replies: 3
    Last Post: 05-15-2010, 03:47 AM
  2. [NON]Flashing Hint icons
    By tokyomewmew in forum Tutorials
    Replies: 36
    Last Post: 12-05-2009, 08:12 AM
  3. Flashing Icons Request
    By AcHoZeN™ in forum Requests
    Replies: 2
    Last Post: 01-18-2009, 12:16 AM
  4. Flashing Icons.
    By M4 Carbine in forum Configuration
    Replies: 5
    Last Post: 07-25-2008, 07:24 AM
  5. Flashing icons
    By God Rubin in forum Tutorials
    Replies: 12
    Last Post: 08-17-2007, 02:43 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •