-
Posts
3,334 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
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.
-
Hi, I haven't looked yet but BotReSpawn handles thrown weapons by game type (ThrownWeapon) and picks a random one each time from what's available in inventory. If there's new weapons are ThrownWeapon type, it should just work.
-
Hey, Oh, I think I know what it is. The npc is getting the kit, but by default they have a hazmat so moving in the clothes is failing, in the same way it'd fail if you put on a hazmat then try to drag on a tshirt, for example. Just set 'Keep_Default_Loadout' to false for that profile. That should sort it.
-
Hi @Flint Monkey Nothing stands out to me there. Do those kits show up marked as '1' in BotReSpawn UI for that profile? If so, could you do `/botrespawn info` when looking at one of the un-kitted npcs, just to confirm with certainty that they are from that profile? Sometimes people see overlap from profiles close to each other, or event npcs. If getting close to one to do the chat command is too difficult, but some of the un-kitted npcs in your view and use the BotReSpawn UI to reload the Ranch profile. If that npc doesn't disappear, he's from some other profile.
-
Hey man, I don't know that plugin but if he's spawning the crate himself he'd have an ID or some reference to it? If so, he can use object OnBotReSpawnAirdrop(SupplyDrop drop) { if (drop != null & IsOneOfHis(drop)) return true; return null; } If he doesn't have a reference to the crate itself then I guess he could use that same hook but do something with position? Presumably he knows where it's going to land so he could check if drop X/Y are close to expected/called drop point?
-
@Death- Looks like one for you mate.
-
Hi, The Excavator pit is a pretty big obstacle so it can make finding random spawn points difficult with a small profile radius. I'd recommend either increasing the radius so it's easier to find points around that monument, or adding in precise custom spawnpoints via the UI. Either of those should sort it out. ðŸ‘
-
Hi, Yes, this is possible. NPCKits has options per profile to wipe, or not wipe, the npcs default inventory containers before giving the kit out. All you'd need to do is make sure that `Wipe_Default_Clothing` is set to false, then put the loot items you want the npc to have into the given kit's main container. You should leave the clothing area of that kit empty. That should do what you're asking but if there are any issue just let me know. ðŸ‘
-
Hi, No, this isn't something i've added in BotReSpawn - You aren't missing anything. I never really thought about it, to be honest, but I suppose it's something I could look into in the near future.
-
Ah, the issue is that npcs don't cease their attack when the player runs into the safezone. That makes sense - There's probably no provision for that at all. I'll take a look and get that sorted soon. Thanks for the info!
-
No trouble - If anything else comes up just let me know! I've been meaning to make RustRewards disable itself instead of defaulting to Scrap, as Scrap is very valuable on some servers.
-
Perhaps it wasn't when RustRewards loaded, or was reloaded? Try reloading RustRewards now, if you don't mind. I'm pretty sure that should set it straight.
-
Hi, The plugin defaults to scrap if ServerRewards/Economics is chosen but not installed. Is that what's happened?