Sign in to follow this  
1Man

ExAd addon spawn Exile Supply Crate

5 posts in this topic

All credit goes to Janski for his amazing addon ExAd

This is just an edit to add Exile_Container_SupplyBox so players can craft them to use with looting missions, looting in general or moving their bases, they are not persistent after restart unless you still have the install option under class CfgInteractionMenus

This is assuming you already have ExAd installed and working on your server with exad_dv.pbo in your @ExileServer\addons folder

Go to your mission.pbo [I.E. Exile.Altis] open up config.cpp with notepad++ or your primary editing tool

Find extraApps and add at the end ,"Supply_Box"

It should look like this

  Reveal hidden contents

Then go to the bottom of your ExAd XM8 Class and add this

    class Supply_Box
    {
        title = "Supply Crate";
        bambiState = 0;
        vehicleClass = "Exile_Container_SupplyBox";
        recipe[] = {{"Exile_Item_WoodPlank",2}};
        packable = 1;
        quickFunction = "['Supply_Box'] call ExAd_XM8_DV_fnc_spawnVehicle";
    };

it should look like this

  Reveal hidden contents

 

repack pbo and restart server

  • Like 3

Share this post


Link to post
Share on other sites
Advertisement
Advertisement

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.