Jump to content
  • 0

pook_H13 added (New Chopper) Bell 47/H-13 Helicopter


Razorman

Question

Hi all, I see a new chopper in the database since patch 1.0.3 called a "pook_H13" with lots of variants, I can spawn them into server but players who join the server get the following error if I do:

 

You cannot play/edit this mission: it is dependant on downloadable content that has been deleted pook_h13 

 

If I add this line to my mission.sqm (as follows below) will it fix the warning message players receive?

 

You can still join the server by clicking continue at this message but its a little disturbing for green players who choose to abort instead, thanks for any help.

 

version=11;
class Mission
{
 addOns[]=
 {
  "chernarus",
  "ca_modules_animals",
  "dayz_anim",
  "dayz_code",
  "dayz_communityassets",
  "dayz_weapons",
  "dayz_equip",
  "dayz_epoch",
  "dayz_vehicles",
  "cacharacters_pmc",
  "ca_modules_functions",
  "glt_m300t",
  "csj_gyroac",
  "map_eu",
  "jetskiyanahuiaddon"

  "pook_h13"
 };

Link to comment
Share on other sites

Recommended Posts

  • 0

Addin the Addon to your list in mission.sqm works, but Im not sure yet if its either intended or a bug that these have not been integrated yet. Theres even an emptly line in the file where probably that addon was called before being removed.

 

So far, I didnt see much issues with them, except the gunship variant spawns in with ammo and doesnt have a special class assigned without it, so either accept that, remove the ammo yourself or dont put the gunship variants in.

There could also be other issues, but that can only be responed to by a dev that knows exactly why it isnt in.

Link to comment
Share on other sites

  • 0

I actually named the classnames incorrectly in the database. They work great. Most likely just an oversight. It was noted taht a 1.0.3.1 would be released in under a month so maybe just leftover from the brainstorming. The gunships are very hard to aim, especially with such a touchy heli. I don't think that they are too badly overpowered.

Link to comment
Share on other sites

  • 0
- Multiple versions of the Bell 47 helicopter.  West, East, GUE, Civ factions supported with different models.  names listed below
 
// MH-13E Medevac (unarmed, ambulance)
pook_H13_medevac  // West - USMC
pook_H13_medevac_CDF  // West - CDF
pook_H13_medevac_TAK  // East - TAK
pook_H13_medevac_INS  // East - ChDKZ
pook_H13_medevac_UNO  // Independent - UNO
pook_H13_medevac_PMC  // Independent - PMC
pook_H13_medevac_GUE  // Independent - GUE
pook_H13_medevac_CIV  // CIV - CSAR Orange
pook_H13_medevac_CIV_RU  // CIV_RU - CSAR Orange
 
// OH-13E Amphibious Rescue (unarmed, ambulance, smokescreen)
pook_H13_amphib  // West - USMC
pook_H13_amphib_CDF  // West - CDF
pook_H13_amphib_TAK  // East - TAK
pook_H13_amphib_INS  // East - ChDKZ
pook_H13_amphib_UNO  // Independent - UNO
pook_H13_amphib_PMC  // Independent - PMC
pook_H13_amphib_GUE  // Independent - GUE
pook_H13_amphib_CIV  // CIV - CSAR Orange
pook_H13_amphib_CIV_RU  // CIV_RU - CSAR Orange
 
// UH-13H Gunship (gun pods+grenades)
pook_H13_gunship  // West - USMC
pook_H13_gunship_CDF  // West - CDF
pook_H13_gunship_UNO  // Independent - UNO
pook_H13_gunship_PMC  // Independent - PMC
pook_H13_gunship_GUE  // Independent - GUE
pook_H13_gunship_TAK  // East - TAK
pook_H13_gunship_INS  // East - ChDKZ
 
// UH-13B Transport (door gunner+grenades)
pook_H13_transport  // West - USMC
pook_H13_transport_CDF  // West - CDF
pook_H13_transport_UNO  // Independent - UNO
pook_H13_transport_PMC  // Independent - PMC
pook_H13_transport_GUE  // Independent - GUE
pook_H13_transport_TAK  // East - TAK
pook_H13_transport_INS  // East - ChDKZ
 
// Bell 47 Civ - Chernarussian
pook_H13_civ  // CIV - Blue\White
pook_H13_civ_white  // CIV - White
pook_H13_civ_slate  // CIV - Slate Blue
pook_H13_civ_black  // CIV - Black
pook_H13_civ_yellow  // CIV - Yellow
 
// Bell 47 Civ - Russian
pook_H13_civ_ru  // CIV_RU - Blue\White
pook_H13_civ_ru_white  // CIV_RU - White
pook_H13_civ_ru_slate  // CIV_RU - Slate Blue
pook_H13_civ_ru_black  // CIV_RU - Black
pook_H13_civ_ru_yellow  // CIV_RU - Yellow
Link to comment
Share on other sites

  • 0

here ya go cen i only added these but they work, obv adjust prices as u see fit 

 

NSERT IGNORE INTO traders_data (`item`, `qty`, buy, sell, `tid`, `afile`) VALUES ('["pook_H13_medevac_INS",2]', 15, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 519, 'trade_any_vehicle');
INSERT IGNORE INTO traders_data (`item`, `qty`, buy, sell, `tid`, `afile`) VALUES ('["pook_H13_amphib_CIV",2]', 15, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 519, 'trade_any_vehicle');
INSERT IGNORE INTO traders_data (`item`, `qty`, buy, sell, `tid`, `afile`) VALUES ('["pook_H13_civ_yellow",2]', 15, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 519, 'trade_any_vehicle');
INSERT IGNORE INTO traders_data (`item`, `qty`, buy, sell, `tid`, `afile`) VALUES ('["pook_H13_civ_ru_black",2]', 15, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 519, 'trade_any_vehicle');
INSERT IGNORE INTO traders_data (`item`, `qty`, buy, sell, `tid`, `afile`) VALUES ('["pook_H13_gunship",2]', 15, '[4,"ItemGoldBar10oz",1]', '[2,"ItemGoldBar10oz",1]', 493, 'trade_any_vehicle');
INSERT IGNORE INTO traders_data (`item`, `qty`, buy, sell, `tid`, `afile`) VALUES ('["pook_H13_transport_GUE",2]', 15, '[8,"ItemGoldBar10oz",1]', '[4,"ItemGoldBar10oz",1]', 512, 'trade_any_vehicle');
Link to comment
Share on other sites

  • 0

hi,

these helis can not land on water can you fix it before you release it.

 

// OH-13E Amphibious Rescue (unarmed, ambulance, smokescreen)
pook_H13_amphib  // West - USMC
pook_H13_amphib_CDF  // West - CDF
pook_H13_amphib_TAK  // East - TAK
pook_H13_amphib_INS  // East - ChDKZ
pook_H13_amphib_UNO  // Independent - UNO
pook_H13_amphib_PMC  // Independent - PMC
pook_H13_amphib_GUE  // Independent - GUE
pook_H13_amphib_CIV  // CIV - CSAR Orange
pook_H13_amphib_CIV_RU  // CIV_RU - CSAR Orange
 
 
cheers
 
Link to comment
Share on other sites

  • 0

Anybody else getting 

 8:53:04 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
pook_h13

after adding them to the traders? They work fine but those messages popping up is just annoying

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...