When I equip my vesta longsword, It shows this.


Also this is my Statius:


Ints for Vesta:
Code:
		case 13899:
			itemDef.name = "Vesta's longsword";
			itemDef.actions = new String[5];
			itemDef.actions[1] = "Equip";
			itemDef.modelID = 42597;
			itemDef.modelZoom = 1744;
			itemDef.modelRotation1 = 738;
			itemDef.modelRotation2 = 1985;
			itemDef.modelOffset2 = 0;
			itemDef.modelOffset1 = 0;
			itemDef.anInt204 = 0;
			itemDef.maleEquip1 = 9519;
			itemDef.femaleEquip1 = 9519;
			itemDef.description = "Vesta's longsword, a reward from PVP.".getBytes();
			break;
Note: I do not have that model in my 'Raw' Folder in my cache, But how does it load the inventory model?