Thread: Corrupt Dragon Armour + Weps

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Corrupt Dragon Armour + Weps 
    Respected Member


    Josh's Avatar
    Join Date
    Aug 2008
    Age
    27
    Posts
    2,863
    Thanks given
    6
    Thanks received
    1,342
    Rep Power
    5000
    You need to be able to load .dat files to use this.

    And before anybody tells me, I know the Dragon Sq doesn't animate. I don't have a complete cache which has the Corrupt Dragon Sq model in it, so I couldn't attempt to try and animate it again.

    Renamed:
    Code:
    case 13958:
    			itemDef.name = "Corrupt D. Chainbody";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42598;
    			itemDef.modelZoom = 1100;
    			itemDef.modelRotation1 = 568;
    			itemDef.modelRotation2 = 0;
    			itemDef.modelOffset2 = 2;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42628;
    			itemDef.anInt200 = 42640;
    			itemDef.description = "A corrupt D. chainbody, a reward from PVP".getBytes();
    			break;
    		case 13961:
    			itemDef.name = "Corrupt D. Med Helm";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42585;
    			itemDef.modelZoom = 670;
    			itemDef.modelRotation1 = 92;
    			itemDef.modelRotation2 = 136;
    			itemDef.modelOffset2 = -5;
    			itemDef.modelOffset1 = 3;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42637;
    			itemDef.anInt200 = 42654;
    			itemDef.description = "A corrupt D. med helm, a reward from PVP".getBytes();
    			break;
    		case 13964:
    			itemDef.name = "Corrupt D. Sq Shield";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42594;
    			itemDef.modelZoom = 1730;
    			itemDef.modelRotation1 = 352;
    			itemDef.modelRotation2 = 120;
    			itemDef.modelOffset2 = 10;
    			itemDef.modelOffset1 = 1;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42621;
    			itemDef.anInt200 = 42621;
    			itemDef.description = "A corrupt D. Sq Shield, a reward from PVP".getBytes();
    			break;
    		case 13967:
    			itemDef.name = "Corrupt D. Plateskirt";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42576;
    			itemDef.modelZoom = 1230;
    			itemDef.modelRotation1 = 584;
    			itemDef.modelRotation2 = 0;
    			itemDef.modelOffset2 = 15;
    			itemDef.modelOffset1 = 4;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42630;
    			itemDef.anInt200 = 42648;
    			itemDef.description = "Corrupt D. plateskirt, a reward from PVP".getBytes();
    			break;
    		case 13970:
    			itemDef.name = "Corrupt D. Platelegs";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42589;
    			itemDef.modelZoom = 1740;
    			itemDef.modelRotation1 = 444;
    			itemDef.modelRotation2 = 0;
    			itemDef.modelOffset2 = -8;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42629;
    			itemDef.anInt200 = 42650;
    			itemDef.description = "Corrupt D. platelegs, a reward from PVP".getBytes();
    			break;
    		case 13973:
    			itemDef.name = "Corrupt D. Battleaxe";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42601;
    			itemDef.modelZoom = 1360;
    			itemDef.modelRotation1 = 420;
    			itemDef.modelRotation2 = 2020;
    			itemDef.modelOffset2 = -3;
    			itemDef.modelOffset1 = 1;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42619;
    			itemDef.anInt200 = 42619;
    			itemDef.description = "A Corrupt D. battleaxe, a reward from PVP".getBytes();
    			break;
    		case 13976:
    			itemDef.name = "Corrupt D. Dagger";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42587;
    			itemDef.modelZoom = 760;
    			itemDef.modelRotation1 = 472;
    			itemDef.modelRotation2 = 1276;
    			itemDef.modelOffset2 = -4;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42620;
    			itemDef.anInt200 = 42620;
    			itemDef.description = "A Corrupt D. dagger, a reward from PVP".getBytes();
    			break;
    		case 13979:
    			itemDef.name = "Corrupt D. Scimitar";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42586;
    			itemDef.modelZoom = 1640;
    			itemDef.modelRotation1 = 456;
    			itemDef.modelRotation2 = 12;
    			itemDef.modelOffset2 = 6;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42616;
    			itemDef.anInt200 = 42616;
    			itemDef.description = "A Corrupt D. scimitar, a reward from PVP".getBytes();
    			break;
    		case 13982:
    			itemDef.name = "Corrupt D. Longsword";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42580;
    			itemDef.modelZoom = 1570;
    			itemDef.modelRotation1 = 400;
    			itemDef.modelRotation2 = 360;
    			itemDef.modelOffset2 = -5;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42612;
    			itemDef.anInt200 = 42612;
    			itemDef.description = "A Corrupt D. longsword, a reward from PVP".getBytes();
    			break;
    		case 13985:
    			itemDef.name = "Corrupt D. Mace";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42584;
    			itemDef.modelZoom = 1440;
    			itemDef.modelRotation1 = 348;
    			itemDef.modelRotation2 = 1388;
    			itemDef.modelOffset2 = 13;
    			itemDef.modelOffset1 = -13;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42618;
    			itemDef.anInt200 = 42618;
    			itemDef.description = "A Corrupt D. mace, a reward from PVP".getBytes();
    			break;
    		case 13988:
    			itemDef.name = "Corrupt D. Spear";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42600;
    			itemDef.modelZoom = 1490;
    			itemDef.modelRotation1 = 1960;
    			itemDef.modelRotation2 = 112;
    			itemDef.modelOffset2 = -4;
    			itemDef.modelOffset1 = 7;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42622;
    			itemDef.anInt200 = 42622;
    			itemDef.description = "A Corrupt D. spear, a reward from PVP".getBytes();
    			break;
    Non Renamed:
    Code:
    case 13958:
    			class8.aString170 = "Corrupt D. Chainbody";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42598;
    			class8.anInt181 = 1100;
    			class8.anInt190 = 568;
    			class8.anInt198 = 0;
    			class8.anInt194 = 2;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42628;
    			class8.anInt200 = 42640;
    			class8.aByteArray178 = "A corrupt D. chainbody, a reward from PVP".getBytes();
    			break;
    		case 13961:
    			class8.aString170 = "Corrupt D. Med Helm";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42585;
    			class8.anInt181 = 670;
    			class8.anInt190 = 92;
    			class8.anInt198 = 136;
    			class8.anInt194 = -5;
    			class8.anInt169 = 3;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42637;
    			class8.anInt200 = 42654;
    			class8.aByteArray178 = "A corrupt D. med helm, a reward from PVP".getBytes();
    			break;
    		case 13964:
    			class8.aString170 = "Corrupt D. Sq Shield";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42594;
    			class8.anInt181 = 1730;
    			class8.anInt190 = 352;
    			class8.anInt198 = 120;
    			class8.anInt194 = 10;
    			class8.anInt169 = 1;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42621;
    			class8.anInt200 = 42621;
    			class8.aByteArray178 = "A corrupt D. Sq Shield, a reward from PVP".getBytes();
    			break;
    		case 13967:
    			class8.aString170 = "Corrupt D. Plateskirt";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42576;
    			class8.anInt181 = 1230;
    			class8.anInt190 = 584;
    			class8.anInt198 = 0;
    			class8.anInt194 = 15;
    			class8.anInt169 = 4;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42630;
    			class8.anInt200 = 42648;
    			class8.aByteArray178 = "Corrupt D. plateskirt, a reward from PVP".getBytes();
    			break;
    		case 13970:
    			class8.aString170 = "Corrupt D. Platelegs";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42589;
    			class8.anInt181 = 1740;
    			class8.anInt190 = 444;
    			class8.anInt198 = 0;
    			class8.anInt194 = -8;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42629;
    			class8.anInt200 = 42650;
    			class8.aByteArray178 = "Corrupt D. platelegs, a reward from PVP".getBytes();
    			break;
    		case 13973:
    			class8.aString170 = "Corrupt D. Battleaxe";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42601;
    			class8.anInt181 = 1360;
    			class8.anInt190 = 420;
    			class8.anInt198 = 2020;
    			class8.anInt194 = -3;
    			class8.anInt169 = 1;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42619;
    			class8.anInt200 = 42619;
    			class8.aByteArray178 = "A Corrupt D. battleaxe, a reward from PVP".getBytes();
    			break;
    		case 13976:
    			class8.aString170 = "Corrupt D. Dagger";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42587;
    			class8.anInt181 = 760;
    			class8.anInt190 = 472;
    			class8.anInt198 = 1276;
    			class8.anInt194 = -4;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42620;
    			class8.anInt200 = 42620;
    			class8.aByteArray178 = "A Corrupt D. dagger, a reward from PVP".getBytes();
    			break;
    		case 13979:
    			class8.aString170 = "Corrupt D. Scimitar";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42586;
    			class8.anInt181 = 1640;
    			class8.anInt190 = 456;
    			class8.anInt198 = 12;
    			class8.anInt194 = 6;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42616;
    			class8.anInt200 = 42616;
    			class8.aByteArray178 = "A Corrupt D. scimitar, a reward from PVP".getBytes();
    			break;
    		case 13982:
    			class8.aString170 = "Corrupt D. Longsword";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42580;
    			class8.anInt181 = 1570;
    			class8.anInt190 = 400;
    			class8.anInt198 = 360;
    			class8.anInt194 = -5;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42612;
    			class8.anInt200 = 42612;
    			class8.aByteArray178 = "A Corrupt D. longsword, a reward from PVP".getBytes();
    			break;
    		case 13985:
    			class8.aString170 = "Corrupt D. Mace";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42584;
    			class8.anInt181 = 1440;
    			class8.anInt190 = 348;
    			class8.anInt198 = 1388;
    			class8.anInt194 = 13;
    			class8.anInt169 = -13;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42618;
    			class8.anInt200 = 42618;
    			class8.aByteArray178 = "A Corrupt D. mace, a reward from PVP".getBytes();
    			break;
    		case 13988:
    			class8.aString170 = "Corrupt D. Spear";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42600;
    			class8.anInt181 = 1490;
    			class8.anInt190 = 1960;
    			class8.anInt198 = 112;
    			class8.anInt194 = -4;
    			class8.anInt169 = 7;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42622;
    			class8.anInt200 = 42622;
    			class8.aByteArray178 = "A Corrupt D. spear, a reward from PVP".getBytes();
    			break;
    Models: [Only registered and activated users can see links. ]
    Picture
    Reply With Quote  
     

  2. #2  
    kakashi
    Guest
    Quote Originally Posted by Josh View Post
    You need to be able to load .dat files to use this.

    And before anybody tells me, I know the Dragon Sq doesn't animate. I don't have a complete cache which has the Corrupt Dragon Sq model in it, so I couldn't attempt to try and animate it again.

    Renamed:
    Code:
    case 13958:
    			itemDef.name = "Corrupt D. Chainbody";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42598;
    			itemDef.modelZoom = 1100;
    			itemDef.modelRotation1 = 568;
    			itemDef.modelRotation2 = 0;
    			itemDef.modelOffset2 = 2;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42628;
    			itemDef.anInt200 = 42640;
    			itemDef.description = "A corrupt D. chainbody, a reward from PVP".getBytes();
    			break;
    		case 13961:
    			itemDef.name = "Corrupt D. Med Helm";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42585;
    			itemDef.modelZoom = 670;
    			itemDef.modelRotation1 = 92;
    			itemDef.modelRotation2 = 136;
    			itemDef.modelOffset2 = -5;
    			itemDef.modelOffset1 = 3;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42637;
    			itemDef.anInt200 = 42654;
    			itemDef.description = "A corrupt D. med helm, a reward from PVP".getBytes();
    			break;
    		case 13964:
    			itemDef.name = "Corrupt D. Sq Shield";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42594;
    			itemDef.modelZoom = 1730;
    			itemDef.modelRotation1 = 352;
    			itemDef.modelRotation2 = 120;
    			itemDef.modelOffset2 = 10;
    			itemDef.modelOffset1 = 1;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42621;
    			itemDef.anInt200 = 42621;
    			itemDef.description = "A corrupt D. Sq Shield, a reward from PVP".getBytes();
    			break;
    		case 13967:
    			itemDef.name = "Corrupt D. Plateskirt";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42576;
    			itemDef.modelZoom = 1230;
    			itemDef.modelRotation1 = 584;
    			itemDef.modelRotation2 = 0;
    			itemDef.modelOffset2 = 15;
    			itemDef.modelOffset1 = 4;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42630;
    			itemDef.anInt200 = 42648;
    			itemDef.description = "Corrupt D. plateskirt, a reward from PVP".getBytes();
    			break;
    		case 13970:
    			itemDef.name = "Corrupt D. Platelegs";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wear";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42589;
    			itemDef.modelZoom = 1740;
    			itemDef.modelRotation1 = 444;
    			itemDef.modelRotation2 = 0;
    			itemDef.modelOffset2 = -8;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42629;
    			itemDef.anInt200 = 42650;
    			itemDef.description = "Corrupt D. platelegs, a reward from PVP".getBytes();
    			break;
    		case 13973:
    			itemDef.name = "Corrupt D. Battleaxe";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42601;
    			itemDef.modelZoom = 1360;
    			itemDef.modelRotation1 = 420;
    			itemDef.modelRotation2 = 2020;
    			itemDef.modelOffset2 = -3;
    			itemDef.modelOffset1 = 1;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42619;
    			itemDef.anInt200 = 42619;
    			itemDef.description = "A Corrupt D. battleaxe, a reward from PVP".getBytes();
    			break;
    		case 13976:
    			itemDef.name = "Corrupt D. Dagger";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42587;
    			itemDef.modelZoom = 760;
    			itemDef.modelRotation1 = 472;
    			itemDef.modelRotation2 = 1276;
    			itemDef.modelOffset2 = -4;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42620;
    			itemDef.anInt200 = 42620;
    			itemDef.description = "A Corrupt D. dagger, a reward from PVP".getBytes();
    			break;
    		case 13979:
    			itemDef.name = "Corrupt D. Scimitar";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42586;
    			itemDef.modelZoom = 1640;
    			itemDef.modelRotation1 = 456;
    			itemDef.modelRotation2 = 12;
    			itemDef.modelOffset2 = 6;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42616;
    			itemDef.anInt200 = 42616;
    			itemDef.description = "A Corrupt D. scimitar, a reward from PVP".getBytes();
    			break;
    		case 13982:
    			itemDef.name = "Corrupt D. Longsword";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42580;
    			itemDef.modelZoom = 1570;
    			itemDef.modelRotation1 = 400;
    			itemDef.modelRotation2 = 360;
    			itemDef.modelOffset2 = -5;
    			itemDef.modelOffset1 = 0;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42612;
    			itemDef.anInt200 = 42612;
    			itemDef.description = "A Corrupt D. longsword, a reward from PVP".getBytes();
    			break;
    		case 13985:
    			itemDef.name = "Corrupt D. Mace";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42584;
    			itemDef.modelZoom = 1440;
    			itemDef.modelRotation1 = 348;
    			itemDef.modelRotation2 = 1388;
    			itemDef.modelOffset2 = 13;
    			itemDef.modelOffset1 = -13;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42618;
    			itemDef.anInt200 = 42618;
    			itemDef.description = "A Corrupt D. mace, a reward from PVP".getBytes();
    			break;
    		case 13988:
    			itemDef.name = "Corrupt D. Spear";
    			itemDef.actions = new String[5];
    			itemDef.actions[1] = "Wield";
    			itemDef.actions[4] = "Drop";
    			itemDef.modelID = 42600;
    			itemDef.modelZoom = 1490;
    			itemDef.modelRotation1 = 1960;
    			itemDef.modelRotation2 = 112;
    			itemDef.modelOffset2 = -4;
    			itemDef.modelOffset1 = 7;
    			itemDef.anInt204 = 0;
    			itemDef.anInt165 = 42622;
    			itemDef.anInt200 = 42622;
    			itemDef.description = "A Corrupt D. spear, a reward from PVP".getBytes();
    			break;
    Non Renamed:
    Code:
    case 13958:
    			class8.aString170 = "Corrupt D. Chainbody";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42598;
    			class8.anInt181 = 1100;
    			class8.anInt190 = 568;
    			class8.anInt198 = 0;
    			class8.anInt194 = 2;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42628;
    			class8.anInt200 = 42640;
    			class8.aByteArray178 = "A corrupt D. chainbody, a reward from PVP".getBytes();
    			break;
    		case 13961:
    			class8.aString170 = "Corrupt D. Med Helm";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42585;
    			class8.anInt181 = 670;
    			class8.anInt190 = 92;
    			class8.anInt198 = 136;
    			class8.anInt194 = -5;
    			class8.anInt169 = 3;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42637;
    			class8.anInt200 = 42654;
    			class8.aByteArray178 = "A corrupt D. med helm, a reward from PVP".getBytes();
    			break;
    		case 13964:
    			class8.aString170 = "Corrupt D. Sq Shield";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42594;
    			class8.anInt181 = 1730;
    			class8.anInt190 = 352;
    			class8.anInt198 = 120;
    			class8.anInt194 = 10;
    			class8.anInt169 = 1;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42621;
    			class8.anInt200 = 42621;
    			class8.aByteArray178 = "A corrupt D. Sq Shield, a reward from PVP".getBytes();
    			break;
    		case 13967:
    			class8.aString170 = "Corrupt D. Plateskirt";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42576;
    			class8.anInt181 = 1230;
    			class8.anInt190 = 584;
    			class8.anInt198 = 0;
    			class8.anInt194 = 15;
    			class8.anInt169 = 4;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42630;
    			class8.anInt200 = 42648;
    			class8.aByteArray178 = "Corrupt D. plateskirt, a reward from PVP".getBytes();
    			break;
    		case 13970:
    			class8.aString170 = "Corrupt D. Platelegs";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wear";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42589;
    			class8.anInt181 = 1740;
    			class8.anInt190 = 444;
    			class8.anInt198 = 0;
    			class8.anInt194 = -8;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42629;
    			class8.anInt200 = 42650;
    			class8.aByteArray178 = "Corrupt D. platelegs, a reward from PVP".getBytes();
    			break;
    		case 13973:
    			class8.aString170 = "Corrupt D. Battleaxe";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42601;
    			class8.anInt181 = 1360;
    			class8.anInt190 = 420;
    			class8.anInt198 = 2020;
    			class8.anInt194 = -3;
    			class8.anInt169 = 1;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42619;
    			class8.anInt200 = 42619;
    			class8.aByteArray178 = "A Corrupt D. battleaxe, a reward from PVP".getBytes();
    			break;
    		case 13976:
    			class8.aString170 = "Corrupt D. Dagger";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42587;
    			class8.anInt181 = 760;
    			class8.anInt190 = 472;
    			class8.anInt198 = 1276;
    			class8.anInt194 = -4;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42620;
    			class8.anInt200 = 42620;
    			class8.aByteArray178 = "A Corrupt D. dagger, a reward from PVP".getBytes();
    			break;
    		case 13979:
    			class8.aString170 = "Corrupt D. Scimitar";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42586;
    			class8.anInt181 = 1640;
    			class8.anInt190 = 456;
    			class8.anInt198 = 12;
    			class8.anInt194 = 6;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42616;
    			class8.anInt200 = 42616;
    			class8.aByteArray178 = "A Corrupt D. scimitar, a reward from PVP".getBytes();
    			break;
    		case 13982:
    			class8.aString170 = "Corrupt D. Longsword";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42580;
    			class8.anInt181 = 1570;
    			class8.anInt190 = 400;
    			class8.anInt198 = 360;
    			class8.anInt194 = -5;
    			class8.anInt169 = 0;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42612;
    			class8.anInt200 = 42612;
    			class8.aByteArray178 = "A Corrupt D. longsword, a reward from PVP".getBytes();
    			break;
    		case 13985:
    			class8.aString170 = "Corrupt D. Mace";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42584;
    			class8.anInt181 = 1440;
    			class8.anInt190 = 348;
    			class8.anInt198 = 1388;
    			class8.anInt194 = 13;
    			class8.anInt169 = -13;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42618;
    			class8.anInt200 = 42618;
    			class8.aByteArray178 = "A Corrupt D. mace, a reward from PVP".getBytes();
    			break;
    		case 13988:
    			class8.aString170 = "Corrupt D. Spear";
    			class8.aStringArray189 = new String[5];
    			class8.aStringArray189[1] = "Wield";
    			class8.aStringArray189[4] = "Drop";
    			class8.anInt174 = 42600;
    			class8.anInt181 = 1490;
    			class8.anInt190 = 1960;
    			class8.anInt198 = 112;
    			class8.anInt194 = -4;
    			class8.anInt169 = 7;
    			class8.anInt204 = 0;
    			class8.anInt165 = 42622;
    			class8.anInt200 = 42622;
    			class8.aByteArray178 = "A Corrupt D. spear, a reward from PVP".getBytes();
    			break;
    Models: [Only registered and activated users can see links. ]
    Picture

    fcking amazing
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2007
    Posts
    273
    Thanks given
    0
    Thanks received
    7
    Rep Power
    9
    not bad wont use but nice.
    Reply With Quote  
     

  4. #4  
    Respected Member


    Josh's Avatar
    Join Date
    Aug 2008
    Age
    27
    Posts
    2,863
    Thanks given
    6
    Thanks received
    1,342
    Rep Power
    5000
    Added different link, for some reason the other one wasn't working.
    Reply With Quote  
     

  5. #5  
    Member

    Join Date
    Jun 2009
    Age
    27
    Posts
    432
    Thanks given
    13
    Thanks received
    2
    Rep Power
    0
    Tiem to leech

    Edit: damn I can't even rep

    Done with rsps
    Living in the real world now.
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Dec 2008
    Posts
    13
    Thanks given
    162
    Thanks received
    62
    Rep Power
    0
    dude ownt im using. making pvp based server so.

    anyway you could reupload also rep for doing this.
    Reply With Quote  
     

  7. #7  
    Respected Member


    Josh's Avatar
    Join Date
    Aug 2008
    Age
    27
    Posts
    2,863
    Thanks given
    6
    Thanks received
    1,342
    Rep Power
    5000
    The link that's up works fine =/
    Reply With Quote  
     

  8. #8  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    You don't need to add
    Code:
    class8.aStringArray189[4] = "Drop";
    By default it's set.

    Good job.
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
    Reply With Quote  
     

  9. #9  
    Respected Member


    Josh's Avatar
    Join Date
    Aug 2008
    Age
    27
    Posts
    2,863
    Thanks given
    6
    Thanks received
    1,342
    Rep Power
    5000
    Quote Originally Posted by 2012 View Post
    You don't need to add
    Code:
    class8.aStringArray189[4] = "Drop";
    By default it's set.

    Good job.
    I had a habit of it a while ago
    Reply With Quote  
     

  10. #10  
    Banned

    Join Date
    Dec 2008
    Posts
    13
    Thanks given
    162
    Thanks received
    62
    Rep Power
    0
    josh with your permisson can i release all your models in a pack with all the ints for people? like

    you know how you do cases well i dont know how to do that so i renamed all your models with

    ex:
    if(i == 13887)
    {
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •