You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i add action to the map to spawn crates the pool becomes bigger by each spawn i do
e.g. max = 10
after spawning 1, there are 11, which is higher than 10
And it keeps being this way it never reduces anymore
The text was updated successfully, but these errors were encountered:
I've noticed this as well. I've created a couple crate / luck based maps that have an excess of 200+ crates and had 4 triggers spawning crates for each players in a repeating trigger with an elapsed time at certain waypoints.
But in my case, I noticed when the triggers forced the total crate values to exceed 255(noted in the rulesmd.ini file to be the MAXIMUM amount) that the triggers would actually stop firing as if the tag was deleted. Even grabbing 100+ crates wouldn't enable the triggers to fire again. Only solution was to make sure you were constantly picking up crates to avoid ever reaching the 255 limit.
Just curious though, how is this an issue for you? You can just set the maximum crates allowed to 0 in the .map file, and only have the crates on the map be spawned via triggers
When i add action to the map to spawn crates the pool becomes bigger by each spawn i do
e.g. max = 10
after spawning 1, there are 11, which is higher than 10
And it keeps being this way it never reduces anymore
The text was updated successfully, but these errors were encountered: