BaraBura's Spell Review
Please note:
"I am not a Moderator or anything like that. I cannot approve this spell or order you to change anything. I can only give tips of improvements and show you leaks and other errors".
General Thoughts:
I cannot really find this that useful. Maybe some people can find this interesting and use it in they're maps. People maybe could use this as a spell for heroes, but there are several spells for that already.
The Good Stuff:
It works, it is leakless and MUI. Looks like you have good skills in GUI (triggering) so keep up making spells!
The Bad Stuff:
Your "map only" trigger leaks.
Orginal Trigger:
-
spawn
-

Events
-


Time - Every 10.00 seconds of game time
-

Conditions
-

Actions
-


Unit Group - "LEAKS" Pick every unit in (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Control Point)) and do (Actions)
-



Loop - Actions
-




Unit - Create 1 Footman for (Owner of (Picked unit)) at "LEAKS" (Position of (Picked unit)) facing Default building facing degrees
See the leaks? Leaks location and unit group.
To fix this, edit your trigger to this:
-
spawn
-

Events
-


Time - Every 10.00 seconds of game time
-

Conditions
-

Actions
-


Set Review__Group = (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Control Point))
-


Unit Group - Pick every unit in Review__Group and do (Actions)
-



Loop - Actions
-




Set Review__Point = (Position of (Picked unit))
-




Unit - Create 1 Footman for (Owner of (Picked unit)) at Review__Point facing Default building facing degrees
-


Custom script: call RemoveLocation(udg_Review__Point)
-


Custom script: call DestroyGroup(udg_Review__Group)
-----------------------------------------------------------
The other bad thing I could notice, was that you do not have any triggers to reset the cooldown, mana or health.
If you need such system, PM me and I'll send you a "Spell Template", it's a map where you can build your spells.
The Ratings:
- Idea: 3/5
- There are spells like this or similar already so it's not really a original idea. However, it works so thats a 3.
- Look: 3.5/5
- Could have more effects.
One tip from me is that you make the unit get smaller when it uses the spell, this will make it look like it's flying really fast. Use a trigger that by ever 0.01 second, the size of the unit shrinks a bit, when he is done casting, it gets back to normal.
- Work: 4/5
- It is leakless and Multiplayer. It works. But, there are no reset abilities or such, making it hard to test if it works.
- Overall: 3.5/5
- Looks kinda cheap, not really original, but it works.
----------------------------------------------------------------------------------------------------------------------
As said, you do not HAVE TO to change the stuff, it's just recommendations from me.
----------------------------------------------------------------------------------------------------------------------