i was woundering if some1 could help me add zamorak gwd i need the .dat file for it and enititydef.java ints please thanks ill rep++ if you can


here's what i have
Code:
if(i == 1008) { // NPC ID
    //aClass30_Sub2_Sub2_60.anInt1406 = streamIndices[630]; 
    //entityDef.readValues(true, aClass30_Sub2_Sub2_60); // Collect original NPC data
    entityDef.itemActions = new String[5];
    entityDef.itemActions[1] = "Attack";
	entityDef.aByte68 = 5;
    entityDef.anIntArray94 = new int[5]; // Number of anIntArray94 the NPC uses
    int changedColors = 1; // Number of model colors changed on the NPC
    entityDef.anIntArray76 = new int[changedColors];
    entityDef.anIntArray70 = new int[changedColors];
    entityDef.anIntArray76[0] = 61; // Original model color
    entityDef.anIntArray70[0] = 926; // Changed model color
    entityDef.anIntArray94[0] = 27768;
    entityDef.anIntArray94[1] = 27770;
    entityDef.anIntArray94[2] = 27773;
    entityDef.anIntArray94[3] = 27765;
    entityDef.anIntArray94[4] = 27764;
    entityDef.name = "K'ril Tsutsaroth"; // NPC name
    entityDef.combatLevel = 650; //combat level
	entityDef.anInt91 = 110; //width?
	entityDef.anInt86 = 110; //height?
	entityDef.anInt67 = 6942;
	entityDef.anInt77 = 6943;
    entityDef.description = "The mighty lord zamoraks demon K'ril Tsutsaroth!".getBytes(); // NPC description
	}