Thread: [OSRS Style] Skilltab

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11  
    What's a sundial in the shade?

    Lumiere's Avatar
    Join Date
    May 2013
    Age
    27
    Posts
    543
    Thanks given
    224
    Thanks received
    100
    Rep Power
    113
    Quote Originally Posted by Professor Oak View Post
    Yeah that's because it's packed. No hardcoding required
    Yes indeed, well done Was very simple to make modifications

    Spoiler for Revy is perfect:
    Reply With Quote  
     

  2. #12  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    Yeah I'm still trying to figure out why the slayer icon messes up when being rendered.
    Reply With Quote  
     

  3. #13  
    Registered Member
    Join Date
    Apr 2017
    Posts
    30
    Thanks given
    7
    Thanks received
    0
    Rep Power
    11
    Thanks man

    Quote Originally Posted by Professor Oak View Post
    Thanks for this but jesus christ that's a lot of code haha. Why not just do it the proper way and pack it into the cache?
    Will be very useful for higher revision clients though.


    Yeah that's because it's packed. No hardcoding required
    so i just change like client version or something like that im guessing?

    havent ever changed the skill tabs
    Reply With Quote  
     

  4. #14  
    Donator


    Join Date
    Aug 2013
    Posts
    610
    Thanks given
    288
    Thanks received
    123
    Rep Power
    162
    Just looks like any regular skilltab to me honestly.
    Reply With Quote  
     

  5. #15  
    What's a sundial in the shade?

    Lumiere's Avatar
    Join Date
    May 2013
    Age
    27
    Posts
    543
    Thanks given
    224
    Thanks received
    100
    Rep Power
    113
    Quote Originally Posted by D E T H View Post
    Thanks man



    so i just change like client version or something like that im guessing?

    havent ever changed the skill tabs
    Refer to my comment for OSRS Pk/Elvarg

    Quote Originally Posted by Lumiere View Post
    If you're using OSRS Pk or Elvarg, this is completely pointless! Just a pointer.
    First, go Client class, client sided, and locate this line;
    Code:
    						if(childInterface.id != 24154) { //Not total level
    Make sure the line above it, looks like this.
    Code:
    					if(childInterface.parent == 3917) {
    EDIT: this isn't required, but you may want to comment out this line in the Widget class;
    Code:
    //skillTab(textDrawingAreas);
    That way it's not loading the Combat Skill tab Oak created each time the client loads.
    That's it client-sided.


    Now go to the GameConstants class, server sided
    In the TAB_INTERFACES constant replace tab
    Code:
    { 1, 24000 },
    with this;
    Code:
    { 1, 3917 },
    That's it!


    Note: it only appears on the game-overlay because I opened the interface via command for example purposes.
    With that being said, good job, this will help others with different sources for-sure!

    Spoiler for Revy is perfect:
    Reply With Quote  
     

  6. #16  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    Was aware that the interface was packed, but still wanted to work on it since I enjoy making / working on interfaces.
    Here's the interface, last thing to do is fix the tooltip position, wasn't difficult at all or even took that long, probably 10 minutes, but was enjoyable to do.



    Reply With Quote  
     

  7. #17  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    Quote Originally Posted by Delinquent View Post
    Was aware that the interface was packed, but still wanted to work on it since I enjoy making / working on interfaces.
    Here's the interface, last thing to do is fix the tooltip position, wasn't difficult at all or even took that long, probably 10 minutes, but was enjoyable to do.



    Nice work chief

    Quote Originally Posted by King Briann View Post
    Just looks like any regular skilltab to me honestly.
    Because it is like any other skill tab? I just liked the design Mike did without the construction icon (Because let's be honest, 99% of servers don't have it), so I just decided to recreate it in case other people want it.
    Reply With Quote  
     

  8. #18  
    Registered Member
    Join Date
    Dec 2017
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hi i need help i want to replace my skill tab and i saw this one that you made with the hunter snd construction ! you still have it?
    Reply With Quote  
     

  9. #19  
    Registered Member
    Join Date
    Jan 2018
    Posts
    136
    Thanks given
    143
    Thanks received
    10
    Rep Power
    58
    Quote Originally Posted by Lumiere View Post
    If you're using OSRS Pk or Elvarg, this is completely pointless! Just a pointer.
    First, go Client class, client sided, and locate this line;
    Code:
    						if(childInterface.id != 24154) { //Not total level
    Make sure the line above it, looks like this.
    Code:
    					if(childInterface.parent == 3917) {
    EDIT: this isn't required, but you may want to comment out this line in the Widget class;
    Code:
    //skillTab(textDrawingAreas);
    That way it's not loading the Combat Skill tab Oak created each time the client loads.
    That's it client-sided.


    Now go to the GameConstants class, server sided
    In the TAB_INTERFACES constant replace tab
    Code:
    { 1, 24000 },
    with this;
    Code:
    { 1, 3917 },
    That's it!


    Note: it only appears on the game-overlay because I opened the interface via command for example purposes.
    With that being said, good job, this will help others with different sources for-sure!
    Thank you!
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

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. 100% Combat (Bonus Styles) UPGRADE TO OSRS QUALITY
    By CapitalCoding in forum Selling
    Replies: 19
    Last Post: 07-27-2016, 12:36 AM
  2. [REL] Free Layer Styles & Background (OSRS)
    By Jacob_ in forum Graphics
    Replies: 1
    Last Post: 02-15-2016, 08:41 AM
  3. Change Player style to osrs
    By The Plateau in forum Help
    Replies: 7
    Last Post: 01-05-2016, 12:59 AM
  4. Replies: 37
    Last Post: 05-24-2015, 01:45 PM
  5. Replies: 12
    Last Post: 01-31-2015, 01:48 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
  •