nice!!/.....................
|
|
Description: Adding the Items kept on death interface using the button and, the enchant bolts itnerface by using the spell, and adding the working autocast buttons on the attack tab of the staff.
Difficulty: 1
Assumed Knowledge: Nothing?
Tested Server: RS2E 503 V2./(Progetto 503)
Files/Classes Modified: ActionButton.java
Procedure
Step 1:
Open Buttons.java and add these.
Code:case 192: if(buttonId == 3) { // Enchant Bolts. p.frame.showInterface(p, 5, 432); } break; case 387: if(buttonId == 50) { // Items kept on death. p.frame.showInterface(p, 5, 102); } break; case 90: if (buttonId == 4) p.frame.showInterface(p, 79, 319); else if (buttonId == 5) p.frame.showInterface(p, 79, 319); break;
Save, close, compile you're done.
EDIT: The last one is for the autocast. I just wanted to say that you can't exit out of the autocast. Will post a fix once I find one.
Its not really a tut but, I was bored and decided to do it :\.
Credits: Me
Idc about rep, just wanting to release some very easy stuff some people don't know how to do.

Nice i use it![]()

You can't change the case number or it won't work.
It did it for me too but, I fixed it.
If its because of the equipment screen use this.
Code:case 387: if (buttonId == 51) p.frame.showInterface(p, 5, 667); else if(buttonId == 50) p.frame.showInterface(p, 5, 102); break;
GJ I used! Just one little change!
for the Enchant Bolts interface (if u use Dannos newest 503) put this:
p.frame.setInterface2(p, 548, 5, 432);
instead of this:
p.frame.showInterface(p, 5, 432);
| « please dont move, nobody looks in help section 1 error | [503] Equipping Stackable Items (Absolute Fix - Will hold more than 255) » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |