-
Posts
3,394 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
@Stark That's not something I can really answer as I don't have BetterNpc experience, but maybe some users of both will comment here. I can say that much effort has gone in to making setup and maintenance as easy as possible, with almost everything being configurable via UI, and I haven't had queries or reports about performance issues in quite some time. Every npc plugin will have limits, as will every server, but reports overall seem to be pretty good these days. @Dad Frog No worries. Just let me know if you have any other questions. There's an update due for release which gives in-UI descriptions of every single option. I'll try to get that released sooner rather than later.
-
Hi, I'm not sure what you mean by number of spawn slots, but BotReSpawn has a UI for setting up now making setup very quick and easy. If you were referencing the SpawnsData file, that's for custom spawn points for profiles and is also managed in-game via UI. Day_Time_Spawn_Amount and Night_Time_Spawn_Amount are options for every profile in BotReSpawn and can be found in the "Spawn" tab, which is the first tab that shows up when you click a profile name.
-
Permission Based Number of Grid TP's
Steenamaroo replied to Country_Sass's Support Request in Support
Hi, No, I'm afraid the daily limits and cooldowns are global right now, although I could look into making that an option. I've added to the list. -
Is it only Heavy Scientist or happening with other npc types too? It's possible to get double rewards with BotReSpawn, for example, as RustRewards has a BotReSpawn reward setting built in, but BotReSpawn also has per-profile Reward settings which call RustRewards. I'd guess it's something like that, except not BotReSpawn...Some other plugin.
-
Yeah, that setting is badly named. It's not really so much about speed as it is the variation in fall speed, which is apparent when a group all spawn at once. It looks better, in my opinion, if they all fall at slightly different speeds so I gave that option, but there's no option to just make them fall faster overall. It's been requested a few times so I'll look into adding that.
-
If you restart daily then everything about BotReSpawn resets daily. That means you don't need a one-month respawn duration...just one day, although it also means your npc will respawn daily. If you literally just want this npc to spawn when the server wipes, once, and never again, we'd need some kind of custom solution. It would be an easy enough thing to do. If you need help with it let me know.
-
Don't make changes to the .cs file. You're modifying the section that populates the lang file, and the lang file exists to allow you to customise messages. Just edit them in the lang file.
- 1 reply
-
- 1
-
-
All NPC's drop weapon 100% of time when using this plugin.
Steenamaroo replied to Jayson's Support Request in Support
Tested with vanilla spawned junkpile npcs on a larger map - All is working as it should here, I'm afraid. Maybe the npc you're killing is spawned there by some plugin? -
All NPC's drop weapon 100% of time when using this plugin.
Steenamaroo replied to Jayson's Support Request in Support
I think there must be another plugin at play. I just tested at the Oilrig. With NPCKits Oilrig disabled, they don't drop weapons on the ground. With it enabled at weapon drop at 0, they don't drop weapons. With weapon drop at 100, the npc dropped his weapon. The only other thing I can think of is either you're not testing with a junkpile npc, or NPCKits is incorrectly identifying junkpile npcs as something else. That's easy enough to confirm - I just have to load a map with junkpiles on it...Will do. -
All NPC's drop weapon 100% of time when using this plugin.
Steenamaroo replied to Jayson's Support Request in Support
Hi, Could you have another plugin causing npcs to drop their weapons on the ground? If not I'll check it out tomorrow and see what's up. -
How to get CustomLoot and BotReSpawn to work together?
Steenamaroo replied to Knarley's Support Request in Support
No worries. Let me know if you run into any issues. I know the balancing isn't exactly intuitive - It was made more by request than for ease of use...it works for some people. -
How to get CustomLoot and BotReSpawn to work together?
Steenamaroo replied to Knarley's Support Request in Support
No problem. Just thought I'd check. Open up CustomLoot config file and enter a made up name for 'lootTable', for the category you want to work with - In your case, some BotReSpawn profile. When you save that config file and reload CustomLoot, CustomLoot will create a loot table of that name under /data/CustomLoot Let's say you're doing custom loot for Airdrop npcs, it'll look like this "BotReSpawn-AirDrop": { "enabled": true, "lootTable": "AD_Table", "maxItems": 2, "minItems": 1, "gunsWithAmmo": false, "noGuns": false, "MaxBps": 3, "WaterPreFillPercent": 20, "ClearContainerFirst": true }, Now when you save that and reload CustomLoot, it'll create AD_Table.json for you. Loottables need set up from scratch, so open that file ^. CustomLoot chooses its items by picking a category first, based on your probabilities, then picking an item from that category, again based on your probabilities. If you set Resources probability 49 and Tool probability 1, CustomLoot is going to spit out a resource 49 times out of 50, assuming you have some resources with probability greater than one. If you set charcoal to 100 and wood to 1, you've made resources very common, but wood very rare, see? I never said it was simple. -
How to get CustomLoot and BotReSpawn to work together?
Steenamaroo replied to Knarley's Support Request in Support
Have you read through the CustomLoot overview? It's not the most intuitive plugin in the world but the basics are laid out there. Do you use AlphaLoot by any chance? It'll be supported in the next update. BotReSpawn will be giving users a per-profile option to let AlphaLoot handle your Rust_Loot_Source selection, instead of just giving vanilla. Just mentioning it in case you're an AlphaLoot user already, about to waste a lot of time.