~ 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
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