Hi I have added new models to my client and i put the models in the cache/raw file and they are .dat files. Also i added ints to itemDef.java but when i spawn the item in my server the items name will show up but the item in the inventory,wielded inventory, and on the player will not show. Is there a command i have to use in my client like add model **** because that doesn't seem to work.
Here are my ints (they compiled fine)
[CODE]case 11607:
itemDef.modelid = 70729;
itemDef.modelZoom = 780;
itemDef.modelRotationY = 229;
itemDef.modelRotationX = 177;
itemDef.modelOffset1 = 1;
itemDef.modelOffset2 = -34;
itemDef.anInt165 = 70662;
itemDef.anInt200 = 70691;
itemDef.groundActions = new String[] { null, null, "Take", null, null };
itemDef.itemActions = new String[] { null, "Wear", "Split", null, "Drop" };
itemDef.name = "Dragonbone full helm";
itemDef.description = "Dragonbone Full Helm.";
break;[/CODE]