Jump to content

loot item_drop

Closed 2.7.2 2.7.3

Is there any way to protect the "item_drop" left behind by the base from being looted by others after it disappears?

Share this comment


Link to comment

heya.

there's no way to protect this entity after the base despawns, and Prevent Looting plugin does not protect that entity (it protects item_drop_backpack)

the only option available is to despawn it, Despawn Dropped Loot Bags From Raid Boxes When Base Despawns

Share this comment


Link to comment

Another solution: After the base disappears, the protective cover should remain for an additional 1-3 minutes (configurable) to prevent other players from entering the robbery "item_drop"

Share this comment


Link to comment

Added Protect Loot Bags From Raid Boxes For X Seconds After Base Despawns (0 seconds) in the next update to each of the profiles, oxide/data/RaidableBases/Profiles/

Share this comment


Link to comment

Owners cannot collect loot after the base disappears

Whether it is a maintenance event or a purchase event

Edited by Craft

Share this comment


Link to comment

if (container.skinID != 14922524 || !container.OwnerID.IsSteamId())

change that to this

if (container.skinID != 14922524 || !container.OwnerID.IsSteamId() || container.OwnerID == player.userID)

and let me know

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.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.