• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Night Stalker Pack v1.5

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
Este mapa contiene todos los poderes del Balanar - Night Stalker del DotA.
Incluye Aghanim Scepter + Efecto de Murcielagos.

By Gmeister.

Keywords:
Defense of the Ancient,DotA
Contents

Balanar - Night Stalker (Map)

Reviews
12th Dec 2015 IcemanBo: For long time as NeedsFix. Rejected. Bribe: Your if-blocks need to be structured better. For example, to avoid repetition, drag this to the top of the trigger: If - Conditions (In-game time of day) Greater than or...

Moderator

M

Moderator

12th Dec 2015
IcemanBo: For long time as NeedsFix. Rejected.

Bribe:

Your if-blocks need to be structured better. For example, to avoid repetition, drag this to the top of the trigger:
  • If - Conditions
    • (In-game time of day) Greater than or equal to 6.00
    • (In-game time of day) Less than 18.00
Also, if's have an "else" section for a reason. Take advantage of it. If the learned skill was A001 you obviously don't need to check it again to make sure it's not A002.

Your memory leaks are also innefficient: (Position of (Target unit of ability being cast)) could just be (Target point of ability being cast)

Oh maybe you could remove the memory leaks too.
 
please post triggers in the description

btw, this guy is my favorite hero! :D
too bad i cant vote because that would be biased.
I'll only judge you on the code:
-Your Aghanim's Scepter effect stays when you take it then drop it.
-Your Darkness spell isn't MUI since it uses waits
-Your void and crippling fear spells seem okay.
-Your test actually has victory conditions -.- (remove them please)

Overall your work is okay. I'd give it a solid 2/5 lol
Just make your Darkness spell MUI and you'll be okay :)
 
Top