D Bow
July 3rd, 2010, 03:58
If you dont know how to dowload models or leech them and add them to your files this tut is not for you.
I quit hosting my server so im going into tutorial making.
1.Ok First go into your client folder.
2.Open the sub folder src
3.Then you will see applet_sub1.java
4.Open the file and
Class75_Sub1.aClass98_3294.method1568(class19, 106, (long) i_3_)
5.Below that you should start seeing cases (ex)(case: 369)
6.Now the case is the id of the item just change to what item id you want.
7.After copy and paste this
case (item id):
class19.anInt330 = (model id);//this is the Inventory Model id the thing your going to see in you inv and on the ground
class19.anInt336 = 1663;
class19.anInt389 = 400;
class19.anInt395 = 0;
class19.anInt358 = 0;
class19.anInt391 = 10;
class19.anInt390 = (emquipment id);//Male model
class19.anInt387 = (emquipment id);//Female model
class19.anInt344 = -1;
class19.anInt347 = -1;
class19.aRSString_362 = Class112.method1668(43, "NAME OF YOUR ITEM");
break;
8.For people who aren't familier with coding the model id and equipment model id are specified where you downloaded the model from.
9.Save and compile and spawn you item.
10.Now you must add it to you Source(I'll Make A Tut Later).
D Bow - I will be releasing my client soon has dungoneering armor, all colored, Dark bows, choatic maul, and lord marshal outfit,
I quit hosting my server so im going into tutorial making.
1.Ok First go into your client folder.
2.Open the sub folder src
3.Then you will see applet_sub1.java
4.Open the file and
Class75_Sub1.aClass98_3294.method1568(class19, 106, (long) i_3_)
5.Below that you should start seeing cases (ex)(case: 369)
6.Now the case is the id of the item just change to what item id you want.
7.After copy and paste this
case (item id):
class19.anInt330 = (model id);//this is the Inventory Model id the thing your going to see in you inv and on the ground
class19.anInt336 = 1663;
class19.anInt389 = 400;
class19.anInt395 = 0;
class19.anInt358 = 0;
class19.anInt391 = 10;
class19.anInt390 = (emquipment id);//Male model
class19.anInt387 = (emquipment id);//Female model
class19.anInt344 = -1;
class19.anInt347 = -1;
class19.aRSString_362 = Class112.method1668(43, "NAME OF YOUR ITEM");
break;
8.For people who aren't familier with coding the model id and equipment model id are specified where you downloaded the model from.
9.Save and compile and spawn you item.
10.Now you must add it to you Source(I'll Make A Tut Later).
D Bow - I will be releasing my client soon has dungoneering armor, all colored, Dark bows, choatic maul, and lord marshal outfit,