Thread: Interface 718

Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11  
    Crafting what has been undiscovered

    Doughiee's Avatar
    Join Date
    Nov 2015
    Posts
    124
    Thanks given
    219
    Thanks received
    192
    Rep Power
    725
    Quote Originally Posted by Shnek View Post
    That's a way of doing it, can be done cache sided aswell
    ^
    Quoting you for reference for others who might want to do something like that:

    Judging by the gameframe, I'd say it's at least a 718?
    You have to retrieve mgi125's interface viewer/editor somewhere, in index 3 find the interface id drawn as tab and open it in the inbuilt hex-editor. (That's how you'd edit every interfaces' childs (string) to your likings, like the others have stated)

    But for this specific case:
    Still, I'm very certain you can accomplish it only by replacing a string via the client
    Reply With Quote  
     

  2. #12  
    Registered Member Samuelll's Avatar
    Join Date
    Aug 2016
    Posts
    127
    Thanks given
    8
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by 18th dec 2018 View Post
    ^
    Quoting you for reference for others who might want to do something like that:

    Judging by the gameframe, I'd say it's at least a 718?
    You have to retrieve mgi125's interface viewer/editor somewhere, in index 3 find the interface id drawn as tab and open it in the inbuilt hex-editor. (That's how you'd edit every interfaces' childs (string) to your likings, like the others have stated)

    But for this specific case:
    Still, I'm very certain you can accomplish it only by replacing a string via the client
    What is interface id ?
    Reply With Quote  
     

  3. #13  
    Don't rush perfection!
    Mr Pro Pop's Avatar
    Join Date
    May 2016
    Age
    25
    Posts
    63
    Thanks given
    42
    Thanks received
    26
    Rep Power
    49
    pm me if you still need help with it
    Attached image
    Reply With Quote  
     

  4. #14  
    Registered Member
    Join Date
    Nov 2012
    Posts
    599
    Thanks given
    14
    Thanks received
    54
    Rep Power
    26
    Quote Originally Posted by khayam View Post
    first of all calm the fuck down?
    And for your information i am correct please dont be mad if you dont know yourself.

    Anyways on my client (718+) i have a method in IComponentDefinition.java saying:
    Spoiler for Check Code:
    if (type * -1215239439 == 4) {
    anInt1210 = stream.readBigSmart(1235052657) * -2074006897;
    if (i_1_ >= 2)
    aBoolean1211 = stream.readUnsignedByte() == 1;
    text = stream.readString(332948556);
    if (text.toLowerCase().contains("runescape")) {
    text = text.replace("runescape", Loader.SERVER_NAME);
    text = text.replace("RuneScape", Loader.SERVER_NAME);
    text = text.replace("Runescape", Loader.SERVER_NAME);
    }

    and in ClientScript.java:
    Spoiler for check code:
    void method3475(RsByteBuffer class298_sub53, int i, Class394 class394, byte i_10_) {
    try {
    int i_11_ = aClass394Array9675.length;
    if (class394 == Class394.aClass394_4925) {
    if (null == anObjectArray9683)
    anObjectArray9683 = new String[i_11_];
    String string = class298_sub53.readString(1264292705);
    if (string.toLowerCase().contains("runescape")) {
    string = string.replace("runescape", Loader.SERVER_NAME);
    string = string.replace("RuneScape", Loader.SERVER_NAME);
    string = string.replace("Runescape", Loader.SERVER_NAME);
    }

    so it loads the text i have put in file Loader.java to replace those keywords which helps you rename, example:
    Spoiler for Check:
    public static final String SERVER_NAME = "Testing";
    http://prntscr.com/lghyu3
    http://prntscr.com/lgi022

    so you should have a something similar or you can replace it with my methods and will resolve your problem.
    I posted a fix for this, this method doesnt require a interface editor
    Reply With Quote  
     

  5. #15  
    Registered Member

    Join Date
    Nov 2015
    Age
    24
    Posts
    1,980
    Thanks given
    334
    Thanks received
    1,051
    Rep Power
    5000
    just repack the same interface with the text changed? that is if you want to do it properly, i tend to stay away from editing the client 2much, only when it's necessary
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

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: 28
    Last Post: 08-21-2016, 05:34 AM
  2. Interface 718
    By Overlord561 in forum Help
    Replies: 2
    Last Post: 02-28-2013, 03:34 PM
  3. GFX and Interface [718 Ben's Project]
    By macaulay in forum Help
    Replies: 3
    Last Post: 02-20-2013, 02:15 PM
  4. Replies: 17
    Last Post: 12-12-2012, 07:19 AM
  5. Closing an Interface [718]
    By Iceman in forum Help
    Replies: 2
    Last Post: 10-19-2012, 03:05 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
  •