Thread: Monster Examine Interface

Results 1 to 10 of 10
  1. #1 Monster Examine Interface 
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    It's not 100%, but it does the trick.

    Mine:


    Jagex:


    Code:
    	public static void monsterExamine(TextDrawingArea[] TDA) {
    		RSInterface rsi = addTabInterface(16128);
    		rsi.addSprite(16129, 0, "monsterexamine/icon");
    		rsi.addText(16130, "Monster Name:", TDA, 1, 0xE9D23D, true, true);
    		rsi.addHover(16131, 1, 0, 5380, 1, "monsterexamine/icon", 17, 17, "Close Window");
    		rsi.addHovered(16132, 2, "monsterexamine/icon", 17, 17, 5379);
    		rsi.addText(16133, "name?", TDA, 1, 0xE9D23D, true, true);
    		rsi.addText(16134, "Combat Level :", TDA, 1, 0x000000, true, false);
    		rsi.addText(16135, "126", TDA, 1, 0x000000, true, false);
    		rsi.addText(16136, "Hitpoints :", TDA, 1, 0x000000, true, false);
    		rsi.addText(16137, "255", TDA, 1, 0x000000, true, false);
    		rsi.addText(16138, "Creature's max hit :", TDA, 1, 0x000000, true, false);
    		rsi.addText(16139, "20", TDA, 1, 0x000000, true, false);
    		int totalChildren = 11;
    		rsi.children = new int[totalChildren];
    		rsi.childX = new int[totalChildren];
    		rsi.childY = new int[totalChildren];
    		rsi.setBounds(16129, 18, 20, 0, rsi);
    		rsi.setBounds(16130, 120, 33, 1, rsi);
    		rsi.setBounds(16131, 165, 13, 2, rsi);
    		rsi.setBounds(16132, 165, 13, 3, rsi);
    		rsi.setBounds(16133, 117, 50, 4, rsi);
    		rsi.setBounds(16134, 79, 79, 5, rsi);
    		rsi.setBounds(16135, 133, 79, 6, rsi);
    		rsi.setBounds(16136, 79, 110, 7, rsi);
    		rsi.setBounds(16137, 123, 110, 8, rsi);
    		rsi.setBounds(16138, 79, 141, 9, rsi);
    		rsi.setBounds(16139, 145, 141, 10, rsi);
    	}
    Sprites: Download monsterexamine.rar @ UppIT
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Feb 2014
    Posts
    1,204
    Thanks given
    138
    Thanks received
    450
    Rep Power
    0
    This is pretty good idea, nice job mate .

    OT: Thanks for the contribution.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Aug 2015
    Age
    29
    Posts
    142
    Thanks given
    42
    Thanks received
    43
    Rep Power
    0
    Neat work

    Thanks but instead of using a tab for this, wouldn't it be better if the interface showed as a pop up on the screen ? Idk I just think that would be better
    Reply With Quote  
     

  4. #4  
    anInt69

    Max _'s Avatar
    Join Date
    Feb 2012
    Age
    26
    Posts
    1,801
    Thanks given
    426
    Thanks received
    727
    Rep Power
    599
    Never even knew Jagex had this, pretty LQ for them.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member Antwharn's Avatar
    Join Date
    Oct 2014
    Posts
    110
    Thanks given
    24
    Thanks received
    9
    Rep Power
    26
    Nice, might use. Thanks


    Reply With Quote  
     

  7. #6  
    ¯\_(ツ)_/¯


    Join Date
    Jul 2014
    Posts
    1,803
    Thanks given
    928
    Thanks received
    550
    Rep Power
    299
    why not make it display the actual npc model on the interface.
    Reply With Quote  
     

  8. #7  
    Registered Member
    Zivik's Avatar
    Join Date
    Oct 2007
    Age
    28
    Posts
    4,421
    Thanks given
    891
    Thanks received
    1,527
    Rep Power
    3285
    Thanks for the share.
    Reply With Quote  
     

  9. #8  
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Quote Originally Posted by Hitten View Post
    why not make it display the actual npc model on the interface.
    This is trying to mimic rs.
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  10. #9  
    ¯\_(ツ)_/¯


    Join Date
    Jul 2014
    Posts
    1,803
    Thanks given
    928
    Thanks received
    550
    Rep Power
    299
    Quote Originally Posted by Deadpool View Post
    This is trying to mimic rs.
    rs is shit. make nicer content. than what they have. den they cry.
    Reply With Quote  
     

  11. #10  
    Registered Member
    Join Date
    Jan 2015
    Posts
    337
    Thanks given
    17
    Thanks received
    4
    Rep Power
    11
    Reupload?
    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. [PI] Custom Monster Teleport Interface
    By Thanks in forum Snippets
    Replies: 35
    Last Post: 11-26-2015, 02:54 AM
  2. Monster Teleport Interface
    By _Austin_ in forum Snippets
    Replies: 9
    Last Post: 12-09-2011, 05:39 PM
  3. Monster Examine Interface
    By K4rn4ge in forum Show-off
    Replies: 16
    Last Post: 06-09-2010, 10:38 PM
  4. Replies: 0
    Last Post: 11-06-2009, 06:48 PM
  5. Monster examine
    By Pie in forum Help
    Replies: 13
    Last Post: 02-06-2009, 12:15 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
  •