Jump to content

loot item_drop

Closed 2.7.2 2.7.3

Craft
Craft

Posted

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

nivex

Posted

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

Craft

Posted

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"

nivex

Posted

i can note this down.

Craft

Posted

I hope you can update this feature in the next update. Thank you very much

  • Like 1
nivex

Posted

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/

nivex

Posted

Changed Status from Pending to Closed

Changed Fixed In to Next Version

Craft

Posted (edited)

Owners cannot collect loot after the base disappears

Whether it is a maintenance event or a purchase event

Edited by Craft
nivex

Posted

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

Craft

Posted

Solved, thank you

  • Like 1
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

116.1k

Files Sold

Total number of files sold.

2.4m

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.