Thread: [508]Help with summon interface?

Results 1 to 7 of 7
  1. #1 [508]Help with summon interface? 
    ★☆♥♣♥☆★

    EndlessZombies's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    440
    Thanks given
    30
    Thanks received
    4
    Rep Power
    125
    does anybody know the setconfigs, (i think thats whats used) for getting the summoning special bar on the interface?

    "Snapback with my city on it, text back with yo titties on it, levi's with yo kitty on it"


    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2009
    Posts
    554
    Thanks given
    7
    Thanks received
    19
    Rep Power
    340
    Not entirely sure setConfig is the right way to go about it.

    Perhaps it is a seperate frame?


    Actually, pretty sure it is a config.
    ~Abyssal
    Reply With Quote  
     

  3. #3  
    ★☆♥♣♥☆★

    EndlessZombies's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    440
    Thanks given
    30
    Thanks received
    4
    Rep Power
    125
    msot frames have been found, and none of the mystery frames fit. im almost 100% sure its some sort of setconfig. just dunno how to find it. :/

    "Snapback with my city on it, text back with yo titties on it, levi's with yo kitty on it"


    Reply With Quote  
     

  4. #4  
    Registered Member
    Grim Raper's Avatar
    Join Date
    Nov 2008
    Posts
    566
    Thanks given
    0
    Thanks received
    3
    Rep Power
    120
    tried finding this. i gave up lol.
    [Only registered and activated users can see links. ]

    ProDungeoneering Is IN DEVELOPMENT!


    @ScriptManifest(authors = { "Grim Raper" },
    Reply With Quote  
     

  5. #5  
    Always 1 step In front Of the Rest!

    lol ftw lol's Avatar
    Join Date
    Nov 2008
    Age
    30
    Posts
    597
    Thanks given
    68
    Thanks received
    35
    Rep Power
    91
    ur talking about how made down the sumo energie when ur pets is her if yes just pm i know how
    My methode is working to set npc in fight (when ur in wildy and duel) but only with 2 pets was to long to set for more
    I Always do my best to make us progress
    Dont Ask Yes I'm French That Why I'm Not The Best In English!
    RuneScape is copyright © Jagex Ltd 1999-2014. RuneScape and Jagex are registered trademarks of Jagex Ltd.
    Orion is not affiliated with Jagex Ltd in any way and exists solely for educational purposes.

    Reply With Quote  
     

  6. #6  
    ★☆♥♣♥☆★

    EndlessZombies's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    440
    Thanks given
    30
    Thanks received
    4
    Rep Power
    125
    i just want the special bar at the top of t he itnerface x.x, you know the blue one.

    "Snapback with my city on it, text back with yo titties on it, levi's with yo kitty on it"


    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2009
    Posts
    554
    Thanks given
    7
    Thanks received
    19
    Rep Power
    340
    I think you should try using setConfig2.

    Code:
        public void setConfig2(Player p, int id, int set) {
            if (p == null || p.stream == null || p.disconnected[0]) {
                return;
            }
            p.getByteVector().createFrame(161);
            p.getByteVector().writeWord(id);
            p.getByteVector().writeDWord_v1(set);
        }
    Not sure what the actual integers are though. Keep guessing.
    ~Abyssal
    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
  •