-
Posts
3,670 -
Joined
-
Last visited
-
Days Won
208
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
From your description it sounds like that plugin would be no use because the kit is being given directly to an npc. Most likely, and I'm just guessing here, that plugin is going to be concerned with kits given directly to players, and would treat npcs as exempt. Regardless, I can add the dlc item / approved skin checks when npcs die, after all their loot is handled, and give you a global true/false to delete dlc items and zero out approved skins, if that would be helpful? I'm not 100% certain on Facepunch TOS changes but it *seems* like it's fine for npcs to have such items and skins, as long as they don't fall in to the hands of players who aren't entitled to them. If anyone can confirm or correct that, it'd be very welcome.
-
Thanks, @Papa Bear Yeah, as far as I know they removed the asset, amongst others. I chose not to remove the option just incase the decision's reversed, so people's true/false preferences would be preserved, but if it's going to spam red I guess people are going to have to switch to false anyway. I'll remove the option in the next update or, if possible, replace the sound with something close-ish, like whatever sound bears or scarecrows make.
-
Ok, thanks for the info. As I say, I don't really know the plugin but if it's giving you options for Alphaloot and CustomLoot then, presumably, it must have a space somewhere for you to enter a loot profile name? If that's the case then BetterNPC would make a call to CustomLoot (or Alphaloot) to get the correct custom loot for corpses, behind the scenes. If the specified profile doesn't exist, CustomLoot is written to catch that, notify you, and create it for you. If not, maybe DM BetterNPC author? - I'm willing to help, of course, but they'd be better positioned to advise.
- 226 comments
-
- 226 comments
-
My advice would be to type 'pve' into server console and make sure it's false. If it is false then unload all plugins then load only Kits and BotReSpawn and test. oxide.unload * oxide.load Kits oxide.load BotReSpawn I'd bet it's some kind of zone based pve/pvp rule or something, but doing the above will prove.
-
Have to refer to the previous answer, I'm afraid. I think it has to be server pve enabled, or a plugin managing damage. There are settings for invincibility under certain circumstances, like whilst parachuting, or immune from damage beyond, or friendly fire, but nothing that would make them permanently invincible.
-
I'll look into to that today. Some degree of stop/start is expected but it shouldn't be as bad as you describe. The reason there's stop/start in a sprint chase is because npcs can't anticipate like real players. They don't understand the environment and terrain so they can't guess where you're going, or cut a corner to gain on you. They literally just set direction to where you are X times per second. I'll test today and see about a couple of methods to smooth that out, if I can.
-
Hi, In short, yes. It's possible the map maker might include a BotReSpawn json set of pre-made profiles but you'd need to check that with them. It's also possible someone in the community might share theirs. Failing that, yes, at a minimum you'd probably want to go in and create new profiles at each of the non-vanilla monuments or points of interest. You can just create a profile and set radius then let BotReSpawn spawn npcs at random points within that area, or you can go in greater detail and create custom spawnpoints for the profiles - As with a vanilla map, that's up to you. Everything can be done in the UI now, saving you from tedious json editing. If the map maker is including vanilla monuments I think those should be detected as normal and should have automatically generated profiles, but it would be good if someone else could confirm that - I don't have a lot of custom map experience. If you go the route of setting up your BotReSpawn profiles in advance (I.E. before the actual wipe), you'll want to make sure you set Disable_Non_Parented_Custom_Profiles_After_Wipe to false for all your profiles. It's just a point of convenience - If you don't do that BotReSpawn will detect that there's been a wipe and turn off all the custom profiles you created. Let me know if that answers your question.
