Jump to content

Why you close a support request with out checking it properly ? :(

Closed 1.0.21 1.0.22

Robis
Robis

Posted

i texted to a bradley drops developer and he worked on this to find out, he told he texted you but you keep ignoring him.

Please if anyone report anything, take at list to do a checks, and communicate to make all around work together better 😞

 

Bradley Drops 1.0.16

when i unload plugin Loottable. supply drop not come, come only bradley drop!

when i have plugin Loottable loaded supply drop and bradley drop come!

 

Here what was discovered in plugin: Loot Table & Stacksize GUI 1.0.21

Plugin uses the hooks that call air drops and when signals call cargo plane etc...

But plugin didn't have any protection to stop it calling for other custom signals

Solution: line 1355

[JsonIgnore]
            private List<uint> signals = new List<uint>();
            
            public void OnAirdropThrown(BasePlayer player, BaseEntity entity)
            {
                if (_instance.LootDefender != null || _instance.FancyDrop != null) return;

                if (_instance.BradleyDrops)
                {
                    if (_instance.BradleyDrops.CallHook("IsBradleyDropSignal", entity.skinID) != null) return;
                }

The_Kiiiing

Posted

Hi, first of all I did not ignore the developer of BradleyDrops, I just haven't read his messages. I will be adding the patch for this with the next update in a few days

  • Like 1
The_Kiiiing

Posted

Changed Status from Pending to Work in Progress

The_Kiiiing

Posted

Changed Status from Work in Progress to Closed

Changed Fixed In to 1.0.22

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

103.5k

Files Sold

Total number of files sold.

2.1m

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.