-
Posts
1,245 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Mr01sam
-
Changed Status from Pending to Closed Changed Fixed In to 1.1.2
-
I'm not sure how that might work for sure, I'm away this weekend so I can't try it out. Quick loot does take into account the "CanLoot" property to determine if a player is allowed to loot, but I'm not sure if PreventLooting uses that property. If it doesn't I would have to had some code to specifically work with it (which is doable). I can check it out when I get back, but there's a good chance I might forget. If you message me tomorrow or the next day I can try it out and let you know 🙂
-
Yes, I am away this weekend unfortunately, but I have started to look into it. I'll update you guys when I have something to test
-
I had someone else report something similar, they reverted to v1.0.7 and they weren't seeing the spam. Keep in mind any statuses that require item icons won't work if you revert. Ill put out a patch for this issue as soon as I can.
-
Hey, thanks for reporting. Can you tell me what plugins are loaded on your server that use simple status? Also do you happen to know what is happening when this occurs?
-
NPC not triggering broken legs or concussion?
Mr01sam replied to Beaverthelieber's Support Request in Support
Changed Status from Pending to Not a Bug -
NPC not triggering broken legs or concussion?
Mr01sam replied to Beaverthelieber's Support Request in Support
In order to give a player a concussion the NPC needs to target the player's head, and the AI in rust naturally doesn't do that. Similarly with the broken leg, the NPCs don't target legs, they aim for center mass. The best I could do to fix this is make it so there is just a random chance they inflict these things when they damage you, but it wont be because they actually hit those areas. The issue with that is that a player could have their head completely behind cover and could still end up with a concussion, same thing with the legs. I could add this, but it might confuse/frustrate players. EDIT: I think you can actually configure it to do this if you want. Try adding the entity shortname of the NPC to the infliction entities list in the config for brokenleg and concussion and give it a high value (just for testing) like 1.0. You can further set the Infliction Damage Action to "ranged" so that only guns will cause the effects. "Infliction Entities": { "shortname of the npc here": 1.0, }, "Infliction Damage Action": "ranged", The short name of the NPC depends on what plugin added it. -
- 273 comments
-
- #protection
- #base
- (and 5 more)
-
- 273 comments
-
- #protection
- #base
- (and 5 more)
-
Changed Status from Pending to Work in Progress
-
Okay, yeah the problem is that Simple Status doesn't support raw images yet. Let me work out a solution for you, I will send you a version of the plugin to test when I have it ready.
-
Hey, can you post a screenshot of what the issue is? I don't think I'm understanding which picture you're talking about.
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.1.1
-
- 273 comments
-
- #protection
- #base
- (and 5 more)
-
Yes that is a little glitch that will sometimes appear in the F1 console, it's completely harmless, maybe I will find a fix in the future, but it's low priority at the moment.
-
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.RaidProtection+<>cDisplayClass140_0.<OnCupboardClearListHelper>b0 () [0x00034] in <d3a8cd4f53c4468384baa2003a70989f>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <18d4f19bbc844191b11ed9e69284d09b>:0 Reported by @Papi Rusty
-
Its certainly possible, the plugin just does not currently work that way.
-
Changed Status from Pending to Work in Progress
-
Oh I see, that is currently not an option, but I would like to add it. I may DM you with this option available for you to test out the change if you are interested?
-
Unfortunately I wont be around this weekend to troubleshoot this, but I will do that when I return. A couple things you can try in the meantime: - 15 minutes is a long time. If the server restarts or the plugin is reloaded at any point during that timer, then the timer will be lost and it will instantly grant the protection. - That being said, I would recommend trying a smaller amount of time first, like 10 seconds, just to see if that works. That info may help me figure out the problem faster when I return. - (optional) to provide even more info, you could enable logging in the config and take note of the ID of a tc and send me the log file of that TC. You should be able to see in the log file when the timer has started and when it completes ( and should tell you the reason why). There's instructions on logging in the plugin doc.
-
I'm not quite sure what you are asking. What do you mean by an "icon of an object", are you trying to display like an item icon?
-
That's certainly very strange, especially if other data files were not changed, I'll take a look at what it could be
-
Not sure, but I can check it out and if its missing I can add to one of the categories!