WC REECE
June 17th, 2010, 19:35
Only the registered members can see the link.
if(i == 11100) // Your desired item id
{
class8.aStringArray189 = new String[5];
class8.aStringArray189[1] = "Wear"; // String name, this can be changed to wield, or attach, or whatever you want
class8.anInt174 = 13001; // Drop/Inv Model
class8.anInt165 = 13002; // Male Wield Model
class8.anInt200 = 13003; // Female Wield
class8.anInt188 = -1; // Male arms/sleeves
class8.anInt164 = -1; // Female arms/sleeves
class8.anInt181 = 2000; // Zoom - Increase to make inv model smaller
class8.anInt190 = 444; // Rotate up/down - Increase to rotate upwards
class8.anInt198 = 0; // Rotate right/left - Increase to rotate right
class8.anInt169 = -1; // Position in inv, increase to move right
class8.anInt194 = -1; // Position in inv, increase to move up
class8.aString170 = "Flared Trousers"; // Item Name
class8.aByteArray178 = "A pair of flared trousers".getBytes(); // Item Examine
}
if(i == 11100) // Your desired item id
{
class8.aStringArray189 = new String[5];
class8.aStringArray189[1] = "Wear"; // String name, this can be changed to wield, or attach, or whatever you want
class8.anInt174 = 13001; // Drop/Inv Model
class8.anInt165 = 13002; // Male Wield Model
class8.anInt200 = 13003; // Female Wield
class8.anInt188 = -1; // Male arms/sleeves
class8.anInt164 = -1; // Female arms/sleeves
class8.anInt181 = 2000; // Zoom - Increase to make inv model smaller
class8.anInt190 = 444; // Rotate up/down - Increase to rotate upwards
class8.anInt198 = 0; // Rotate right/left - Increase to rotate right
class8.anInt169 = -1; // Position in inv, increase to move right
class8.anInt194 = -1; // Position in inv, increase to move up
class8.aString170 = "Flared Trousers"; // Item Name
class8.aByteArray178 = "A pair of flared trousers".getBytes(); // Item Examine
}