Максимальная производительность для ваших игровых серверов!
Заказать сейчасВерсия | Дата выпуска | Скачивания | Оценка |
---|---|---|---|
2.5.1 | 4 | 0.00 звёзд 0 оценок | |
2.4.0 | 2 | 0.00 звёзд 0 оценок | |
2.2.9 | 1 | 0.00 звёзд 0 оценок |
- Implemented a global limit for the maximum number of active patrol helicopters at any given time MaximumActivePatrolHelicopters. This limit applies to helicopters that are automatically spawned and those summoned by players. Set to -1 to have no limit.
- Fixed current active helicopters count not updating correctly in the heli.report command
- Properly clean up all spawned tiered helicopters when the plugin is unloaded
Lang file changes:
JSON
"Global Helicopter Limit Reached": "Cannot spawn patrol helicopter of tier {0} because the maximum limit of active helicopters has been reached.",
Config file changes:
JSON
"Maximum Active Patrol Helicopters": 3
Increased the distance around the helicopter within which dropped crates are found and processed. This is to account for crates dropped too far from the helicopter crash site.
Loot Selection Logic Improvement
Ensure that all items with a rarity of 100 are always selected for spawning. After that, randomly select other items to fill up the remaining slots in the crate. This should reduce the chances of spawning empty crates
Before:
Before
Watch "Before" on Streamable.
streamable.com
After:
Desktop 2023.10.07 - 18.17.33.22
Watch "Desktop 2023.10.07 - 18.17.33.22" on Streamable.
streamable.com
Loot Selection Logic Improvement
Ensure that all items with a rarity of 100 are always selected for spawning. After that, randomly select other items to fill up the remaining slots in the crate. This should reduce the chances of spawning empty crates
Before:
Before
Watch "Before" on Streamable.
streamable.com
Added summoning player name in the ManualSpawnBroadcastMessage language key. You can either delete the language file and reload the plugin, or simply add {1} to the message manually.