You are viewing our Forum Archives. To view or take place in current topics click here.
Custom Classes Script
Posted:
Custom Classes ScriptPosted:
Status: Offline
Joined: Jul 24, 200915Year Member
Posts: 81
Reputation Power: 4
Status: Offline
Joined: Jul 24, 200915Year Member
Posts: 81
Reputation Power: 4
Found by Me.
I may post all the Ints or I will let people find them on their own.
Enjoy, had these for a few days.
Important Note.
You can't miss-match from the original format.
So modding Custom Classes is pointless but I know a few people wanted them.
I may post all the Ints or I will let people find them on their own.
//Custom Class 1
//Primary Weapon
self setStat( 201, Weapon Int );
//Primary Weapon Attachment
self setStat( 202, Attachment Int );
//Secondary Weapon
self setStat( 203, Weapon Int );
//Secondary Weapon Attachment
self setStat( 204, Attachment Int );
//Perk One
self setStat( 205, Perk Int );
//Perk Two
self setStat( 206, Perk Int );
//Perk Three
self setStat( 207, Perk Int );
//Special Grenade
self setStat( 208, Special Grenade Int );
//Primary Weapon Camo
self setStat( 209, Camo Int );
//Custom Class 2
//Primary Weapon
self setStat( 211, Weapon Int );
//Primary Weapon Attachment
self setStat( 212, Attachment Int );
//Secondary Weapon
self setStat( 213, Weapon Int );
//Secondary Weapon Attachment
self setStat( 214, Attachment Int );
//Perk One
self setStat( 215, Perk Int );
//Perk Two
self setStat( 216, Perk Int );
//Perk Three
self setStat( 217, Perk Int );
//Special Grenade
self setStat( 218, Special Grenade Int );
//Primary Weapon Camo
self setStat( 219, Camo Int );
//Custom Class 3
//Primary Weapon
self setStat( 221, Weapon Int );
//Primary Weapon Attachment
self setStat( 222, Attachment Int );
//Secondary Weapon
self setStat( 223, Weapon Int );
//Secondary Weapon Attachment
self setStat( 224, Attachment Int );
//Perk One
self setStat( 225, Perk Int );
//Perk Two
self setStat( 226, Perk Int );
//Perk Three
self setStat( 227, Perk Int );
//Special Grenade
self setStat( 228, Special Grenade Int );
//Primary Weapon Camo
self setStat( 229, Camo Int );
//Custom Class 4.
//Primary Weapon
self setStat( 231, Weapon Int );
//Primary Weapon Attachment
self setStat( 232, Attachment Int );
//Secondary Weapon
self setStat( 233, Weapon Int );
//Secondary Weapon Attachment
self setStat( 234, Attachment Int );
//Perk One
self setStat( 235, Perk Int );
//Perk Two
self setStat( 236, Perk Int );
//Perk Three
self setStat( 237, Perk Int );
//Special Grenade
self setStat( 238, Special Grenade Int );
//Primary Weapon Camo
self setStat( 239, Camo Int );
//Custom Class 5.
//Primary Weapon
self setStat( 241, Weapon Int );
//Primary Weapon Attachment
self setStat( 242, Attachment Int );
//Secondary Weapon
self setStat( 243, Weapon Int );
//Secondary Weapon Attachment
self setStat( 244, Attachment Int );
//Perk One
self setStat( 245, Perk Int );
//Perk Two
self setStat( 246, Perk Int );
//Perk Three
self setStat( 247, Perk Int );
//Special Grenade
self setStat( 248, Special Grenade Int );
//Primary Weapon Camo
self setStat( 249, Camo Int );
Enjoy, had these for a few days.
Important Note.
You can't miss-match from the original format.
So modding Custom Classes is pointless but I know a few people wanted them.
You are viewing our Forum Archives. To view or take place in current topics click here.