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!"
Rust Spawn crate/loot at location at schedule
Discussion in 'Plugin Requests' started by Quicken, Oct 31, 2015.
-
I would like to see this too.
-
This would be a great plugin for arenas
-
I would use it to spawn a special crate somewhere and people would fight over it...
-
I had such locally already. I'll make an API from it and upload it to Oxide.
-
-
-
I
-
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.
-
-
Wish I had a good enough understanding of c++ to make advanced mods like what you and many others have made. -
-
-
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)
-
Soo I am going to work on this today.
Expect it this evening / night or tomorrow. -
I just wanted to say thanks for taking the time to create this plugin
-
any luck with this hydra?
-
Been looking for mod like this one. Spawn creatures and loot crates upon entering zone or by shedule, awesome.
-
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. -
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