Thread: espeon source fullscreen interface

Results 1 to 9 of 9
  1. #1 espeon source fullscreen interface 
    Registered Member
    Join Date
    May 2008
    Age
    29
    Posts
    105
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    hey can anyone help me getting espeon full screen i cant find the frames folder to put it in :\
    [


     

  2. #2  
    Registered Member out 4 u's Avatar
    Join Date
    Jun 2008
    Age
    28
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    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..
     

  3. #3  
    br43k ur jaw
    Guest
    i looked into my actionsender.java and i found this

    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
        }
    i might have understood but has it not allready got fs interfaces in it?
    and i dident add anything
     

  4. #4  
    Registered Member
    Join Date
    May 2008
    Age
    29
    Posts
    105
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    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 :\
    [


     

  5. #5  
    Registered Member out 4 u's Avatar
    Join Date
    Jun 2008
    Age
    28
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    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..
     

  6. #6  
    Registered Member
    Join Date
    May 2008
    Age
    29
    Posts
    105
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    i couldent even find the right part to edit in login.java that means without editing that i get an error in the compiling..
    [


     

  7. #7  
    Registered Member out 4 u's Avatar
    Join Date
    Jun 2008
    Age
    28
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    well nothing really to edit in loginprotocol and i tried adding the fullscreen interface under
    p.getActionSender().setWindowPane(p, 548);
    but and qouting out the
    p.getActionSender().setInterfaces;
    didnt work tho.. ima try adding it under the setinterface; but qoute out that line
     

  8. #8  
    br43k ur jaw
    Guest
    here try followin this start at part 2 for 508

    [Only registered and activated users can see links. ]
     

  9. #9  
    Registered Member
    Join Date
    May 2008
    Age
    29
    Posts
    105
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    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!
    [


     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •