• 🏆 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!

Level up Sys 0.1

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
I made this system for brand new mappers so they can have the ability to give one player in their map the feature to have power of Leveling Up and Down heroes with 2 Wisps which you use by right clicking on the hero after selecting the Wisp. I am sorry about the Picture my screen shots haven't been working latly I am sorry Hive. But these do work.


Features:
*Level up ability.
*Level down ability.

Keywords:
Level, level up, up, down, Level down
Contents

Just another Warcraft III map (Map)

Reviews
The system is too simple. Uploaded resources must be complete, do not upload v0.1 resources.

Moderator

M

Moderator

Maker, 15th Aug 2011, Level up Sys 0.1

The system is too simple.
Uploaded resources must be complete, do not upload v0.1 resources.
 
Level 6
Joined
Nov 14, 2010
Messages
248
Extremly short.
  • Unit - A unit Is issued an order targeting an object
  • Conditions
    • (Issued order) Equal to (Order(smart))
    • (Unit-type of (Ordered unit)) Equal to Level up
  • Actions
    • Hero - Set (Target unit of issued order) Hero-level to ((Hero level of (Target unit of issued order)) + 1), Show level-up graphics

  • Events
    • Unit - A unit Is issued an order targeting an object
  • Conditions
    • (Issued order) Equal to (Order(smart))
    • (Unit-type of (Ordered unit)) Equal to Down Level
  • Actions
    • Hero - Set (Target unit of issued order) Hero-level to ((Hero level of (Target unit of issued order)) - 1), Show level-up graphics
 
Level 6
Joined
Nov 14, 2010
Messages
248
Its just for newer ppl. Because some people like me who like certain players to have power like God's Throne and that to make maps with those type of features, I have this for them just to use.
 
Top