-
Posts
669 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Mals
-
- 23 comments
-
- #rust
- #mechanics
-
(and 5 more)
Tagged with:
-
- 655 comments
-
- #shop
- #shop ui
-
(and 25 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
-
- 23 comments
-
- #rust
- #mechanics
-
(and 5 more)
Tagged with:
-
- 98 comments
-
- #lighting
- #automation
- (and 6 more)
-
- 23 comments
-
- #rust
- #mechanics
-
(and 5 more)
Tagged with:
-
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.
- 23 comments
-
- 1
-
-
- #rust
- #mechanics
-
(and 5 more)
Tagged with:
-
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)
-
Thanks!
-
Any ETA on this as it has been a few weeks.
-
- 110 comments
-
- 1
-
-
- #carbon
- #oxide
-
(and 48 more)
Tagged with:
- #carbon
- #oxide
- #security
- #automation
- #locking
- #vehicles
- #deployables
- #furnaces
- #mining
- #quarries
- #construction
- #doors
- #protection
- #weapons
- #turrets
- #storage
- #customization
- #admin
- #utilities
- #access
- #teams
- #door closer
- #auto closing
- #auto lock
- #code lock
- #key lock
- #lock everything
- #windows
- #windows lock
- #wood shutters lock
- #medieval
- #medieval entities
- #mounted ballista
- #battering ram
- #catapult
- #siege tower
- #ballista
- #medieval large wood box
- #farm
- #farming
- #farm lock
- #farming lock
- #triangle planter box
- #triangle rail road planter
- #single plant pot
- #beehive
- #chicken coop
- #cooking workbench
- #engineering workbench
- #hopper
-
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?
-
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
-
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.
- 98 comments
-
- #lighting
- #automation
- (and 6 more)
-
Changed Status from Pending to Can't Reproduce
-
Does it compile with no config, letting it generate it?
-
Hi Duke23er. Can you please share your config and a list of any other plugins to see if they might be conflicting? -Mal
-
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
-
@Iftebinjan How is this proceeding?
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
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; }
-
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?
-
Hi Rustmmopve. My apologies, I missed this notification. Since there is an API I should be able to add support for this. -Mal