SpecialEventMgr and DalaranCrater Event
2020-14-01 @ 19:28 by

I think time to present new interesting feature : Special Event Manager
It's a manager, which help us to create some interesting cyclic scripts-events in anywhere, toggle enable/disable when need.

We can set time between events, duration time, and ofc enable/disable.
When this data were loaded, we can override and do all what we want.

For example this DalaranCrater script.
Script will start event, and all player, who have completed registration on event by Item Helper

Will be summoned in Dalaran crater with parachute (like battleroyale),and after 30 seconds will start fight.
Depend from config :
players can enter by party-squad, or by solo. Player, who has been killed can walk by ghost and wait end of event, or instant revive, and return in previous location (before summon).
Winner of event receive a reward and return in previous location too.
By this Manager we can create many interesting events like this
It's a manager, which help us to create some interesting cyclic scripts-events in anywhere, toggle enable/disable when need.

We can set time between events, duration time, and ofc enable/disable.
When this data were loaded, we can override and do all what we want.

For example this DalaranCrater script.
Script will start event, and all player, who have completed registration on event by Item Helper

Will be summoned in Dalaran crater with parachute (like battleroyale),and after 30 seconds will start fight.
Depend from config :
###################################################################################################
#
# DalaranGEvent
DalaranGEvent.InstantReviveAndReturn.Enable = 1
DalaranGEvent.Squad.Enable = 1
DalaranGEvent.Min.Players = 5
#
###################################################################################################
#
# DalaranGEvent
DalaranGEvent.InstantReviveAndReturn.Enable = 1
DalaranGEvent.Squad.Enable = 1
DalaranGEvent.Min.Players = 5
#
###################################################################################################
players can enter by party-squad, or by solo. Player, who has been killed can walk by ghost and wait end of event, or instant revive, and return in previous location (before summon).
Winner of event receive a reward and return in previous location too.
By this Manager we can create many interesting events like this
