01:04 [Info] [FancyDrop] Builtin Airdrop removed
01:04 [Error] Failed to run a 10.00 timer in 'FancyDrop v1.1.1' (InvalidOperationException: Operation is not valid due to the current state of the object)
01:04 [Debug] at System.Linq.Enumerable.First[LootSpawn] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
at Oxide.Plugins.FancyDrop.<OnServerInitialized>m__0 () [0x00000] in <filename unknown>:0
at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
FancyDrop
Moved
Total Downloads: 18,009 - First Release: Jun 8, 2016 - Last Update: Apr 19, 2018
- 5/5, 56 likes
-
At which version were you running when the error occured? -
I'm using the latest version (1.1.1). Thanks for your work. c:
-
-
Preview to a "Multiple Crate" function:
-
Good work man!
-
Hello
When I loot an airdrop . Everyone loot with me -
Thanx man again nice job and thanx for adding thopse requested things
-
Btw can you add option or something to have also posibility in lang file to change
Code:"msgDropSignal": "Someone ordered an Airdrop",
Code:"msgDropSignal": "PLayer ordered an Airdrop to position X Y Z",
also got this error after reload
Code:(21:10:39) | [Oxide] 21:10 [Error] Failed to run a 10.00 timer in 'FancyDrop v1.2.0' (InvalidOperationException: Operation is not valid due to the current state of the object) (21:10:39) | [Oxide] 21:10 [Debug] at System.Linq.Enumerable.First[LootSpawn] (IEnumerable`1 source) [0x00000] in <filename unknown>:0 at Oxide.Plugins.FancyDrop.<OnServerInitialized>m__1 () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
Last edited by a moderator: Jun 15, 2016 -
Hi Brko, I'll try so get it all fixed/updated/implemented.
[DOUBLEPOST=1466021896][/DOUBLEPOST]
Code:"Notification": { "Maximum distance in meters to get notified about landed Drop": 1000, "Maximum distance in meters to get notified about looted Drop": 1000, "Notify a player about incoming Drop to his location": true, "Notify a player about spawned Drop at his location": true, "Notify console at Drop by SupplySignal": true, "Notify console when a Drop is being looted": true, "Notify players at Drop by SupplySignal": true, "Notify players at Massdrop": true, "Notify players at Random/Timed Drop": true, "Notify players when a Drop is being looted": true, <<<<<<<<<<<<< "Notify players when Drop is landed about distance": true, "use GUI Announcements at Drop by SupplySignal": false, "use GUI Announcements at Massdrop": false, "use GUI Announcements at Random/Timed Drop": false }
-
The whole function is currently working in this way:
When its drops AND it's night, the light will be activated, and either deactivated( and removed ) at beeing looted OR when the Time of DAY switches to Day. When it's dropped while it's Day, the light will be activated at becoming night, if not looted before or despawned.
I understand the question to deactivate (per switch) the flashlight once grounded, right? -
-
just add possibility to set if on ground before loot start true (lights on), false (lights off when hits the ground
-
-
Another request: Can you add ability to show in console (not F1 but via ex. RUSTY) messages for plane when they release/drop to print in console: "Supply drop (timed/ supply drop/ massdrop) was spawned on coords X Y Z" and when it colides with ground to print in console same message but just to say "Airdrop landed on X Y Z" ?
would help alot - great would be to have them in lang file
-
I'll implement those after i finished my current BetterLoot Rework, taking most of my time
-
-
for some reason when a player begins to loot airdrop in chat says that I began to loot. it is possible as that to fix it? config file did not change
-
EDIT: Found the Wrong part in the code, i'll correct this...
Code:"Notification": { "Maximum distance in meters to get notified about landed Drop": 1000, "Maximum distance in meters to get notified about looted Drop": 1000, "Notify a player about incoming Drop to his location": true, "Notify a player about spawned Drop at his location": true, "Notify console at Drop by SupplySignal": true, "Notify console when a Drop is being looted": true, "Notify players at Drop by SupplySignal": true, "Notify players at Drop by SupplySignal including Coords ": false, "Notify players at Massdrop": true, "Notify players at Random/Timed Drop": true, "Notify players at Random/Timed Drop including Coords": false, "Notify players when a Drop is being looted": true, // <<<<<<<< Set to false "Notify players when Drop is landed about distance": true, "use GUI Announcements at Drop by SupplySignal": false, "use GUI Announcements at Massdrop": false, "use GUI Announcements at Random/Timed Drop": false }
Last edited by a moderator: Jun 19, 2016