Thread: 525 character creation interface

Results 1 to 3 of 3
  1. #1 525 character creation interface 
    Donator
    Gladius.'s Avatar
    Join Date
    May 2010
    Posts
    1,160
    Thanks given
    112
    Thanks received
    58
    Rep Power
    11
    i had never time to finish this so i want to release it in hope to see sombody get this working.

    https://www.upload.ee/files/5620866/creation.rar.html






    Code:
    public static void creation(TextDrawingArea[] Soul) {
    		RSInterface Interface = addTabInterface(49000);
    		addSprite(49001, 0, "creation/creation");
    		setChildren(1, Interface);
    		setBounds(49001, 0, 0, 0, Interface);
    		
    	}
    	
    	public static void creation1(TextDrawingArea[] Soul) {
    		RSInterface Interface = addTabInterface(50000);
    		addSprite(50001, 0, "creation/2/creation");
            addHoverButton(50002, "creation/2/creation", 10, 48, 35, "Head", 1, 50003, 1);
            addHoveredButton(50003, "creation/2/creation", 11, 48, 35, 50004);
            addHoverButton(50005, "creation/2/creation", 12, 48, 35, "Body", -1, 50006, 1);
            addHoveredButton(50006, "creation/2/creation", 13, 48, 35, 50007);
            addHoverButton(50009, "creation/2/creation", 2, 86, 70, "Male", -1, 50010, 1);
            addHoveredButton(50010, "creation/2/creation", 3, 86, 70, 50011);
            addHoverButton(50012, "creation/2/creation", 5, 86, 70, "Female", -1, 50013, 1);
            addHoveredButton(50013, "creation/2/creation", 6, 86, 70, 50014);
    		setChildren(9, Interface);
    		setBounds(50001, 0, 0, 0, Interface);
    		setBounds(50002, 67, 38, 1, Interface);
    		setBounds(50003, 67, 38, 2, Interface);
    		setBounds(50005, 115, 38, 3, Interface);
    		setBounds(50006, 115, 38, 4, Interface);
    		setBounds(50009, 97, 110, 5,  Interface);
    		setBounds(50010, 97, 110, 6, Interface);
    		setBounds(50012, 330, 110, 7, Interface);
    		setBounds(50013, 330, 110, 8, Interface);
    		
    	}
    	
    	public static void creation2(TextDrawingArea[] Soul) {
    		RSInterface Interface = addTabInterface(51000);
    		addSprite(51001, 0, "creation/3/creation");
    		//TODO add head on interface
    		//TODO add playername
    		addHoverButton(51002, "creation/3/creation", 2, 48, 35, "Gender", 1, 51003, 1);
            addHoveredButton(51003, "creation/3/creation", 3, 48, 35, 51004);
            addHoverButton(51005, "creation/3/creation", 4, 48, 35, "Body", -1, 51006, 1);
            addHoveredButton(51006, "creation/3/creation", 5, 48, 35, 51007);
            addHoverButton(51009, "creation/3/creation", 12, 30, 20, "", -1, 51010, 1);
            addHoveredButton(51010, "creation/3/creation", 13, 30, 20, 51011);
            addHoverButton(51012, "creation/3/creation", 12, 30, 20, "", -1, 51013, 1);
            addHoveredButton(51013, "creation/3/creation", 13, 30, 20, 51014);
            addHoverButton(51015, "creation/3/creation", 14, 30, 20, "", -1, 51016, 1);
            addHoveredButton(51016, "creation/3/creation", 15, 30, 20, 51017);
            addHoverButton(51018, "creation/3/creation", 14, 30, 20, "", -1, 51019, 1);
            addHoveredButton(51019, "creation/3/creation", 15, 30, 20, 51020);
            //TODO add colers skin
            addHoverButton(51021, "creation/3/creation", 16, 28, 25, "", -1, 51022, 1);
            addHoveredButton(51022, "creation/3/creation", 17, 28, 25, 51023);
            addHoverButton(51024, "creation/3/creation", 19, 28, 25, "", -1, 51025, 1);
            addHoveredButton(51025, "creation/3/creation", 20, 28, 25, 51026);
            addHoverButton(51027, "creation/3/creation", 22, 28, 25, "", -1, 51028, 1);
            addHoveredButton(51028, "creation/3/creation", 23, 28, 25, 51029);
            addHoverButton(51030, "creation/3/creation", 25, 28, 25, "", -1, 51031, 1);
            addHoveredButton(51031, "creation/3/creation", 26, 28, 25, 51032);
            addHoverButton(51033, "creation/3/creation", 28, 28, 25, "", -1, 51034, 1);
            addHoveredButton(51034, "creation/3/creation", 30, 28, 25, 51035);
            addHoverButton(51036, "creation/3/creation", 31, 28, 25, "", -1, 51037, 1);
            addHoveredButton(51037, "creation/3/creation", 33, 28, 25, 51038);
            addHoverButton(51039, "creation/3/creation", 34, 28, 25, "", -1, 51040, 1);
            addHoveredButton(51040, "creation/3/creation", 36, 28, 25, 51041);
            addHoverButton(51042, "creation/3/creation", 37, 28, 25, "", -1, 51043, 1);
            addHoveredButton(51043, "creation/3/creation", 39, 28, 25, 51044);
            addHoverButton(51045, "creation/3/creation", 40, 28, 25, "", -1, 51046, 1);
            addHoveredButton(51046, "creation/3/creation", 42, 28, 25, 51047);
            addHoverButton(51048, "creation/3/creation", 43, 28, 25, "", -1, 51049, 1);
            addHoveredButton(51049, "creation/3/creation", 45, 28, 25, 51050);
            addHoverButton(51051, "creation/3/creation", 46, 28, 25, "", -1, 51052, 1);
            addHoveredButton(51052, "creation/3/creation", 48, 28, 25, 51053);
            addHoverButton(51054, "creation/3/creation", 49, 28, 25, "", -1, 51055, 1);
            addHoveredButton(51055, "creation/3/creation", 51, 28, 25, 51056);
            addHoverButton(51057, "creation/3/creation", 52, 28, 25, "", -1, 51058, 1);
            addHoveredButton(51058, "creation/3/creation", 54, 28, 25, 51059);
            addHoverButton(51060, "creation/3/creation", 55, 28, 25, "", -1, 51061, 1);
            addHoveredButton(51061, "creation/3/creation", 57, 28, 25, 51062);
            addHoverButton(51063, "creation/3/creation", 58, 28, 25, "", -1, 51064, 1);
            addHoveredButton(51064, "creation/3/creation", 60, 28, 25, 51065);
            addHoverButton(51066, "creation/3/creation", 61, 28, 25, "", -1, 51067, 1);
            addHoveredButton(51067, "creation/3/creation", 63, 28, 25, 51068);
            addHoverButton(51069, "creation/3/creation", 64, 28, 25, "", -1, 51070, 1);
            addHoveredButton(51070, "creation/3/creation", 66, 28, 25, 51071);
            addHoverButton(51072, "creation/3/creation", 67, 28, 25, "", -1, 51073, 1);
            addHoveredButton(51073, "creation/3/creation", 69, 28, 25, 51074);
            addHoverButton(51075, "creation/3/creation", 70, 28, 25, "", -1, 51076, 1);
            addHoveredButton(51076, "creation/3/creation", 72, 28, 25, 51077);
            addHoverButton(51078, "creation/3/creation", 73, 28, 25, "", -1, 51079, 1);
            addHoveredButton(51079, "creation/3/creation", 75, 28, 25, 51080);
            addHoverButton(51081, "creation/3/creation", 76, 28, 25, "", -1, 51082, 1);
            addHoveredButton(51082, "creation/3/creation", 79, 28, 25, 51083);
            addHoverButton(51084, "creation/3/creation", 80, 28, 25, "", -1, 51085, 1);
            addHoveredButton(51085, "creation/3/creation", 82, 28, 25, 51086);
            addHoverButton(51087, "creation/3/creation", 83, 28, 25, "", -1, 51088, 1);
            addHoveredButton(51088, "creation/3/creation", 85, 28, 25, 51089);
            addHoverButton(51090, "creation/3/creation", 86, 28, 25, "", -1, 51091, 1);
            addHoveredButton(51091, "creation/3/creation", 88, 28, 25, 51092);
            addHoverButton(51093, "creation/3/creation", 89, 28, 25, "", -1, 51094, 1);
            addHoveredButton(51094, "creation/3/creation", 91, 28, 25, 51095);
    		
    		setChildren(63, Interface);
    		setBounds(51001, 0, 0, 0, Interface);
    		setBounds(51002, 19, 38, 1, Interface);
    		setBounds(51003, 19, 38, 2, Interface);
    		setBounds(51005, 115, 38, 3, Interface);
    		setBounds(51006, 115, 38, 4, Interface);
    		setBounds(51009, 47, 238, 5, Interface);
    		setBounds(51010, 47, 238, 6, Interface);
    		setBounds(51012, 47, 260, 7, Interface);
    		setBounds(51013, 47, 260, 8, Interface);
    		setBounds(51015, 200, 238, 9, Interface);
    		setBounds(51016, 200, 238, 10, Interface);
    		setBounds(51018, 200, 260, 11, Interface);
    		setBounds(51019, 200, 260, 12, Interface);
    		
    		setBounds(51021, 250, 127, 13, Interface);	setBounds(51046, 340, 154, 30, Interface);	setBounds(51072, 310, 208, 47, Interface);	//setBounds(51097, 200, 260, 64, Interface);
    		setBounds(51022, 250, 127, 14, Interface);	setBounds(51048, 370, 154, 31, Interface);	setBounds(51073, 310, 208, 48, Interface);
    		setBounds(51024, 280, 127, 15, Interface);	setBounds(51049, 370, 154, 32, Interface);	setBounds(51075, 340, 208, 49, Interface);
    		setBounds(51025, 280, 127, 16, Interface);	setBounds(51051, 250, 181, 33, Interface);	setBounds(51076, 340, 208, 50, Interface);
    		setBounds(51027, 310, 127, 17, Interface);	setBounds(51052, 250, 181, 34, Interface);	setBounds(51078, 370, 208, 51, Interface);
    		setBounds(51028, 310, 127, 18, Interface);	setBounds(51054, 280, 181, 35, Interface);	setBounds(51079, 370, 208, 52, Interface);
    		setBounds(51030, 340, 127, 19, Interface);	setBounds(51055, 280, 181, 36, Interface);	setBounds(51081, 250, 235, 53, Interface);
    		setBounds(51031, 340, 127, 20, Interface);	setBounds(51057, 310, 181, 37, Interface);	setBounds(51082, 250, 235, 54, Interface);
    		setBounds(51033, 370, 127, 21, Interface);	setBounds(51058, 310, 181, 38, Interface);	setBounds(51084, 280, 235, 55, Interface);
    		setBounds(51034, 370, 127, 22, Interface);	setBounds(51060, 340, 181, 39, Interface);	setBounds(51085, 280, 235, 56, Interface);
    		setBounds(51036, 250, 154, 23, Interface);	setBounds(51061, 340, 181, 40, Interface);	setBounds(51087, 310, 235, 57, Interface);
    		setBounds(51037, 250, 154, 24, Interface);	setBounds(51063, 370, 181, 41, Interface);	setBounds(51088, 310, 235, 58, Interface);
    		setBounds(51039, 280, 154, 25, Interface);	setBounds(51064, 370, 181, 42, Interface);	setBounds(51090, 340, 235, 59, Interface);
    		setBounds(51040, 280, 154, 26, Interface);	setBounds(51066, 250, 208, 43, Interface);	setBounds(51091, 340, 235, 60, Interface);
    		setBounds(51042, 310, 154, 27, Interface);	setBounds(51067, 250, 208, 44, Interface);	setBounds(51093, 370, 235, 61, Interface);
    		setBounds(51043, 310, 154, 28, Interface);	setBounds(51069, 280, 208, 45, Interface);	setBounds(51094, 370, 235, 62, Interface);
    		setBounds(51045, 340, 154, 29, Interface);	setBounds(51070, 280, 208, 46, Interface);	//setBounds(51096, 200, 260, 63, Interface);
    	}


    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Owner of Dawntained

    Mgt Madness's Avatar
    Join Date
    Oct 2011
    Age
    28
    Posts
    3,380
    Thanks given
    1,429
    Thanks received
    958
    Rep Power
    2168
    Thanks man
    Attached image
    Reply With Quote  
     

  4. #3  
    Donator
    Gladius.'s Avatar
    Join Date
    May 2010
    Posts
    1,160
    Thanks given
    112
    Thanks received
    58
    Rep Power
    11
    Quote Originally Posted by Mgt Madness View Post
    Thanks man
    you're welcome


    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. updated character creation interface?
    By Tamatea in forum Requests
    Replies: 1
    Last Post: 12-31-2015, 07:30 AM
  2. 525 log in interface
    By PrataKosong in forum Help
    Replies: 4
    Last Post: 11-06-2009, 03:25 PM
  3. Full character design interface
    By thefifthlord in forum Show-off
    Replies: 36
    Last Post: 10-17-2009, 01:27 PM
  4. [525] Grand Exchange Interface ID
    By Secret- in forum Help
    Replies: 0
    Last Post: 08-14-2009, 10:01 PM
  5. [525] npc showing interface?
    By tidie10 in forum Help
    Replies: 3
    Last Post: 06-17-2009, 09:06 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
  •