Thread: Summoning Orb

Results 1 to 6 of 6
  1. #1 Summoning Orb 
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    Can anyone tell me how to add the summoning orb under the run energy bar?
    Attached image
    Reply With Quote  
     

  2. #2  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    29
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    Code:
    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); // Summoning bar
            for (int i = 0; i < 6; i++) {
                setInterfaceConfig(p, 747, i, false);
            }
            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, 192); // Magic tab
            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
        }
    In your frames class (lol)
    Reply With Quote  
     

  3. #3  
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    i took out the // next to the orb, its still not showing up -_-

    ---------- Post added at 01:59 PM ---------- Previous post was at 01:48 PM ----------

    Wait, what file is that in..? I don't see a public void.. Im looking in ActionSender
    Attached image
    Reply With Quote  
     

  4. #4  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    29
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    Is your client fucked? lol

    ---------- Post added at 07:05 PM ---------- Previous post was at 07:04 PM ----------

    Oh are you using espeon? ='/
    Reply With Quote  
     

  5. #5  
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    no, rs2hd
    Attached image
    Reply With Quote  
     

  6. #6  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    29
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    Even worse =/
    Cant work with them both, soz =/
    Reply With Quote  
     


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
  •