Jump to content

Steenamaroo

Administrator
  • Posts

    3,692
  • Joined

  • Last visited

  • Days Won

    210

Everything posted by Steenamaroo

  1. Hi @Flint Monkey Nothing stands out to me there. Do those kits show up marked as '1' in BotReSpawn UI for that profile? If so, could you do `/botrespawn info` when looking at one of the un-kitted npcs, just to confirm with certainty that they are from that profile? Sometimes people see overlap from profiles close to each other, or event npcs. If getting close to one to do the chat command is too difficult, but some of the un-kitted npcs in your view and use the BotReSpawn UI to reload the Ranch profile. If that npc doesn't disappear, he's from some other profile.
  2. Hi, I think there is but I don't really know much, or anything, about map making I'm afraid. Do you know other map makers you could ask? If not, maybe someone in CF discord might know?
  3. Hey man, I don't know that plugin but if he's spawning the crate himself he'd have an ID or some reference to it? If so, he can use object OnBotReSpawnAirdrop(SupplyDrop drop) { if (drop != null & IsOneOfHis(drop)) return true; return null; } If he doesn't have a reference to the crate itself then I guess he could use that same hook but do something with position? Presumably he knows where it's going to land so he could check if drop X/Y are close to expected/called drop point?
  4. @ASWeiler- Ping me in discord, buddy. @LizardMods- Thanks for that mate. I'll get a look at it tonight. @TwoShoes- Huh?
  5. I'll have to have a look at that, Mals. V1.1.1 shouldn't have printed that debug for an event, as far as I know. I must have made a mistake somewhere. Thanks!
  6. If the all have the same kit just set the value for kit to '1', then the names should be picked randomly. That should sort it out.
  7. We're all getting there pal. It's just a question of speed!
  8. Hey @Mals I think for that message to show the Patrol Heli kill profile must be set AutoSpawn true and spawn numbers greater than 1. Would you mind checking in UI to be sure. Also, what version are you running? I recently changed it so that this error wouldn't show for event profiles, as it's not really indicative of a problem, since events triggers often happen in places where npcs can spawn, as @Luuxensays.
  9. Hi, Looks like it's something FP have done intentionally, but it's optional. Barricades can be made to serve as boundaries that npcs can't cross, or npcs smash through them. I'll add an option to toggle that in the next update. Thank you!
  10. Hi, The npcs that turn up on the oilrig on CH47 are heavy scientists. You can use NPCKits to give them kits and change their health. It's free - https://codefling.com/plugins/npckits
  11. Hi, Respawn_Timer is an option per profile - I believe it's listed under 'Death' tab for each profile. The value is in minutes so you'd want to set 5, or 10, instead of 300 or 600.
  12. @solovei8- The copy attached here solves your problem. Thanks for reporting it. This fix will be in the next public update.
  13. Hi, The suicide option only comes in to play for 'event' npcs, so that's any npcs from event profiles like Airdrop, or from use of the 'toplayer' command. The reason for this is that there's no upper limit to how many npcs can exist from these methods so if, for example, your server has 5 pop but hourly airdrops, you could end up with hundreds of npcs roaming around because no one's killing them. With all the regular profiles population is limited and controlled - They can't exceed the population you asked for, so there's no need for suicide as a safety net.
  14. Oh, no matter what way you set it up you can't get the npcs to be hostile within the safe zones? Is there any chance you have peacekeeper true and it's coincidence? If not, I'll take a look and see if I can find a problem. Thanks!
  15. Ah, I think I see what you mean. There is a Respect_SafeZones option but nothing more precise. Having that on or off will mean npcs will fight everything (that they're meant to), or ignore everything, within a safe zone, but there are no options, at present, to discriminate. Just to be sure I understand, you'd like BotReSpawn factions who will fight each other within safe zones, but will not attack regular players within safe zones?
  16. Hi @Jacob Rain Are you finding BotReSpawn npcs fight eachother within safe zones? If so, that's unintentional - I'll take a look at it soon and stop that from happening.
  17. Hi @Jacob Rain You're quite right - I put in hardcoded protection from fire in a recent update because npcs using flamethrowers died very quickly due to the fire on the terrain. I don't think there's a way for me to know whose fire is whose so I think it's an all or nothing option, but I'll make Fire_Safe an option per-profile in future versions.
  18. Hi @Lei_Wong The different configurations thing sort of exists. If you change Data_Prefix in the config file, (it's usually "default"), then new files with new names, using that prefix, are created. That was to allow people to have multiple sets of data files, maybe for different maps, and switch to them reasonably easily without having to copy+paste and rename files. That functionality was created pre-UI, though, so fair comment...A UI solution for easily saving and recalling different setups would be great. Putting BotReSpawn guys on the cargo ship is a little more complicated than in most other places, but it is in the longer term plan. If I get it done I'd cover all the vanilla npc areas - CargoShip, Excavator, OilRig, etc.
  19. Give this a bash? Each loottable should now have a Spawn_Vanilla_Scrap option which you can set to true. You'll still need to have the probabilities set up so scrap spawns, or add it to the Always_Spawn_List. CustomLoot.cs
  20. I think I understand. Basically you want CustomLoot to have an option to put vanilla scrap amounts in containers, instead of you specifying some other amount? If that's what it is then yeah, I think we do do that.
  21. Sorry mate, I don't understand. Can you clarify?
  22. I'll look into both of those things. Thank you. The Mountain profile...That's new to me. Monuments are automatically detected by the plugin so if Facepunch adds new ones they get picked up automatically. I guess maybe Facepunch removed, or renamed, so new 'monument'. I'll find out, though.
  23. No problem. It's possible the respawn was coincidence, if there's multiple npcs in the profile, or multiple similarly dressed profiles near each other, and also possible that day/night changes would have forced some respawns if your day amount and night amount are different, but certainly AutoSpawn would need to be true to enable the profile, and respawn_timer is in minutes. Hopefully that solves your issue but don't hesitate to let me know if it doesn't, or if anything else comes up.
  24. I see. The timer is in minutes, not seconds, so you'd want to change that to 30, and AutoSpawn would need to be set to true otherwise the npcs shouldn't spawn at all. If it's false, the profile is effectively disabled and can only really be used to manual `toplayer` calls, or calls from other plugins. If you set AutoSpawn true and Respawn_Timer 30, you should see npcs spawning more or less immediately when you reload the profile or plugin, then respawning after 30 minutes when they've been killed by someone.
  25. Hi, @Maxime Gr What npcs are you testing with? Ones from events, such as hackable crate or airdrop, or toplayer command, do not respawn. Do you know the timers are in minutes, not seconds?

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.7k
Customers served
Files Sold
155.1k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.