Jump to content

Mals

Moderator
  • Posts

    669
  • Joined

  • Last visited

Everything posted by Mals

  1. Mals

    DeathPenalty

    Down no money taken, dead money taken. Can you shoot me a list of plugins, it might be an interaction with a plugin? You can test it yourself on Mal's Plugin Testing PVE. PVE is off to allow testing.
  2. Mals

    Shop

    As an admin with multiple servers, I was incredibly disappointed your 2.0 version required me to log into each server to update shop. That is not cool dude.
  3. Mals

    SimplePVE

    How does the loot protect feature work? I am trying to set up a town and want to have anything unlocked usable by players.
  4. Mals

    DeathPenalty

    I will get my wife to shoot me to test
  5. Mals

    Lights On

    Shoot me the entire config and what your goal is. Player hobo on at night all public ones always on? I will give it a test on my test server.
  6. Mals

    DeathPenalty

    It is using the hook: OnEntityDeath It would be bizarre to trigger on down. Are you sure you have the correct Death Penalty plugin? There are two out there.
  7. Mals

    DeathPenalty

    I'll check this weekend if there is a hook for downed and if so make it an option. Adding a cool down is not too hard, but will add overhead, so I will make it optional. Doing a penalty per hit while down is cruel as a NPC that does less damage so take more hits to kill you will cost players more. I'm not keen to do that due to the amount of hook calls, and poor player experience. Assuming there is a hook, I should be able to do this, this weekend.
  8. Mals

    Errors on unload reload in Carbon

    Noticed this on staging, so expect it to drop next week: > c.reload SimplePVE Failed compiling 'SimplePVE.cs': 1. The type or namespace name 'TrainBarricade' could not be found (are you missing a using directive or an assembly reference?) [CS0246] (SimplePVE 27 line 1693)
  9. Mals

    XTripwire

    Upgrade suggestion, add option to attach different explosives other than bean cans (hand grenade, C4, smoke grenade, etc.) but that does require parenting. That could allow brave soul to disarm it too. Lovely new mod, keep up the good work.
  10. Mals

    Errors on unload reload in Carbon

    Thanks!
  11. Mals

    Economics dont work anymore.

    Any ETA on this as it has been a few weeks.
  12. Mals

    sometimes stops working

    I was giving myself a ton of items via F1 and it just stopped giving them. unloaded the plugin and that worked again. Very odd and random. No messages on the console, I am assuming a plugin confilct. This was on Carbon. (08:00:16) | [F1Spawn] giving MalS 0 x Holosight : weapon.mod.holosight : 442289265 (08:00:16) | [F1Spawn] giving MalS 0 x Holosight : weapon.mod.holosight : 442289265 (08:00:16) | [F1Spawn] giving MalS 0 x Holosight : weapon.mod.holosight : 442289265 (08:00:16) | [F1Spawn] giving MalS 0 x Holosight : weapon.mod.holosight : 442289265 (08:00:16) | [F1Spawn] giving MalS 0 x Holosight : weapon.mod.holosight : 442289265 (08:00:16) | [F1Spawn] giving MalS 0 x Holosight : weapon.mod.holosight : 442289265 odd it says zero, who gives zero items?
  13. I am getting the following on unload reload: > c.reload SimplePVE [SimplePVE] Failed ILoadConfig (Object reference not set to an instance of an object) at DateTime Oxide.Plugins.SimplePVE.get_Time() in C:/Rust_Servers/OldSouls_Raidable_Carbon/RustServer/carbon/plugins/SimplePVE.cs:line 4595 at void Oxide.Plugins.SimplePVE.BackupOldConfig() in C:/Rust_Servers/OldSouls_Raidable_Carbon/RustServer/carbon/plugins/SimplePVE.cs:line 591ds, 218 plgs, 7/11 mdls, 2 exts at void Oxide.Plugins.SimplePVE.LoadConfig() in C:/Rust_Servers/OldSouls_Raidable_Carbon/RustServer/carbon/plugins/SimplePVE.cs:line 570 at void Oxide.Plugins.RustPlugin.ILoadConfig() in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/[SimplePVE] Cleaning up... [SimplePVE] Initializing rules..... Loaded plugin SimplePVE v1.2.3 by Ifte [655ms] Failed to call internal hook 'OnServerInitialized' on plugin 'SimplePVE v1.2.3' [352240293] (Object reference not set to an instance of an object) at void Oxide.Plugins.SimplePVE.LoadImages() in C:/Rust_Servers/OldSouls_Raidable_Carbon/RustServer/carbon/plugins/SimplePVE.cs:line 5482 at void Oxide.Plugins.SimplePVE.OnServerInitialized() in C:/Rust_Servers/OldSouls_Raidable_Carbon/RustServer/carbon/plugins/SimplePVE.cs:line 1110 SimplePVE.json
  14. Mals

    Lights On

    There are no permissions, so it does all objects. By skipping checking the owner of objects, it is noticeably faster. Every item set to go on, goes on, regardless of owner, and goes on quickly. Good for very high pop servers, or servers where player place hundreds of lights. Not useful for VIP servers, Night Lantern is the best choice in that case.
  15. Mals

    Neon Lights off

    Changed Status from Pending to Can't Reproduce
  16. Mals

    Neon Lights off

    No response.
  17. Mals

    Won't compile

    Does it compile with no config, letting it generate it?
  18. Mals

    Neon Lights off

    Hi Duke23er. Can you please share your config and a list of any other plugins to see if they might be conflicting? -Mal
  19. Mals

    NPC's do nothing

    Sadly, NPC AI in the game (used by most Plugins) are not too clever, and can glitch when placed close to entities. It has improved over the past 5 years, but there are still a lot of edge cases where they just stand their drooling. Hopefully you too can sort something out. Just know NPC are the hardest part of getting an event right, if it involved a building. -Mal
  20. Mals

    Noticed this in the Console

    @Iftebinjan How is this proceeding?
  21. Mals

    add xperience

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  22. Mals

    add xperience

    I was doing the coding and noticed XPerience has a build in death penalty logic. Why would you want to use my plugin when it is built in: public class XpReducer { public bool suicidereduce = true; public double suicidereduceamount = 5; public bool deathreduce = true; public double deathreduceamount = 5; }
  23. Mals

    Neon Lights off

    I tested and with it always on, when turned off, they turned on when the sweeper runs to check lights: I need your config to test. Also, are you running any lights or electrical plugins?
  24. Mals

    add xperience

    Hi Rustmmopve. My apologies, I missed this notification. Since there is an API I should be able to add support for this. -Mal
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.