PDA

View Full Version : Basic NON-RENAMED Ints.



~ fail coder ~
June 24th, 2010, 07:22
Title says it all... Basic non-renamed ints!



if(i == ****){ // This is your item ID.
class8.aStringArray189 = new String[5];
class8.aStringArray189[1] = "Wear"; // You can change this to "Equip" or whatever you want.
class8.anInt174 = ****; // This is your inventory and drop model ID.
class8.anInt181 = ****; // Model Zoom.
class8.anInt190 = ****; // Invent Rotation 1.
class8.anInt198 = ****; // Invent Rotation 2.
class8.anInt169 = ****; // Model offset 1.
class8.anInt194 = ****; // Model offset 2.
class8.anInt165 = ****; // Male Weild Model ID.
class8.anInt200 = ****; // Female Weild Model ID.
class8.aBoolean176 = ****; // Stackable [ Set to true, or false.]
class8.anInt199 = ****; // Noteable . Put "-1" if not used.
class8.anInt164 = ****; // Female Arm + Sleeves Model. Put "-1" if not used.
class8.anInt188 = ****; // Male Arm + Sleeves Model. Put "-1" if not used.
class8.anInt175 = ****; // I'm not 100% sure what this is! Put "-1" if not used.
class8.aString170 = "****"; // This is your item name.
class8.aByteArray178 = "****".getBytes(); // This is your examine text.
}




CREDITS:
No credits to anyone, because this is just ints :P

Dylan_0789
June 24th, 2010, 07:26
Im not sure if this is better of here or in client hacking lol... Also, what about the ints for chest plates/robes? Seeing as there is an 'arm' model and base model for most chest plates/robes, I know the ints are slightly different.

h1 sk1ller
June 24th, 2010, 07:37
Its Called Ints For "Models" That Is For The Models Section Class8.java = Custom Items??

~ fail coder ~
June 24th, 2010, 07:37
Updated, but i'm not 100% sure what this one is used for... class8.anInt175 :P


Its Called Ints For "Models" That Is For The Models Section Class8.java = Custom Items??
Wut?

h1 sk1ller
June 24th, 2010, 07:38
Goodjob Coder =P

~ZaRoS
June 24th, 2010, 13:16
class8.aBoolean176 = false; //Stackable
class8.anInt199 = -1; //noteable
I'm going through all of my ints, trying to find 175 though...

Fenway`
June 24th, 2010, 21:03
cool thanks for this