Dude, you need to chill. Im obviously not illiterate, im typing aren't I? And if I were blind, could I use a computer?
Ok, you said you are not blind and literate. Then why do you failed to understand this?
The rules state clearly you can upload it once and only once. If you are not blind or illiterate, you obviously would understand what it mean.
Bounty hunter2 already warn you to stop it and you still did the same offense. Honestly enough, even a 5 years old kid would understand such a simple sentence.
You say you rated it 1/5 because I uploaded a previous version?? That's retarded. Get a new hobby, you don't deserve WC3.
We do not need a map that violate rules and does not have proper polishing. 1/5 is also known as Unacceptable and it was clearly unacceptable to us.
And I was mainly worried about the leaks caused by Blaze and Hurricane, as they trigger every .03 seconds. I was told that they were fixed.
There is more leak in your map than you think and the spell coding was inefficient as well.
From what I seen in your Hurricane spell, you do not remove the leak at all.
If not say something useful rather than try to be a dick
All my post was constructive and always have a valid point. Learn to distinguish the difference between constructive and non-constructive.
If it was full of defective coding tell me what trigger you are talking about and what was wrong with it so i can look into fixing it.
I know perfectly well what I am writing and you obviously know nothing about memory leak and efficiency in coding. Read kingz tutorial or any other tutorial regarding about leak.
Your trigger full of useless data such as this action below.
-
Do nothing
Adding such a useless action into your trigger was likely to make your trigger defective, slower and inefficient.
Also, who gives you the idea of making 3 separate trigger files for the same action?
-
Good attack 1
-

Events
-


Unit - A unit enters Region 000 <gen>
-

Conditions
-


((Triggering unit) is An Ancient) Equal to True
-


(Race of (Owner of (Triggering unit))) Equal to Human
-

Actions
-


Wait 0.50 seconds
-


Unit - Order (Triggering unit) to Attack-Move To (Center of Region 006 <gen>)
-
Good attack 2
-

Events
-


Unit - A unit enters Region 004 <gen>
-

Conditions
-


((Triggering unit) is An Ancient) Equal to True
-


(Race of (Owner of (Triggering unit))) Equal to Human
-

Actions
-


Wait 0.50 seconds
-


Unit - Order (Triggering unit) to Attack-Move To (Center of Region 006 <gen>)
-
Good attack 3
-

Events
-


Unit - A unit enters Region 032 <gen>
-

Conditions
-


((Triggering unit) is An Ancient) Equal to True
-


(Race of (Owner of (Triggering unit))) Equal to Human
-

Actions
-


Wait 0.50 seconds
-


Unit - Order (Triggering unit) to Attack-Move To (Center of Region 006 <gen>)
Instead of making soo many useless trigger like this, you could have easily dubbed it into 1 trigger just like this considering they are using the same action.
-
Good attack
-

Events
-


Unit - A unit enters Region 000 <gen>
-


Unit - A unit enters Region 004 <gen>
-


Unit - A unit enters Region 032 <gen>
-

Conditions
-


((Triggering unit) is An Ancient) Equal to True
-


(Race of (Owner of (Triggering unit))) Equal to Human
-

Actions
-


Wait 0.50 seconds
-


Unit - Order (Triggering unit) to Attack-Move To (Center of Region 006 <gen>)
Even if you dubbed all into 1 trigger files to reduce the call. It still contain memory leak, can you even spot the memory leak in this trigger of yours?
You have no right to call me to STFU especially
1) I give constructive critism and I am not spamming.
2) I did not flame or neither troll.
3) You have violate rules and ignore all those warning that been told to you.