-
Posts
3,406 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Faction Not Responding To Other Faction
Steenamaroo replied to RustMaker's Support Request in Support
I can add an Ignore_Players option, sure. Would like to get to the bottom of your initial report, though. Can you tell me any more? -
Faction Not Responding To Other Faction
Steenamaroo replied to RustMaker's Support Request in Support
Hi, Are you sure about your settings? It's set up that npcs with faction + subfaction 0 should not only ignore all other botrespawn npcs, but should also be ignored by all other botrespawn npcs. Is there any possibility you're seeing overlap from some other profile..maybe one nearby or airdrop/biomes? -
deprecated hook 'OnCollectiblePickup', will stop working on Saturday, 31 December 2022
Steenamaroo replied to quietconundrum's Support Request in Support
Hi, I'll get a look at that soon; thanks. It's safe to ignore until then. -
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Hi, Sounds like maybe you have an old sql table there, with an older structure. You just need to drop the table in your sql panel, then playerranks will recreate it with the current structure.
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
That's a negative, I'm afraid. Their purpose is combat.
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 195 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
The option to enable/disable global stats collection should be in the UI on Admin page, over to the right hand side, although `"statCollection": true,` you have it true so no matter. I don't see anything in either of those plugins which should null or cancel the kill...I don't see how either of those could cause this problem. Really not sure what's going on...if you have the luxury you could oxide.unload * then oxide.reload PlayerRanks then test. If the stats go up then you know some plugin is interfering. If they don't, then it's my problem. then, of course oxide.reload * to reload all your plugins.
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, There's no one-shot despawn button, because the automatic population control would just start respawning them again, but you can go in and set autospawn to false then click reload profile. It's a couple of hoops to jump through, but it'll kill off that profile without the need to reload the whole plugin. I've had a few requests asking for console commands to enable/disable profiles, so I'll be doing that soon. That would allow for controlling profiles from other plugins, or rcon/console.
-
Hi @Jbird Thanks for letting me know. I just checked and PVEKills are counting just fine on my server. Could you have global stats collection set to false, or the PVEKills category set to false, in PlayerRanks admin UI? If not, were you in an event where stats wouldn't be collected? I think those are the only things in PR that would prevent the count going up.
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
@pookins- Looks like an oxide update was just released to address this `Added additional case-insensitive handling to permission library ` I'd say you're safe to go ahead and delete any lower-case groups which are duplicates of existing mixed or upper case groups. PermissionsManager doesn't have this built in but the oxide command is oxide.group remove <group>
-
How to make Bots Attack Patrol Chopper/Chinook?
Steenamaroo replied to RustMaker's Support Request in Support
Hi, No, I'm afraid that's not an option at present. They only attack npcs or players for now. -
Sorry - I spoke to soon. I restored a backup I wasn't aware existed, which threw me off. Ignore previous post completely - Perms manager backup + restore is fine.
-
@pookins, (and oxide), my apologies. I think this is an issue in PermissionsManager backup and restore options. I guess you've used those at some point? I'll correct it today and update you.
-
I agree - If your groups work as they should I would do nothing for now. If you're sure that groups previously had capital letters then it looks like, for some reason, groups have been duplicated as lower case at some point. Given that they weren't recreated for me today, when I wiped all groups then reloaded PlayerRanks, I'd guess it's been an unintended thing which has since been corrected, but that is just a guess. If that's correct, then the lowercase duplicates shouldn't be in use and should be safe to remove but, as I say, I don't think I'd rust to prove that theory on a live server. Keep in mind, PermissionsManager is just a UI for oxide permissions system. When something funky like this happens PermissionsManger isn't doing it...It's showing you it.
-
Hi, I'm seeing the same. As I'm only on a test server I was able to delete all groups then reload PlayerRanks to see what happened. The groups were no longer there in duplicate - Each PR group was only registered once. It would seem that group entries with upper case letters in them are the current and valid ones. I guess there have been some changes in oxide, possibly relating to allowing/not allowing upper case in the group names? The last update notes include `Optimized permission library some to remove garbage` If you're finding that the lowercase groups are the ones which have all your perms set up and that the mixed case ones are newly created and, therefore, have no permissions, that's going to be a big pain to correct. It might be worth reporting that to oxide, in case it's an unintentional change on their part. I'm not certain but I think perms and groups were always made lower case in the past.