Thread: [10294] Interface Renaming help pls

Results 1 to 4 of 4
  1. #1 [10294] Interface Renaming help pls 
    Registered Member
    Join Date
    Mar 2010
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Hello Rune-Server community!

    I want ask you all for little help. I want to rename this interface texts.

    As you can see Draughts text I need to change it to 1x1. Also I want to apply that for other texts below.

    I'm using PI source. Interface id 10294
    I tried to apply text on these ids using sendFrame126("",id) but nothing special happens. It's clicking ids.
    Click button id:

    40134
    40135
    25157
    63031

    I also want to change these 100vs100 texts to change it into player ranks

    Reply With Quote  
     

  2. #2  
    Registered Member Nouish's Avatar
    Join Date
    Jun 2011
    Posts
    822
    Thanks given
    142
    Thanks received
    177
    Rep Power
    282
    Code:
    for (int i = 1; i < 15000; i++) {
    	sendFrame126(String.valueOf(i), i);
    }
    And they will be renamed to their label ID.

    Edit: At least if it's between 1 and 15000, otherwise you just put 20000 etc
    Reply With Quote  
     

  3. #3  
    Icy Realm Owner
    Icy Whip's Avatar
    Join Date
    May 2007
    Posts
    1,419
    Thanks given
    30
    Thanks received
    35
    Rep Power
    213
    Quote Originally Posted by Nouish View Post
    Code:
    for (int i = 1; i < 15000; i++) {
    	sendFrame126(String.valueOf(i), i);
    }
    And they will be renamed to their label ID.

    Edit: At least if it's between 1 and 15000, otherwise you just put 20000 etc
    Their exact lines for the 100 vs 100 are

    6559
    10376
    10377
    16160

    just change the texts of those lines. cheers


    Signature made by Mr. Ervis

    Any questions, MSN me; [email protected]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2010
    Posts
    29
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Thanks alot problem solved

    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] Renaming Npc
    By Owner of Flamescape in forum Help
    Replies: 0
    Last Post: 07-11-2011, 12:55 AM
  2. Renaming this interface code
    By Inenting in forum Help
    Replies: 3
    Last Post: 06-17-2011, 05:26 PM
  3. Int renaming.
    By thim slug in forum Help
    Replies: 2
    Last Post: 12-28-2010, 08:42 PM
  4. Un-Renaming an Interface Method
    By watch n lern in forum Help
    Replies: 2
    Last Post: 11-18-2010, 01:52 AM
  5. Renaming help...
    By Dezzan in forum Help
    Replies: 5
    Last Post: 11-08-2009, 08:20 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
  •