Thread: Creating your own interfaces.

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Creating your own interfaces. 
    PeeHPee
    Guest
    First, get a renamed client and open RSInterface.java

    find
    Code:
    rsInterface.anInt230 = stream.readUnsignedByte();
    and under that add
    Code:
     switch(i){
    	    case ###:
                        rsInterface.type = #;
    	    rsInterface.width = ###;
    	    rsInterface.height = ###;
    	    break;
    }
    Key;

    rsInterface.type 1 = Just writing on the screen
    rsInterface.type 2 = an inventory/chatbox
    rsInterface.type 3 = Unknown
    rsInterface.type 4 = Writing
    rsInterface.type 5 = Unknown
    rsInterface.type 7 = Inventory
    rsInterface.type 2 & ActionType 2 = Spells


    This does let you create your own spells, you just need to add rsInterface.SpellName = "";
    Btw, untested.

    Example for mage_owner;

    Code:
                    case 200:
                    rsInterface.selectedActionName = "Attack";
                    rsInterface.atActionType = 2;
                    rsInterface.type = 2;
                    rsInterface.spellName = "Phractors deceent";
                    rsInterface.spellUsableOn = 1;
                    break;
     

  2. #2  
    Registered Member

    Join Date
    Sep 2006
    Age
    28
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    Cool, i don't use a renamed client so eh! But can i ask, how would you actually put the writing there? (bearing in mind i havn't opened a java file yet )
    I'm back
     

  3. #3  
    PeeHPee
    Guest
    Quote Originally Posted by James View Post
    Cool, i don't use a renamed client so eh! But can i ask, how would you actually put the writing there? (bearing in mind i havn't opened a java file yet )
    rsInterface.message = String;
     

  4. #4  
    Registered Member

    Join Date
    May 2007
    Posts
    696
    Thanks given
    0
    Thanks received
    0
    Rep Power
    154
    Gah! Could you you make a tut for non-renamed clients?
    Anybody remember me?
     

  5. #5  
    Zekkalkan
    Guest
    Cool, this could be useful maybe in making an actual lunar spell list
     

  6. #6  
    Community Veteran


    Join Date
    Jul 2006
    Posts
    294
    Thanks given
    21
    Thanks received
    14
    Rep Power
    174
    Lol, this is hardly a tutorial
    Bit more thought needed i think, but meh.
    [Today 10:44 PM] Uzi: I wish i hadz sexz
    [Today 10:44 PM] Uzi: But no no N0 i had to go to a boys only college
     

  7. #7  
    PeeHPee
    Guest
    Quote Originally Posted by Drags View Post
    Lol, this is hardly a tutorial
    Bit more thought needed i think, but meh.
    Felt a bit sick lastnight, I'm going to update it .
     

  8. #8  
    Noobpwner
    Guest
    this would be very nice if it works
    does it?
    ive been looking for something like this awile
     

  9. #9  
    Super Donator


    Join Date
    Jun 2007
    Age
    28
    Posts
    2,158
    Thanks given
    316
    Thanks received
    282
    Discord
    View profile
    Rep Power
    779
    looks goood....but could you give us an example for spells? I don't really understand that part
     

  10. #10  
    PeeHPee
    Guest
    Quote Originally Posted by mage_owner View Post
    looks goood....but could you give us an example for spells? I don't really understand that part
    Thanks for the suggestion
     

Page 1 of 2 12 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
  •