Parenoya/SwasticAp Company
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Parenoya/SwasticAp Company

Parenoya/Swasticap a company giving you this forum for console gaming, internet gaming, a Rs2 Priv server, a rs development site, and Much More!


You are not connected. Please login or register

How to add customs (D plate ints)

2 posters

Go down  Message [Page 1 of 1]

1How to add customs (D plate ints) Empty How to add customs (D plate ints) Wed Feb 03, 2010 12:24 pm

G0d p0wr


Admin
Admin

I know, no one has requested anything yet, but i thought i should get this stuff started! I hope you like! Rep "+" on the side of this post!

First client side TUTORIAL

Explanations-
Serversided- this means the editing and adding you do to the server is added in your source part, not the client.
Client sided- This means your doing work in the client, so go to your client folder.

This is a Client sided Tutorial

Difficulty- 5/10 since you guys are new it should be difficult.
Source Used- Delta (im just learning delta myself)
Objective- Adding a custom item
Why?- im showing this so people can start adding their own custom items to their server/client.
WARNING - Capital Letters are needed in the spots required or shown here!!! otherwise it wont compile!!

Step 1
Find what custom item your adding, get the ints and the models (which are in a gzip file).
You can request models and we will Help you get them.

Step 2
Ill show you how to add D plate to your Client.

Ints:
if (i == 13665) // change this if you need to "item number"
{
class8.aStringArray189 = new String[5];
class8.aStringArray189[1] = "Wear";//New option
class8.anIntArray156 = new int[9];
class8.anIntArray160 = new int[9];
class8.anIntArray156[0] = 10266;
class8.anIntArray160[0] = 925;
class8.anIntArray156[1] = 10275;
class8.anIntArray160[1] = 925;
class8.anIntArray156[2] = 10291;
class8.anIntArray160[2] = 924;
class8.anIntArray156[3] = 10283;
class8.anIntArray160[3] = 924;
class8.anIntArray156[4] = 4550;
class8.anIntArray160[4] = 925;
class8.anIntArray156[5] = 10287;
class8.anIntArray160[5] = 924;
class8.anIntArray156[6] = 8375;
class8.anIntArray160[6] = 80;
class8.anIntArray156[7] = 8384;
class8.anIntArray160[7] = 75;
class8.anIntArray156[8] = 8367;
class8.anIntArray160[8] = 70;
class8.anInt174 = 14081; //Model ID // 20233
class8.anInt181 = 1330; //zoom increase will make it smaller
class8.anInt190 = 572; //model rotate up+down increase to move doen away from you
class8.anInt198 = 302; //model rotate side ways increase to move right in circle
class8.anInt169 = 0; // model offset increase to move to the right
class8.anInt194 = 1; //model offset increase to move up
class8.anInt165 = 14079;//male wearing //
class8.anInt200 = 14079;//female wearing //
class8.anInt164 = 14080;//Female arms/sleeves //
class8.anInt188 = 14080;//male arms/sleeves //
class8.aBoolean176 = false;//Stackable
class8.aString170 = "Dragon platebody";//Name of the new item
class8.aByteArray178 = "An ancient Platebody ".getBytes();//examin info
}

Copy and paste this in your Class8.java file in your client folder.
(i dont know much at all about clients, just the basics)!!

Step 3
Find the model, ill post the model upon request. You can either put this in your own client, or modify someone elses client your using.

Request the model and ill post it, along with how to add it.

Step 4
Compile your client, and then play. you may have to type add model (model number)..there is no :: before add, so type it how it is...."add model (model #)"

step 5

You can go and add the item stats that you want to the item, in the server. This is server sided obiouvsly, ill awesome post a tut on it aswell upon request.

To rep, if you used this, or find it a good job...use the "+" button on the side of this message.

Credits
Client/server 30% (having the ints, and stats)
Me 50% (testing, and finding the ints and models)
20% (dragon plate model maker, an who everelse)

I hope you enjoyed!

https://parenoya.darkbb.com

2How to add customs (D plate ints) Empty Re: How to add customs (D plate ints) Wed Feb 03, 2010 2:49 pm

da man


Parenoya Sr Member
Parenoya Sr Member

um u should make another topic of like adding any item on their lke finding models and stuff

3How to add customs (D plate ints) Empty Re: How to add customs (D plate ints) Thu Feb 04, 2010 6:35 am

G0d p0wr


Admin
Admin

I dont understand what your getting at mate? i put on their how to add models, and their ints. They just need to find them or request and ill send them or post the data.

https://parenoya.darkbb.com

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum