ok I'm making some new weapons for my client
but problem is.... i don't understand a thing oh what to do
I'm a good coder but for that... NOTHING
so heres the code i want to change
it is originally a white whip but I want it to be like verac's flail
but with different colors a bone white would fit
Code:
if(i == 9999{or any other id})    //skull flail
		        {
		            class8.aStringArray189 = new String[5];
		            class8.aStringArray189[1] = "Wear"; //this is the new option to equipt, can change to w/e u want
		            class8.anIntArray156 = new int[1];
		        class8.anIntArray160 = new int[1];
		class8.anIntArray156[0] = 528;  //original color
		class8.anIntArray160[0] = 100; //changed color
		class8.anInt174 =  5412;
		class8.anInt181 =  840;
		class8.anInt190 =  280;
		class8.anInt198 =  0;
		class8.anInt204 =  0;
		class8.anInt169 =  -2;
		class8.anInt194 =  56;
		class8.anInt165 =  5409;
		class8.anInt200 =  5409;
		class8.anInt188 =  -1;
		class8.anInt164 =  -1;
		class8.anInt175 =  -1;
		class8.anInt197 =  -1;
		            class8.aString170 = "Skull flail";
		            class8.aByteArray178 = "Made out of a bone,a chain and a spined skull".getBytes();
PLZ help me and if you can't modify it can you teach me
how to change weapons or armor