Thread: What you've all been waiting for :)

Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1 What you've all been waiting for :) 
    Stanyer
    Guest
    This tutorial will explain how to set the interface back to the magic interface after alching!

    Start off by adding this method to your client.java;

    Code:
    /*
    This was made by me i found the frame and used it for this reason - Stanyer (Ryan)
    */
    private void setSidebarMage() {
    try {
    outStream.createFrame(106); //Writes the frame 106 out.
    outStream.writeByteC(6); //Tells client to switch to the magic interface
    updateRequired = true; //Updates
    appearanceUpdateRequired = true; //Updates
    } catch(Exception E) {
    sendMessage("Error switching sidebar back to the magic interface! ~ Stanyer");
    }
    /*
    Try & Catch incase of error, if it errors it will most probably be a client-side error but just incase ~ Stanyer
    */
    Now, in your alch'ing code just call that method:

    Code:
    /*
    Calls for the method to set the sidebar to magic ~ Stanyer
    */
    setSidebarMage(); //Calls for method ~ Stanyer
    /*
    Should be easy enough to add, if not i'm not gonna help with something this simple, sorry.
    */
    I wasn't gonna release but i thought meh why not, it will probably get discovered eventually eh .

    Pretty sure this is the first see'ing of this sort of script, if not, who cares ;D.

    All i ask is that you don't leech, i obviously don't expect you to put "Credit to Stanyer" in your server for it, just don't tell people you made it, thanks .

    Ryan
     

  2. #2  
    bcdutton
    Guest
    beb dus-oncovered aready:
    sendFrame106(6);
    in evbery surver
     

  3. #3  
    Stanyer
    Guest
    Quote Originally Posted by bcdutton View Post
    beb dus-oncovered aready:
    sendFrame106(6);
    in evbery surver
    Whaaaat I don't even have sendframe106 lul.
     

  4. #4  
    Registered Member
    Join Date
    Oct 2007
    Posts
    286
    Thanks given
    0
    Thanks received
    3
    Rep Power
    12
    Nice, but yeah, I've seen this before. I hope you release your 1 vs. 1. (And don't say I'm a fail or something just 'cause I said that, okay?)

    Quote Originally Posted by Stanyer View Post
    Whaaaat I don't even have sendframe106 lul.
    Code:
    outStream.createFrame(106); //Writes the frame 106 out.
    What's this then lol.
    ŁØŁШØT
     

  5. #5  
    bcdutton
    Guest
    public void sendFrame106(int i1){
    outStream.createFrame(106);
    outStream.writeByteC(i1);
    }

    n wut is with ur sig i remembr on moper forum u wear asking mr col for rep
     

  6. #6  
    Stanyer
    Guest
    Quote Originally Posted by bcdutton View Post
    public void sendFrame106(int i1){
    outStream.createFrame(106);
    outStream.writeByteC(i1);
    }

    n wut is with ur sig i remembr on moper forum u wear asking mr col for rep
    Mr col? I've never even asked for rep lul

    @War Man, that's not "sendFrame106" it's outwriteing it.
     

  7. #7  
    bcdutton
    Guest
    mr cool89 thet guy who wuz a spemer u esk him fo it
     

  8. #8  
    Extreme Donator

    Wolf's Avatar
    Join Date
    Jul 2006
    Age
    34
    Posts
    398
    Thanks given
    0
    Thanks received
    2
    Rep Power
    177
    Code:
    public void ForceSideBar(int i1){ //forces sidebar to change
    		outStream.createFrame(106);
    		outStream.writeByteC(i1);
    }

    RuneCMS member / Early Sythe member
    RS-Server ex-admin [Member #38]
    Dodian ex-admin / developer
    SRL Developer
    MITB member

    Project16/Flight creator
     

  9. #9  
    Registered Member
    Join Date
    Oct 2007
    Posts
    286
    Thanks given
    0
    Thanks received
    3
    Rep Power
    12
    But doesn't it work like sendFrame?
    ŁØŁШØT
     

  10. #10  
    Stanyer
    Guest
    Wow like 3 people have shown it now lmao, and to thing no-ones released it before ;S.

    Oh well ;P
     

Page 1 of 3 123 LastLast

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
  •