2016-07-19 21:28:02 +00:00
|
|
|
/**
|
|
|
|
* Weapons, scopes, silencers, ammo
|
|
|
|
*/
|
|
|
|
class Exile_Trader_Armory
|
|
|
|
{
|
|
|
|
name = "ARMORY";
|
|
|
|
showWeaponFilter = 1;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"PointerAttachments",
|
|
|
|
"CUPPointerAttachments",
|
|
|
|
"MASPointerAttachments",
|
|
|
|
"R3FPointerAttachments",
|
|
|
|
"RHSPointerAttachments",
|
|
|
|
"BipodAttachments",
|
2016-08-02 17:53:23 +00:00
|
|
|
//"APEXBipodAttachments", //not used
|
2016-07-19 21:28:02 +00:00
|
|
|
"R3FBipodAttachments",
|
|
|
|
"RHSBipodAttachments",
|
|
|
|
"MuzzleAttachments",
|
|
|
|
"APEXMuzzleAttachments",
|
|
|
|
"HLCMuzzleAttachments",
|
|
|
|
"CUPMuzzleAttachments",
|
|
|
|
"MASMuzzleAttachments",
|
2016-07-28 15:46:53 +00:00
|
|
|
"NIAMuzzleAttachments",
|
2016-07-19 21:28:02 +00:00
|
|
|
"R3FMuzzleAttachments",
|
|
|
|
"RHSMuzzleAttachments",
|
|
|
|
"OpticAttachments",
|
|
|
|
"APEXOpticAttachments",
|
|
|
|
"HLCOpticAttachments",
|
|
|
|
"CUPOpticAttachments",
|
|
|
|
"MASOpticAttachments",
|
2016-07-28 15:46:53 +00:00
|
|
|
"NIAOpticAttachments",
|
2016-07-19 21:28:02 +00:00
|
|
|
"R3FOpticAttachments",
|
|
|
|
"RHSOpticAttachments",
|
2016-07-28 15:46:53 +00:00
|
|
|
"NIAAttachments",
|
2016-07-19 21:28:02 +00:00
|
|
|
"Ammunition",
|
|
|
|
"APEXAmmunition",
|
2016-07-20 21:26:05 +00:00
|
|
|
"GREFAmmunition",
|
2016-07-19 21:28:02 +00:00
|
|
|
"HLCAmmunition",
|
|
|
|
"CUPAmmunition",
|
|
|
|
"MASAmmunition",
|
2016-07-28 15:46:53 +00:00
|
|
|
"NIAAmmunition",
|
2016-07-19 21:28:02 +00:00
|
|
|
"R3FAmmunition",
|
|
|
|
"RHSAmmunition",
|
|
|
|
"Pistols",
|
|
|
|
"APEXPistols",
|
|
|
|
"CUPPistols",
|
|
|
|
"MASPistols",
|
|
|
|
"R3FPistols",
|
|
|
|
"RHSPistols",
|
|
|
|
"Shotguns",
|
|
|
|
"SubMachineGuns",
|
|
|
|
"APEXSubMachineGuns",
|
|
|
|
"CUPSubMachineGuns",
|
|
|
|
"MASSubMachineGuns",
|
|
|
|
"R3FSubMachineGuns",
|
|
|
|
"LightMachineGuns",
|
|
|
|
"APEXLightMachineGuns",
|
|
|
|
"HLCLightMachineGuns",
|
|
|
|
"CUPLightMachineGuns",
|
|
|
|
"MASLightMachineGuns",
|
2016-07-28 15:46:53 +00:00
|
|
|
"NIALightMachineGuns",
|
2016-07-19 21:28:02 +00:00
|
|
|
"R3FLightMachineGuns",
|
|
|
|
"RHSLightMachineGuns",
|
|
|
|
"AssaultRifles",
|
|
|
|
"APEXAssaultRifles",
|
|
|
|
"HAPASSAULTRIFLES",
|
|
|
|
"HLCAssaultRifles",
|
|
|
|
"CUPAssaultRifles",
|
|
|
|
"MASAssaultRifles",
|
2016-07-28 15:46:53 +00:00
|
|
|
"NIAAssaultRifles",
|
2016-07-19 21:28:02 +00:00
|
|
|
"R3FAssaultRifles",
|
|
|
|
"RHSAssaultRifles",
|
2016-07-20 21:26:05 +00:00
|
|
|
"GREFWeapons",
|
2016-07-19 21:28:02 +00:00
|
|
|
"SniperRifles",
|
|
|
|
"APEXSniperRifles",
|
|
|
|
"HAPSNIPERRIFLES",
|
|
|
|
"HLCSniperRifles",
|
|
|
|
"HWPweapons",
|
|
|
|
"CUPSniperRifles",
|
|
|
|
"MASSniperRifles",
|
2016-07-28 15:46:53 +00:00
|
|
|
"NIASniperRifles",
|
2016-07-19 21:28:02 +00:00
|
|
|
"R3FSniperRifles",
|
2017-02-28 23:14:46 +00:00
|
|
|
"RHSSniperRifles",
|
|
|
|
"SMAPointerAttachments",
|
|
|
|
"SMABipodAttachments",
|
|
|
|
"SMAMuzzleAttachments",
|
|
|
|
"SMAOpticAttachments",
|
|
|
|
"SMAAmmunition",
|
|
|
|
"SMALightMachineGuns",
|
|
|
|
"SMAAssaultRifles"
|
2016-07-19 21:28:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Satchels, nades, UAVs, static MGs
|
|
|
|
*/
|
|
|
|
class Exile_Trader_SpecialOperations
|
|
|
|
{
|
|
|
|
name = "SPECIAL OPERATIONS";
|
|
|
|
showWeaponFilter = 1; // for noob tubes
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Flares",
|
|
|
|
"Smokes",
|
|
|
|
"UAVs",
|
|
|
|
"StaticMGs",
|
|
|
|
"Navigation",
|
|
|
|
"ExplosiveWeapons",
|
|
|
|
"Explosives",
|
|
|
|
"A3Launchers",
|
2016-07-25 20:44:53 +00:00
|
|
|
"ApexLaunchers",
|
2016-07-19 21:28:02 +00:00
|
|
|
"CUPLaunchers",
|
|
|
|
"MASLaunchers",
|
|
|
|
"R3FLaunchers",
|
|
|
|
"RHSLaunchers",
|
|
|
|
"CUPLauncherAmmo",
|
|
|
|
"MASLauncherAmmo",
|
|
|
|
"R3FLauncherAmmo",
|
|
|
|
"RHSLauncherAmmo",
|
2016-07-25 20:44:53 +00:00
|
|
|
"A3LauncherAmmo",
|
|
|
|
"APEXLauncherAmmo",
|
2016-07-19 21:28:02 +00:00
|
|
|
"CUPExplosive",
|
|
|
|
"MASExplosive",
|
|
|
|
"RHSMines"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Uniforms, vests, helmets, backpacks
|
|
|
|
*/
|
|
|
|
class Exile_Trader_Equipment
|
|
|
|
{
|
|
|
|
name = "EQUIPMENT";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Headgear",
|
|
|
|
"APEXHeadgear",
|
|
|
|
"HAPHEADGEAR",
|
|
|
|
"MASHeadgear",
|
|
|
|
"RHSHeadgear",
|
2016-07-20 21:26:05 +00:00
|
|
|
"GREFHeadgear",
|
2016-07-19 21:28:02 +00:00
|
|
|
"TRYKHeadgear",
|
|
|
|
"Uniforms",
|
|
|
|
"APEXUniforms",
|
|
|
|
"HAPUNIFORMS",
|
|
|
|
"RHSUniforms",
|
2016-07-20 21:26:05 +00:00
|
|
|
"GREFUniforms",
|
2016-07-19 21:28:02 +00:00
|
|
|
"TRYKUniforms",
|
|
|
|
"Vests",
|
|
|
|
"APEXVests",
|
|
|
|
"HAPVESTS",
|
|
|
|
"RHSVests",
|
2016-07-20 21:26:05 +00:00
|
|
|
"GREFVests",
|
2016-07-19 21:28:02 +00:00
|
|
|
"TRYKVests",
|
|
|
|
"Backpacks",
|
|
|
|
"APEXBackpacks",
|
|
|
|
"A3Backpacks",
|
|
|
|
"HAPBACKPACKS",
|
|
|
|
"MASBackpacks",
|
|
|
|
"TRYKBackpacks",
|
|
|
|
"Tools",
|
2016-08-02 17:53:23 +00:00
|
|
|
//"APEXTools", //not used
|
2016-07-19 21:28:02 +00:00
|
|
|
"MASTools",
|
|
|
|
"FirstAid"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Cans, cans, cans
|
|
|
|
*/
|
|
|
|
class Exile_Trader_Food
|
|
|
|
{
|
|
|
|
name = "FAST FOOD";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Food",
|
|
|
|
"Drinks"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Light bulbs, metal, etc.
|
|
|
|
*/
|
|
|
|
class Exile_Trader_Hardware
|
|
|
|
{
|
|
|
|
name = "HARDWARE";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Hardware",
|
|
|
|
//"R3FTools",
|
2016-07-28 15:46:53 +00:00
|
|
|
"ExtendedBaseMod",
|
2016-07-19 21:28:02 +00:00
|
|
|
"CBuilding"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Sells cars and general vehicles
|
|
|
|
*/
|
|
|
|
class Exile_Trader_Vehicle
|
|
|
|
{
|
|
|
|
name = "VEHICLE";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Bikes",
|
|
|
|
"Cars",
|
|
|
|
"A3Cars",
|
2016-07-25 20:44:53 +00:00
|
|
|
"ApexCars",
|
2017-02-28 23:32:47 +00:00
|
|
|
"FMPCars",
|
|
|
|
"FMPTrucks",
|
2016-07-19 21:28:02 +00:00
|
|
|
"HAPCARS",
|
|
|
|
"HVPCars",
|
|
|
|
"JonzieCars",
|
|
|
|
"MASCars",
|
|
|
|
"CUPUnarmed",
|
2016-07-25 20:44:53 +00:00
|
|
|
"ApexTrucks",
|
2016-07-19 21:28:02 +00:00
|
|
|
"HAPTRUCKS",
|
|
|
|
"MASTrucks",
|
|
|
|
"CUPArmed",
|
|
|
|
"MASArmed",
|
|
|
|
"A3Armed",
|
|
|
|
"RHSVehicles",
|
2016-07-20 21:26:05 +00:00
|
|
|
"GREFArmed",
|
|
|
|
"GREFUnarmed",
|
2017-02-28 23:19:54 +00:00
|
|
|
//"CTrucks", not used any more
|
2016-07-19 21:28:02 +00:00
|
|
|
"Trucks",
|
|
|
|
"A3Trucks",
|
|
|
|
"CUGVs"
|
|
|
|
//"MASTanks"
|
|
|
|
//"A3Tanks"
|
|
|
|
//"UGV"
|
2016-07-25 20:44:53 +00:00
|
|
|
//"A3UGVs"
|
|
|
|
//"ApexUAVs"
|
2016-07-19 21:28:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Sells choppers and planes
|
|
|
|
*/
|
|
|
|
class Exile_Trader_Aircraft
|
|
|
|
{
|
|
|
|
name = "AIRCRAFT";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
2016-07-25 20:44:53 +00:00
|
|
|
"Choppers",
|
|
|
|
"ApexChoppers",
|
2016-07-19 21:28:02 +00:00
|
|
|
"CChoppers",
|
|
|
|
"CUPChoppers",
|
|
|
|
"MASChoppers",
|
|
|
|
"RHSChoppers",
|
2016-07-20 21:26:05 +00:00
|
|
|
"GREFChoppers",
|
2016-07-19 21:28:02 +00:00
|
|
|
"A3unarmedChoppers",
|
|
|
|
"A3armedChoppers",
|
|
|
|
"Planes",
|
|
|
|
"A3Planes",
|
2016-07-25 20:44:53 +00:00
|
|
|
"ApexPlanes",
|
2016-07-19 21:28:02 +00:00
|
|
|
"CPlanes",
|
|
|
|
"HVPPlanes",
|
|
|
|
"MASPlanes",
|
|
|
|
"RHSPlanes",
|
2016-07-20 21:26:05 +00:00
|
|
|
"GREFPlanes",
|
2016-07-19 21:28:02 +00:00
|
|
|
//"CUAVs",
|
|
|
|
//"A3UAVs",
|
|
|
|
"Pods"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Sells ships and boats
|
|
|
|
*/
|
|
|
|
class Exile_Trader_Boat
|
|
|
|
{
|
|
|
|
name = "BOAT";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Boats",
|
|
|
|
"A3Boats",
|
2016-07-25 20:44:53 +00:00
|
|
|
"ApexBoats"
|
2016-07-19 21:28:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_Diving
|
|
|
|
{
|
|
|
|
name = "DIVERS";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Diving"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Sells Community Items
|
|
|
|
*/
|
|
|
|
class Exile_Trader_CommunityCustoms
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
class Exile_Trader_CommunityCustoms2
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community2"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_CommunityCustoms3
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community3"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_CommunityCustoms4
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community4"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_CommunityCustoms5
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community5"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_CommunityCustoms6
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community6"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_CommunityCustoms7
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community7"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_CommunityCustoms8
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community8"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_CommunityCustoms9
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community9"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Exile_Trader_CommunityCustoms10
|
|
|
|
{
|
|
|
|
name = "COMMUNITY";
|
|
|
|
showWeaponFilter = 0;
|
|
|
|
categories[] =
|
|
|
|
{
|
|
|
|
"Community10"
|
|
|
|
};
|
|
|
|
};
|