Thread: Osrs Quest Tab Remake (Valius/Vencillio)

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11  
    Registered Member

    Join Date
    Feb 2015
    Posts
    830
    Thanks given
    12
    Thanks received
    200
    Rep Power
    118
    Quote Originally Posted by Nes View Post
    Clean but would change "amount spent" to amount donated

    Well it's a good thing this is a snippet then....
    Reply With Quote  
     

  2. #12  
    Im an albatraoz

    Nand0's Avatar
    Join Date
    Feb 2010
    Age
    31
    Posts
    948
    Thanks given
    233
    Thanks received
    128
    Rep Power
    241
    Quote Originally Posted by 2t bank View Post
    I tried remaking the OSRS interface its not the best but it looks better then valius's old junky quest tab interface. Leave a thanks if you use this

    Media:
    Attached image
    Attached image
    Code:
    public static void questTab(TextDrawingArea tda[]) {
    		RSInterface rsinterface = addInterface(29400);
    		addSprite(29401, 503);
    		addConfigButton(29402, 29400, 504, 505, 18, 18, "Information", 1, 5, 540);
    		addConfigButton(29403, 29400, 506, 507, 18, 18, "Statistics", 2, 5, 540);
    		addConfigButton(29404, 29400, 508, 509, 18, 18, "Panels", 3, 5, 540);
    		addConfigButton(29405, 29400, 510, 511, 18, 18, "Links", 4, 5, 540);
    		addText(29406, "2t Bank's Interface", tda, 0, 0xF7AA25, true, true);
    		addText(29407, "Information", tda, 2, 0xF7AA25, true, true);
    		rsinterface.totalChildren(8);
    		rsinterface.child(0, 29401, 2, 19);
    		rsinterface.child(1, 29402, 110, 2);
    		rsinterface.child(2, 29403, 130, 2);
    		rsinterface.child(3, 29404, 150, 2);
    		rsinterface.child(4, 29405, 170, 2);
    		rsinterface.child(5, 29406, 95, 250);
    		rsinterface.child(6, 29407, 60, 3);
    		rsinterface.child(7, 29450, 19, 19);
    		RSInterface scrollInterface = addTabInterface(29450);
    		scrollInterface.scrollPosition = 0;
    		scrollInterface.contentType = 0;
    		scrollInterface.width = 155;
    		scrollInterface.height = 231;
    		scrollInterface.scrollMax = 300;
    		int x = 7, y = 9;
    		int amountOfLines = 20;
    		scrollInterface.totalChildren(amountOfLines);
    		for (int i = 0; i < amountOfLines; i++) {
    			addHoverText(29451 + i, "", "", tda, 0, 0xff0000, false, true, 168);
    			scrollInterface.child(i, 29451 + i, x, y);
    			y += 18;
    		}
    	}
    Download: https://mega.nz/#!tiInFI4A!-5vWX4Vwy...yatuV3GZ_-mGP0
    Do you happen to still have these sprites?



    Looking for blazing fast and affordable vps or web hosting?
    AllGeniusHost



    Reply With Quote  
     

  3. #13  
    Registered Member
    Join Date
    Feb 2017
    Posts
    54
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Nand0 View Post
    Do you happen to still have these sprites?
    Je kan die van Os-Brutality gebruiken die is ook soortgelijk
    Reply With Quote  
     

  4. #14  
    Registered Member
    Feldip Hills's Avatar
    Join Date
    Aug 2018
    Posts
    182
    Thanks given
    28
    Thanks received
    61
    Rep Power
    148
    All you've done is make it harder for the retards to leech it lol, and idk why you're posting interface code you can handle this directly in the server much better too
    Attached image
    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. Replies: 0
    Last Post: 06-22-2016, 09:45 PM
  2. Making Quest Tab Into A Information Tab
    By hyper in forum Tutorials
    Replies: 4
    Last Post: 09-20-2008, 12:47 AM
  3. new quest tab 90%
    By Aggi in forum RS2 Client
    Replies: 1
    Last Post: 08-14-2008, 11:52 PM
  4. Achievement Diary/quest tab switch
    By =(Kajakas)= in forum Tutorials
    Replies: 14
    Last Post: 07-11-2008, 07:07 PM
  5. To make use off the quest tab
    By bluurr in forum Tutorials
    Replies: 4
    Last Post: 06-07-2007, 05:22 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
  •