Thread: Teleport interface release

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 58
  1. #1 Teleport interface release 
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    What are you adding:

    Attached image

    Code:
    private static void teleportWidget(TextDrawingArea[] tda) {
    		RSInterface widget = addInterface(43000);
    		
    		addSprite(43001, 0, "Interfaces/Teleport/IMAGE");
    		addHoverButton(43002, "Interfaces/Teleport/IMAGE", 1, 21, 21, "Close", 250, 43003, 3);
    		addHoveredButton(43003, "Interfaces/Teleport/IMAGE", 2, 21, 21, 43004);
    		
    		addClickableSprites(43013, "Teleport", "Interfaces//Teleport/IMAGE", 7, 4, 5, 14);
    		
    		addSprite(43007, 3, "Interfaces/Teleport/IMAGE");
    		addText(43008, "1,000,000 Coins", tda, 3, 0xFF981F, true, true);
    		
    		addSprite(43009, 4, "Interfaces/Teleport/IMAGE");
    		addText(43010, "Dangerous", tda, 3, 0xFF981F, true, true);
    		
    		addSprite(43011, 5, "Interfaces/Teleport/IMAGE");
    		addText(43012, "Inside Wilderness", tda, 3, 0xFF981F, true, true);
    		
    		addText(43005, "King black dragon", tda, 2, 0xFF981F, true, true);
    		
    		addText(43014, "Teleport", tda, 3, 0xFF981F, true, true);
    		
    		addNpcToWidget(43006);
    		
    		setChildren(15, widget);
    		setBounds(43001, 56, 5, 0, widget);
    		setBounds(43002, 443, 9, 1, widget);
    		setBounds(43003, 443, 9, 2, widget);
    		setBounds(43005, 140, 35, 3, widget);
    		setBounds(43006, 110, 152, 4, widget);
    		setBounds(43007, 80, 65, 5, widget);
    		setBounds(43008, 170, 65, 6, widget);
    		setBounds(43009, 85, 90, 7, widget);
    		setBounds(43010, 152, 90, 8, widget);
    		setBounds(43011, 83, 115, 9, widget);
    		setBounds(43012, 175, 115, 10, widget);
    		setBounds(43013, 125, 280, 11, widget);
    		setBounds(43014, 170, 283, 12, widget);
            setBounds(43024, 185, 77, 13, widget);
            setBounds(43015, 300, 35, 14, widget);
            
            addInputField(43015, 120, 0xFF981F, "Search", 144, 20, false, true, "[A-Za-z0-9]");
    		
    		RSInterface interface = addInterface(43024);
    		
    		interface.width = 244;
    		interface.height = 230;
    		interface.scrollMax = 550;
    		setChildren(50, interface);
    		
    		for (int i = 0; i < 50; i += 2) {
    			addClickableSprites(43050 + i, "View", "Interfaces/Teleport/IMAGE", 9, 10, 5, 14);
    			addText(43050 + i + 1, "King black dragon", tda, 1, 0xFF981F, false, true);
    			setBounds(43050 + i, 130, i / 2 * 22, i, interface);
    			setBounds(43050 + i + 1, 135, 3 + (i / 2 * 22), i + 1, interface);
    		}
    	}
    If you want the npc on interface follow this, http://www.rune-server.org/runescape...face-ruse.html

    You will have to rename for it to work with your client.

    Download Teleport.rar @ UppIT

    Credits: everyone who made the sprites i have no idea took these out random caches.


    Regards,

    mills
    Reply With Quote  
     


  2. #2  
    Super Donator


    Join Date
    Feb 2011
    Age
    27
    Posts
    1,126
    Thanks given
    180
    Thanks received
    178
    Rep Power
    243
    Nice contribution Looks actually pretty good
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Dec 2012
    Posts
    444
    Thanks given
    39
    Thanks received
    57
    Rep Power
    0
    Very nice
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Dec 2015
    Posts
    55
    Thanks given
    0
    Thanks received
    5
    Rep Power
    0
    I'm assuming you need to do Jason's snippet for dynamic input fields as well?

    http://www.rune-server.org/runescape...put-field.html
    Reply With Quote  
     

  5. #5  
    mush

    Danny's Avatar
    Join Date
    Sep 2013
    Posts
    1,221
    Thanks given
    38
    Thanks received
    316
    Rep Power
    551
    Looks neat man.
    Attached image
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Quote Originally Posted by Damnit Mom View Post
    I'm assuming you need to do Jason's snippet for dynamic input fields as well?

    http://www.rune-server.org/runescape...put-field.html
    most clients already have it
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Apr 2013
    Posts
    1,456
    Thanks given
    341
    Thanks received
    148
    Rep Power
    0
    Nice work i may use it
    Reply With Quote  
     

  8. #8  
    Registered Member Devo's Avatar
    Join Date
    Aug 2013
    Age
    25
    Posts
    514
    Thanks given
    38
    Thanks received
    47
    Rep Power
    70
    Looks pretty nice. Thanks for the contribution.

    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Quote Originally Posted by Christian_ View Post
    Nice work i may use it
    Thanks, and no problem that's why i released it so people can make use of it.
    Got pretty bored when i made this.

    Quote Originally Posted by Devo View Post
    Looks pretty nice. Thanks for the contribution.
    Thank you for the kind words.

    Edit about to release the Osrs equipment screen not the one that is in all the 317 clients.

    Edit 2: http://www.rune-server.org/runescape...ml#post5047740
    Reply With Quote  
     

  10. #10  
    Extreme Donator Teleport interface release Market Banned



    Join Date
    Aug 2011
    Age
    28
    Posts
    3,589
    Thanks given
    1,402
    Thanks received
    1,620
    Rep Power
    5000
    Thanks for this lad, will use

    Attached image

    Attached image
    Discord: Roy#2382

    Reply With Quote  
     

Page 1 of 6 123 ... 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. Sigex - PVP Interface release
    By sigex in forum Tutorials
    Replies: 28
    Last Post: 10-12-2009, 11:25 AM
  2. [Help] Teleport Interface [Help]
    By Wallace in forum Help
    Replies: 9
    Last Post: 02-18-2009, 11:16 PM
  3. teleport interface help
    By Bmxican in forum Help
    Replies: 2
    Last Post: 01-09-2009, 02:03 AM
  4. Final version of teleport gfx - released
    By Outcast in forum Models
    Replies: 13
    Last Post: 09-17-2008, 12:45 AM
  5. Item on interface release
    By peterbjornx in forum RS 503+ Client & Server
    Replies: 12
    Last Post: 09-12-2008, 11: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
  •