HD client frame well there the same i dont use settab on my server
p.frames.setInterface(p, 1, 549, 0, 746); // fullscreen Main interface
p.frames.setInterface(p, 1, 746, 87, 92); // attack tab
p.frames.setInterface(p, 1, 746, 88, 320); // Skill tab
p.frames.setInterface(p, 1, 746, 89, 274); // Quest tab
p.frames.setInterface(p, 1, 746, 90, 149); // Inventory tab
p.frames.setInterface(p, 1, 746, 91, 387); // Equipment tab
p.frames.setInterface(p, 1, 746, 92, 271); // Prayer tab
p.frames.setInterface(p, 1, 746, 93, 193); // Magic tab
p.frames.setInterface(p, 1, 746, 94, 387); // summ tab change this to the right frame is set a equipment tab right now
p.frames.setInterface(p, 1, 746, 95, 550); // Friend tab
p.frames.setInterface(p, 1, 746, 96, 551); // Ignore tab
p.frames.setInterface(p, 1, 746, 97, 589); // Clan tab
p.frames.setInterface(p, 1, 746, 98, 261); // Setting tab
p.frames.setInterface(p, 1, 746, 99, 464); // Emote tab
p.frames.setInterface(p, 1, 746, 100, 187); // Music tab
p.frames.setInterface(p, 1, 746, 101, 182); // Logout tab
p.frames.setInterface(p, 1, 752, 8, 137); //chatbox part 1
p.frames.setInterface(p, 1, 746, 65, 752); //chatboc part 2
p.frames.setInterface(p, 1, 746, 18, 751); //things below chatbox
p.frames.setInterface(p, 1, 746, 13, 748); //HP orb
p.frames.setInterface(p, 1, 746, 14, 749); //pray orb
p.frames.setInterface(p, 1, 746, 15, 750); //energy orb
p.frames.setInterface(p, 1, 746, 12, 747); //summing orb
part 2 is here use this on the 508 i had it done but wasn't home to post
/* 503 server download */
having problem adding this and give up
download this server
[Only registered and activated users can see links. ]
its setup for full screen interface
ps i won't have a virus I'm not like that
/*end of 503 server downloads*/
/*part 1 the 503 */
Server and client side [backup your files first!!!!!]
first is ServerSide
go into frames.java
fine this
public void loginFrames(Player p) {
if (p == null || p.outStream == null || p.disconnected[0]) {
return;
}
p.outStream.createFrame(82);
p.outStream.writeWord(p.frametype);
p.outStream.writeByteA(0);
}
replace with this
public void loginFrames(Player p) {
if (p == null || p.outStream == null || p.disconnected[0]) {
return;
}
p.outStream.createFrame(82);
p.outStream.writeWord(549);
p.outStream.writeByteA(0);
}
now fine this
Code:
public void setInterfaces(Player p) {
if (p == null || p.disconnected[0]) {
return;
}
under that fine this
Code:
p.frame.setInterface(p, 549, 0, 746);// main interface 2
p.frame.setInterface(p, 746, 13, 748); //energy orb
p.frame.setInterface(p, 746, 14, 749); //energy orb
p.frame.setInterface(p, 746, 15, 750); //energy orb
p.frame.setInterface(p, 746, 16, 747); //summing orb
p.frame.setInterface(p, 746, 71, 149); //Inventory tab
p.frame.setInterface(p, 746, 18, 751); //things below chatbox
p.frame.setInterface(p, 752, 8, 137); //chatbox
p.frame.setInterface(p, 746, 65, 752); //chatbox 752
fine these if you have
Code:
setInterface(p, p.frameType, 11, 751); //Chat options
setInterface(p, p.frameType, 68, 752); //Chatbox 752 -167 137
setInterface(p, 752, 8, 137); //Playername on chat
//setInterface(p, 548, 7, 754);
setInterface(p, p.frameType, 64, 748); //HP bar
setInterface(p, p.frameType, 65, 749); //Prayer bar
setInterface(p, p.frameType, 66,750); //Energy bar
//setInterface(p, 548, 6, 745);
setInterface(p, p.frameType, 73, 92); //Attack tab
setInterface(p, p.frameType, 74, 320); //Skill tab
setInterface(p, p.frameType, 75, 274); //Quest tab
setInterface(p, p.frameType, 76, 149); //Inventory tab
setInterface(p, p.frameType, 77, 387); //Equipment tab
setInterface(p, p.frameType, 78, 271); //Prayer tab
setInterface(p, p.frameType, 79, 192); //Magic tab
setInterface(p, p.frameType, 81, 550); //Friend tab
setInterface(p, p.frameType, 82, 551); //Ignore tab
setInterface(p, p.frameType, 83, 589); //Clan tab
setInterface(p, p.frameType, 84, 261); //Setting tab
setInterface(p, p.frameType, 85, 464); //Emote tab
setInterface(p, p.frameType, 86, 187); //Music tab
//setInterface(p, p.frameType, 60, 464);
//setInterface(p, p.frameType, 87, 182);
replace it with thesse
Code:
/*setInterface(p, p.frameType, 11, 751); //Chat options
setInterface(p, p.frameType, 68, 752); //Chatbox 752 -167 137
setInterface(p, 752, 8, 137); //Playername on chat
//setInterface(p, 548, 7, 754);
setInterface(p, p.frameType, 64, 748); //HP bar
setInterface(p, p.frameType, 65, 749); //Prayer bar
setInterface(p, p.frameType, 66,750); //Energy bar
//setInterface(p, 548, 6, 745);
setInterface(p, p.frameType, 73, 92); //Attack tab
setInterface(p, p.frameType, 74, 320); //Skill tab
setInterface(p, p.frameType, 75, 274); //Quest tab
setInterface(p, p.frameType, 76, 149); //Inventory tab
setInterface(p, p.frameType, 77, 387); //Equipment tab
setInterface(p, p.frameType, 78, 271); //Prayer tab
setInterface(p, p.frameType, 79, 192); //Magic tab
setInterface(p, p.frameType, 81, 550); //Friend tab
setInterface(p, p.frameType, 82, 551); //Ignore tab
setInterface(p, p.frameType, 83, 589); //Clan tab
setInterface(p, p.frameType, 84, 261); //Setting tab
setInterface(p, p.frameType, 85, 464); //Emote tab
setInterface(p, p.frameType, 86, 187); //Music tab
//setInterface(p, p.frameType, 60, 464);
//setInterface(p, p.frameType, 87, 182);*/
save close now open ActionButtons.java
add this to it
Code:
case 746:
if(buttonId == 49) //music tab
p.frame.setInterface(p, 746, 71, 187);
else if (buttonId == 48) //emote tab
p.frame.setInterface(p, 746, 71, 464);
else if (buttonId == 47) //setting tab
p.frame.setInterface(p, 746, 71, 261);
else if (buttonId == 46) //clan chat
p.frame.setInterface(p, 746, 71, 589);
else if (buttonId == 45) //ignore tab
p.frame.setInterface(p, 746, 71, 551);
else if (buttonId == 44) //friends list tab
p.frame.setInterface(p, 746, 71, 550);
else if (buttonId == 42) //magic tab
p.frame.setInterface(p, 746, 71, 192);
else if (buttonId == 41) //prayer tab
p.frame.setInterface(p, 746, 71, 271);
else if (buttonId == 40) //Equipment tab
p.frame.setInterface(p, 746, 71, 387);
else if (buttonId == 39) //Inventory tab
p.frame.setInterface(p, 746, 71, 149);
else if (buttonId == 38) //quest tab
p.frame.setInterface(p, 746, 71, 274);
else if (buttonId == 37) //Skill tab
p.frame.setInterface(p, 746, 71, 320);
else if (buttonId == 36) //Attack tab
p.frame.setInterface(p, 746, 71, 92);
else if (buttonId == 35) //sum tab
p.frame.setInterface(p, 746, 71, 92);
else if (buttonId == 12) //Logout.
p.frame.setInterface(p, 746, 71, 182);
break;
if those one above dont work try these ones
Code:
case 746:
if(buttonId == 49) //music tab
p.frame.setInterface1(p, 746, 71, 187);
else if (buttonId == 48) //emote tab
p.frame.setInterface1(p, 746, 71, 464);
else if (buttonId == 47) //setting tab
p.frame.setInterface1(p, 746, 71, 261);
else if (buttonId == 46) //clan chat
p.frame.setInterface1(p, 746, 71, 589);
else if (buttonId == 45) //ignore tab
p.frame.setInterface1(p, 746, 71, 551);
else if (buttonId == 44) //friends list tab
p.frame.setInterface1(p, 746, 71, 550);
else if (buttonId == 42) //magic tab
p.frame.setInterface1(p, 746, 71, 192);
else if (buttonId == 41) //prayer tab
p.frame.setInterface1(p, 746, 71, 271);
else if (buttonId == 40) //Equipment tab
p.frame.setInterface1(p, 746, 71, 387);
else if (buttonId == 39) //Inventory tab
p.frame.setInterface1(p, 746, 71, 149);
else if (buttonId == 38) //quest tab
p.frame.setInterface1(p, 746, 71, 274);
else if (buttonId == 37) //Skill tab
p.frame.setInterface1(p, 746, 71, 320);
else if (buttonId == 36) //Attack tab
p.frame.setInterface1(p, 746, 71, 92);
else if (buttonId == 35) //sum tab
p.frame.setInterface1(p, 746, 71, 92);
else if (buttonId == 12) //Logout.
p.frame.setInterface1(p, 746, 71, 182);
break;
save complie
after that you going to have to reset up the logout button
now for clientside resizing the client if you wont to then keep scrolling
open client.java
tine this
Code:
var_client.method20(false, 503, 503, 27, "runescape", 765,
and replace it with this
Code:
var_client.method20(false, 650, 503, 27, "runescape", 1024,
save comple and run client and server
make sure your using the right " setInterface void
and make sure you comment out the welcome screen to if you have one
done
you sould get somthing like this
[Only registered and activated users can see links. ]
/* end of 503 */
/*part 2 the 508 */
/*gone try it out*/
/* backup your files first*/
/* 508 fullscreen interface */
first stop clientSide this will hide you task bar to
open client.java
scroll to the vary buttom and lilbit up you would fine this
Code:
var_client.method21(765,503, 109, 27, "runescape", 508, 32 - -Class13_Sub4.anInt2690);
change the hight and widght to you computers res mine is 768 * 1024
so i would change it to
Code:
var_client.method21(768, 1024, 109, 27, "runescape", 508, 32 - -Class13_Sub4.anInt2690);
save
open
Applet_Sub1.java
fine this
Code:
Class108.aFrame1832.setTitle
under the setresizable
add this, make sure you dont have and setalwaysontop in there
Class108.aFrame1832.setUndecorated(true);
there no boder and should be over the startbar dose for me
now for the serverside [im using LegendX server]
open frames
fine this
look for in setwindowpane
Code:
p.stream.writeWord(set);
and change set to 549
save close open login.java there is 2 on on this server
if you have a folder called login open if not then go to the one in packets
fine this p.frames.setInterfaces ;
comment this out use this > //p.frames.setInterfaces ;
fine this
Code:
p.frames.setWindowPane(p,
under it add these
Code:
/*start of setinterfaces*/
p.frames.setInterface(p, 1, 549, 0, 746);
p.frames.setInterface(p, 1, 746, 13, 748); //energy orb
p.frames.setInterface(p, 1, 746, 14, 749); //energy orb
p.frames.setInterface(p, 1, 746, 15, 750); //energy orb
p.frames.setInterface(p, 1, 746, 16, 747); //summing orb
p.frames.setInterface(p, 1, 746, 71, 149); //Inventory tab
p.frames.setInterface(p, 1, 746, 18, 751); //things below chatbox
p.frames.setInterface(p, 1, 752, 8, 137); //chatbox
p.frames.setInterface(p, 1, 746, 65, 752); //chatbox 752
/*end of setinterfaces*/
save open ActionButtons.java
under this
Code:
public class ActionButtons implements Packet {
add this
[code]public void setInterface(Player p, int showId, int windowId, int interfaceId, int childId) {
if (p == null || p.stream == null || p.disconnected[0]) {
return;
}//yeah yeah i know you have it in frames to i was a lil lazy at the time
p.stream.createFrame(93);
p.stream.writeWord(childId);
p.stream.writeByteA(showId);
p.stream.writeWord(windowId);
p.stream.writeWord(interfaceId);
}[code]
now add this case w/e you wont it in actionbuttons idk w/e
Code:
case 746:
if(buttonId == 49) //music tab
setInterface(p, 1, 746, 71, 187);
else if (buttonId == 48) //emote tab
setInterface(p, 1, 746, 71, 464);
else if (buttonId == 47) //setting tab
setInterface(p, 1, 746, 71, 261);
else if (buttonId == 46) //clan chat
setInterface(p, 1, 746, 71, 589);
else if (buttonId == 45) //ignore tab
setInterface(p, 1, 746, 71, 551);
else if (buttonId == 44) //friends list tab
setInterface(p, 1, 746, 71, 550);
else if (buttonId == 42) //magic tab
setInterface(p, 1, 746, 71, 192);
else if (buttonId == 41) //prayer tab
setInterface(p, 1, 746, 71, 271);
else if (buttonId == 40) //Equipment tab
setInterface(p, 1, 746, 71, 387);
else if (buttonId == 39) //Inventory tab
setInterface(p, 1, 746, 71, 149);
else if (buttonId == 38) //quest tab
setInterface(p, 1, 746, 71, 274);
else if (buttonId == 37) //Skill tab
setInterface(p, 1, 746, 71, 320);
else if (buttonId == 36) //Attack tab
setInterface(p, 1, 746, 71, 92);
else if (buttonId == 35) //sum tab
setInterface(p, 1, 746, 71, 92);
else if (buttonId == 12) //Logout.
setInterface(p, 1, 746, 71, 182);
break;
ill add more as i go
i hope i didnt miss anything
and i redo this so it looks better if needed
pic
if this should be here tell me or if it isnt workin ill try to help
~ $ zhstyle1990 $ ~