Well, decided to release these robes because a friend had requested these....
Models:
Get them yourselves from reading the ints, I used 634 models for this. You can use the 602 cache for them
Ints:
Code:
case 18799:
itemDef.modelID = 54093;
itemDef.name = "Celestial hood";
itemDef.modelZoom = 789;
itemDef.modelRotationX = 215;
itemDef.modelRotationY = 165;
itemDef.modelOffset1 = 0;
itemDef.modelOffset2 = 0;
itemDef.anInt165 = 55746;
itemDef.anInt200 = 56453;
itemDef.groundActions = new String[5];
itemDef.groundActions[2] = "Take";
itemDef.itemActions = new String[5];
itemDef.itemActions[1] = "Wear";
itemDef.itemActions[4] = "Drop";
break;
case 18800:
itemDef.modelID = 54097;
itemDef.name = "Celestial robe top";
itemDef.modelZoom = 1447;
itemDef.modelRotationY = 485;
itemDef.modelRotationX = 0;
itemDef.modelOffset1 = 0;
itemDef.modelOffset2 = 0;
itemDef.anInt165 = 55659;
itemDef.anInt200 = 56237;
itemDef.groundActions = new String[5];
itemDef.groundActions[2] = "Take";
itemDef.itemActions = new String[5];
itemDef.itemActions[1] = "Wear";
itemDef.itemActions[4] = "Drop";
itemDef.anInt188 = 55893;
itemDef.anInt164 = 56530;
break;
case 18801:
itemDef.modelID = 54009;
itemDef.name = "Celestial robe bottom";
itemDef.modelZoom = 1875;
itemDef.modelRotationY = 525;
itemDef.modelRotationX = 0;
itemDef.modelOffset1 = 0;
itemDef.modelOffset2 = 0;
itemDef.anInt165 = 55785;
itemDef.anInt200 = 56466;
itemDef.groundActions = new String[5];
itemDef.groundActions[2] = "Take";
itemDef.itemActions = new String[5];
itemDef.itemActions[1] = "Wear";
itemDef.itemActions[4] = "Drop";
break;