Thread: Interface Configs

Results 1 to 7 of 7
  1. #1 Interface Configs 
    Registered Member Skwat's Avatar
    Join Date
    May 2011
    Posts
    83
    Thanks given
    2
    Thanks received
    5
    Rep Power
    1
    How to find interface configs like 406 for tutorial island progress bar?

    sendFrame36(406, i);
    Relive your good old Runescape 2006 memories at https://addyscape.com/register


    Attached image
    Reply With Quote  
     

  2. #2  
    0x2B | ~0x2B


    Impulser's Avatar
    Join Date
    Jul 2006
    Posts
    1,305
    Thanks given
    389
    Thanks received
    336
    Rep Power
    2751
    [code="Java"]for(int i = 0; i < Integer.MAX_VALUE; i++)
    sendFrame36(i, i);[/code]

    This will replace the text with whatever the ID of the text is.
    Reply With Quote  
     

  3. #3  
    Registered Member Skwat's Avatar
    Join Date
    May 2011
    Posts
    83
    Thanks given
    2
    Thanks received
    5
    Rep Power
    1
    Quote Originally Posted by Impulser View Post
    [code="Java"]for(int i = 0; i < Integer.MAX_VALUE; i++)
    sendFrame36(i, i);[/code]

    This will replace the text with whatever the ID of the text is.
    Like this?

    Code:
    		for(int i = 0; i < Integer.MAX_VALUE; i++)
    		sendFrame36(i, 0);
    		showInterface(11908);
    I get alot of T2 errors when i do that.
    Relive your good old Runescape 2006 memories at https://addyscape.com/register


    Attached image
    Reply With Quote  
     

  4. #4  
    Member Interface Configs Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    cos it only goes upto a certain number

    Attached imageAttached image
    Reply With Quote  
     

  5. #5  
    Registered Member Skwat's Avatar
    Join Date
    May 2011
    Posts
    83
    Thanks given
    2
    Thanks received
    5
    Rep Power
    1
    That max value doesn't work, but it works when i do something like this:

    for(int i = 0; i < 500; i++){
    sendFrame36(i, 100);
    }

    Is this a good way to do it?
    Relive your good old Runescape 2006 memories at https://addyscape.com/register


    Attached image
    Reply With Quote  
     

  6. #6  
    only shallow

    Join Date
    Apr 2011
    Age
    26
    Posts
    1
    Thanks given
    2,907
    Thanks received
    413
    Rep Power
    0
    Quote Originally Posted by rikkert44 View Post
    That max value doesn't work, but it works when i do something like this:

    for(int i = 0; i < 500; i++){
    sendFrame36(i, 100);
    }

    Is this a good way to do it?
    y are you sending it 500 times
    Reply With Quote  
     

  7. #7  
    Registered Member Skwat's Avatar
    Join Date
    May 2011
    Posts
    83
    Thanks given
    2
    Thanks received
    5
    Rep Power
    1
    Quote Originally Posted by Riddle View Post
    y are you sending it 500 times
    Yes I Know....
    But impulser said 'This will replace the text with whatever the ID of the text is'.

    But it is an image not a text...
    Relive your good old Runescape 2006 memories at https://addyscape.com/register


    Attached image
    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. 459 packet for interface configs
    By Rupps in forum Requests
    Replies: 7
    Last Post: 03-11-2010, 08:49 AM
  2. Interface config ID's
    By cube in forum Configuration
    Replies: 8
    Last Post: 03-07-2010, 12:11 AM
  3. Setstring on an interface config?
    By Underoath in forum Requests
    Replies: 6
    Last Post: 12-21-2009, 09:29 AM
  4. Replies: 13
    Last Post: 12-05-2009, 11:37 PM
  5. Bank PIN Settings Interface Configs.
    By Abyssal Noob in forum Requests
    Replies: 0
    Last Post: 10-23-2009, 01:49 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
  •