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

1 skill points only

Status
Not open for further replies.
Level 3
Joined
Feb 20, 2015
Messages
39
This is how it will be,my hero has a max of 100 levels and i only want the hero to have 1 skill point at the start of the game,then the hero will not earned any more skill points as the hero level up
 
Level 6
Joined
May 20, 2014
Messages
228
Use this function whenever the hero is picked:

  • Actions
    • Hero - Modify unspent skill points of (Triggering unit): Add 1 points
And when your hero levels up:

  • Skill point
    • Events
      • Unit - A unit Gains a level
    • Conditions
    • Actions
      • Hero - Modify unspent skill points of (Triggering unit): Subtract 1 points
 
Level 3
Joined
Feb 20, 2015
Messages
39
Use this function whenever the hero is picked:

  • Actions
    • Hero - Modify unspent skill points of (Triggering unit): Add 1 points
And when your hero levels up:

  • Skill point
    • Events
      • Unit - A unit Gains a level
    • Conditions
    • Actions
      • Hero - Modify unspent skill points of (Triggering unit): Subtract 1 points
It Works!
 
Status
Not open for further replies.
Top