-
Posts
3,330 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
V1.3.5 has no such issue - It's caused by specific code that's not in that version, so I think maybe what you're describing is a more general server or performance issue. I had some serious lag and rubber banding on my local test server yesterday, which is new. That's an empty 1800 map with one player and one npc. I'll ask around and see if others are experiencing similar.
-
There's no spawn/despawn based on real player distance but you can enable ai_dormant for your server, then set BotReSpawn Allow_Ai_Dormant to true. That way the npcs will cease activity if there are no players within a certain radius.
-
I think there's a possibility that a player could get stuck with their metabolism max bleed at 0 if Zone Manager was suddenly unloaded. Not confirmed; I've only glanced at it. It might be worth loading ZoneManager then entering and exiting a NoBleed zone, then testing again. This all assumes you use ZoneManager and have some Zones with NoBleed true. If that's not the case please let me know. Alternatively, or additionally, do you have a test instance where you'd be able to temporarily move all plugins out of the plugins folder except Kits and BotReSpawn, then reboot it, so Kits and BotReSpawn are the only plugins that were ever loaded for that session?
-
Thanks for the info. I'm struggling to think of a cause for this, especially when someone else reported bleed happening despite shield use, so I've seen bleed working fine on the current version. Maybe it's a weapon-specific issue - I'll test later with machete and skinning knife to confirm.
-
There are two known issues right now which will be patched, hopefully today. One relates to collision when very close to npcs, so if the issue you're seeing happens during melee combat with npcs it's probably that. The other, as @Rynkisays, relates to homing missile launcheres. Both can be temporarily solved (avoided) by running V1.3.5. If you're experiencing lag or rubber banding on V1.3.5 then most likely your server is getting hammered. If that's the case do 'bot.count' in console and see how many are spawned.
-
Hi, You're looking at all the right options. It's just a matter of balancing them to suit. Roam Range only matters when the npc is not aggressive. It governs how far the npc can stray from its spawn point before turning around when it's in passive behaviour. Once the npc is aggressive towards a player Roam Range is temporarily ignored. Deaggro Range and Memory Duration are the two options governing when an npc will give up and return to being passive, and set course back towards its spawn point area. Say you have Deaggro at 40 and Memory Duration at 10, that would mean the player being attacked must get beyond 40 distance from the npc and stay there for at least 10 seconds before the npc will give up. If the npc was in pursuit of this player and managed to reduce the distance to 39, even briefly, that 10 second Memory Duration gets reset. If you're having issues with it it might be better to lean towards having Memory Duration too short rather than too long, keeping in mind that any time the npc is hurt by the player it will resume being aggressive again. Another option that might be useful is Running_Speed_Booster. The default is 10. You could turn that down slightly so the npcs can't run quite as fast as players?
-
Hi, When you make a backup with the `/perms data` menu, you have to choose to save permissions and groups. If you want to move that data to another server you'd have to copy the /Data/PermissionsManager.json from the first server to the second, reload PermissionsManager (so the file gets loaded), then use the same `/perms data` menu to load permissions and groups from your backup. Alternatively, to clone permissions and groups from one server to another, you can just copy the oxide.groups.data and oxide.users.data files (from /server/oxide/data) from one server to the other, but the destination server would need to be shut down first. That's really the only benefit to doing it via PermissionsManager - You don't have to reboot the server. If you're shutting down or rebooting the server anyway then copying the oxide files directly is easier.
-
Hi, I'll test later in game to be certain but I'm pretty sure it's working, because I got reports about bleed damage occurring even if the player is defending with a shield. I wonder could some other plugin be limiting or preventing bleed damage? An easy way to prove would be to oxide.unload * then oxide.reload BotReSpawn so BotReSpawn is the only loaded plugin. Also, what is your value for `Bleed Amount is Percent Of Damage` ? Thank you.
-
The plugin worked fine, then after update it stopped.
Steenamaroo replied to slimybeanstalk's Support Request in Support
Negative. V1.3.4 worked before this month's forced update. V1.35 and V1.36 are for use after forced update. Your error is from V1.3.4 -
Oh, didn't see you had put 'Bradley' in the title. The APC_Safe option was replaced in the last update, as described in the update notes. ðŸ‘
-
The latest version has a new option 'Bot_Take_Damage_Percent' which you could set to zero.
-
That's great. Thanks for taking the time. I'll patch that very soon, along with another issue I've identified, and update either today or tomorrow. In the short term, the issue is coming from homing missiles so a short term fix would be to remove those from BotReSpawn npc's kits.
-
Something like that would probably make more sense as part of ServerRewards plugin, or Economics plugin. RustRewards doesn't keep records of players currencies as they're stored by the chosen currency plugin, and as player can probably earn ServerRewards/Economics from other sources, as well as through RustRewards, it wouldn't really make sense for RustRewards to be governing that.
-
You just need to unload ServerRewards and delete whatever data file it has that stores players currencies. Looks like it's /data/ServerRewards/player_data.json
-
Alright, thank you. ðŸ‘
-
Hi, Which version are you on? Do you have your server logging to file? If so could you check it, please? It usually logs more detail.
-
Hi, ServerRewards will have its own config and data files. You'll probably need to wipe one of those. The data files for RustRewards don't store anything to do with currencies.