|
|
ok so I'm only going to release the client part to this hopefully you could figure out how to do server part but due to a request to release this I am.
What your adding: [Only registered and activated users can see links. ]
So open RSInterface.java
and add this:
then search for:Code:public static void CompletionistCape(TextDrawingArea[] TDA){ RSInterface Interface = addInterface(2070); setChildren(16, Interface); addSprite(2071, 1, "Interfaces/CompletionistCape/BACKGROUND"); addHover(2072, 3, 0, 2073, 1, "Interfaces/CompletionistCape/CLOSE", 17, 17, "Exit"); addHovered(2073, 2, "Interfaces/CompletionistCape/CLOSE", 17, 17, 4504); addButton(2074, 1, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Overload!", 1); addButton(2075, 2, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Home Teleport!", 1); addButton(2076, 3, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Restore Run!", 1); addButton(2077, 4, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Restore Stats!", 1); addButton(2078, 5, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Anghellic Teleport!", 1); addButton(2079, 6, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Change Prayers!", 1); addButton(2080, 7, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Change Spellbook!", 1); addText(2081, "Built-In Features:", 0xFFFFFF, false, true, 52,TDA, 1); addText(2082, "Retrieve arrows", 0xFFFFFF, false, true, 52,TDA, 1); addText(2083, "Extra Damage On Slayer Monsters", 0xFFFFFF, false, true, 52,TDA, 1); addText(2084, "Restores Prayer When Operated", 0xFFFFFF, false, true, 52,TDA, 1); addText(2085, "Gives a 10% Hit Boost On Anghellic", 0xFFFFFF, false, true, 52,TDA, 1); addSprite(2086, 1, "Interfaces/CompletionistCape/IMAGE"); setBounds(2071, 15, 5, 0, Interface); setBounds(2072, 476, 8, 1, Interface); setBounds(2073, 476, 8, 2, Interface); setBounds(2074, 34, 44, 3, Interface); setBounds(2075, 100, 44, 4, Interface); setBounds(2076, 166, 44, 5, Interface); setBounds(2077, 232, 44, 6, Interface); setBounds(2078, 298, 44, 7, Interface); setBounds(2079, 364, 44, 8, Interface); setBounds(2080, 430, 44, 9, Interface); setBounds(2081, 40, 100, 10, Interface); setBounds(2082, 40, 120, 11, Interface); setBounds(2083, 40, 140, 12, Interface); setBounds(2084, 40, 160, 13, Interface); setBounds(2085, 40, 180, 14, Interface); setBounds(2086, 300, 100, 15, Interface); }
then add:Code:aClass44 = streamloader;
save compile and your done with your client.Code:CompletionistCape(atextdrawingarea);
Goto your cache -> sprites -> interfaces. Then make put these sprites in there.
Download these sprites: [Only registered and activated users can see links. ]
its nice i guess wont use tho
Good job
Not bad, unique, wont be using but it's nice. :L
yo i dont got streamloader i got archive
nvm got it rightbut now i cant click it can u help me with everything? like add the whole tut on how to work it? no just interface can u tell me how to click them thankz?
EDIT : Yo i got error
Code:RSInterface.java:1480: cannot find symbol symbol : method addButton(int,int,java.lang.String,int,int,java.lang.String,int) location: class RSInterface addButton(2074, 1, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Overload!", 1); ^ RSInterface.java:1481: cannot find symbol symbol : method addButton(int,int,java.lang.String,int,int,java.lang.String,int) location: class RSInterface addButton(2075, 2, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Home Teleport!", 1); ^ RSInterface.java:1482: cannot find symbol symbol : method addButton(int,int,java.lang.String,int,int,java.lang.String,int) location: class RSInterface addButton(2076, 3, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Restore Run!", 1); ^ RSInterface.java:1483: cannot find symbol symbol : method addButton(int,int,java.lang.String,int,int,java.lang.String,int) location: class RSInterface addButton(2077, 4, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Restore Stats!", 1); ^ RSInterface.java:1484: cannot find symbol symbol : method addButton(int,int,java.lang.String,int,int,java.lang.String,int) location: class RSInterface addButton(2078, 5, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Anghellic Teleport!", 1); ^ RSInterface.java:1485: cannot find symbol symbol : method addButton(int,int,java.lang.String,int,int,java.lang.String,int) location: class RSInterface addButton(2079, 6, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Change Prayers!", 1); ^ RSInterface.java:1486: cannot find symbol symbol : method addButton(int,int,java.lang.String,int,int,java.lang.String,int) location: class RSInterface addButton(2080, 7, "Interfaces/CompletionistCape/BUTTON", 64, 64, "Change Spellbook!", 1); ^ RSInterface.java:1487: cannot find symbol symbol : variable TDA location: class RSInterface addText(2081, "Built-In Features:", 0xFFFFFF, false, true, 52,TDA, 1); ^ RSInterface.java:1488: cannot find symbol symbol : variable TDA location: class RSInterface addText(2082, "Retrieve arrows", 0xFFFFFF, false, true, 52,TDA, 1); ^ RSInterface.java:1489: cannot find symbol symbol : variable TDA location: class RSInterface addText(2083, "Extra Damage On Slayer Monsters", 0xFFFFFF, false, true, 52,TDA, 1); ^ RSInterface.java:1490: cannot find symbol symbol : variable TDA location: class RSInterface addText(2084, "Restores Prayer When Operated", 0xFFFFFF, false, true, 52,TDA, 1); ^ RSInterface.java:1491: cannot find symbol symbol : variable TDA location: class RSInterface addText(2085, "Gives a 10% Hit Boost On Anghellic", 0xFFFFFF, false, true, 52,TDA, 1); ^ Note: client.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 12 errors Press any key to continue . . .
ok so i got it to work the first time, but how can i show hte interface if i was a normal player?
sprites look pretty good
my comp cape doesn't do anything
ITEM: 20769
| « Load item inventory icons from sprites! | How to fix your Gigantic Stove » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |