Thread: Simple

Results 1 to 6 of 6
  1. #1 Simple 
    Registered Member
    Join Date
    Jun 2017
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    ....
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    post your rsinterface.java
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2017
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    ....
    Reply With Quote  
     

  4. #4  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by ProdigyBro View Post
    It was to big to post here...
    https://pastebin.com/fYdHtYnz
    at the bottom of void questTab, try changing these:

    Code:
          addHoverText(39295, "", "", TDA, 0, 16750623, false, true, 150);
          addHoverText(39296, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39297, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39298, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39299, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39300, "", "", TDA, 0, 16711680, false, true, 150);
          addHoverText(39301, "", "", TDA, 0, 16750623, false, true, 150);
          addHoverText(39302, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39303, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39304, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39305, "", "", TDA, 0, 16711680, false, true, 150);
          addHoverText(39306, "", "", TDA, 0, 16750623, false, true, 150);
          addHoverText(39307, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39308, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39309, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39310, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39311, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39312, " ", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39313, "", "", TDA, 0, 16711680, false, true, 150);
          addHoverText(39314, "", "", TDA, 0, 16711680, false, true, 150);
    to:

    Code:
          addHoverText(39295, "", "", TDA, 1, 16750623, false, true, 150);
          addHoverText(39296, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39297, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39298, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39299, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39300, "", "", TDA, 1, 16711680, false, true, 150);
          addHoverText(39301, "", "", TDA, 1, 16750623, false, true, 150);
          addHoverText(39302, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39303, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39304, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39305, "", "", TDA, 1, 16711680, false, true, 150);
          addHoverText(39306, "", "", TDA, 1, 16750623, false, true, 150);
          addHoverText(39307, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39308, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39309, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39310, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39311, "", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39312, " ", " ", TDA, 1, 16711680, false, true, 150);
          addHoverText(39313, "", "", TDA, 1, 16711680, false, true, 150);
          addHoverText(39314, "", "", TDA, 1, 16711680, false, true, 150);
    or just replace the "points:" frame id
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2017
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    ....
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Quote Originally Posted by ProdigyBro View Post
    Sorry mate, I'm confused...
    Code:
    public static void questTab(TextDrawingArea[] TDA){
        RSInterface localRSInterface = addInterface(639);
        setChildren(4, localRSInterface);
        addText(39155, "Quests", 16750623, false, true, 52, TDA, 2);
        addButton(39156, 1, "Interfaces/QuestTab/QUEST", 18, 18, "Swap to DungTab", 1);
        addSprite(39157, 0, "Interfaces/QuestTab/QUEST");
        setBounds(39155, 10, 5, 0, localRSInterface);
        setBounds(39156, 165, 5, 1, localRSInterface);
        setBounds(39157, 3, 24, 2, localRSInterface);
        setBounds(39160, 5, 29, 3, localRSInterface);
        localRSInterface = addInterface(39160);
        localRSInterface.height = 214;
        localRSInterface.width = 165;
        localRSInterface.scrollMax = 1700;
        setChildren(105, localRSInterface);
        addText(39161, "", 16750623, false, true, 52, TDA, 2);
        addHoverText(39162, "", "", TDA, 0, 16711680, false, true, 150);
        addText(39163, "Register at:", 16750623, false, true, 52, TDA, 2);
        addHoverText(39164, "Www.InsanityX.Net", "Register", TDA, 0, 16711680, false, true, 150);
        addText(39165, "Register on :", 16750623, false, true, 52, TDA, 2);
        addHoverText(39166, "Www.InsanityX.Net", "Register", TDA, 0, 16711680, false, true, 150);
        setBounds(39161, 4, 4, 0, localRSInterface);
        setBounds(39162, 8, 22, 1, localRSInterface);
        setBounds(39163, 4, 35, 2, localRSInterface);
        setBounds(39164, 8, 53, 3, localRSInterface);
        setBounds(663, 4, 67, 4, localRSInterface);
        int i = 83;
        int j = 5;
        for (int k = 39165; k <= 39264; k++) {
          addHoverText(k, "", "View Quest", TDA, 0, 16711680, false, true, 150);
          setBounds(k, 8, i, j, localRSInterface);
          j++;
          i += 15;
          i++;
        }
        localRSInterface = addInterface(39265);
        try {
          setChildren(4, localRSInterface);
          addText(39266, " ", 16750623, false, true, -1, TDA, 2);
    	  addButton(39267, 2, "Interfaces/QuestTab/QUEST", 18, 18, "Swap to Quest Diary", 1);
          addSprite(39269, 0, "Interfaces/QuestTab/QUEST");
          setBounds(39266, 10, 5, 0, localRSInterface);
          setBounds(39267, 165, 5, 1, localRSInterface);
          setBounds(39269, 3, 24, 2, localRSInterface);
          setBounds(39268, 5, 29, 3, localRSInterface);
          localRSInterface = addInterface(39268);
          localRSInterface.height = 214;
          localRSInterface.width = 165;
          localRSInterface.scrollMax = 1700;
          setChildren(20, localRSInterface);
          setBounds(39295, 8, 4, 0, localRSInterface);
          setBounds(39296, 8, 16, 1, localRSInterface);
          setBounds(39297, 8, 29, 2, localRSInterface);
          setBounds(39298, 8, 42, 3, localRSInterface);
          setBounds(39299, 8, 54, 4, localRSInterface);
          setBounds(39300, 8, 66, 5, localRSInterface);
          setBounds(39301, 8, 78, 6, localRSInterface);
          setBounds(39302, 8, 90, 7, localRSInterface);
          setBounds(39303, 8, 102, 8, localRSInterface);
          setBounds(39304, 8, 114, 9, localRSInterface);
          setBounds(39305, 8, 126, 10, localRSInterface);
          setBounds(39306, 8, 138, 11, localRSInterface);
          setBounds(39307, 8, 150, 12, localRSInterface);
          setBounds(39308, 8, 162, 13, localRSInterface);
          setBounds(39309, 8, 174, 14, localRSInterface);
          setBounds(39310, 8, 186, 15, localRSInterface);
          setBounds(39311, 8, 198, 16, localRSInterface);
          setBounds(39312, 8, 210, 17, localRSInterface);
          setBounds(39313, 8, 222, 18, localRSInterface);
          setBounds(39314, 8, 234, 19, localRSInterface);
          addHoverText(39295, "", "", TDA, 0, 16750623, false, true, 150);
          addHoverText(39296, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39297, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39298, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39299, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39300, "", "", TDA, 0, 16711680, false, true, 150);
          addHoverText(39301, "", "", TDA, 0, 16750623, false, true, 150);
          addHoverText(39302, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39303, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39304, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39305, "", "", TDA, 0, 16711680, false, true, 150);
          addHoverText(39306, "", "", TDA, 0, 16750623, false, true, 150);
          addHoverText(39307, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39308, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39309, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39310, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39311, "", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39312, " ", " ", TDA, 0, 16711680, false, true, 150);
          addHoverText(39313, "", "", TDA, 0, 16711680, false, true, 150);
          addHoverText(39314, "", "", TDA, 0, 16711680, false, true, 150);
        } catch (Exception localException) {
          localException.printStackTrace();
        }
      }
    Where man?

    I did that and the points is still the same red?

    Still need help please someone?

    At the bottom of questtab format? just read what he say.
    Owner of ThamenX
    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

Similar Threads

  1. Crunchy Background ~ Simple
    By Inside Sin in forum Tutorials
    Replies: 8
    Last Post: 06-19-2008, 05:53 PM
  2. Simple Grunge Tut
    By rum0 in forum Tutorials
    Replies: 9
    Last Post: 11-11-2007, 04:17 AM
  3. Replies: 7
    Last Post: 05-16-2007, 11:54 PM
  4. [Simple TuT] Fixing Dragonhide Bodies (Normal)
    By Zamorak Zxt in forum Tutorials
    Replies: 0
    Last Post: 05-10-2007, 05:00 AM
  5. Simple means <3?
    By Beh3moth2 in forum Showcase
    Replies: 6
    Last Post: 04-28-2007, 03: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
  •