1. I would like a request similar to Cornucopia for Rust Experimental | Oxide BUT with the following features:

    1. Ability to spawn items at X,Y,Z - think of the build mod feature /plant 55 that will spawn trash at where I look.

    2. timer, I want to schedule spawns at locations so I can have events like 6pm trash wars

    3. Announce (optional)

    4. loot spawn on zone trigger like entering zone spawn 10 bears.

    Donations to the person who can make this! :)"
     
  2. I would like to see this too.
     
  3. This would be a great plugin for arenas
     
  4. I would use it to spawn a special crate somewhere and people would fight over it...
     
  5. I had such locally already. I'll make an API from it and upload it to Oxide.
     
  6. @LaserHydra we are waiting for your uber mod :)
     
  7. I lost the file. Will need to remake it.
     
  8. I
    I can send you a donation for this too.
     
  9. This would be something that could benefit Event Manager. Adding auto generated loot crates during a death match to get better guns in the fight, or even ammo for the guns for people who are surviving.
     
  10. I will be working on it very soon. It will be an API so Plugins will be able to call the functionalities like SpawnCrates etc.
     
  11. Cant Wait :)
    Wish I had a good enough understanding of c++ to make advanced mods like what you and many others have made. :)
     
  12. Oxide and Oxide Plugins use C# not C++ ;)
     
  13. HEHE, My bad, Either way I have a basic understanding only, I read the oxide api from time to time though, But is there a place for the rust documentation, I know this is off topic, I just want to know what tags are available through rust naturally and what tags are available though oxide.
     
  14. So is it down laser? (Btw I want to start making plugins anywhere to start, I looked at better chat coding and some other things)
     
  15. Soo I am going to work on this today. :)
    Expect it this evening / night or tomorrow.
     
  16. I just wanted to say thanks for taking the time to create this plugin
     
  17. any luck with this hydra?
     
  18. Been looking for mod like this one. Spawn creatures and loot crates upon entering zone or by shedule, awesome.
     
  19. I am planning on doing this today finally.
    [DOUBLEPOST=1448406071,1448384224][/DOUBLEPOST]Soo. Database with Boxes is done. Building and Destroying them too. All left is the items inside. I will make that work as my plugin RGive.
     
  20. Out of curiosity, any way you could make a call feature so other mods could force a spawn.
    This would be in conjunction with say zone manager. Your mod would add what zones boxes are located in and then a mod called call a function along the lines of: spawnboxzone (zonename,timer, instaspawn, howmanytimes)
    so for example: spawnboxzone (arena,120,true,4/true)
    Arena: name of zone
    120: How many seconds before respawning
    True/False: if to spawn when first caleld(true), or wait till first timer to spawn (false)
    4/true: 4= number of times to repeat. true= if event manager calls it, this then would be followed by event name as to enable your plugin to spawn only while that event is still going.

    Let me know what you think, also not something that needs to be added asap as it might require rewriting code or something, so no rush.
    Cheers