-
Posts
3,567 -
Joined
-
Last visited
-
Days Won
206
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Hi, Have you got maxstack or minstack set to 0 or less for MininQuarry in one of your loot tables? Edit: Oh, you said that in the title. Set min to 1 for now and I'll patch it in the next version. Thanks.
-
Hi, The convention is to use true/null in hooks where non-null cancels the action. If you use false, or any other non-null object your plugin will still achieve the desired result but will throw conflict warnings like you're seeing.
- 1 reply
-
- 1
-
-
My pleasure.
-
Hi, It's PlaytimeTracker, I'm afraid, looking up data in a null object.
-
Hi, Can you check the data file day + night spawn amounts for Abandoned Supermarket 0, and 1? At present there's no way to tell which is which when there are multiples of a monument, other than disabling all but one then flying around to check, but the next version will have a 'show' command that displays profile names in-game temporarily. I'm wondering if Supermarket 0 or 1 is calling for more npcs, and that's where you are or if, somehow, all the npcs for Supermarket 0,1 and 2 are all spawning at the same place? I'll look into it. Thanks.
-
- 31 comments
-
- 2
-
-
Jackhammer Not Giving Reward For Bear & Boar Flesh Gather
Steenamaroo replied to ZEODE's Support Request in Support
I'll monitor the damage types from jackhammer and see what it shows. Maybe it works intermittently or something. -
Jackhammer Not Giving Reward For Bear & Boar Flesh Gather
Steenamaroo replied to ZEODE's Support Request in Support
Hi, Just tested - I'm getting rewards for both of those corpses with jackhammer. I don't think I've changed anything relevant but if you're 100% sure it's not working consider it fixed in the next version. -
Jackhammer Not Giving Reward For Bear & Boar Flesh Gather
Steenamaroo replied to ZEODE's Support Request in Support
Alright, thanks for letting me know. -
Custom spawn points but on which Supermarket, Gas Station, Mining Outpost
Steenamaroo replied to bulld0zer's Support Request in Support
Hey, No, you're quite right. There's no straight forward way to tell them apart. I'll address it soon. Thanks. -
Crate Spawn Amount 0 and Max Pop also 0
Steenamaroo replied to TyrionKent's Support Request in Support
Thanks for letting me know. Been busy but I'll get these sorted soon. -
- 50 comments
-
- #updates
- #steenamaroo
-
(and 5 more)
Tagged with:
-
Changed Status from Pending to Closed
-
Changed Fixed In to Next Version
-
Thanks for flagging. I'll look into it.
-
Changed Status from Pending to Closed
-
I'll take a look. Thanks for reporting.
-
Soon. Most likely tonight or tomorrow.
-
You just add the names of the groups and the multiplier you want. I don't know BetterChat but I'd guess what you've pasted above is correct. If the groups are called "VIP", "VIP1" etc, then that is correct
-
Hi, That's a lot of stuff that could potentially overlap. I'd strip it back to BotSpawn and ZombieHorde and get those working as you want. Remove everything else you mentioned. Changing server convars for npc population shouldn't affect BotSpawn or (I guess) ZombieHorde as those plugins are spawning and maintaining their own populations. The same for plugins which alter or randomise spawn points - BotSpawn is getting its own spawnpoints or using ones you specified. I imagine ZombieHorde is similar. AutoSpawn : true/false is whether or not this profile will spawn npcs automatically. Murderer : true/false is whether or not the spanwed npcs will be murderer type. (False will be scientist). Each profile spawns either scientists or murderers. Not a mix. Allow_Rust_Loot_Percent dictates whether or not BotSpawn will remove the corpse loot that Facepunch puts there by default. Some loot plugins may empty containers before filling them, or just add loot on top of what's there, or even give you that choice. Something to keep in mind. I have no idea if BetterLoot puts loot on npc corpses or not - That's something you'd have to look up or ask but, certainly, CustomLoot (by me, on Codefling), is capable of using a custom loot table per BotSpawn profile if that's something you're interested in. You can also keep it simple and just have one loot table for "BotSpawn" if you like. The choice is yours. Regarding debug output, BotSpawn should tell you what you need to know. If there's some problem with a kit or you're using custom spawn points but don't have enough of them, BotSpawn will tell you in console.
