-
Posts
3,405 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Pickups/Barrels not giving rewards
Steenamaroo replied to killerzor6063's Support Request in Support
Hi, There's no range or anything like that but maybe you have a zone multiplier of 0 enabled somewhere? That could explain not getting rewards in a particular area, but getting them just fine X distance away. -
BotReSpawn - XP value - skill tree integration
Steenamaroo replied to EmberGaming's topic in Requests
Hi, I'm afraid that's not something I'd have control over. If the SkillTree plugin already issues XP for BotReSpawn npc kills, I'd have no way to alter or modify that. BotReSpawn does have API to return NPC profile name - string NPCProfile(NPCPlayer npc) - returns profile name or "No Name" if it's not a BotReSpawn npc. Maybe the SkillTree author can do something with that, allowing users to specify profilenames and multipliers, or specific amounts? -
Hi, Are you able to load other plugins without issue? Can you show a screenshot of what happens when you copy PermissionsManager.cs to your plugins folder? Make sure the file hasn't been auto-renamed due to duplicates (PermissionsManager(1).cs) or anything like that. and try console command oxide.reload PermissionsManager, to rule out the possibility of the compiler reading the file before upload was complete. This can happen sometimes with FTP file uploads.
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
Hi, There's no way to set kills, specifically, to zero in a zone, but you can set it such that there'll be no rewards at all in a zone. If you set up a multiplier of 0 for the zone, that'll do it. ^ My memory is hazy on how, exactly, to do it but I'm pretty certain it's all doable through UI, and the plugin detects what zone you are in at the time.
-
Hey @Covfefe- Looks like it's just clothing. You can give them the gingerbread suit via kits.
-
Hey @Covfefe I'll take a look at that. Thanks for the suggestion.
-
Hi folks, @MadKingCraig- Accuracy should automatically decrease over distance. It is hard coded, though...not user adjustable. I get a lot of reports from server owners, originating from players, complaining that accuracy over distance is too strong but having tested extensively I think it's just that people report the 1 headshot from 300m, but don't report the 40 or 50 misses which also happened. I'll give it a check to make sure nothing has changed or broken but, as it stands, I think their accuracy drops off quite a lot. @MadKingCraigand @pookins There is a global config option called Reduce_Damage_Over_Distance. It is false by default. Also shotguns are categorised as short range weapons and there is a global config option to Limit_ShortRange_Weapon_Use. If you set that to true it forces npcs not to use pistols/shottys/bows over long ranges. They'll either switch to a mid/long range weapon if they have one, or start running to get closer. Hopefully those options help. @Ram- That doesn't sound like a BotReSpawn issue, I'm afraid. It's possible BotReSpawn is deleting/making null something which has a knock on effect for another plugin. If that can be identified of course I'd be happy to do what I can to prevent it but, at the most basic level, that's not a BotReSpawn bug or error.
-
Thanks for reporting that back @Jacksyn Glad you got the issue resolved.
-
Bradley APC Points Not Being Rewarded
Steenamaroo replied to monsterqueen's Support Request in Support
Hi, I'd suggest spawning an APC via console then killing it straight away. If you get rewards for that then, most likely, the APC's you're having an issue with are plugin spawned, and the OwnerID of the APC matches the userID of the attacker, RustRewards has a condition for this, so people can't farm rewards for destroying their own friendly APCs. If that's not what it is can you kill an APC but keep an eye on console to see if any error messages are thrown? -
Hi, I think Oxum's is one of the momuments where the building gets in the way when the plugin is trying to find random spawnpoints. If you want the plugin to find random points around the area (UseCustomSpawns : false) you'd probably just need to increase the profile default radius a bit. A value of 40 or 50 will probably put npcs in the area. The same is true of the Dome, for example, If you want to use custom placed spawn points for the profile instead, you need to set UseCustomSpawns true, then use the UI buttons to add some spawnpoints for that profile. When making changes and testing make sure that both day and night spawn amounts are set above 0, and be sure to click 'Reload Profile' when you're finished. If that doesn't get you sorted, please just let me know.
-
If it's a specific area rather than a widespread problem it's probably not something I can fix. There have been small issues at monuments over the years, like walking in the air at the LaunchSite or spawning under the hole that isn't a hole at the Airfield. Since it's a custom map maybe it's something the author could patch (not suggesting their fault), but unless its a map wide problem it's not likely to be something I can fix.
-
new ranks "MlrsFired, Fishcaught and one more i dont remember" are not created automatically
Steenamaroo replied to TomNXT's Support Request in Support
Tested and working fine here. I'll get you on discord and see if we can find the problem. -
new ranks "MlrsFired, Fishcaught and one more i dont remember" are not created automatically
Steenamaroo replied to TomNXT's Support Request in Support
Hi, Yes, PlayerRanks should automatically create the groups, as long as "Title" for them isn't blank in the config, and as long as someone has a score over 0. If title is empty, or no one holds the title, the group wont be created yet. -
Hi, I don't think I've made any changes in that area recently. Is this on a procedural map, or custom? Is it happening in a specific area only, or everywhere?