Thread: [PI] How To Add A Custom Shop Interface [TutsByKurdz]

Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 53
  1. #21  
    Registered Member

    Join Date
    Sep 2010
    Posts
    1,248
    Thanks given
    537
    Thanks received
    179
    Rep Power
    106
    Quote Originally Posted by arrowzfly View Post
    Could you make me a character that says Asgarnia, like the Project Ecko one.
    sure ill post it here in around 30 mins, just editing something on the source, btw is their anything you'd like addiotionally on it like:
    - font (provide if you like)
    - colours
    - type of character (ranger, pure....)
    and so on
    Reply With Quote  
     

  2. #22  
    ᙢᗩᖇᓰᒎᘎᗩﬡᗩ ᙢᙓﬡᗩᑕᙓ
    Imworth73m's Avatar
    Join Date
    Jun 2011
    Posts
    642
    Thanks given
    35
    Thanks received
    115
    Rep Power
    184
    Looking good.(:
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #23  
    Registered Member

    Join Date
    Sep 2010
    Posts
    1,248
    Thanks given
    537
    Thanks received
    179
    Rep Power
    106
    Quote Originally Posted by LT Pride™ View Post
    Looking good.(:
    Thnx bro.
    Reply With Quote  
     

  4. #24  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    25
    Posts
    2,888
    Thanks given
    416
    Thanks received
    884
    Rep Power
    856
    apart from the tab childs being off looks ok good job.


    Reply With Quote  
     

  5. #25  
    Boom Boom

    Kakapo's Avatar
    Join Date
    Aug 2010
    Posts
    1,030
    Thanks given
    358
    Thanks received
    218
    Rep Power
    365
    Code:
    public static void dShop(TextDrawingArea[] TDA){//100% done by kurdz
    		RSInterface Interface = addTabInterface(5400);
    		Interface.totalChildren(36);		
    		addSprite(5401, 0, "Shop/DONATE");		
    		addHover(5402, 3, 0, 5203, 2, "Shop/DONATE", 17, 17, "Close Shop!");
    		addHovered(5403, 343, "Shop/DONATE", 17, 17, 3827);
    		addText(5404, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5405, "", 0xBF751D, false, true, 52, TDA, 1);
    		addButton(5406, 1, "Shop/DONATE", 95, 19, "Buy Torva Full Helm (100Points)", 1);//FIRST
    		addButton(5407, 1, "Shop/DONATE", 95, 19, "Buy Torva Platebody (100Points)", 1);
    		addButton(5408, 1, "Shop/DONATE", 95, 19, "Buy Torva Platelegs (100Points)", 1);		
    		addButton(5409, 1, "Shop/DONATE", 95, 19, "Buy Korasi's Sword (150Points)", 1);//END
    		addButton(5410, 1, "Shop/DONATE", 95, 19, "Buy Virtus Mask (100Points)", 1);//SECOND
    		addButton(5411, 1, "Shop/DONATE", 95, 19, "Buy Virtus Robetop (100Points)", 1);
    		addButton(5412, 1, "Shop/DONATE", 95, 19, "Buy Virtus Robebottom (100Points)", 1);	
    		addButton(5413, 1, "Shop/DONATE", 95, 19, "Buy Staff Of Light (150Points)", 1);//END
    		addButton(5414, 1, "Shop/DONATE", 95, 19, "Buy Pernix Cowl (100Points)", 1);//THIRD
    		addButton(5415, 1, "Shop/DONATE", 95, 19, "Buy Pernix Body (100Points)", 1);	
    		addButton(5416, 1, "Shop/DONATE", 95, 19, "Buy Pernix Chaps (100Points)", 1);
    		addButton(5417, 1, "Shop/DONATE", 95, 19, "Buy Dung Cape (T) (30Points)", 1);//END
    		addSprite(5450, 0, "Equipment/bl");//cheap hax
    		addSprite(5451, 1, "Equipment/bl");//cheap hax
    		addSprite(5452, 2, "Equipment/bl");//cheap hax	
    		addText(5418, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5419, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5420, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5421, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5422, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5424, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5425, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5426, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5427, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5428, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5429, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5430, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5431, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5432, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5433, "", 0xFF981F, false, true, 52, TDA, 1);
    		addText(5434, "", 0xFF981F, false, true, 52, TDA, 1);		
    		setBounds(5401, 12, 12, 0, Interface);
    		setBounds(5402, 492, 17, 1, Interface);
    		setBounds(5403, 471, 22, 2, Interface);
    		setBounds(5404, 60, 85, 3, Interface);
    		setBounds(5405, 240, 21, 4, Interface);
    		setBounds(5406, 175, 83, 5, Interface);//start-1
    		setBounds(5407, 257, 83, 6, Interface);
    		setBounds(5408, 342, 83, 7, Interface);
    		setBounds(5409, 423, 83, 8, Interface);
    		setBounds(5410, 175, 182, 9, Interface);//2
    		setBounds(5411, 257, 182, 10, Interface);
    		setBounds(5412, 342, 182, 11, Interface);
    		setBounds(5413, 423, 182, 12, Interface);
    		setBounds(5414, 175, 287, 13, Interface);//3
    		setBounds(5415, 257, 287, 14, Interface);
    		setBounds(5416, 342, 287, 15, Interface);
    		setBounds(5417, 423, 287, 16, Interface);//end	
    		setBounds(5418, 471, 22, 17, Interface);//sasdsd
    		setBounds(5419, 471, 22, 18, Interface);		
    		setBounds(5420, 471, 22, 19, Interface);
    		setBounds(5421, 471, 22, 20, Interface);
    		setBounds(5422, 471, 22, 21, Interface);
    		setBounds(5423, 471, 22, 22, Interface);
    		setBounds(5424, 471, 22, 23, Interface);
    		setBounds(5425, 471, 22, 24, Interface);
    		setBounds(5426, 471, 22, 25, Interface);
    		setBounds(5427, 471, 22, 26, Interface);
    		setBounds(5428, 471, 22, 27, Interface);
    		setBounds(5429, 471, 22, 28, Interface);
    		setBounds(5431, 471, 22, 29, Interface);	
    		setBounds(5432, 471, 22, 30, Interface);
    		setBounds(5433, 471, 22, 31, Interface);
    		setBounds(5434, 471, 22, 32, Interface);//sdaasd
    		setBounds(5431, 471, 22, 33, Interface);//cheap hax
    		setBounds(5432, 110, 205, 34, Interface);//cheap hax
    		setBounds(5433, 39, 240, 35, Interface);//cheap hax
    	}
    Changed for galkons, i just get the errors:
    RSInterface.java:236: cannot find symbol
    symbol : method addHover(int,int,int,int,int,java.lang.String,int, int,java.lang
    .String)
    location: class RSInterface
    addHover(5402, 3, 0, 5203, 2, "Shop/DONATE", 17, 17, "Close Shop
    !");
    ^
    RSInterface.java:237: cannot find symbol
    symbol : method addHovered(int,int,java.lang.String,int,int,int)
    location: class RSInterface
    addHovered(5403, 343, "Shop/DONATE", 17, 17, 3827);
    ^
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #26  
    Client Developer

    Pb600's Avatar
    Join Date
    Dec 2008
    Posts
    2,184
    Thanks given
    306
    Thanks received
    489
    Rep Power
    925
    Fact : Interfaces photoshoped != professional
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  7. Thankful user:


  8. #27  
    Registered Member

    Join Date
    Sep 2010
    Posts
    1,248
    Thanks given
    537
    Thanks received
    179
    Rep Power
    106
    Quote Originally Posted by Pb600 View Post
    Fact : Interfaces photoshoped != professional
    yer i do use photoshop for interfaces...
    Reply With Quote  
     

  9. #28  
    Boom Boom

    Kakapo's Avatar
    Join Date
    Aug 2010
    Posts
    1,030
    Thanks given
    358
    Thanks received
    218
    Rep Power
    365
    Somebody help me?

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #29  
    Banned

    Join Date
    Jul 2011
    Age
    27
    Posts
    748
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Cheers dude, going to convert this to be opened via quest interface
    Reply With Quote  
     

  11. #30  
    Banned

    Join Date
    Nov 2010
    Age
    26
    Posts
    2,684
    Thanks given
    824
    Thanks received
    404
    Rep Power
    0
    Nothing more, just yours whip full armadl melee on?
    Reply With Quote  
     

Page 3 of 6 FirstFirst 12345 ... 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. Replies: 38
    Last Post: 10-02-2011, 10:57 PM
  2. Replies: 2
    Last Post: 09-08-2011, 06:19 AM
  3. Custom Shop problems.
    By weshouldnt in forum Help
    Replies: 0
    Last Post: 08-31-2011, 04:52 AM
  4. Replies: 13
    Last Post: 06-20-2011, 02:25 PM
  5. Junk Shop and Custom Shop 317
    By xsageofmali in forum Help
    Replies: 2
    Last Post: 11-28-2010, 12:53 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •