Moderator
M
Moderator
Bribe:
I'm not sure why you initialize these two groups as you just overwrite them later (memory leaks):
Custom script: set udg_CEDummyGroup[udg_CEIndex] = CreateGroup()
Custom script: set udg_CEDebuffGroup[udg_CEIndex] = CreateGroup()
The spell itself I found to be a bit underwhelming. This might have to do that a shadow-strike mixed with the crushing-wave effect you chose doesn't seem to fit. Stunning the units instead of critical striking them would have fit better.
Maker, v2.0, 14.07.2011
Approved, could be useful. A simple spell. You should add importing instructions.
I'm not sure why you initialize these two groups as you just overwrite them later (memory leaks):
Custom script: set udg_CEDummyGroup[udg_CEIndex] = CreateGroup()
Custom script: set udg_CEDebuffGroup[udg_CEIndex] = CreateGroup()
The spell itself I found to be a bit underwhelming. This might have to do that a shadow-strike mixed with the crushing-wave effect you chose doesn't seem to fit. Stunning the units instead of critical striking them would have fit better.
Maker, v2.0, 14.07.2011
Approved, could be useful. A simple spell. You should add importing instructions.