
Originally Posted by
RS Wiki
¯\_(ツ)_/¯
Don't have the models but I have the ids
Code:
case 23818:
itemDefinition.groundModel = 68420;
itemDefinition.name = "Barbed bow";
itemDefinition.modelZoom = 1724;
itemDefinition.rotationY = 299;
itemDefinition.rotationX = 1064;
itemDefinition.offsetX = 4;
itemDefinition.offsetY = 13;
itemDefinition.membersObject = true;
itemDefinition.maleModel = 68419;
itemDefinition.femaleModel = 68419;
itemDefinition.groundActions = new String[6];
itemDefinition.groundActions[2] = "Take";
itemDefinition.groundActions[5] = "Examine";
itemDefinition.inventoryActions = new String[5];
itemDefinition.inventoryActions[1] = "Wield";
itemDefinition.inventoryActions[4] = "Destroy";
break;
Model ids are over 65k so you'll have to change the ids to lower ones, not sure if the models will work with the current released headers for 317 though.