if you can post it the code is here
Code:
if(i == ####) { // NPC ID
aClass30_Sub2_Sub2_60.anInt1406 = anIntArray72[630];
class5.method165(true, aClass30_Sub2_Sub2_60); // Collect original NPC data
class5.aStringArray66 = new String[5];
class5.aStringArray66[1] = "Attack";
class5.anIntArray94 = new int[3]; // Number of models the NPC uses
int changedColors = 1; // Number of model colors changed on the NPC
class5.anIntArray76 = new int[changedColors];
class5.anIntArray70 = new int[changedColors];
class5.anIntArray76[0] = 61; // Original model color
class5.anIntArray70[0] = 926; // Changed model color
class5.anIntArray94[0] = 10487; // 28002
class5.anIntArray94[1] = 10488; // 28003
class5.anIntArray94[2] = 10489; // 28004
class5.aString65 = "Kree'arra"; // NPC name
class5.anInt61 = 650; //combat level
class5.aByteArray89 = "The mighty lord Armadyls general kree'arra!".getBytes(); // NPC description
}