Example #1
0
void Item::LoadModels()
{
	pInitModelData();
	g_ItemModel.SetModel();
	// ----
	char * Path	= "Data\\Custom\\Item\\";
	// ----
#ifdef NEWWINGS
	pLoadModel(ITEM2(12, 180), Path, "Wings1", -1);
	pLoadModel(ITEM2(12, 181), Path, "Wings2", -1);
	pLoadModel(ITEM2(12, 182), Path, "Wings3", -1);
	pLoadModel(ITEM2(12, 183), Path, "Wings4", -1);
	pLoadModel(ITEM2(12, 184), Path, "Wings5", -1);
	pLoadModel(ITEM2(12, 185), Path, "Wings6", -1);
	pLoadModel(ITEM2(12, 186), Path, "Wings7", -1);
	pLoadModel(ITEM2(12, 187), Path, "Wings8", -1);
	pLoadModel(ITEM2(12, 188), Path, "Wings9", -1);
	pLoadModel(ITEM2(12, 189), Path, "Wings10", -1);
	pLoadModel(ITEM2(12, 190), Path, "Wings11", -1);
	pLoadModel(ITEM2(12, 191), Path, "Wings12", -1);
	pLoadModel(ITEM2(12, 192), Path, "Wings13", -1);
	pLoadModel(ITEM2(12, 193), Path, "Wings14", -1);
#endif
	// ----
	pLoadModel(ITEM2(14, 180), Path, "JewelOfLuck", -1);
	pLoadModel(ITEM2(14, 181), Path, "JewelOfSkill", -1);
	pLoadModel(ITEM2(14, 182), Path, "JewelOfExcellent", -1);
	pLoadModel(ITEM2(14, 183), Path, "JewelOfNature", -1);
	pLoadModel(ITEM2(14, 184), Path, "JewelOfCurse", -1);
}
Example #2
0
void Item::LoadModels()
{
	pInitModelData();
	g_ItemModel.SetModel();
	// ----
	char * Path	= "Data\\Custom\\Item\\";
	// ----
#ifdef NEWWINGS

	pLoadModel(ITEM2(12, 180), Path, "Wings1", -1);
	pLoadModel(ITEM2(12, 181), Path, "Wings2", -1);
	pLoadModel(ITEM2(12, 182), Path, "Wings3", -1);
	pLoadModel(ITEM2(12, 183), Path, "Wings4", -1);
	pLoadModel(ITEM2(12, 184), Path, "Wings5", -1);
	pLoadModel(ITEM2(12, 185), Path, "Wings6", -1);
	pLoadModel(ITEM2(12, 186), Path, "Wings7", -1);
	pLoadModel(ITEM2(12, 187), Path, "Wings8", -1);
	pLoadModel(ITEM2(12, 188), Path, "Wings9", -1);
	pLoadModel(ITEM2(12, 189), Path, "Wings10", -1);
	pLoadModel(ITEM2(12, 190), Path, "Wings11", -1);
	pLoadModel(ITEM2(12, 191), Path, "Wings12", -1);
	pLoadModel(ITEM2(12, 192), Path, "Wings13", -1);
	pLoadModel(ITEM2(12, 193), Path, "Wings14", -1);

	//pLoadModel(ITEM2(12, 180), Path, "WingsOfWizardry", -1);
	//pLoadModel(ITEM2(12, 181), Path, "WingsOfGreatDragon", -1);
	//pLoadModel(ITEM2(12, 182), Path, "WingsOfNature", -1);
	//pLoadModel(ITEM2(12, 183), Path, "WingsOfReign", -1);
	//pLoadModel(ITEM2(12, 184), Path, "WingsOfChaotic", -1);
	//pLoadModel(ITEM2(12, 185), Path, "WingsOfLilium", -1);
	//pLoadModel(ITEM2(12, 186), Path, "WingsOfMonarh", -1);
#endif

	// ----
	pLoadModel(ITEM2(14, 180), Path, "JewelOfLuck", -1);
	pLoadModel(ITEM2(14, 181), Path, "JewelOfSkill", -1);
	pLoadModel(ITEM2(14, 182), Path, "JewelOfExcellent", -1);
	pLoadModel(ITEM2(14, 183), Path, "JewelOfNature", -1);
	pLoadModel(ITEM2(14, 184), Path, "JewelOfCurse", -1);

	//New Swords
	//pLoadModel(ITEM2(0, 180), Path, "test", -1);
}