Module - Static Boss Respawn Schedule
| Price | $10 |
|---|---|
| Module | name: addon.static_boss_respawnconfig: static_boss_respawn.json |
| Short Description | Implement a static boss spawn schedule using cron. |
Boss spawn time is setuped based on Cron Scheduling so its gonna be static schedule.
Default CCR behavior : boss spawn time countdown was after its killed.
| Example Value | Description | |
|---|---|---|
name |
regular |
Naming of schedule, can be anything |
cron |
*/5 * * * ? |
Every 5 minutes
Scheduling based on Cron (if you want check / create HERE)
|
map_name |
Elan |
Map name server side ZoneServer\SystemSave\mapname_Boss.ini
|
block_name |
["BL_58_0", "BL_59_0", "BL_62_0"] |
3D Boss
block_name located at
ZoneServer\SystemSave\mapname_Boss.ini |
| Conclusion: The 3D boss located at Elan will spawn every 5 minutes. | ||