Jump to content

Mals

Moderator
  • Posts

    702
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mals

  1. Mals

    Animal Boxes

    Nice plugin. I did a custom version of Bearalls with all the animals. It has a slightly different config: { "ChanceOfSpawn": 5, "ChanceOfPig": 1, "ChanceOfChicken": 1, "ChanceOfHorse": 0, "ChanceOfStag": 1, "ChanceOfBear": 1, "ChanceOfWolf": 1, "ChanceOfZombie": 0, "AirDropSurprise": 0, "MinSurprise": 1, "MaxSurprise": 1 } Any chance to allow a variable number of animals and a more complete list of Animals? You might want to consider adding NPCs at some point too. If it can replace my Pigrells functionality I will definitely buy it (one less custom plugin to maintain).
  2. I do tend to push the bounds. I had noticed all the smelt plugins seem to hit a cap of max rate now. It used to be some like Powersmelt could do a few hundred per tick, but not any more. I suspect internally Rust has rate limiters. If you write a super fast smelt plugin (and the price is not silly), I will buy it. But I know that is a lot of work.
  3. Mals

    Water Event

    Video link is not working for me. I was able to use the watch on Youtube and it worked.
  4. { "Smelting multiplier": { "bbq.deployed": 0.0001, "campfire": 0.0001, "furnace.large": 1000.0, "furnace": 10000.0, "refinery_small_deployed": 10000.0 }, "Cook time": { "fish.cooked": 60000.0, "fish.raw": 0.0001, "chicken.cooked": 60000.0, "chicken.raw": 0.0001, "deermeat.cooked": 60000.0, "deermeat.raw": 0.0001, "horsemeat.cooked": 60000.0, "horsemeat.raw": 0.0001, "humanmeat.cooked": 60000.0, "humanmeat.raw": 0.0001, "bearmeat.cooked": 60000.0, "bearmeat": 0.0001, "wolfmeat.cooked": 60000.0, "wolfmeat.raw": 0.0001, "meat.pork.burned": 120.0, "meat.pork.cooked": 60000.0, "meat.boar": 0.0001, "crude.oil": 0.0001, "can.beans.empty": 0.0001, "can.tuna.empty": 0.0001, "hq.metal.ore": 0.0001, "metal.ore": 0.0001, "sulfur.ore": 0.01 }, "Output amount": { "fish.cooked": 1, "fish.raw": 1, "chicken.cooked": 1, "chicken.raw": 1, "deermeat.cooked": 1, "deermeat.raw": 1, "horsemeat.cooked": 1, "horsemeat.raw": 1, "humanmeat.cooked": 1, "humanmeat.raw": 1, "bearmeat.cooked": 1, "bearmeat": 1, "wolfmeat.cooked": 1, "wolfmeat.raw": 1, "meat.pork.burned": 1, "meat.pork.cooked": 1, "meat.boar": 1, "crude.oil": 5, "can.beans.empty": 50, "can.tuna.empty": 50, "hq.metal.ore": 1, "metal.ore": 1, "sulfur.ore": 1 } } I did that to avoid burning, is it not needed? I wanted silly fast smelting (aka near instant) but it still seems quick but not silly fast. Is it the smelting times? any chance for an example of everything near instant?
  5. Mals

    Notify

    sorry duplicate.
  6. Mals

    Notify

    sorry duplicate.
  7. Mals

    Notify

    note to self do not mash button when nothing happens... Sorry duplicate.
  8. Mals

    Notify

    Any chance to make CmdShowAllPlayerNotify (or something similar) an API call so we can message all players? I am working on a hack of ScheduleMessage to send periodic notification to all players then realized there was no API. I could make my own, but you already had it coded.
  9. Is there a setting to avoid burning meat other than setting the timer super long?
  10. Mals

    Bandit Island

    Does map this include a vendor for submarines and underwater labs?
  11. Mals

    The Lost Island

    Does map this include a vendor for submarines and underwater labs?
  12. Mals

    Lights On

    Just to be clear. With this option it would burn fuel if there is more than one in it, even at night. When it ran out of fuel it would naturally go out. At night the sweeper would pick it up as off and without fuel and turn it on. And it would go out at dawn due to no fuel.
  13. Mals

    Lights On

    Sadly that would require tracking each light source with fuel which would balloon the memory usage which I am keen to avoid. I could add a parameter so it ignore ones with more than one fuel (not change their state). Some light sources require one fuel to work [silly quirk]. That would mean any fueled device would burn fuel through the night. Depending on stack size and gather rates that could be an issue. My fuel stacks are 50,000 and my gather rate is around 4X so it could work on mine, but I kept it simple. Always on has the lowest server overhead as there is not two toggles per day, just the normal sweeper to fix states. But I know a lot of people love seeing the lights come on at night, it is more "real".
  14. Mals

    Lights On

    Honestly I leave them always on to be nice to cave dwellers. I'll look to see if I ignore devices with fuel in them. Would you want them to turn on at night and stay on in the day if fuel is present. Or just simply ignore ones with fuel present?
  15. Mals

    Lights On

    Sorry for the delays, with the surge in COVID cases work has been very busy. I could not get the Microphone stand working but did add BoomBoxes. since they feed out to other devices I set them high in output, but make that configurable in the json. I adjusted all power settings down to the bar minimum to make it so no power spilled out to be exploited. For devices that are not at a minimum their power amount is in the config. My apologies on slow fixes, I only have a half day off Saturday and Sunday now so not a lot of time to work on plugins.
  16. Mals

    thoughts

    (08:29:21) | Failed to call hook 'CmdShare' on plugin 'LootProtect v1.0.23' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.LootProtect.CmdShare (Oxide.Core.Libraries.Covalence.IPlayer iplayer, System.String command, System.String[] args) [0x003e3] in <e05331ec548d4dc098f742cfab8c9c89>:0 at Oxide.Plugins.LootProtect.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007ae] in <e05331ec548d4dc098f742cfab8c9c89>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <0fbce81d88d64454b3e7abb24df7026b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <0fbce81d88d64454b3e7abb24df7026b>:0 I think it was two players in a team sharing a furnace from what I saw in team chat.
  17. Mals

    ZoneManager Plugin" option work

    Changed Status from Pending to Closed
  18. Mals

    ZoneManager Plugin" option work

    Unfortunately it works the other way around with Zone Manager. It only rewards when they are in a zone. I would not recommend making massive zones as that would be to the only way to make that work.
  19. Mals

    LightsOn

    Changed Status from Pending to Closed Changed Fixed In to 1.6.18
  20. Mals

    LightsOn

    That is a super old version (v1.6.18). That was fixed in more recent versions.
  21. NightZombies probably changed what type of NPC they are using I suspect. I will check to see what they have coded in the latest version. We don't have a gather reward for chopping up dead NPCs, since you get paid to kill them getting paid to chop them up seems to be double dipping.
  22. The one from Chaos Code? I own that plugin so will give it a test.
  23. Changed Status from Pending to Can't Reproduce
  24. Mals

    Lights On

    I've been working on a fix and adding the new boombox and microphone stand but was not able to complete testing yet. I hope to push it out next weekend. I have also greatly reduced the power going to devices so if they attach to the pass through it is a lot less. Ultimately I want zero coming out of pass through as that is not intended behaviour.
  25. Mals

    Lights On

    Odd it is unlimited, I will look into this.
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

132.1k

Files Sold

Total number of files sold.

2.8m

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.