actionsender.java is frames.java in espeon thats all i know im having the same problem tho i tryed adding the fs interface to it but nothing..
|
|
hey can anyone help me getting espeon full screen i cant find the frames folder to put it in :\
actionsender.java is frames.java in espeon thats all i know im having the same problem tho i tryed adding the fs interface to it but nothing..
i looked into my actionsender.java and i found this
i might have understood but has it not allready got fs interfaces in it?Code:/** * Set interface defaults at login. * @param p The Player which the frame should be created for. */ public void setInterfaces(Player p) { if (p == null || p.disconnected[0]) { return; } setTab(p, 6, 745); setTab(p, 11, 751); // Chat options setTab(p, 68, 752); // Chatbox setTab(p, 64, 748); // HP bar setTab(p, 65, 749); // Prayer bar setTab(p, 66, 750); // Energy bar setTab(p, 67, 747); setConfig(p, 1160, -1); setTab(p, 8, 137); // Playername on chat setTab(p, 73, 92); // Attack tab setTab(p, 74, 320); // Skill tab setTab(p, 75, 274); // Quest tab setTab(p, 76, 149); // Inventory tab setTab(p, 77, 387); // Equipment tab setTab(p, 78, 271); // Prayer tab setTab(p, 79, 193); // Magic tab setTab(p, 80, 662); // Summoning tab <- Enabled setTab(p, 81, 550); // Friend tab setTab(p, 82, 551); // Ignore tab setTab(p, 83, 589); // Clan tab setTab(p, 84, 261); // Setting tab setTab(p, 85, 464); // Emote tab setTab(p, 86, 187); // Music tab setTab(p, 87, 182); // Logout tab setString(p, "please use the logout button to log out of br43kscape safely", 182, 0); } public void setFullScreenInterfaces(Player p) { if (p == null || p.disconnected[0]) { return; } setInterface(p, 1, 549, 0, 746); setInterface(p, 1, 746, 13, 748); //energy orb setInterface(p, 1, 746, 14, 749); //energy orb setInterface(p, 1, 746, 15, 750); //energy orb setInterface(p, 1, 746, 16, 747); //summing orb setInterface(p, 1, 746, 71, 149); //Inventory tab setInterface(p, 1, 746, 18, 751); //things below chatbox setInterface(p, 1, 752, 8, 137); //chatbox setInterface(p, 1, 746, 65, 752); //chatbox 752 }
and i dident add anything
no that isent fullscreen interfaces use this to edit the fullscreen
interfacep.frames.setInterface(p, 1, 549, 0, 746); // 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, 662); // Summoning tab
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
p.frames.setInterface(p, 1, 746, 65, 752); // Chatbox 752
p.frames.setInterface(p, 1, 746, 18, 751); // Settings below chatbox
p.frames.setInterface(p, 1, 746, 13, 748); // HP orb
p.frames.setInterface(p, 1, 746, 14, 749); // Prayer orb
p.frames.setInterface(p, 1, 746, 15, 750); // Energy orb
p.frames.setInterface(p, 1, 746, 12, 747); // Summoning orb
but i need the thing is i dont understand how to add it into login part cant find it in there :\
yeah and i tried changing the setinterfaces in acionsender but it didnt work.. tried adding to login and qouting out he setinterface; but still didnt work..
i couldent even find the right part to edit in login.java that means without editing that i get an error in the compiling..
well nothing really to edit in loginprotocol and i tried adding the fullscreen interface under
but and qouting out thep.getActionSender().setWindowPane(p, 548);
didnt work tho.. ima try adding it under the setinterfacep.getActionSender().setInterfaces;
; but qoute out that line
no this is difrent this is for a sertin source
arrg comon somone give some information
Last edited by itachi6404; 11-26-2008 at 12:49 AM. Reason: Double posting is not allowed!
| « [508] Objects Not working? | bh » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |