-
Posts
3,570 -
Joined
-
Last visited
-
Days Won
206
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Hi, Rust_Loot_Source option and CustomLoot plugin are two unrelated things. Rust_Loot_Source allows you to choose a loot profile out of the ones that exist in the game. If you selected an oil barrel from that list, then your npcs will have the same loot as an oil barrel would, for example. You could make high-tier npcs have the same loot profile as a hackable locked crate...That kind of thing. CustomLoot is totally separate - It can replace the loot in all kinds of npcs/crates/barrels, including BotReSpawn npcs, but you have to make up the loottables for it yourself. There are no settings in BotReSpawn relating to CustomLoot - If you choose to use CustomLoot to give these npcs customised loot, all the work is done at the CustomLoot end. Let me know if you need any more detailed info on how to do that.
-
Oh, I wasn't aware of that! I'll get a look at that now and see what's wrong. Thank you!
-
How do I load botspawn and then modify scientist loot?
Steenamaroo replied to dwoodward93's Support Request in Support
Hi, What trouble are you having? Are you seeing a console error? If BotReSpawn is installed and loaded, and you're admin (or have the permission), you just type /botrespawn into chat, and the UI should open. -
That error is from a plugin called BetterNpc. Perhaps unload that and then check to see if Airdrop profile is working well? With your settings they should be spawning, as long as the target area is on sensible terrain with navmesh.
-
- 221 comments
-
- 2
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 221 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 221 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 221 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 221 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 221 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Ok. Where are you testing? If you were testing in water or on oilrig, for example, the plugin wouldn't be able to find any valid spawnpoints.
-
Change the behavior of headshot stats - Only count confirm kills
Steenamaroo replied to BjarkeH's Support Request in Support
It's attached to my last reply. -
Hi, If you're testing with the supply signals you'll need to make sure Supply_Enabled is set to true in the main config.
-
Hi, Does it say 'Inherited' when you view that permission, for yourself, in the UI? If so, that means you're in a group which has that permissions. You'd need to either remove yourself from that group, or revoke the permission from that group. I'm also aware there's been some issues with recent oxide updates, regarding mixed-case permissions. If the permission you're looking for isn't showing up in the UI at all, it's most likely a mixed-case permission. Hopefully oxide are able to address this issue pretty soon. I know it's affecting a lot of plugins. If not, I guess people will update their plugins to use lower-case-only permissions.
-
Scientist not attacking BotReSpawn
Steenamaroo replied to Robert A Puccini's Support Request in Support
Ok, thanks for the info. I'll have to look into that - It may just be how it is, as BotReSpawn doesn't take control over vanilla npcs or npcs from other plugins. I'll have a play and see if there's anything that can be done on the BotReSpawn end. -
- 221 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Scientist not attacking BotReSpawn
Steenamaroo replied to Robert A Puccini's Support Request in Support
Hi, Which scientists do you mean - The vanilla ones at various monuments? There is a setting, per profile, Target_Other_Npcs - That should make BotReSpawn guys attack vanilla scientists. The faction setting only applies to botrespawn npcs, allowing you to set up inter-profile behaviour, making X profile attack Y or be allied with Z, etc. -
Sorry I can't really help - I would...but I know literally nothing about map making. I'd assume there's something about the terrain...maybe npcs can only move around on certain surfaces? Honestly, I don't know. The only thing I know for sure is they need navmesh but you obviously have that otherwise they wouldn't spawn or, at least, would be killed off almost instantly. Try my discord or CF discord - I'm sure there's a map maker in there somewhere who can advise!
-
Hi, Is it just at that one custom monument that you're seeing an issue? I don't really know anything at all about map making, I'm afraid, but if you're finding the npcs roam fine elsewhere I'd guess it's something in the monument construction, rather than in BotReSpawn.
-
Change the behavior of headshot stats - Only count confirm kills
Steenamaroo replied to BjarkeH's Support Request in Support
If you were willing to test, that'd be really helpful! The two new options in config > Options are PVPHeadshotsOnly = true; ( excludes headshotting npcs ) CountHeadshotsOnlyIfKill = false; ( excludes headshots were victim survived ) PlayerRanks.cs -
Change the behavior of headshot stats - Only count confirm kills
Steenamaroo replied to BjarkeH's Support Request in Support
Hi, Yes, I can do that. I've already added the option to only count real player headshots (not npcs), which I think you requested, and a check to make sure the player lost health, so headshot stat can't be abused when there is no damage for whatever reason. I've now added an additional config option to check if player health is zero and only award headshot stat if that's the case. -
Hi, I'm not sure that would be a good idea - The main data file and sql do update regularly, but it is an update - There's only ever one set of data. Leader boards are different because they don't update - You create a brand new one. Each one is unique and timestamped. It's like a snap-shot of the #1 players at that time, so saving one every time the server saves, for example, would build up lots of data very quickly. Saving a leaderboard can be done with console command, though, so you have the option of using some other plugin to call that - I'm pretty sure there are timed command plugins out there. It would be easy enough to have another plugin save a leaderboard, when some event ends for example. If I can help at all give me a shout, but I'm not sure regular saving leaderboards is needed/a good idea.
-
Ok, thanks for the suggestion. I'll take a look into that.
-
Ah, I see. Do you want the npcs to suffer bleed, or control over how much players bleed when attacked by npcs?
-
Hi, Do you mean the blood splatter effect when you hit an npc, or is there something new I'm not aware of? If that's the effect you mean I don't know that amount can be controlled, but I think it could be enabled/disabled.
