Jump to content

conflict alpha loot

Closed 1.0.0

Best to ask for a support ticket on alphaloot and ask for a true false setting on for example (Change Bradley apc crate spawn amount) or whatever he might find suitable.
This should be a simple patch on his end

Temp fix can be this (Alphaloot 3.1.7)
 

        private void OnEntitySpawned(BradleyAPC bradleyApc)
        {
            if (bradleyApc != null)
                bradleyApc.maxCratesToSpawn = configData.BradleyCrates;
        }

blank it out using /* and */ (around line 76 in the plugin)
 

/*
private void OnEntitySpawned(BradleyAPC bradleyApc)
{
if (bradleyApc != null)
bradleyApc.maxCratesToSpawn = configData.BradleyCrates;
}
*/

 

Edited by Krungh Crow
  • Like 1

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.2k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.