Acore_eventScripts
Acore_eventScripts copied to clipboard
Lua script for Azerothcore with ElunaLUA to spawn custom phased bosses and other toys.
The looong events for creatures currently firing every 100ms with many chained IFs are very bad practice. It would be preferred to have a creature-related event per event/spell, which keeps...
There should be a config flag to allow any kind of scripts for the spawned enemy and not force the Lua scripts on them. That way it would be possible...
The configuration of an encounter should allow for GOs to be added.
Currently, only a single raid can fight simultaneously. The others are locked out until the one raid fighting is done. It would be possible to make use of more phases...
This is a full re-write of the original script which can close https://github.com/55Honey/Acore_eventScripts/issues/23 when finished. I don't plan to look into this soon myself. Anyone is welcome to pick it...
I've been busy and not haven't changed the old query for `creature_template` and created a new one for `creature_template_model` I will below a table of the information exported to suit...