I know, I'm stupid :3. Anyway, was just wondering how I could add teleports to the quest bar? Step by step would be kewl :3. Rep to anyone who decides to help me!
[Only registered and activated users can see links. Click Here To Register...]
Printable View
I know, I'm stupid :3. Anyway, was just wondering how I could add teleports to the quest bar? Step by step would be kewl :3. Rep to anyone who decides to help me!
[Only registered and activated users can see links. Click Here To Register...]
Go to client.java in source files NOT client files
search for;
RIGHT UNDER THATCode:public void process() {
Change the 1 till 15 with text which you'd like.Code:getPA().sendFrame126("1", 640);
getPA().sendFrame126("2", 663);
getPA().sendFrame126("3", 7332);
getPA().sendFrame126("4", 7333);
getPA().sendFrame126("5", 7334);
getPA().sendFrame126("6", 7336);
getPA().sendFrame126("7", 7383);
getPA().sendFrame126("8", 7339);
getPA().sendFrame126("9", 7338);
getPA().sendFrame126("10", 7340);
getPA().sendFrame126("11", 7346);
getPA().sendFrame126("12", 7341);
getPA().sendFrame126("13", 7342);
getPA().sendFrame126("14", 7337);
getPA().sendFrame126("15", 7343);
For instance; Players online would be
Code:getPA().sendFrame126("Players Online: "+PlayerHandler.getPlayerCount()+ " ", 640);