-
Posts
3,700 -
Joined
-
Last visited
-
Days Won
210
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
Hi @ClockworkCat You found one solution. As long as that new profile remains parented to Airfield, the npcs from that profile will always spawn where you placed them relative to the airfield, so if you change maps and the airfield moves, that profile and its npcs will appear to be in the right place. There is another way just using just one profile. If you go into the UI and view the manually placed spawnpoints for the profile you should see an 'Edit overrides' button for each point. In there you can choose a kit (and some other settings) which are different from the main profile's settings. For example the main profile could be set to use kit 'soldier1' but one specific spawnpoint overrides that and uses 'soldier2', or whatever. On a per-point basis you can override the settings for stationary, Kits, Health, and RoamRange. If you need more control than that then the two profile approach is better.
-
- 228 comments
-
- 1
-
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, It's unlikely these would be added to the current PlayerRanks but I had been working on a rewrite of it which does expand on resources farmed/gathered by type, as well as introducing some other new categories. I could add a function that saves the SQL database with a unique name (date+time in it) when auto-wipe happens. That shouldn't be too tricky.
- 457 comments
-
- 1
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
I've added an option `Give_Scarecrow_Loadout` for the next update. It will give out one of the four scarecrow loadouts, selected randomly. The behaviour will remain the same, though, as that's custom. The npcs will try to chase you down and melee attack, and will throw their thrown weapons if you try to hide from them.
-
- 228 comments
-
Hi, You're right in that your rollbacks aren't going to be a PermissionsManager issue, as PermissionsManager doesn't work from its own data. It's just a front end for the existing oxide system. I can't speak for how Carbon's equivalent works but if there's any issue I know Raul will want to hear about it. The load and save options in `/perms data` work from a single backup, stored either in local file (/server/oxide/data/PermissionsManager.json) or SQL, depending which you choose. Choosing to load will pull the copy of the data from the last time you saved. There's no facility for multiple copies, for dated backups, but if you need that you could save using the data menu then unload PermissionsManager and rename that data file (PermissionsManager0524.json, for example) The plugin will always restore data from PermissionsManager.json, though, so keep that in mind.
- 222 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 222 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Hi, Not sure if it was just a typo or not, but Player Rankings is a different plugin. This is PlayerRanks. Regardless, I think BetterChat treats the entire set of titles from PlayerRanks as one. If you want to limit the number of PlayerRanks titles which are shown, you'd need to do that in PlayerRanks config, rather than BetterChat's.
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, That's not a bad idea. I'm sure I could add a profile that leverages the same spawnpoints that real players would get. The npcs can use rocks as their weapon so, yes, that part's already ready to go. For the second part, I could do partial so if, for example, the npc has five pieces of attire, you could set 80% so that, on average, only four of them are available to the looting player. I'll make a note of both of those suggestions.
-
Could you check some of the vanilla npcs, or npcs from other plugins, to see if they are doing the same thing? If you mean the npcs are navigating around but there's no animation (like they're gliding) I've only ever seen that where the server's under some pretty serious pressure. How many are you spawning in total? The `bot.count` console command will tell you.