-
Posts
3,670 -
Joined
-
Last visited
-
Days Won
208
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
I think I understand what you're asking for but, honestly, I think my proposed solution is a sensible compromise. Given that the term used is 'multiplier', and I'm genuinely not being snarky, it doesn't make sense for a value of 1 to represent 2X. I do get that the idea of multiplying all the multipliers together may get OP, though, so I'm happy to offer the addition alternative I described above. it may not be exactly what you're describing or asking for but I think it's a sensible interpretation, and you could get the results you want from it. For clarity you'd just set the multipliers in your example to 1.5 and 2, rather than 0.5 and 1. The result would be the same (100 + 50 + 100) but, in my opinion, much more intuitive for other users.
-
That shouldn't be necessary, hopefully. I think the solution I proposed makes sense. In the case where there are two 1.5 multipliers it makes sense to me that your reward should increase by 50%, then again by 50%, not 300% (3X) It still works, then, that you can leave 1 as default, having no effect, and 0 would still work for disabling multiplier completely...Useful for zones and that kind of thing. I can implement that easily with a config true/false.
-
- 447 comments
-
- 1
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
Taking a look at it now. To be honest I'm not sure the adding up idea really works. Firstly the option to set zero multiplier is there to allow you to prevent people from getting rewards under certain circumstances. The zero means all other multipliers become irrelevant, because the outcome is always 0. If we're adding up then zero wouldn't serve that purpose anymore, unless I hard code a rule, although I can do that. Secondly taking a simplified version of your example 300*(1.5+1.5) == 300 * 3 == 900 a 1.5X multiplier should give you 50% more than base. two 1.5X multipliers on 300 should give you 300 + 50%(150) + 50%(150) = 600 or (300 + 50%(150)) + 50%(225) = 675 Given that the multipliers are calculated separately, independently of the actual reward, my first option makes sense to me. Also, in your example people would constantly have mad multipliers because everything set to 1 would be increasing it so, again, I'd have to hardcode a rule to deal with that. I think the solution would be for me to return 0 if any multiplier is zero, to retain that function, and then, starting with a base multiplier of 1, add on how much greater than 1 each multiplier is so 300 * multipliers 1.5 and 1.5 becomes 300 * (1 +(1.5 -1) * (1.5 - 1)) or 300 * 1 + 0.5 + 0.5 or 300 * 2
-
- 50 comments
-
- #updates
- #steenamaroo
-
(and 5 more)
Tagged with:
-
Day/Night spawn amount dictates how many npcs will be spawned during day/night. Ordinarily the Radius option dictates the size of the area within which npcs will spawn (when not using custom placed spawnpoints) but there is no such option for Biome profiles. The npcs just spawn somewhere within that biome.
-
If global setting 'UseServerTime' is false, check your settings for NightStartHour and DayStartHour, to make sure they're set such that there is actually a night time. If that all checks out, what pookins mentioned is pretty common - If you're letting your players skip night then you're probably skipping that npc. Wait for night time on your server and do bots.count in server console, to confirm that the biome profile has spawned. If that doesn't help, please let me know.
-
There's a bots.count console command that will give you a per-profile breakdown of how many npcs have spawned. You can use that to confirm if your biome npcs are spawning or not. Be sure to test at night time, since your profile calls for zero npcs during the day. Also keep an eye on console when reloading the plugin, or these profiles, in case there's some issue with your kit. If it has no valid weapons in it then BotReSpawn will tell you that in console.
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
@ZAC- Thanks for following up. No worries...my pleasure. I understand your point and take no disrespect from it - You're right, it's a pretty big price for a plugin. It can be very time consuming, though, whether that's in maintenance of the plugin, adding new features/requests, or spending one-on-one time troubleshooting some obscure issue with a user. I knew from maintaining BotSpawn for free for 4+ years how much time it was likely to take up. Estimating time I'd spend, the length of time the plugin would likely be for sale and supported, and the number of sales I was likely to get, that's the price I arrived at. Sorry you got a misleading ping about the price. Hopefully it's something Death can resolve quickly.
-
- 447 comments
-
- 3
-
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
