Jump to content

Taco

Member
  • Posts

    37
  • Joined

  • Last visited

Posts posted by Taco

  1. Has anyone done the grunt work of making the Chernarus version? interested to try this out but not sure if I'm up to reconfigure to just use it for a session. 

     

    many thanks 

  2. I finally was able to get access to the ahb-LOG and it looks like I have a host of errors flagging up so I'm not really sure where to start. 

     

    I mainly see the following

     

    addAction 123/122

    addAction 13/12

    addAction 10/9

    addAction 13/12

    addAction 11/10

    EH: HandleDamage 1

    EH: Fired 2

     

     

    Now I'm really stumped as I see that players were being banned for this for 2 weeks without me noticing so I'm guessing it might be from one of the first things installed. I'm running Chernarus + CUP, ASDG_JR and MASVehicles 

     

    is there someway that I can whitelist or put in exemptions ala battleye filters for this issue? I thought I was pretty much out of the weeds till I figured out the stock AH was banning everyone.

  3. I'm having this same issue but can't seem to figure out what script is causing it as I noticed it way down in a line of changes. Any idea of how to access a log that would show some insight? I'm not sure if my server provider lets me use the redis desktop manager

  4. I just had a player try to join my server a bit ago and noticed that he was banned upon entry by "-1 EpochMod.com Autoban" 

     

    I was just wondering if this is an issue with my server / anti-hack or if there are specific players that have just been totally banned from the mod on a higher level? 

     

     

    Thankful if it's keeping the baddies out but just trying to make sure I'm not blocking potential new players from joining. 

     

     

     

  5. Hi this may be a bit of a basic question that I'm just missing the plot on but I was wondering if there is any easy way to update the server build (for instance like when there was the recent update to fix the memory crash problem) in a quick, easy and safe way so that none of the configs and other thiings I have going on in the server get affected by it. Is there a certain essential file that can just be overwritten or a folder? As this time I copied over the entire install pack and tried to just not overwrite those which I knew were customized like some of the configs and mission PBO. 

     

    Hoping for an easy answer as I think I'm over complicating things a bit. 

  6. I finished the traders with CUP a few days ago, mine as well post it up in the spirit of mutually saving each other a bunch of time. Beware adding in backpacks will cause for some battleye kicks. Hope this helps some people out.

     

    //CUP WEAPONS
     
    //ASSAULT
    class CUP_arifle_AK74 {price = 50; tax = 1;};
    class CUP_arifle_AK107 {price = 50; tax = 1;};
    class CUP_arifle_AKS74 {price = 50; tax = 1;};
    class CUP_arifle_AKS74U {price = 50; tax = 1;};
    class CUP_arifle_AK74_GL {price = 60; tax = 1;};
    class CUP_arifle_AKM {price = 75; tax = 1;};
    class CUP_arifle_AKS {price = 50; tax = 1;};
    class CUP_arifle_AKS_Gold {price = 100; tax = 1;};
    class CUP_arifle_RPK74 {price = 100; tax = 1;};
    class CUP_arifle_AK107_GL {price = 60; tax = 1;};
    class CUP_arifle_AKS74_GL {price = 60; tax = 1;};
    class CUP_arifle_CZ805_A1 {price = 40; tax = 1;};
    class CUP_arifle_CZ805_GL {price = 60; tax = 1;};
    class CUP_arifle_CZ805_A2 {price = 40; tax = 1;};
    class CUP_arifle_CZ805B_GL {price = 60; tax = 1;};
    class CUP_arifle_FNFAL {price = 75; tax = 1;};
    class CUP_arifle_FNFAL_railed {price = 75; tax = 1;};
    class CUP_arifle_G36A {price = 40; tax = 1;};
    class CUP_arifle_G36A_camo {price = 40; tax = 1;};
    class CUP_arifle_G36K {price = 40; tax = 1;};
    class CUP_arifle_G36K_camo {price = 40; tax = 1;};
    class CUP_arifle_G36C {price = 40; tax = 1;};
    class CUP_arifle_G36C_camo {price = 40; tax = 1;};
    class CUP_arifle_MG36 {price = 75; tax = 1;};
    class CUP_arifle_MG36_camo {price = 75; tax = 1;};
    class CUP_arifle_M16A2 {price = 50; tax = 1;};
    class CUP_arifle_M16A2_GL {price = 60; tax = 1;};
    class CUP_arifle_M16A4_Base {price = 50; tax = 1;};
    class CUP_arifle_M16A4_GL {price = 60; tax = 1;};
    class CUP_arifle_M4A1_camo {price = 50; tax = 1;};
    class CUP_arifle_M4A3_desert {price = 50; tax = 1;};
    class CUP_arifle_M4A1_GL {price = 60; tax = 1;};
    class CUP_arifle_M4A1_black {price = 50; tax = 1;};
    class CUP_arifle_M4A1_BUIS_GL {price = 60; tax = 1;};
    class CUP_arifle_M4A1_BUIS_camo_GL {price = 60; tax = 1;};
    class CUP_arifle_M4A1_BUIS_desert_GL {price = 60; tax = 1;};
    class CUP_arifle_M4A1_camo_GL {price = 60; tax = 1;};
    class CUP_arifle_Mk16_CQC {price = 50; tax = 1;};
    class CUP_arifle_Mk16_SV {price = 50; tax = 1;};
    class CUP_arifle_Mk16_STD {price = 50; tax = 1;};
    class CUP_arifle_Mk16_CQC_EGLM {price = 60; tax = 1;};
    class CUP_arifle_Mk16_CQC_FG {price = 50; tax = 1;};
    class CUP_arifle_Mk16_CQC_SFG {price = 50; tax = 1;};
    class CUP_arifle_Mk16_STD_EGLM {price = 60; tax = 1;};
    class CUP_arifle_Mk16_STD_FG {price = 50; tax = 1;};
    class CUP_arifle_Mk17_CQC {price = 80; tax = 1;};
    class CUP_arifle_Mk17_CQC_FG {price = 80; tax = 1;};
    class CUP_arifle_Mk17_CQC_SFG {price = 80; tax = 1;};
    class CUP_arifle_Mk17_CQC_EGLM {price = 90; tax = 1;};
    class CUP_arifle_Mk17_STD {price = 80; tax = 1;};
    class CUP_arifle_Mk17_STD_FG {price = 80; tax = 1;};
    class CUP_arifle_Mk17_STD_SFG {price = 80; tax = 1;};
    class CUP_arifle_Mk17_STD_EGLM {price = 90; tax = 1;};
    class CUP_arifle_Mk20 {price = 150; tax = 1;};
    class CUP_arifle_ksvk {price = 300; tax = 1;};
    class CUP_arifle_L85A2 {price = 50; tax = 1;};
    class CUP_arifle_L85A2_GL {price = 60; tax = 1;};
     
    class CUP_arifle_L86A2 {price = 50; tax = 1;};
    class CUP_arifle_Sa58P {price = 70; tax = 1;};
    class CUP_arifle_Sa58P_des {price = 70; tax = 1;};
    class CUP_arifle_Sa58V {price = 70; tax = 1;};
    class CUP_arifle_Sa58V_camo {price = 70; tax = 1;};
    class CUP_arifle_Sa58RIS1 {price = 70; tax = 1;};
    class CUP_arifle_Sa58RIS1_des {price = 70; tax = 1;};
    class CUP_arifle_Sa58RIS2 {price = 70; tax = 1;};
    class CUP_arifle_Sa58RIS2_camo {price = 70; tax = 1;};
    class CUP_arifle_XM8_Carbine {price = 50; tax = 1;};
    class CUP_arifle_XM8_Carbine_FG {price = 50; tax = 1;};
    class CUP_arifle_XM8_Carbine_GL {price = 60; tax = 1;};
    class CUP_arifle_XM8_Compact {price = 50; tax = 1;};
    class CUP_arifle_XM8_Railed {price = 50; tax = 1;};
    class CUP_arifle_xm8_SAW {price = 60; tax = 1;};
    class CUP_arifle_xm8_sharpshooter {price = 65; tax = 1;};
     
    //SNIPER
        class CUP_srifle_AS50 {price = 400; tax = 1;};
    class CUP_srifle_AWM_des {price = 300; tax = 1;};
    class CUP_srifle_AWM_wdl {price = 300; tax = 1;};
    class CUP_srifle_CZ550 {price = 50; tax = 1;};
    class CUP_srifle_CZ750 {price = 100; tax = 1;};
    class CUP_srifle_DMR {price = 200; tax = 1;};
    class CUP_srifle_LeeEnfield {price = 20; tax = 1;};
    class CUP_srifle_M14 {price = 150; tax = 1;};
    class CUP_srifle_M24_des {price = 150; tax = 1;};
    class CUP_srifle_M24_wdl {price = 150; tax = 1;};
    class CUP_srifle_M24_ghillie {price = 150; tax = 1;};
    class CUP_srifle_Mk12SPR {price = 60; tax = 1;};
    class CUP_srifle_M40A3 {price = 150; tax = 1;};
    class CUP_srifle_M107 {price = 300; tax = 1;};
    class CUP_srifle_M110 {price = 200; tax = 1;};
    class CUP_srifle_SVD {price = 120; tax = 1;};
    class CUP_srifle_SVD_des {price = 120; tax = 1;};
    class CUP_srifle_SVD_wdl_ghillie {price = 120; tax = 1;};
    class CUP_srifle_SVD_des_ghillie {price = 120; tax = 1;};
    class CUP_srifle_VSSVintorez {price = 50; tax = 1;};
     
     
    //PISTOLS
    class CUP_hgun_Colt1911 {price = 15; tax = 1;};
    class CUP_hgun_Compact {price = 15; tax = 1;};
    class CUP_hgun_Duty {price = 15; tax = 1;};
    class CUP_hgun_glock17 {price = 20; tax = 1;};
    class CUP_hgun_M9 {price = 20; tax = 1;};
    class CUP_hgun_Makarov {price = 05; tax = 1;};
    class CUP_hgun_PB6P9 {price = 10; tax = 1;};
    class CUP_hgun_Phantom {price = 25; tax = 1;};
    class CUP_hgun_TaurusTracker455 {price = 40; tax = 1;};
    class CUP_hgun_TaurusTracker455_gold {price = 150; tax = 1;};
        class CUP_hgun_MicroUzi {price = 25; tax = 1;};
    class CUP_hgun_SA61 {price = 20; tax = 1;};
     
    //SGUN SMG
    class CUP_sgun_AA12 {price = 75; tax = 1;};
    class CUP_sgun_M1014 {price = 20; tax = 1;};
    class CUP_sgun_Saiga12K {price = 20; tax = 1;};
    class CUP_smg_bizon  {price = 20; tax = 1;};
    class CUP_smg_EVO {price = 40; tax = 1;};
    class CUP_smg_MP5SD6 {price = 25; tax = 1;};
    class CUP_smg_MP5A5 {price = 25; tax = 1;};
     
    //GL
    class CUP_glaunch_M32 {price = 100; tax = 1;};
    class CUP_glaunch_M79 {price = 100; tax = 1;};
    class CUP_glaunch_Mk13 {price = 100; tax = 1;};
     
    //LMG
    class CUP_lmg_L110A1 {price = 150; tax = 1;};
    class CUP_lmg_M60A4 {price = 150; tax = 1;};
    class CUP_lmg_M240 {price = 150; tax = 1;};
    class CUP_lmg_M249_para {price = 125; tax = 1;};
    class CUP_lmg_Mk48_des {price = 150; tax = 1;};
    class CUP_lmg_Mk48_wdl {price = 150; tax = 1;};
    class CUP_lmg_PKM {price = 150; tax = 1;};
    class CUP_lmg_Pecheneg {price = 150; tax = 1;};
    class CUP_lmg_UK59 {price = 75; tax = 1;};
     
     
     
     
    //CUP MUZZLES 
    class CUP_muzzle_snds_M110 {price = 50; tax = 1;};
    class CUP_muzzle_PBS4 {price = 10; tax = 1;};
    class CUP_muzzle_PB6P9 {price = 05; tax = 1;};
    class CUP_muzzle_Bizon {price = 05; tax = 1;};
    class CUP_muzzle_snds_M14 {price = 30; tax = 1;};
    class CUP_muzzle_snds_M9 {price = 05; tax = 1;};
    class CUP_muzzle_snds_MicroUzi {price = 05; tax = 1;};
    class CUP_muzzle_snds_AWM {price = 30; tax = 1;};
    class CUP_muzzle_snds_G36_black {price = 10; tax = 1;};
    class CUP_muzzle_snds_G36_desert {price = 10; tax = 1;};
    class CUP_muzzle_snds_L85 {price = 10; tax = 1;};
    class CUP_muzzle_snds_M16_camo {price = 10; tax = 1;};
    class CUP_muzzle_snds_M16 {price = 10; tax = 1;};
    class CUP_muzzle_snds_SCAR_L {price = 10; tax = 1;};
    class CUP_muzzle_mfsup_SCAR_L {price = 05; tax = 1;};
    class CUP_muzzle_snds_SCAR_H {price = 30; tax = 1;};
    class CUP_muzzle_mfsup_SCAR_H {price = 15; tax = 1;};
    class CUP_muzzle_snds_XM8 {price = 10; tax = 1;};
     
     
     
     
     
     
    //CUP OPTICS 
    class CUP_optic_PSO_1 { price = 20; tax = 1;};
    class CUP_optic_PSO_3 { price = 20; tax = 1;};
    class CUP_optic_Kobra { price = 05; tax = 1;};
    class CUP_optic_GOSHAWK { price = 100; tax = 1;};
    class CUP_optic_NSPU { price = 30; tax = 1;};
    class CUP_optic_PechenegScope { price = 10; tax = 1;};
    class CUP_optic_HoloBlack { price = 05; tax = 1;};
    class CUP_optic_HoloWdl { price = 05; tax = 1;};
    class CUP_optic_HoloDesert { price = 05; tax = 1;};
    class CUP_optic_Eotech533 { price = 05; tax = 1;};
    class CUP_optic_Eotech533Grey { price = 05; tax = 1;};
    class CUP_optic_CompM4 { price = 05; tax = 1;};
    class CUP_optic_SUSAT { price = 05; tax = 1;};
    class CUP_optic_CWS  { price = 100; tax = 1;};
    class CUP_optic_RCO { price = 10; tax = 1;};
    class CUP_optic_RCO_desert { price = 10; tax = 1;};
    class CUP_optic_CompM2_Woodland2 { price = 05; tax = 1;};
    class CUP_optic_CompM2_Woodland { price = 05; tax = 1;};
    class CUP_optic_CompM2_Black { price = 05; tax = 1;};
    class CUP_optic_CompM2_Desert { price = 05; tax = 1;};
    class CUP_optic_ACOG { price = 10; tax = 1;};
    class CUP_optic_SB_3_12x50_PMII { price = 75; tax = 1;};
    class CUP_optic_AN_PAS_13c2 {price = 40; tax = 1;};
    class CUP_optic_AN_PVS_4 { price = 20; tax = 1;};
    class CUP_optic_AN_PVS_10 { price = 30; tax = 1;};
    class CUP_optic_LeupoldMk4 { price = 30; tax = 1;};
    class CUP_optic_LeupoldM3LR { price = 20; tax = 1;};
    class CUP_optic_LeupoldMk4_CQ_T { price = 30; tax = 1;};
    class CUP_optic_LeupoldMk4_MRT_tan { price = 30; tax = 1;};
    class CUP_optic_LeupoldMk4_10x40_LRT_Desert { price = 30; tax = 1;};
    class CUP_optic_LeupoldMk4_10x40_LRT_Woodland { price = 30; tax = 1;};
    class CUP_optic_Leupold_VX3 { price = 75; tax = 1;};
    class CUP_optic_ElcanM145 { price = 05; tax = 1;};
    class CUP_optic_ELCAN_SpecterDR { price = 05; tax = 1;};
    class CUP_optic_AN_PAS_13c1 {price = 150; tax = 1;};
    class CUP_optic_SB_11_4x20_PM { price = 20; tax = 1;};
    class CUP_optic_ZDDot { price = 05; tax = 1;};
    class CUP_optic_MRad { price = 05; tax = 1;};
    class CUP_optic_TrijiconRx01_black { price = 10; tax = 1;};
    class CUP_optic_TrijiconRx01_desert { price = 10; tax = 1;};
    class CUP_acc_Glock17_Flashlight {price = 05; tax = 1;};
    class CUP_acc_ANPEQ_15 {price = 05; tax = 1;};
    class CUP_acc_ANPEQ_2 {price = 05; tax = 1;};
    class CUP_acc_Flashlight {price = 05; tax = 1;};
    class CUP_acc_Flashlight_wdl {price = 05; tax = 1;};
    class CUP_acc_Flashlight_desert {price = 05; tax = 1;};
    class CUP_acc_XM8_light_module {price = 05; tax = 1;};
    class CUP_acc_ANPEQ_2_camo {price = 05; tax = 1;};
    class CUP_acc_ANPEQ_2_desert {price = 05; tax = 1;};
    class CUP_acc_ANPEQ_2_grey {price = 05; tax = 1;};
    class CUP_acc_CZ_M3X {price = 05; tax = 1;};
     
     
    //CUP WEAPONS AMMO
     
     
    //ASSAULT
    class CUP_30Rnd_545x39_AK_M { price = 5; tax = 1;};
    class CUP_30Rnd_TE1_Green_Tracer_545x39_AK_M { price = 5; tax = 1;};
    class CUP_30Rnd_TE1_Red_Tracer_545x39_AK_M { price = 5; tax = 1;};
    class CUP_30Rnd_TE1_White_Tracer_545x39_AK_M { price = 5; tax = 1;};
    class CUP_30Rnd_TE1_Yellow_Tracer_545x39_AK_M { price = 5; tax = 1;};
    class CUP_30Rnd_762x39_AK47_M { price = 5; tax = 1;};
    class CUP_30Rnd_Sa58_M_TracerG { price = 5; tax = 1;};
    class CUP_30Rnd_Sa58_M_TracerR { price = 5; tax = 1;};
    class CUP_30Rnd_Sa58_M_TracerY { price = 5; tax = 1;};
    class CUP_30Rnd_Sa58_M { price = 5; tax = 1;};
    class CUP_30Rnd_556x45_Stanag { price = 5; tax = 1;};
    class CUP_30Rnd_556x45_G36 { price = 5; tax = 1;};
    class CUP_30Rnd_TE1_Red_Tracer_556x45_G36 { price = 5; tax = 1;};
    class CUP_30Rnd_TE1_Green_Tracer_556x45_G36 { price = 5; tax = 1;};
    class CUP_30Rnd_TE1_Yellow_Tracer_556x45_G36 { price = 5; tax = 1;};
    class CUP_20Rnd_762x51_B_SCAR { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Yellow_Tracer_762x51_SCAR { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Green_Tracer_762x51_SCAR { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_White_Tracer_762x51_SCAR { price = 8; tax = 1;};
    class CUP_20Rnd_762x51_FNFAL_M { price = 8; tax = 1;};
     
    //LMG
    class CUP_75Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M { price = 7; tax = 1;};
    class CUP_50Rnd_UK59_762x54R_Tracer { price = 8; tax = 1;};
    class CUP_100Rnd_556x45_BetaCMag { price = 8; tax = 1;};
    class CUP_100Rnd_TE1_Red_Tracer_556x45_BetaCMag { price = 8; tax = 1;};
    class CUP_100Rnd_TE1_Green_Tracer_556x45_BetaCMag { price = 8; tax = 1;};
    class CUP_100Rnd_TE1_Yellow_Tracer_556x45_BetaCMag { price = 8; tax = 1;};
    class CUP_100Rnd_TE4_LRT4_White_Tracer_762x51_Belt_M { price = 8; tax = 1;};
    class CUP_100Rnd_TE4_LRT4_Red_Tracer_762x51_Belt_M { price = 8; tax = 1;};
    class CUP_200Rnd_TE4_Red_Tracer_556x45_M249 { price = 8; tax = 1;};
    class CUP_200Rnd_TE4_Yellow_Tracer_556x45_M249 { price = 8; tax = 1;};
    class CUP_200Rnd_TE1_Red_Tracer_556x45_M249 { price = 8; tax = 1;};
    class CUP_100Rnd_TE4_Green_Tracer_556x45_M249 { price = 8; tax = 1;};
    class CUP_100Rnd_TE4_Red_Tracer_556x45_M249 { price = 8; tax = 1;};
    class CUP_100Rnd_TE4_Yellow_Tracer_556x45_M249 { price = 8; tax = 1;};
    class CUP_200Rnd_TE4_Green_Tracer_556x45_L110A1 { price = 8; tax = 1;};
    class CUP_200Rnd_TE4_Red_Tracer_556x45_L110A1 { price = 8; tax = 1;};
    class CUP_200Rnd_TE4_Yellow_Tracer_556x45_L110A1 { price = 8; tax = 1;};
    class CUP_100Rnd_TE4_LRT4_762x54_PK_Tracer_Green_M { price = 8; tax = 1;};
     
    //PISTOL
    class CUP_20Rnd_B_765x17_Ball_M { price = 3; tax = 1;};
    class CUP_17Rnd_9x19_glock17 { price = 3; tax = 1;};
    class CUP_6Rnd_45ACP_CUP_6Rnd_45ACP_ { price = 3; tax = 1;};
    class CUP_7Rnd_45ACP_1911 { price = 3; tax = 1;};
    class CUP_10Rnd_9x19_Compact { price = 3; tax = 1;};
    class 16Rnd_9x21_Magv { price = 3; tax = 1;};
    class CUP_10Rnd_762x51_CZ750_Tracer { price = 3; tax = 1;};
    class CUP_10Rnd_762x51_CZ750 { price = 3; tax = 1;};
    class CUP_5x_22_LR_17_HMR_M { price = 3; tax = 1;};
    class CUP_15Rnd_9x19_M9 { price = 3; tax = 1;};
    class CUP_8Rnd_9x18_Makarov_M { price = 3; tax = 1;};
    class CUP_8Rnd_9x18_MakarovSD_M { price = 3; tax = 1;};
    class CUP_30Rnd_9x19_UZI { price = 3; tax = 1;};
    class CUP_18Rnd_9x19_Phantom { price = 3; tax = 1;};
     
     
    //SHOTGUN
    class CUP_20Rnd_B_AA12_Pellets { price = 5; tax = 1;};
    class CUP_20Rnd_B_AA12_74Slug { price = 5; tax = 1;};
    class CUP_8Rnd_B_Saiga12_74Slug_M { price = 3; tax = 1;};
    class CUP_8Rnd_B_Beneli_74Slug { price = 3; tax = 1;};
     
     
    //SMG
    class CUP_64Rnd_9x19_Bizon_M { price = 5; tax = 1;};
    class CUP_64Rnd_Green_Tracer_9x19_Bizon_M { price = 5; tax = 1;};
    class CUP_64Rnd_Red_Tracer_9x19_Bizon_M { price = 5; tax = 1;};
    class CUP_64Rnd_White_Tracer_9x19_Bizon_M { price = 5; tax = 1;};
    class CUP_64Rnd_Yellow_Tracer_9x19_Bizon_M { price = 5; tax = 1;};
    class CUP_30Rnd_9x19_EVO { price = 8; tax = 1;};
    class CUP_30Rnd_9x19_MP5 { price = 3; tax = 1;};
     
    //SNIPER
    class CUP_20Rnd_762x51_DMR { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Yellow_Tracer_762x51_DMR { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Red_Tracer_762x51_DMR { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Green_Tracer_762x51_DMR { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_White_Tracer_762x51_DMR { price = 8; tax = 1;};
    class CUP_20Rnd_762x51_B_M110 { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Yellow_Tracer_762x51_M110 { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Red_Tracer_762x51_M110 { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_Green_Tracer_762x51_M110 { price = 8; tax = 1;};
    class CUP_20Rnd_TE1_White_Tracer_762x51_M110 { price = 8; tax = 1;};
    class CUP_10x_303_M { price = 8; tax = 1;};
    class CUP_5Rnd_762x51_M24 { price = 8; tax = 1;};
    class CUP_5Rnd_127x108_KSVK_M { price = 8; tax = 1;};
    class CUP_10Rnd_127x99_m107 { price = 8; tax = 1;};
    class CUP_5Rnd_127x99_as50_M { price = 8; tax = 1;};
    class CUP_5Rnd_86x70_L115A1 { price = 8; tax = 1;};
    class CUP_10Rnd_762x54_SVD_M { price = 8; tax = 1;};
    class CUP_10Rnd_9x39_SP5_VSS_M { price = 8; tax = 1;};
    class CUP_20Rnd_9x39_SP5_VSS_M { price = 8; tax = 1;};
     
    //GRENADES
    class CUP_FlareWhite_M203 {price = 5; tax = 1;};
    class CUP_FlareGreen_M203 {price = 5; tax = 1;};
    class CUP_FlareRed_M203 {price = 5; tax = 1;};
    class CUP_FlareYellow_M203 {price = 5; tax = 1;};
    class CUP_6Rnd_FlareWhite_M203 {price = 10; tax = 1;};
    class CUP_6Rnd_FlareGreen_M203 {price = 10; tax = 1;};
    class CUP_6Rnd_FlareRed_M203 {price = 10; tax = 1;};
    class CUP_6Rnd_FlareYellow_M203 {price = 10; tax = 1;};
    class CUP_1Rnd_Smoke_M203 {price = 5; tax = 1;};
    class CUP_1Rnd_SmokeRed_M203 {price = 5; tax = 1;};
    class CUP_1Rnd_SmokeGreen_M203 {price = 5; tax = 1;};
    class CUP_1Rnd_SmokeYellow_M203 {price = 5; tax = 1;};
    class CUP_6Rnd_Smoke_M203 {price = 10; tax = 1;};
    class CUP_6Rnd_SmokeRed_M203 {price = 10; tax = 1;};
    class CUP_6Rnd_SmokeGreen_M20 {price = 10; tax = 1;};
    class CUP_6Rnd_SmokeYellow_M203 {price = 10; tax = 1;};
    class CUP_1Rnd_HE_M203 {price = 30; tax = 1;};
    class CUP_1Rnd_HEDP_M203 {price = 40; tax = 1;};
    class CUP_6Rnd_HE_M203 {price = 60; tax = 1;};
     
     
     
    class CUP_B_AssaultPack_Coyote {price = 10; tax = 0.2;};
    class CUP_B_USPack_Coyote {price = 80; tax = 0.2;};
    class CUP_B_AssaultPack_ACU {price = 10; tax = 0.2;};
    class CUP_B_AlicePack_Khaki {price = 50; tax = 0.2;};
    class CUP_B_ACRScout_m95 {price = 10; tax = 0.2;};
    class CUP_B_ACRPara_m95 {price = 50; tax = 0.2;};
  7. Sorry for being so clueless in this thread lol

     

    I think I figured out the whole nested class / where to put proper class names and how they relate to that nested class. 

     

    Do I still have to balance those end numbers or could I just put them all at 1-2? I notice some lists just have everything at 1 while others look carefully balanced to bring them up to 100. Should I add stuff in and then just rebalance based on the number of total items? 

  8. For clarification, when you say "Arma 3 Launcher" are you referring to the stock launcher that comes with Arma III ?  or are you referring to the A3Launcher by Maca?

     

    The reason I ask is that I was not aware that one could download mods from the stock launcher. (That doesn't mean it can't be done, it just means I'm  a little slow :wacko: )

     

    ah sorry for the confusion. yes the maca one. it seems to always cause issues for me. 

     

    edited the thread so it's clearer. 

  9. @ Tin

    I believe that's right but I'm not familiar with infin.

    @ Taco

    Just find any solo item in the loot table, and copy how it looks but use the cup class name. It's really not too confusing, if you'd like I can talk to you on TS in greater detail. Essentially the loot table is just classes and nested classes.

     

     

     

     

    ah ok I think I may be getting hung up and over complicating things in my head that the sniper rifles need to be listed under the nested sniper rifles class like where the dlc stuff is and all that then rebalanced to add up to 100 to not upset the table. 

  10. Hi I've been trying to get my server up and running for the past few days and appreciate all the help this forum has provided.

     

    I've pretty much figured out all the scripts / mods that I'd really like to have on the server. When adding in the ASDG_JR mod it worked great and has been not causing any sort of issues in game but now my server doesn't seem to be listed on the A3 launcher. When I do a server check on their website it comes back with the following error; "Oh snap! Found unknown mod: ASDG Joint Rails 0.16" 

     

     What I'm really stumped with is that I downloaded A3 Launcher initially through the A3 Launcher. I also switched it out to the Armaholics version just in case there was some sort of error with that instance of the mod. Is there some file that I need to edit the title of in order for A3 launcher to recognize this? 

     

    I don't use the launcher myself but am concerned that since so many players do not many are even going to be aware of the server on offer. 

     

    thanks

×
×
  • Create New...