I know you will all tell me to use the search function, which i did, and all the links came up dead. does anyone have good links to these?
Printable View
I know you will all tell me to use the search function, which i did, and all the links came up dead. does anyone have good links to these?
Note: you may need to do some converting based on what base you using.
Death cape:
[Only registered and activated users can see links. Click Here To Register...]
Dragon kiteshield:Code:if(i == 18743)
{
itemdef.modelID = 3288;
itemdef.name = "Death Cape";
itemdef.description = "A cape worn by the loyal players of deathlypvpz.";
itemdef.modelZoom = 1579;
itemdef.modelOffset1 = -4;
itemdef.modelOffset2 = 0;
itemdef.modelRotation1 = 533;
itemdef.modelRotation1 = 333;
itemdef.anInt165 = 3287;
itemdef.anInt200 = 3287;
itemdef.groundActions = new String[5];
itemdef.groundActions[2] = "Take";
itemdef.itemActions = new String[5];
itemdef.itemActions[1] = "Wear";
}
[Only registered and activated users can see links. Click Here To Register...]
Code:if (i == 11613)
{
itemdef.name = "Dragon kiteshield";
itemdef.modelZoom = 1378;
itemdef.modelRotation1 = 264;
itemdef.modelRotation2 = 1913;
itemdef.modelOffset1 = 7;
itemdef.modelOffset2 = 58;
itemdef.itemActions = new String[5];
itemdef.itemActions[1] = "Wear";
itemdef.itemActions[4] = "Drop";
itemdef.groundActions = new String[5];
itemdef.groundActions[2] = "Take";
itemdef.modelID = 70128;
itemdef.anInt165 = 70672;
itemdef.anInt200 = 70672;
}
The models didnt work. the dont show up on the player.
Broken link?