Before I start, please check
Resource Submission Rules (Models, skins, icons, spells & systems) first.
This spellpack currently does not satisfy a lot of the submission rules we have here in hiveworkshop.
There seems to be some unnecessary custom resources for this spellpack such as hero model, icon and sound/music.
Please take them out and leave the important custom resources only.
If you insist on having them in the testmap for the sake of your spellpack theme, at least make a proper Importing Instruction for them.
A lot of the textures have custom paths, you have to make sure the user can import them to their map easily.
Your spellpack has many problems and this is not exactly the place to fix them.
A better place would be at
Triggers & Scripts
You can ask around there for some help with your triggers.
At its current state, nearly all of your triggers have issues.
To address some, there are way too many memory leaks in this spellpack.
For reference, you can read some information regarding memory leaks here:
Memory Leaks
Please don't use waits in your trigger. They have side effects which are often undesirable. Instead, you can use Periodic Event to replace them.
This will require you to use variables and create your own counter for the elapsed time of the timer.
You have so many separate triggers for only one spell and most of them are not even needed as you can do all of them in one trigger.
Please combine them into one trigger. You can only have more than one if it really is necessary or if you have a really good reason to do so. (Such as having two triggers for Cast and Loop. Or having another trigger for config so user can have an easier time modifying the values)
The same goes for your object editor data, a lot of them are just a duplicate of the original ability. Ability supports multiple levels, so you don't need to make them separated per level. You can simply set the levels through trigger editor using "Unit - Set Level Of Ability For Unit" for your spell purpose and you already did it in one of your triggers, I don't understand why you don't do the same for the rest.
I'm sorry but this spellpack is just not acceptable right now. Please fix the issues that I and the others have mentioned first and then update the bundle. Also, create a changelog when you do. So we can track the changes you made.
Awaiting Update