I'm trying to change the login box on my client.
I'm using the Rune Legacy client.
I've changed other interface elements with no drama as I just changed the image in the cache. There's no image for the login box though?
Does it have anything to do with this?
Code:
public void loadTitleScreen() {
if (!hunterTitleButtons) {
aBackground_966 = new Background(titleStreamLoader, "titlebox", 0);
aBackground_967 = new Background(titleStreamLoader, "titlebutton", 0);
} else {
titleBox = new Sprite("Login/titlebox");
titleButton = new Sprite("Login/titlebutton");
}