Jump to content
Existing user? Sign In

Sign In



Sign Up

How to add customs to a custom rsps/non-packed cache


Mathy

Recommended Posts

  • Replies 103
  • Created
  • Last Reply

Top Posters In This Topic

  • 5 months later...
  • 2 weeks later...
  • 3 months later...
  • 1 month later...
  • 1 month later...
On 10/23/2016 at 10:08 PM, Mathy said:

Hey guys,

 

So I saw some people that needed help adding customs to their RSPS so here I am.

 

1) You should have an int (the item's info) and 2 .dat files (those are the models for your item, the drop model and the wear model)

2) Add these two models in your "Raw" folder in your cache:

  Reveal hidden contents

This is the hidden content, please

Now go to your Client folder.

3) Add the int in your itemdef.java or itemdef_2.java or anything like that. That file is located in you Client folder. Add the int somewhere in the middle of other ints, not at the beginning

This is the hidden content, please

THIS IS AN INT EXAMPLE:

if(i == #) {
	itemdef.name = "##";
	itemdef.description = "###";
	itemdef.modelID = ####; 
	itemdef.anInt165 = #####; 
	itemdef.anInt200 = #####; 
	itemdef.modelZoom = 2100;
	itemdef.modelRotation1 = 336;
	itemdef.modelRotation2 = 336;
	itemdef.modelOffset1 = 1;
	itemdef.modelOffset2 = 17;
	itemdef.groundActions = new String[5]; 
	itemdef.groundActions[2] = "Take"; 
	itemdef.itemActions = new String[5]; 
	itemdef.itemActions[1] = "Wear";
}

Here:

# = The item id when you want to spawn it (eg. ::item 995 1)

## = The item's name

### = The item's description when you right click it

#### = THE DROP MODEL ID

##### = THE WEAR MODEL ID

Those are the only things you will need to change for now unless you know what you're doing.

 

4) Now some owners are smart and they change what the int looks like, for example Dreamscape's ints. You will need to convert them so they fit your client. Once again, if you don't know what you're doing, look for help, it shouldn't take long to convert.

 

5) Compile your client if you're not using Eclipse, which you should ;) 

 

6) Run your client and spawn the item you added using what you put in as # in your int.

 

 

If that doesn't work, comment what's not working.

 

Thanks for reading :)

 

Mathy

this helps alot!!!!! ty!!!

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
  • 1 month later...
  • 5 months later...
  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



Contact

[email protected]

astra.security

RSPS Partners

RedemptionRSPS
RSPSTOPLIST

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

August RSPS Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...