Jump to content

Mals

Moderator
  • Posts

    702
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mals

  1. Mals

    DeathPenalty

    I will get my wife to shoot me to test
  2. 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.
  3. 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.
  4. 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.
  5. 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)
  6. 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.
  7. Mals

    Errors on unload reload in Carbon

    Thanks!
  8. Mals

    Economics dont work anymore.

    Any ETA on this as it has been a few weeks.
  9. 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?
  10. 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
  11. 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.
  12. Mals

    Neon Lights off

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

    Neon Lights off

    No response.
  14. Mals

    Won't compile

    Does it compile with no config, letting it generate it?
  15. 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
  16. 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
  17. Mals

    Noticed this in the Console

    @Iftebinjan How is this proceeding?
  18. Mals

    add xperience

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  19. 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; }
  20. 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?
  21. 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
  22. Mals

    Neon Lights off

    Hi Duke23er. My apologies, I missed this request. I will take a look tomorrow after work as it is bed time for me here. Do they come back on if you do lights check? Also, can you post your config please? -Mal
  23. Mals

    Craft Menu

    @David you need to modify the EULA to allow people editing it for their own servers, as that is not allowed with the current EULA.
  24. Mals

    Craft Menu

    Please be aware that the EULA does not allow you to edit this plugin. Please do not share any .cs or code to modify, or you can lose your license, or get a warning over violating the EULA/Copyright. -Mal End-User License Agreement (EULA) of Craft Menu This End-User License Agreement ("EULA") is a legal agreement between you and David. This EULA agreement governs your acquisition and use of our CraftMenu plugin ("Software") directly from David. Please read this EULA agreement carefully before downloading and using the CraftMenu plugin. It provides a license to use the CraftMenu and contains warranty information and liability disclaimers. If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, DO NOT purchase or download the Software. This EULA agreement shall apply only to the Software supplied by David herewith regardless of whether other software is referred to or described herein. The terms also apply to any David updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply. License Grant David hereby grants you a personal, non-transferable, non-exclusive license to use the CraftMenu software on your devices in accordance with the terms of this EULA agreement. You are permitted to load the CrafMenu on your personal server owned by you. You are not permitted to: Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things. Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose Allow any third party to use the Software on behalf of or for the benefit of any third party Use the Software in any way which breaches any applicable local, national or international law use the Software for any purpose that David considers is a breach of this EULA agreement Intellectual Property and Ownership David shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of David. Termination This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to David. It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate, and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement.
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.