Apoc's Airdrop Assistance - v1.4 Release

Re: Apoc's Airdrop Assistance - v1.4 Release

« Reply #240 posted: May 06, 2017, 02:11 AM »
The "," was gone.  I put it in there and still got the same results.  Thanks for your help

Post your playersactions.sqf or paste the code using # (code) and I will take a look at it. If you are missing other player menu options then its most likely something in the playeractions.sqf..

Re: Apoc's Airdrop Assistance - v1.4 Release

« Reply #241 posted: Sep 19, 2017, 04:57 PM »
Plugin is loading correctly when I load up a server local. But when i put the same mission file on my public server it doesnt load anything inside the menu. Vehicle and Items list are empty ingame.
I speak Portuguese and I had many dificulties to understand scripting tutorial.

What have I done wrong and what do I have to do to get it right?

1. I downloaded the file APOC_Airdrop_Assistance_V1.45.zip (10.83 kB - downloaded 182 times.)

2. I extracted it in the

C:\Users\Downloads\ArmA3_Wasteland.Altis\addons\
C:\Users\Downloads\ArmA3_Wasteland.Altis\client\functions\

3. Compiled in PBO

4. And uploaded to the server to mpmissions.

5. It did not work by pushing the button

6. My files are here https://drive.google.com/open?id=1RhrNHxax09S_ajuYlXjzXc4nuTgPykyE

The map is Altis latest version

What do I need to do more?

Thank you!
  • Offline Mokey
  • Fractured Wasteland
  • Elite
  • ******
  • Posts: 606
  • Https://Fractured-Gaming.com

Re: Apoc's Airdrop Assistance - v1.4 Release

« Reply #243 posted: Jun 05, 2018, 01:21 PM »
Quote
1. I downloaded the file APOC_Airdrop_Assistance_V1.45.zip (10.83 kB - downloaded 182 times.)
lol  ;D

So just because you've extracted it doesn't mean it will work.

1st, you'll have to execute the script...

Init.sqf
Code: [Select]
[] execVM "addons\APOC_Airdrop_Assistance\init.sqf";
Then add the player action to the player action menu (Scroll wheel)

client\functions\playerActions.sqf
Code: [Select]
[format ["<img image='\a3\Ui_f\data\GUI\Cfg\CommunicationMenu\supplydrop_ca.paa' color='%1'/> <t color='%1'>[</t>Airdrop Menu<t color='%1'>]</t>", "#FF0000"],"addons\APOC_Airdrop_Assistance\APOC_cli_menu.sqf",[], -100, false, false]
Then add your airdrop crates for the menu

\functions\fn_refillbox.sqf
Code: [Select]
case "airdrop_DLC_Rifles":
{
_boxItems =
[
// Item type, Item class(es), # of items, # of magazines per weapon
["wep", ["srifle_DMR_03_multicam_F", "srifle_DMR_02_sniper_F", "srifle_DMR_05_hex_F", "srifle_DMR_04_Tan_F"], 2,4],
["itm", ["V_RebreatherB", "V_PlateCarrierIAGL_dgtl", "V_TacVest_camo", "V_PlateCarrierGL_rgr"], RANDOM_BETWEEN(1,8)],
["itm", ["B_Carryall_mcamo", "B_Kitbag_mcamo"], RANDOM_BETWEEN(2,5)],
["itm", ["bipod_01_F_blk", "bipod_02_F_hex"], 3]
];
};
case "airdrop_DLC_LMGs":
{
_boxItems =
[
// Item type, Item class(es), # of items, # of magazines per weapon
["wep", ["MMG_02_black_F", "MMG_01_hex_F"], 2,5],
["itm", ["V_RebreatherB", "V_PlateCarrierIAGL_dgtl", "V_TacVest_camo", "V_PlateCarrierGL_rgr"], RANDOM_BETWEEN(1,8)],
["itm", ["B_Carryall_mcamo", "B_Kitbag_mcamo"], RANDOM_BETWEEN(2,5)],
["itm", ["bipod_01_F_blk", "bipod_02_F_hex"], 2]
];
};


Then in your anti-hack filter
server\antihack\filterExecAttempt.sqf
Code: [Select]
"APOC_srv_"
All of this information is located on the 1st page of the OP

http://forums.a3wasteland.com/index.php?topic=1450.msg9099#msg9099
Posts once, edits post 40 times in 60 seconds. STUPID FAT FINGERS!

Re: Apoc's Airdrop Assistance - v1.4 Release

« Reply #244 posted: Jun 05, 2018, 07:39 PM »
That's ok. Thanks. I'll try again.

Re: Apoc's Airdrop Assistance - v1.4 Release

« Reply #245 posted: Jun 08, 2018, 06:00 PM »
 >:(

I did as a request but the mouse scroll button disappeared
  • Offline izT-
  • Fresh Spawn
  • *
  • Posts: 1

Re: Apoc's Airdrop Assistance - v1.4 Release

« Reply #246 posted: Jul 05, 2018, 12:04 AM »
];#line 4 "mpmissions\__cur_mp.Malden\ad>
23:55:14   Error position: <];#line 4 "mpmissions\__cur_mp.Malden\ad>
23:55:14   Error Missing [
23:55:14 File mpmissions\__cur_mp.Malden\addons\APOC_Airdrop_Assistance\config.sqf, line 25
23:55:14 BEServer: registering a new player #1127371057
23:55:14 Error in expression <op_DLC_LMGs",          35000, "supply"],

];#line 4 "mpmissions\__cur_mp.Malden\ad>
23:55:14   Error position: <];#line 4 "mpmissions\__cur_mp.Malden\ad>
23:55:14   Error Missing [
23:55:14 File mpmissions\__cur_mp.Malden\addons\APOC_Airdrop_Assistance\config.sqf, line 25
23:55:14 Error in expression <0,    "vehicle"]


Help??

Re: Apoc's Airdrop Assistance - v1.4 Release

« Reply #247 posted: May 07, 2019, 03:21 PM »
I have a problem with the server being able to find the player location.
I think I need to have the player location and there group so that the script can target it.
any hints or script snippets would be appreciated.

Cheers!

  • Offline h4wk
  • Geared Up
  • **
  • Posts: 26

Re: Apoc's Airdrop Assistance - v1.4 Release

« Reply #248 posted: Apr 22, 2022, 08:40 AM »
doesnt seem to work anymore proper.

if i call a airdrop, it drops miles away from my position.

anyone got a working version?