Thread: Quest tab problem.

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Quest tab problem. 
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    http://prntscr.com/dwfb7x

    I want to change the ''black marks'' to smaller size..

    How can i fix?
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Oct 2015
    Posts
    232
    Thanks given
    187
    Thanks received
    85
    Rep Power
    1516
    Might be able to offer some help. Do you have skype? If so, send me yours through PM or reply directly through a quote.
    Spoiler for Lolz:
    Attached image
    [Today 06:47 PM] Rusko: Shut uo ethernet ur moms a whore


    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Sep 2016
    Posts
    384
    Thanks given
    1
    Thanks received
    117
    Rep Power
    311
    Go to your RSInterface and locate the string, and there should be a integer which changes the fonttype so just experiment.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Quote Originally Posted by Adam A View Post
    Go to your RSInterface and locate the string, and there should be a integer which changes the fonttype so just experiment.
    It only changes the font of your letters yea.. not the size..
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Sep 2016
    Posts
    384
    Thanks given
    1
    Thanks received
    117
    Rep Power
    311
    Quote Originally Posted by blaxe View Post
    It only changes the font of your letters yea.. not the size..
    Then you'll need to change the fontType to small text.
    Reply With Quote  
     

  6. #6  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    You could just extend the line directly above it by breaking the line with <br> as opposed to using an entirely different component for it.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Quote Originally Posted by Eldritch View Post
    You could just extend the line directly above it by breaking the line with <br> as opposed to using an entirely different component for it.
    So, i need to copy the same line above, then break it with what?

    Quote Originally Posted by Adam A View Post
    Then you'll need to change the fontType to small text.
    Yea how? that's my question.
    Reply With Quote  
     

  8. #8  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Quote Originally Posted by blaxe View Post
    So, i need to copy the same line above, then break it with what?



    Yea how? that's my question.
    Idk exactly what the method is in lower revisions but I assume it's sendframe126, if so..
    sendFrame126("Donator: ["+player.isDonator ? "Yes" : "No" + "]<br>Blackmarks: " + player.getBlackMarks());

    Similarly to this. Note that the methods I've written right now are just made up to demonstrate how to do this.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Quote Originally Posted by Eldritch View Post
    Idk exactly what the method is in lower revisions but I assume it's sendframe126, if so..
    sendFrame126("Donator: ["+player.isDonator ? "Yes" : "No" + "]<br>Blackmarks: " + player.getBlackMarks());

    Similarly to this. Note that the methods I've written right now are just made up to demonstrate how to do this.
    I only need to add <br> on the command of blackmark? i tough you need to change some lines on RSinterface.java on client side.
    Reply With Quote  
     

  10. #10  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Quote Originally Posted by blaxe View Post
    I only need to add <br> on the command of blackmark? i tough you need to change some lines on RSinterface.java on client side.
    Yes, but this means the component below it will be unused. You would send both lines of information in a single frame. <br> will break a line for you. For example
    Code:
    String s = "this is a random string for tes<br>ting purposes.";
    System.out.println(s);
    Console --> 
    this is a random string for tes
    ting purposes.
    It just chops the line directly where it's placed.
    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. Quest Tab Problem
    By Bs Zilla in forum Help
    Replies: 1
    Last Post: 08-14-2012, 03:06 PM
  2. Quest Tab Problem [Rep+]
    By ChrissyDee in forum Help
    Replies: 0
    Last Post: 09-11-2011, 04:39 PM
  3. quest tab problem
    By lt gangster in forum Help
    Replies: 4
    Last Post: 03-20-2011, 06:54 AM
  4. Quest Tab Problems!
    By Redslash in forum Help
    Replies: 0
    Last Post: 06-29-2010, 05:33 PM
  5. Quest Tab problem
    By Vsall in forum Help
    Replies: 7
    Last Post: 04-25-2010, 07:01 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
  •