Cornucopia

The horn of plenty! Spawn extra crates, barrels, nodes, animals, etc. randomly on the map

Total Downloads: 6,691 - First Release: Jul 28, 2015 - Last Update: Jun 1, 2017

5/5, 26 likes
  1. Wulf

    Wulf Community Admin

    Deicide666ra submitted a new resource:

    Cornucopia - The horn of plenty! Spawn extra crates, barrels, nodes, animals, etc. randomly on the map

    Read more about this resource...
     
  2. This is spawning interval?
     
  3. Please add console commands so us folks at work can monitor via rcon
     
  4. Does it communicates with BetterLoot? if yes - awesome. I mean, if the barrel will spawn, will it spawn with default loot or loot generated by betterloot.
     
  5. The default cycle interval is 900 seconds (15 minutes), you can change it in the config. Each cycle tries to spawn up to each config value of the corresponding entity (it is limited by the amount of existing collectibles to replace!).
    [DOUBLEPOST=1438056826][/DOUBLEPOST]
    Alright I'll look into it for the next version.
    [DOUBLEPOST=1438056880][/DOUBLEPOST]
    Yes, new barrels/boxes are hooked by BetterLoot as they spawn :) There is no delay, all new loot containers are filled by BetterLoot right on spawn.
     
  6. hello

    really thank you for your plugins!
    I have it in the logs

    Code:
    (06:28:11) | [Oxide] 6:28 AM [Info] [Cornucopia] Tried to spawn radtown/crate_normal_1 but entity could not be found.(06:28:11) | [BUNDLE] Not found: assets/bundled/Prefabs/radtown/crate_normal_1.prefab
    
     
    Last edited by a moderator: Jul 28, 2015
  7. Ah, well shit, indeed, I messed up there. Fix inc!
     
  8. Deicide666ra updated Cornucopia with a new update entry:

    1.0.1

     
  9. works perfectly

    Thank you
     
  10. Code:
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Error] Failed to call hook 'SpawnCommand' on plugin 'Cornucopia' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [BetterLoot] BetterLoot: Refreshed 73 containers (0 destroyed)
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    [Oxide] 1:13 PM [Info] [Cornucopia] Respawning the lost ones!
    what the....
     
  11. Did you set the refreshIntervalSeconds to 0??? Don't do that!! Set it to at least 60... it's seconds.
     
  12. ok......
     
  13. Code:
    > cornu.spawn
    [Oxide] 11:25 PM [Error] Failed to call hook 'SpawnCommand' on plugin 'Cornucopia' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 11:25 PM [Debug]   at Oxide.Plugins.Cornucopia.SpawnCommand (.Arg arg) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    [Oxide] 11:26 PM [Info] [PlayTime] Saving playtime data for all online users.
     
  14. Code:
    > cornu.dump
    [Oxide] 8:30 AM [Error] Failed to call hook 'DumpCommand' on plugin 'Cornucopia' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 8:30 AM [Debug]   at Oxide.Plugins.Cornucopia.DumpCommand (.Arg arg) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    [DOUBLEPOST=1438065155][/DOUBLEPOST]But if you type that command in chat ingame - works perfect.
     
  15. what's the point of a rcon command if it doesnt work?
     
  16. Of course there is no point, but for the author of the plugin that information would be useful
     
  17. I'll look at it tomorrow sorry guys :)
     
  18. Code:
    [7/28/2015 10:08:57 AM] [Oxide] 10:08 AM [Error] Failed to call hook 'SpawnCommand' on plugin 'Cornucopia' (NullReferenceException: Object reference not set to an instance of an object)
    When i run cornu.spawn.
     
  19. If I only wanted to increase the number of wolves and bears, the rest would not change, how to set up
     
  20. im lost, what if i want to spawn more animals more often how do I do it?