I had. Ty ^^
[DOUBLEPOST=1513297869][/DOUBLEPOST]Anyone else have problem with Botspawn not working any longer after patch?
BotSpawn
Moved
Total Downloads: 11,762 - First Release: Jul 31, 2017 - Last Update: Jul 27, 2018
- 5/5, 81 likes
-
Error while compiling: BotSpawn.cs(71,25): error CS0117: `NPCMurderer' does not contain a definition for `Population' -
-
Sad this is broken - set it up today and not half a day later it's gone from my server...
-
Great plugin, works as intended. Was just wondering if there's a way to spawn the bots underground ie military tunnel/sewers? I've setup a custom spawn point properly and also messed with "Spawn_Height", but to no avail, they just spawn above ground.
Also, just a suggestion to add to later releases, maybe multiple kit setups that vary from one another randomly on spawn? Decent work around for the lack of loot table editing available. -
Also how did you get the plugin to load? -
yea mines messed up too. same error as the others
-
Error while compiling: BotSpawn.cs(71,25): error CS0117: `NPCMurderer' does not contain a definition for `Population'
-
BotSpawn.cs(71,25): error CS0117
-
Also for those of you saying it doesn't work it's because Rust just updated with an updated animal AI, which seems to have broke the plugin. Just wait for the author to update it, it's worth the wait.
Devblog 190Last edited by a moderator: Dec 15, 2017 -
Error while compiling: BotSpawn.cs(66,27): error CS0117: `NPCPlayerApex' does not contain a definition for `Population'
-
Error while compiling: BotSpawn.cs(71,25): error CS0117: `NPCMurderer' does not contain a definition for `Population'
LOOL -
Sort of temp fix???
Delete or comment out these lines
Code:if (configData.Options.Cull_Default_Population) { NPCPlayerApex.Population = 0; NPCMurderer.Population = 0; }
Looking into if I can nail down a better fix... -
Last edited by a moderator: Dec 15, 2017
-
[DOUBLEPOST=1513309837][/DOUBLEPOST]
IE:
Code:// if (configData.Options.Cull_Default_Population) // { // NPCPlayerApex.Population = 0; // NPCMurderer.Population = 0; // }
Last edited by a moderator: Dec 15, 2017 -
-
do they use kits? with this work around?
-
-
bots no longer spawning after todays patch
-