Hero Skill Points

Verrak

New Member
Reaction score
4
The maximum level a hero can attain is 80. Unlike standard games, hero skill points are not granted upon every level. Every odd level until 21, a skill point is awarded. Then until level 45 skill points are awarded every 3 levels; after level 45 a skill point is given every 5 levels.

This is Quoted from EOTA:Twilights wiki, My question is i want a system somwhat like this. Does anyone know how it is done?
 

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
You can add to a hero's skill points... It's a trigger under hero.
 

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
Just add a negative amount?
 

vypur85

Hibernate
Reaction score
803
Code:
Hero - Modify unspent skill points of (Triggering unit): Set to 0 points

Just set to zero at the correct condition.
 

Verrak

New Member
Reaction score
4
so would i have to trigger a removal of the skill point on level up? or set the skill point per level base to zero(can you?) and add each point indiviually
 

LightChaosma

New Member
Reaction score
60
you would have to do this:

Code:
e
hero levels up
c
or any of the following conditions
     and all the follwing conditions
          herolevel mod 2 = 1
          hero level is less than 20
     and the all the following conditions
          herolevel mod 3 = (0,1 or 2, as you like) (0 will give at 21,24,27) (1 will give at 22,25,28) (2 will give at 20,23,26)
          herolevel is greater or equal to 20
a
add -1 skill point to hero
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top